General Category > Off Topic
Nitronic Rush, update #3
Moonshine Fox:
--- Quote from: BobTheJanitor on March 06, 2012, 03:38:05 PM ---Rebindable keys yet? This game is great fun, but being forced into wasd kills me.
--- End quote ---
You can always adjust the LUA file to set your own keys. There's a guide on their forums.
--- Quote ---Are the controls customize-able? How do I customize my controls?
If you don't mind editing a little Lua script file, you can change the controls however you like.
Here's steps for doing so:
Go to the game's installed directory (defaults to something like C:\Program Files (x86)\Digipen\Nitronic Rush\ ).
Then in the LuaScripts directory, you'll find ControlScheme_TriggerPedals_RollStick.lua . This script represents the game's default controls (ie. not the "Advanced" setting).
Make a backup of this file by copying it somewhere.
Open the file in any text editor, and change certain entries. For example, on line #36, just below where it says "-- gas/brake", you can change it so W would be gas like so:
- Original line: Input:BindAnalog("CarGas", KeyEnum.key_NOTAKEY, KeyEnum.key_UP)
- Example line: Input:BindAnalog("CarGas", KeyEnum.key_NOTAKEY, KeyEnum.key_W)
Edit these however you wish, save the file, and launch Nitronic Rush.
--- End quote ---
Navigation
[0] Message Index
[*] Previous page
Go to full version