Game Development Community

Default Key Bindidngs?

by Nick Merrill · in Torque Game Engine · 12/23/2003 (1:17 pm) · 2 replies

Ok, this one's REALLY stupid, but in the example app (starter.fps) what file(s) changes the default key bindings? And how about the other default settings (i.e. starting in 3rd person mode, starting with chat window larger, etc..)

#1
12/23/2003 (2:07 pm)
Default keybindings are in:
default.bind.cs in the client\scripts dir.

Everytime you update this file to new valuse you need to ensure you delete
config.cs
and
config.cs.dso
or it will not take into account your changes.

Another config file is the prefs.cs which gives you everything from the default name for your character to graphics settings. I think this file is auto generated. Not sure.
#2
12/23/2003 (2:23 pm)
Thanks man!