Suspension and wheel view

That depends on different things, for which mod do you want to have it (downloadlink)?
 
I give you only 1 example how to do that, because you'll have to make it for every single car.
But 1 example should explain how it works.

For the example i took the Ferrari from the F1RFT 2012.
Go to the rfactor-folder where you have installed the mod.
Go to the folder: ...\GameData\Vehicles\F1RFT2012\2012\TEAMS\Ferrari
Open the file F1RFT.gen with an editor.
Here you will find different instances.
The 2 instances you'll have to change are:
Instance=COCKPIT
Instance=wheel
The instances include 1 or more meshfile entries.
To make them invisible, just change the LODIn= and LODOut= values of each meshfile that is listed in the instance to 0.

For example:
change:
MeshFile=FERcockpit.GMT CollTarget=False HATTarget=False LODIn=(0.0) LODOut=(1.5) ShadowReceiver=True
into:
MeshFile=FERcockpit.GMT CollTarget=False HATTarget=False LODIn=(0.0) LODOut=(0.0) ShadowReceiver=True

After changing all needed lines, save the file and start rfactor.
 

Back
Top