Game Development Community

Modding?

by Kenneth Beckerdite · in General Discussion · 01/24/2005 (2:43 pm) · 3 replies

I was wondering if you make agame with the torque does the misssion and GUI editor get put into the game(F10 & F11) even if I dont want to?
Is there anyway to block it?

#1
01/24/2005 (2:46 pm)
It can be blocked. The f10 and f11 keys are bound to certain functions. Just unbind them.
#2
01/24/2005 (2:48 pm)
Thanks
#3
01/24/2005 (3:19 pm)
If you want to completely block it, then remove the bindings in the C++ code so that the functions aren't made available to script-space at all. Otherwise, people could re-bind

Gary (-;