by Wraithnix (3 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)
Allows you to write strings to the Quake 3 console using the Windows API. This is the second version of this code, and the code has been cleaned up a lot, and many comments have been added. This how programs like QIRC show their output in-game with no Q3 code modification. I'm still trying to figure out how to read input from the console. Any help on this would be much appreciated. In the meantime, you can use this code to insert Q3 commands into the console from VB code.
API DeclarationsIn the code.
Upload