Game Development Community

Default.bind not defaulting

by Lee Latham · in Torque Game Engine · 04/18/2007 (9:41 pm) · 2 replies

Perhaps I have done something to damage my Torque installation--this is quite possible. But when I put a keybind into default.bind now it doesn't seem to take effect. If I write it directly into config.cs it works fine.

Any ideas what I may have done to break this? Or am I misunderstanding something more?

default.bind is being executed by init.cs...

?

#1
04/18/2007 (9:49 pm)
Delete your config.cs file after adding a new binding to default.bind.cs. This will cause the engine to write out a new config.cs. based off your modified default.bind.cs.
#2
04/18/2007 (10:01 pm)
Exactly as you said.

Thank you so much! That's been a mystery to me for a long time :-)