Game Development Community

JetBike steering

by George Patterson · in Technical Issues · 10/07/2007 (5:26 pm) · 2 replies

I just bought BraveTree's JetBike and I am trying to set the controls to just be one the key board and not the mouse. I have seen a few posts that talk about editing Vehicle.cc however I am having a hard time finding it. I am working from the Tutorial.base folder.

Any thoughts.

-George

#1
10/12/2007 (12:21 am)
Have you tried binding the keyboard keys then to the corresponding steering in the options dialog? There you can bind the roll/yaw commands to keys to instead of the mouse. Press CTRL+O and go in the most-right tab and set it there.
#2
10/12/2007 (1:02 pm)
I have the Jetbike pak also. Did you want to remove the yaw & pitch bindings of the mouse?
In TGE, check out the "~/client/scripts/default.bind.cs" file. You can search for this line "moveMap.bind( mouse, xaxis, yaw );" Don't forget to remove the "~/client/configs.cs" file. TGE will generate a new one based on the default bindings.