Remarks
===========

With more than two positions available since TS2014 it has been possible to 
let the driver view backwards, too. This has never been described anywhere.

Included are examples for locos in Germany, The Netherlands and Switzerland.


BR294 (Kuju/RSC www.railsimulator.com; Train Team Berlin www.trainteamberlin.de)
----------------------------------------------------------------------------------

For the BR294 I provide 2 variants with 4 and 6 positions in the cab. The additional 
position provides better view when shunting.

If you have installed the "TTB BR294 Pluspack" of Trainteam Berlin you may use an
extra shunting view at button 5. Unfortunately you were looking at one position 
in the wrong direction, so far. Viewing field has widened, to as for better 
viewing when shunting.
This affects only the BR294 in the Kuju folder.

NS6400 (Christrains, http://christrains.com/) / Repaint Am843 (Paul Mersel, kris120 www.mersel.nl)
----------------------------------------------------------------------------------------------------

The NS6400 has a backwards facing Controlfield in the middle of the cab with 
good viewing conditions to the route. Therefor I created a 5th position.

BR323
---------
see the animated gif in the thread "Cabviews mit rckwrtiger Sicht" on rail-sim.de


Installation
===============

Installation with utilities.exe

BR294
-------
Install FIRST for CabCams in Kuju, RSC\MunichAugsburg and RSC\HamburgHannover
BR294_Cabcamera_4_Positions_v1.0.rwp   OR
BR294_Cabcamera_6_Positions_v1.0.rwp
(Not necessary if you have installed the "TTB BR294 Pluspack" but not own the 
routes Augsburg-Munich und Hamburg-Hanover. 

The "TTB BR294 Pluspack" of the Trainteam Berlin offers exceptionally an additional 
shunting camera.
Install then 
BR294_Cabcamera-TTB_4_Positions_v1.0.rwp     OR
BR294_Cabcamera-TTB_6_Positions_v1.0.rwp


NS6400/Am 843 Repaint
----------------------
Install  NS6400_Cabcam_5_Positions_v1.0.rwp


BR323
---------------------

Install  BR323_SAD_Cabcamera_4_Positions_v1.0.rwp

If you want to use the viewing positions with other BR323 (Kf) you have to copy 
SAD\GermanLocal\Rollmaterial\DieselLoks\BR323-PB\Cab\BR232 CabCamera.bin
in the appropriate folder of the other loco. Don't forget to make a backup first!


Method for view backwards
=============================
Viewing direction is determined by the values after the second entry of <cRVector3>:
		<X d:type="sFloat32">0</X>          not to the right or left
		<Y d:type="sFloat32">-0.08</Y>      fairly down
		<Z d:type="sFloat32">1</Z>          ahead

The crux is, that if you want to turn around, the driver stand on the head:
		<X d:type="sFloat32">0</X>
		<Y d:type="sFloat32">-0.08</Y>
		<Z d:type="sFloat32">-1</Z>

The view turns around by adding a minimal, negative X-value:
		<X d:type="sFloat32">-0.01</X>
		<Y d:type="sFloat32">-0.08</Y>
		<Z d:type="sFloat32">-1</Z>

In entries after the first two entries (the "windowcameras") only the ratio between 
the X- and the Z-value has to be very small. Here works, too:
		<X d:type="sFloat32">1</X>
		<Y d:type="sFloat32">-0.08</Y>
		<Z d:type="sFloat32">-40</Z>

Have lots of fun when adding this to other locos!

Kris
