settoken
December 8th, 2010, 12:07
Hi there,
I have a game and a dev console DLL. Using dependancy walker gave me the list of all the functions of the console DLL and which ones are exported to the game.
So the console is used by the game but there's no way to show it using commands or special keys.
What I want is to create a wrapper between both so I can launch the console using "~" or (if there's no interface integrated) just redirect I/O to my own.
I suspect the console used by the dev to be Lua5.1 command prompt as there's also a lua DLL in the main folder and I know for sure that the UI and debugging functions are coded in Lua 5.1.
If someone could help me with it, it would be great as I really don't know where to begin.
THX
I have a game and a dev console DLL. Using dependancy walker gave me the list of all the functions of the console DLL and which ones are exported to the game.
So the console is used by the game but there's no way to show it using commands or special keys.
What I want is to create a wrapper between both so I can launch the console using "~" or (if there's no interface integrated) just redirect I/O to my own.
I suspect the console used by the dev to be Lua5.1 command prompt as there's also a lua DLL in the main folder and I know for sure that the UI and debugging functions are coded in Lua 5.1.
If someone could help me with it, it would be great as I really don't know where to begin.
THX