A Debuging Console (Same Idea as What Quake has)..

Started by
-1 comments, last by Mike 23 years, 3 months ago
I've posted the source code for the debuging console I use. Its somewhat like what quake has except the console runs in its own window. The benifit to this is that I can easily add it to any project i'm working on. Be it a game or an app. The console allows you to see the value for variables and set the value for variables why the program is running. This comes in handy when you are trying to tweak constant values (for example, the rate a player moves). With the console you won't have to recompile the game every time you adjust the value in order to test it. Useless Code It is the one found in the "Game Related" section and not the one found in the other section. Edited by - Mike on January 2, 2001 7:12:43 PM

This topic is closed to new replies.

Advertisement