Keybinds are in the file AppData\Local\BeamNG\BeamNG.drive-0.3\scripts\client\inputmaps\keyboard.inputmap.cs easy to change arrow keys to wasd and SLOWMOTION is alt and left and right arrow keys
Just found this file and wanted to share how to change the controls from the arrow keys to WASD. I also couldn't find anywhere where someone said how to activate slow motion
I found this useful for slo-mo, but could anyone tell me how to remap that for up on a 360 d-pad? It won't accept the following line in the controller input; moveMap.bindVLuaCmd(%device, dpadu, "bullettime.set(5)", "") Cheers
Try "povu" "povd", Also look in your console to see if it recognizes the "dpadu" or the "povu", Kinda ashamed at why I know what pov means
Yeah dpad is OK, the 'pause physics' and 'reset vehicle' are on there as follows; moveMap.bindCmd(%device, dpadd, "beamNGResetPhysics();", ""); moveMap.bindCmd(%device, dpadr, "beamNGTogglePhysics();", "") I just added across from the keyboard binds the lines below and changed out the device and buttons. moveMap.bindVLuaCmd(keyboard, ",", "bullettime.set(100)", ""); moveMap.bindVLuaCmd(keyboard, "m", "bullettime.set(5)", ""); That made the line in my last post but doesn't work. I just don't like seeing a crash coming and trying to jump from controller to keyboard to slow down in time, though easier with pausing it between.