Forums have fallen into disuse, and discord is where the community is at. Please visit us on discord!
Dude! I just grabbed it and played through the tutorial and the first level. AWESOME! It was a lot of fun, with great music ( I love that the music actually gives my sub-woofer something to do ). Thanks for sharing!
Rebindable keys yet? This game is great fun, but being forced into wasd kills me.
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.