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

×
Is there a way to invert the y-axis of the mouse look while on the bridge? I've looked everywhere and haven't found a way to pull it off yet.
This question / problem has been solved by ezmanimage
avatar
Epochpilot: Is there a way to invert the y-axis of the mouse look while on the bridge? I've looked everywhere and haven't found a way to pull it off yet.
found solution here :

1. download the SDK, bcsdk1_1.zip, from moddb or gamefront
2. extract the file BridgeHandlers.py (from Build\scripts\ in the zip file) to the game's scripts subdirectory
3. open the file in notepad
4. go to line 469
5. add a hyphen before "iMouseDY" on that line, so change the line from:

fUpAngle = fUpAngle + (iMouseDY * 0.005)

to:

fUpAngle = fUpAngle + (-iMouseDY * 0.005)

6. save the file and load the game
Post edited December 02, 2024 by ezman