First Person View in jedem Waggon

Willkommen in der Transport Fever Community

Welcome to the fan community of Transport Fever and Train Fever, the economic simulators of Urban Games. The community is free for you to share and inform yourself about the game. We cultivate a friendly and objective interaction with each other and our team will be happy to answer any questions you may have.

 

Registration and use is of course free for you.

 

We wish you a lot of fun and hope for active participation.

The Team of the Transport-Fever Community

  • Fügt euch selbst Camera Positionen bei normalen Waggons hinzu um in jedem Waggon mitzufahren.

    Hallo,


    da ich einen Weg gesucht habe in jedem Waggon "platz" nehmen zu können als Fahrgast, ist mir ein Weg mittels CameraConfig in den Sinn gekommen. Dazu wird ein simpler Eintrag in der Model Config nötig sein.

    Lua
    cameraConfig = {
    			 positions = {
    				{
    					fov = 60,
    					group = 0,
    					noTransf = false,
    					transf = { 1, 0, 0, 0, -0, 1, 0, 0, 0, 0, 1, 0, 6, 0, 2, 1, },
    				},
    			}
    		},


    falls ihr noch Feinanpassungen machen wollt verschiebt euch noch die x,y,z achse. Die Zahlen die ihr dafür ändern müsst:

    Code
    transf = { 1, 0, 0, 0, -0, 1, 0, 0, 0, 0, 1, 0, X, Y, Z, 1, },


    Fügt den Quellcode in euch beliebigen .mdl's hinzu.



    Der Dateipfad ist meist:

    Code
    \res\models\model\vehicle\waggon\xxx.mdl



    Setzt den gesamten cameraConfig Eintrag einfach über


    Code
    transportVehicle = {


    Dies könnt ihr bei jedem beliebigen Waggon machen, egal ob Mod oder Vanilla!


    Nun könnt ihr mit Bild auf und Bild ab durch die verschiedenen Waggons Skippen!


    Ich wünsche viel Spaß bei der Passagier Mitfahrt ^^

Share

Comments 1

  • Oder man benutzt eine Mod, die das automatisch hinzufügt^^#Eigenwerbung

    Advanced Camera Views

    Like 1