You have to modify the ini-file of the plugin. This ini file is within the plugin directory of your installation directory of the game (for example (this is my path for the Steam version): "M:\Steam\SteamApps\common\Euro Truck Simulator 2\bin\win_x86\plugins")paulnice wrote:how to remove the steering based autorotate cam, winker cam and reverse cam
There is a file called "Physics2TrackIR_cj.ini" which you can open with Notepad or similar. In this file you can modify all settings and for every setting there is a detailed description what it does.
In case you are not familiar or unsure with ini changes, here is what you have to to:
"Steering based autorotate cam" can be deactivated by changing the following line:
Code: Select all
[AutorotateCam]
On = 1
Code: Select all
[AutorotateCam]
On = 0
Code: Select all
[WinkerCam]
WCOn=1
Code: Select all
[WinkerCam]
WCOn=0
Code: Select all
[BackViewCam]
BVOn=1
Code: Select all
[BackViewCam]
BVOn=0
