It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hello there,

I really think this game is cool and fun. There is a bug that is driving me nuts though as I use the left and right mouse buttons to move forward and backwards and the settings will not allow me to set the right mouse button as going backwards. You cannot set anything as right mouse button. Please fix this soon. Also is there a way to edit a text file for my current controls where I could type in what I want. I tried fiddling with some different files myself but with no success.

I'm using version 1.01
Post edited August 02, 2016 by cyion
I've also tried to set the backwards button as several different buttons and it is weird. Say if I set the "p" button to be backwards and then when I go to play and press the p button it makes me go forward instead of the desired backwards movement. I check the menu and now magically the p button is set to forward and backwards is still set to nothing.
Post edited August 12, 2016 by cyion
Well patch 1.021 didn't fix the problem. :-( :-( :-(
I figured it out, you have to type this directory in manually, you cannot find it by opening folders until you get there which is what messed me up. So this worked for me.

\Users\InsertUserNameHere\AppData\Local\Solus\Saved\Config\WindowsNoEditor\Input.ini

Now in the gog version the Input.ini file had a syntax error in it.

This is how it was:

AxisMappings=(AxisName="MoveForward",Key=LeftMouseButton,Scale=1.000000)
AxisMappings=(AxisName="MoveForward",Key=RightMouseButton,Scale=1.000000)

This is what is correct

AxisMappings=(AxisName="MoveForward",Key=LeftMouseButton,Scale=1.000000)
AxisMappings=(AxisName="MoveForward",Key=RightMouseButton,Scale=-1.000000)

It was missing the minus for going backwards and so when you set a specific key to be walk backwards it would make you walk forward instead of backwards. Once I made the changes everything functioned properly for me. However, you still cannot set it to right mouse button in the settings while running the game but by tweaking input.ini I was able to get the controls I wanted.
Post edited August 12, 2016 by cyion