by EngineerJohn » Sun Jan 05, 2020 12:06 pm
Before doing anything with code make a copy of the files you are going to tinker with.
I don't have that specifically, but for other locos with similar problems you need to open the cab camera bin file. Make sure you run it through serz first (comes with trainsim) to convert the bin to a xml and later back to a bin file when your finished. You need to open the xml file conversion in notepad and look for something like this. (literally copy, then drag and drop the bin copy into the serz icon and it will automatically convert).
This is a piece of code out of the P32-8BWH cab file.
You need to look for the bolded/underlined bit I have shown below (its not literally bolded and underlined in the file). This can be for multiple cabviews so you may have to do it several times.
Then change that "2" (or whatever number it is) to something like 1000 (don't make it too excessive), save the file, convert it back to a bin file, and plop the bin where you found it.
Protip: you can also change the camera positions themselves in the cab 2 within this file but I won't explain that here.
<VerticalDirectionalFreedom d:type="sFloat32" d:alt_encoding="000000000000F03F" d:precision="string">1</VerticalDirectionalFreedom>
<HorizontalDirectionalFreedom d:type="sFloat32" d:alt_encoding="0000000000000040" d:precision="string">2</HorizontalDirectionalFreedom>
<TransitionIn d:type="cDeltaString">eTrue</TransitionIn>
<TransitionOut d:type="cDeltaString">eTrue</TransitionOut>
<MinFOV d:type="sFloat32" d:alt_encoding="000000A09999D93F" d:precision="string">0.4</MinFOV>
<MaxFOV d:type="sFloat32" d:alt_encoding="000000000000F03F" d:precision="string">1</MaxFOV>
“A designer must always think about the unfortunate production engineer who will have to manufacture what you have designed; try to understand his problems.” - Raymond Loewy