Hi,
mir ist ein sehr komisches Problem aufgetreten. Ich hab den Facelift L ein bisschen gemodded, funktioniert auch alles, aber wenn ich den letzten Stand der Karte lade, sind die Türen, der Drucker und weiteres an falscher Position. Also: Die Daueranimation verfällt leider;(
O530main:
- '########################################
- '# #
- '# MAIN SCRIPT #
- '# #
- '# MAN Standarddoppeldecker SD200 #
- '# #
- '# Bauart SD85 #
- '# #
- '########################################
- '(c) 10.08.2009 Marcel Kuhnt, Rüdiger Hülsmann
- 'Script Version: 1.0
- 'Omsi release: 1.0
- 'Revision History:
- '- Marcel Kuhnt 10.08.2009 Added Revision History
- '- Marcel Kuhnt 30.11.2010 Bugfix: press [D] in AI mode if motor running but neutral
- '------------------------------------------------------------------------------------------
- '######################
- ' Hauptteil
- '######################
- {init}
- (M.L.engine_Init)
- (M.L.Antrieb_Init)
- (M.L.Elec_Init)
- (M.L.Door_Init)
- (M.L.wiper_init)
- (M.L.lights_init)
- (M.L.bremse_init)
- (M.L.cockpit_init)
- (M.L.heizung_init)
- (M.L.Matrix_init)
- (M.L.IBIS_init)
- (M.L.Collision_Init)
- (M.L.ticketprinter_init)
- (M.L.VDV_init)
- 1 (S.L.Daueranimation)
- {end}
- {frame}
- (M.L.Engine_Frame)
- (M.L.Antrieb_Frame)
- (M.L.Elec_Frame)
- (M.L.Door_frame)
- (M.L.cockpit_frame)
- (M.L.lights_frame)
- (M.L.wiper_frame)
- (M.L.Auspuff_Frame)
- (M.L.bremse_frame)
- (M.L.klappern_frame)
- (M.L.FF_frame)
- (M.L.rain_frame)
- (M.L.dirt_frame)
- (M.L.sound_volume_frame)
- (M.L.heizung_frame)
- (M.L.IBIS_frame)
- (M.L.Matrix_frame)
- (M.L.wimpel_frame)
- (M.L.cashdesk_frame)
- (M.L.ticketprinter_frame)
- (M.L.VDV_frame)
- 'AI:
- (L.L.AI_Engine) 0.5 >
- (L.L.engine_on) 0.5 <
- (L.L.antrieb_getr_gangvorwahl) 4 = ! ||
- &&
- {if}
- 0 (S.L.bremse_feststell_sw) (S.L.bremse_feststell)
- 1 (S.L.engine_injection_on) (S.L.elec_busbar_main_sw)
- 400 (S.L.engine_n)
- 4 (S.L.antrieb_getr_gangvorwahl)
- 1 (S.L.engine_on) (S.L.vdv_on) (S.L.cp_key_pull)
- 3 (S.L.key_mode)
- 0.4 (S.L.cp_key_rot)
- 900000 (S.L.bremse_p_tank01) (S.L.bremse_p_tank02) (S.L.bremse_p_tank03) (S.L.bremse_p_tank04) (S.L.bremse_p_leitung01) (S.L.bremse_p_leitung02)
- 400000 (S.L.bremse_p_balg_0_R) (S.L.bremse_p_balg_0_L) (S.L.bremse_p_balg_1_R) (S.L.bremse_p_balg_1_L)
- (T.L.ev_engine_ingnition)
- {endif}
- (L.L.AI_Engine) -0.5 <
- (L.L.engine_on) 0.5 >
- &&
- {if}
- 0 (S.L.engine_on)
- 0 (S.L.engine_injection_on)
- 1 (S.L.bremse_feststell_sw) (S.L.bremse_feststell)
- 2 (S.L.key_mode)
- 0.2 (S.L.cp_key_rot)
- (T.L.ev_engineshutdown)
- {endif}
- (L.L.AI)
- {if}
- (L.L.Brake) (C.L.max_bremskraft) * (S.L.Brakeforce)
- {endif}
- {end}
- '----------------------------------
- 'Crash:
- {trigger:collision}
- (M.L.Collision_Trigger)
- {end}
- '----------------------------------
- 'malfunction reset:
- {trigger:malfunction_reset}
- 1.0 (S.L.elec_V_battery)
- (M.L.Collision_Malfunction_Reset)
- (M.L.Elec_Malfunction_Reset)
- (M.L.lights_repair)
- (C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.EBS_Error_dist)
- (C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Retarder_Error_dist)
- (C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Gear_Error_dist)
- (C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.ECAS_Error_dist)
- (C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.EDC_Error_dist)
- (C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Battery_Error_dist)
- (C.L.Fehlertoleranz) (L.L.wearlifespan) * random (S.L.Brakedisc_Error_dist)
- (C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door_Error_Count)
- (C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door2_Error_Count)
- (C.L.Tuerfehlertoleranz) (L.L.wearlifespan) * random (S.L.Door3_Error_Count)
- 60 (S.L.engine_temperature)
- {end}
- '----------------------------------
- 'malfunction time calc:
- {trigger:malfunction_gettime}
- 0 s0
- (M.L.Collision_Malfunction_TimeCalc)
- (M.L.Elec_Malfunction_TimeCalc)
- (M.L.lights_repair_timecalc)
- l0
- {end}
Logfile:
====================
Start logging
====================
Date: 26.03.2017
Time: 18:59:33
Version: 2.3.004
0 18:59:33 - - Information: OMSI is working in fullscreen mode
1 18:59:35 - - Information: TIR - looking for DLL path...
2 18:59:35 - - Information: TIR - DLL path not found - TIR disabled [0]
3 18:59:49 - - Information: Options dialog created
4 18:59:49 - - Information: Weather dialog created
5 18:59:49 - - Information: Profiles dialog created
6 18:59:49 - - Information: Time table running dialog created
7 18:59:49 - - Information: Start dialog created
8 18:59:49 - - Information: Menu 2 created
9 18:59:49 - - Information: Menu 3 created
10 18:59:49 - - Information: Tut dialog created
11 18:59:49 - - Information: Menu pos set
12 18:59:49 - - Information: Bro initialized
13 18:59:49 - - Information: Human engine initialized
14 18:59:49 - - Information: Forms set
15 18:59:49 - - Information: Captions set
16 18:59:49 - - Information: Screen ration set
17 18:59:49 - - Information: Init3D: BackBufferFormat = 22
18 18:59:49 - - Information: Init3D: Hardware vertex processing
19 18:59:49 - - Information: Init3D: Max iso = 16
20 18:59:49 - - Information: Init3D: Hal active
21 18:59:49 - - Information: Creating 3D device procedure finished
22 18:59:49 - - Information: 3D initialized
23 18:59:49 - - Information: Direct sound initialized
24 18:59:49 - - Information: Create main manager...
25 18:59:49 - - Information: Veh array created
26 18:59:49 - - Information: CS initialized
27 18:59:49 - - Information: Station manager created
28 18:59:50 - - Information: OBB created
29 18:59:50 - - Information: Tex managers created
30 18:59:50 - - Information: Tex manager started
31 18:59:50 - - Information: Tutorial manager created
32 18:59:50 - - Information: Material manager created
33 18:59:50 - - Information: Scenery object manager created
34 18:59:50 - - Information: Human manager created
35 18:59:50 - - Information: RV type manager created
36 18:59:50 - - Information: RV lists created
37 18:59:50 - - Information: Spline manager created
38 18:59:50 - - Information: Time table manager created
39 18:59:50 - - Information: Currency manager created
40 18:59:50 - - Warning: Did not find texture file "30er_reihensiedlung01.bmp"!
41 18:59:50 - - Warning: Did not find texture file "SD_Rad_v.bmp"!
42 18:59:50 - - Warning: Did not find texture file "reifen.bmp"!
43 18:59:50 - - Information: Visual helpers created
44 18:59:50 - - Information: Audio Mixer erstellen...
45 18:59:50 - - Information: ---
46 18:59:50 - - Information: Download Internet Textures...
47 18:59:50 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung0.jpg
48 18:59:50 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung1.jpg
49 18:59:51 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung2.jpg
50 18:59:51 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung3.jpg
51 18:59:52 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung4.jpg
52 18:59:52 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung5.jpg
53 18:59:52 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung6.jpg
54 18:59:54 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung7.jpg
55 18:59:54 - - Information: Problem while getting file http://www.man-stadtbus.de/OMSI/werbung8.jpg
56 18:59:54 - - Information: Input Manager erstellen...
57 18:59:54 - - Information: Tastaturbefehle laden...
58 18:59:54 - - Information: Game Controller laden...
59 18:59:54 - - Information: Progman initialisieren...
60 18:59:54 - - Information: Partikelvertices initialisieren...
61 18:59:54 - - Information: Lichtquellen initialisieren...
62 18:59:54 - - Information: System-Scriptvariablen initialisieren...
63 18:59:54 - - Information: Redline initialisieren...
64 18:59:54 - - Information: Traffic Path Manager initialisieren...
65 18:59:54 - - Information: Plugins initialisieren...
66 18:59:54 - - Information: Spline-Helper initialisieren...
67 18:59:54 - - Warning: Did not find texture file "path_car_1.bmp"!
68 19:00:05 - - Information: Loading Situation maps\Grundorf\laststn.osn...
69 19:00:05 - - Information: Date: 1992 0326, Time: 121536
70 19:00:05 - - Information: Load maps\Grundorf\global.cfg map...
71 19:00:05 - - Information: Load Cloud and Snowfall objects...
72 19:00:05 - - Warning: Did not find texture file "texture.tga"!
73 19:00:05 - - Warning: Did not find texture file "Snow_1.bmp.001"!
74 19:00:05 - - Information: Load Precip. Part. System...
75 19:00:05 - - Information: Load Precip. Sound...
76 19:00:05 - - Information: Sound erstellen...
77 19:00:05 - - Information: Sound laden...
78 19:00:05 - - Information: Set Weather System vars...
79 19:00:05 - - Information: Sky and Weather created
80 19:00:05 - - Information: Date: 1992 0326, Time: 121536
81 19:00:08 - - Information: Fonts initialized
82 19:00:08 - - Information: Map created
83 19:00:08 - - Information: Map Global File loaded
84 19:00:08 - - Information: Registrations loaded
85 19:00:08 - - Information: Parked Cars loaded
86 19:00:08 - - Information: Map AILists loaded
87 19:00:08 - - Information: New Centerkachel set
88 19:00:08 - - Information: VarParents loaded
89 19:00:08 - - Information: Special Objects refreshed
90 19:00:08 - - Information: Object and Spline Matrices refreshed
91 19:00:08 - - Information: Map loaded
92 19:00:08 - - Information: Humans created
93 19:00:08 - - Information: Editor refreshed
94 19:00:08 - - Warning: Cloudtype "-1" could not be found!
95 19:00:08 - - Information: Weather loaded
96 19:00:08 - - Information: Map camera loaded
97 19:00:08 - - Information: maps\Grundorf\global.cfg map loaded!
98 19:00:08 - - Information: Refresh Tile: 10, maps\Grundorf\tile_-1_0.map ...
99 19:00:09 - - Information: Refresh Tile: 0, maps\Grundorf\tile_0_0.map ...
100 19:00:09 - - Information: Refresh Tile: 1, maps\Grundorf\tile_0_1.map ...
101 19:00:09 - - Information: Refresh Tile: 6, maps\Grundorf\tile_0_2.map ...
102 19:00:09 - - Warning: Did not find texture file "Textfeld_1.bmp"!
103 19:00:09 - - Warning: Did not find texture file "Hst_Reiter_2dgt.bmp"!
104 19:00:09 - - Warning: Did not find texture file "StrSchild_Text1.bmp"!
105 19:00:09 - - Warning: Did not find texture file "StrSchild_Text1.bmp"!
106 19:00:09 - - Warning: Did not find texture file "StrSchild_Text2.bmp"!
107 19:00:10 - - Warning: Did not find texture file "StrSchild_Text2.bmp"!
108 19:00:10 - - Warning: Did not find texture file "StrSchild_Text1.bmp"!
109 19:00:10 - - Warning: Did not find texture file "text.bmp"!
110 19:00:10 - - Warning: Did not find texture file "text.bmp"!
111 19:00:10 - - Information: Refresh Tile: 5, maps\Grundorf\tile_1_0.map ...
112 19:00:10 - - Information: Refresh Tile: 3, maps\Grundorf\tile_1_1.map ...
113 19:00:11 - - Information: Refresh Tile: 4, maps\Grundorf\tile_1_2.map ...
114 19:00:11 - - Information: Refresh Tile: 14, maps\Grundorf\tile_1_3.map ...
115 19:00:11 - - Information: Refresh Tile: 15, maps\Grundorf\tile_1_4.map ...
116 19:00:11 - - Information: Refresh Tile: 16, maps\Grundorf\tile_2_0.map ...
117 19:00:11 - - Information: Refresh Tile: 7, maps\Grundorf\tile_2_2.map ...
118 19:00:11 - - Information: Refresh Tile: 13, maps\Grundorf\tile_2_3.map ...
119 19:00:20 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530L_FL_3doors_M_CNG.cfg: texture filename vmatrix_leer_led.png not found in mesh file vehicles\MB_O530_Facelift\model\15m\vollmatrix_text_K++.o3d!
120 19:00:20 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530L_FL_3doors_M_CNG.cfg: texture filename vmatrix_voll_led_h120s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\15m\vollmatrix_text_K++.o3d!
121 19:00:20 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530L_FL_3doors_M_CNG.cfg: texture filename vmatrix_voll_led_h210s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\15m\vollmatrix_text_K++.o3d!
122 19:00:20 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530L_FL_3doors_M_CNG.cfg: texture filename vmatrix_voll_led_h300s1.dds not found in mesh file vehicles\MB_O530_Facelift\model\15m\vollmatrix_text_K++.o3d!
123 19:00:20 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530L_FL_3doors_M_CNG.cfg: texture filename vmatrix_voll_led_h000s0.dds not found in mesh file vehicles\MB_O530_Facelift\model\15m\vollmatrix_text_K++.o3d!
124 19:00:24 - - Warning: Did not find texture file "textfeld.bmp"!
125 19:00:24 - - Warning: Did not find texture file "textfeld2.bmp"!
126 19:00:24 - - Warning: Did not find texture file "textfeld3.bmp"!
127 19:00:24 - - Warning: Did not find texture file "rgb.jpg"!
128 19:00:24 - - Warning: Did not find texture file "rgb.jpg"!
129 19:00:24 - - Warning: Did not find texture file "rgb.jpg"!
130 19:00:24 - - Warning: Did not find texture file "textfeld.bmp"!
131 19:00:24 - - Warning: Did not find texture file "textfeld2.bmp"!
132 19:00:24 - - Warning: Did not find texture file "textfeld3.bmp"!
133 19:00:24 - - Warning: Did not find texture file "textfeld.bmp"!
134 19:00:24 - - Warning: Did not find texture file "textfeld2.bmp"!
135 19:00:24 - - Warning: Did not find texture file "textfeld3.bmp"!
136 19:00:24 - - Warning: Did not find texture file "Ticket.jpg"!
137 19:00:25 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530L_FL_3doors_M_CNG.cfg: texture filename d_dreck.tga not found in mesh file vehicles\MB_O530_Facelift\model\SC-Mod\Tuerfenst_MV.o3d!
138 19:00:25 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530L_FL_3doors_M_CNG.cfg: texture filename d_dreck.tga not found in mesh file vehicles\MB_O530_Facelift\model\SC-Mod\Tuerfenst_MH.o3d!
139 19:00:25 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530L_FL_3doors_M_CNG.cfg: texture filename d_dreck.tga not found in mesh file vehicles\MB_O530_Facelift\model\SC-Mod\Tuerfenst_MV.o3d!
140 19:00:25 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530L_FL_3doors_M_CNG.cfg: texture filename d_dreck.tga not found in mesh file vehicles\MB_O530_Facelift\model\SC-Mod\Tuerfenst_MH.o3d!
141 19:00:25 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530L_FL_3doors_M_CNG.cfg: texture filename d_dreck.tga not found in mesh file vehicles\MB_O530_Facelift\model\SC-Mod\Tuerfenst_MV.o3d!
142 19:00:25 - - Warning: File vehicles\MB_O530_Facelift\model\model_O530L_FL_3doors_M_CNG.cfg: texture filename d_dreck.tga not found in mesh file vehicles\MB_O530_Facelift\model\SC-Mod\Tuerfenst_MH.o3d!
143 19:00:26 - - Warning: Did not find texture file "seating.png"!
144 19:00:26 - - Warning: Did not find texture file "textfeld2.bmp"!
145 19:00:26 - - Warning: Did not find texture file "textfeld2.bmp"!
146 19:00:26 - - Warning: Did not find texture file "textfeld2.bmp"!
147 19:00:26 - - Warning: Did not find texture file "textfeld2.bmp"!
148 19:00:26 - - Warning: Did not find texture file "textfeld2.bmp"!
149 19:00:26 - - Warning: Did not find texture file "textfeld2.bmp"!
150 19:00:27 - - Information: Date: 1992 0326, Time: 121536
151 19:00:27 - - Warning: Cloudtype "-1" could not be found!
152 19:00:27 - - Information: Date: 1992 0326, Time: 121536
153 19:00:31 - - Information: Traffic loaded
154 19:00:32 - - Information: Reset Passengers...
155 19:00:32 - - Information: Initialize Scheduled AI...
156 19:00:32 - - Information: Refresh All Vehicle Indices...
157 19:00:32 - - Information: Date: 1992 0326, Time: 121536
158 19:00:32 - - Information: Reset Passengers...
159 19:00:32 - - Information: Initialize Scheduled AI...
160 19:00:32 - - Information: Refresh All Vehicle Indices...
161 19:00:32 - - Warning: Direct3D-Device lost!
162 19:00:32 - - Information: Direct3D-Device resetted!
163 19:00:32 - - Information: Reset State Matrices...
164 19:00:32 - - Information: Start Tex Thread...
165 19:00:32 - - Information: Init Red Line...
166 19:00:32 - - Information: Set Initial Render States...
167 19:00:32 - - Information: Menu pos set
168 19:00:32 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_rausch.wav does not exist!
169 19:00:32 - - Warning: Soundfile vehicles\MB_O530_Facelift\sound-citaro\SD_lautsprech_Motor@592.wav does not exist!
170 19:00:32 - - Warning: Did not find texture file "Linienlisten\Lemmental V3 Updated_ANX.jpg"!
171 19:00:35 - - Warning: Did not find texture file "Kennz.bmp"!
172 19:00:35 - - Warning: Did not find texture file "Kennz.bmp"!
173 19:00:35 - - Warning: Did not find texture file "Kennz.bmp"!
174 19:01:03 - - Information: Menu pos set
175 19:01:05 - - Information: Menu pos set
176 19:01:08 - - Information: Deativating TIR...
177 19:01:08 - - Information: TIR was not available
178 19:01:08 - - Information: Closing actual map...
179 19:01:08 - - Information: Actual map closed!
180 19:01:08 - - Information: OMSI is closing...
Model:
########################################
Sichtbarkeits-Boundingbox
########################################
[VFDmaxmin]
-1.5
-6
-0.5
1.5
6
4.5
Viewpoint-Flag: 0 = Immer, 1 = Draußen, 2 = Drinnen, 4 = AI-Bus. Summieren zum Kombinieren.
[tex_detail_factor]
0.5
########################################
Textur-Changes
########################################
[CTC]
Colorscheme
Texture\Repaints\O530L
0
[CTCTexture]
repaint_body
L_01white.tga
[CTCTexture]
repaint_poruch
09white.jpg
[CTCTexture]
repaint_seat
int_seat.dds
[CTCTexture]
repaint_rgstamp
rg_stamper.tga
[CTCTexture]
repaint_stickers_ext
stickers_pl.tga
[CTCTexture]
repaint_schiebetuer
SST_Fenster.tga
###################
Text-Texturen:
###################
Nummer:
0
[texttexture]
number
Kennz_DtAlt
64
64
0
235
235
235
1
[texttexture]
ident
Kennz_DtNeu
150
75
1
3
1
2
IBIS:
2
[texttexture]
IBIS
IBIS-2_5x7
256
64
0
25
25
25
ANNAX Linie groß:
3
[texttexture]
number
O530 Linie
200
100
0
200
255
80
4
[texttexture]
number
O530 Linie
128
64
0
200
255
80
5
[texttexture]
number
O530 Ziel
512
128
0
200
255
80
Innenanzeige
[texttexture_enh] Enhanced version of [texttexture] with orientation and grid
{stringvar}
{fontname}
{width}
{height}
{fullcolor} Monochrome with usercolor (see below, 0) or fullcolor (1)
{R}
{G}
{B}
{orientation} 0 = centered, 1 = left, 2 = right, 3 = best centered over spacing, 4 = centered over spacing, case of doubt left, 5 = centered over spacing, case of doubt right
{grid} Everytime aligned to grid with pixels {grid}. Else use "1" or "0".
6
[texttexture_enh]
IBIS_cabindisplay
LCD-Innenanzeige
2048
128
0
230
250
0
3
1
Fahrscheindrucker:
7
[texttexture]
ticketprinter_display
IBIS-2_5x7
276
64
0
25
25
25
IBIS-Fahrplanlage Minuten
8
[texttexture]
IBIS_Delay_min
IBIS-2_8x11
64
64
0
25
25
25
IBIS-Fahrplanlage Zehntelminuten
9
[texttexture]
IBIS_Delay_sec
IBIS-2_5x7
16
16
0
25
25
25
IBIS-Fahrplanlage Zehntelminuten
10
[texttexture]
IBIS_Delay_state
IBIS-2_5x7
16
16
0
25
25
25
Thermometer
11
[texttexture]
cockpit_temperatur
Display-helvetica
130
55
0
25
25
25
AussenTemperatur
12
[texttexture]
aussen_temperatur
Display-helvetica
176
58
0
25
25
25
OdometrFull
13
[texttexture]
odometr_full
Display-helvetica
256
64
0
25
25
25
OdometrDay
14
[texttexture]
cockpit_temperatur
Display-helvetica
256
64
0
25
25
25
Clock
15
[texttexture]
vdo_panel_time
Display-helvetica
130
55
0
25
25
25
SpeedPanel
16
[texttexture]
vdo_panel_time
Display-helvetica
256
64
0
25
25
25
17
[texttexture]
vdo_panel_speed
Display-helvetica
229
54
0
25
25
25
18
[texttexture]
vdo_panel_time
Display-helvetica
130
55
0
25
25
25
19
[texttexture]
odometr_full
Display-helvetica
229
54
0
25
25
25
20
[texttexture_enh]
VDV_info_left
VDV_Display
379
276
1
0
0
0
1
1
21
[texttexture_enh]
VDV_info_left
VDV_Display_night
379
276
1
0
0
0
1
1
22
[texttexture_enh]
VDV_info_right
VDV_Display
379
276
1
0
0
0
2
1
23
[texttexture_enh]
VDV_info_right
VDV_Display_night
379
276
1
0
0
0
2
1
24
[texttexture_enh]
RouteSel_Time
DIN
200
100
0
0
0
0
1
0
25
[texttexture_enh]
RouteSel_Data
DIN
1500
180
0
0
0
0
1
0
26
[texttexture_enh]
RouteSel_Data
DIN Narrow
1500
220
0
0
0
0
1
0
27
[texttexture]
IBIS
test
256
64
0
255
255
255
28
[texttexture]
IBIS_DelayComplex
DIN
120
45
0
8
8
8
Fahrscheindrucker
29
[texttexture]
IBIS_Date_Time
DIN Narrow
200
125
0
255
255
255
30
[texttexture_enh]
IBIS_StopList
DIN
600
550
0
255
255
255
1
0
31
[texttexture_enh]
IBIS_StopList
DIN
600
550
0
0
0
0
1
0
32
[texttexture_enh]
IBIS_DepTimes
DIN
115
550
0
255
255
255
1
0
33
[texttexture]
IBIS
test
256
65
0
0
0
0
Fahrscheindrucker
34
[texttexture]
ticketprinter_display
test
256
65
0
0
0
0
--- LAWO ---
35
[texttexture_enh]
IBIS_stop2
DIN
760
108
0
255
255
255
1
0
36
[texttexture_enh]
Liniennummer
DIN
160
108
0
0
0
0
0
0
37
[texttexture_enh]
IBIS
DIN
760
108
0
240
202
0
1
0
38
[texttexture_enh]
IBIS_stop3
DIN
760
108
0
255
255
255
1
0
39
[texttexture_enh]
IBIS_stop4
DIN
760
108
0
255
255
255
1
0
40
[texttexture_enh]
IBIS_stop1
DIN
760
108
0
240
202
0
1
0
###################
Script-Texturen:
###################
0: Krüger++ Canvas
[scripttexture]
256
64
1: Krüger++ LED Alpha White
[scripttexture]
1024
256
2: Krüger++ LED Alpha Orange
[scripttexture]
1024
256
3: Krüger++ LED Alpha Green
[scripttexture]
1024
256
4: Krüger++ LED Alpha Azure
[scripttexture]
1024
256
5: Krüger++ LED Alpha Magenta
[scripttexture]
1024
256
6: Krüger++ LED Colour Palette
[scripttexture]
256
256
########################################
[LOD]
0.1
########################################
**************************************
ÊÎËÅÑÀ
**************************************
[mesh]
15m\Rad_VR.o3d
[viewpoint]
3
[illumination_interior]
-1
-1
-1
-1
[matl]
wheels.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
wheels_envmask.tga
[newanim]
origin_trans
1.099
3.275
0.485
anim_rot
Wheel_Rotation_0_R
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_0_R
1
[newanim]
origin_trans
1.099
3.275
0.485
origin_rot_y
90
anim_rot
Axle_Steering_0_R
57.295779513082320876798154814105
[mesh]
15m\Rad_VL.o3d
[viewpoint]
3
[illumination_interior]
-1
-1
-1
-1
[matl]
wheels.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
wheels_envmask.tga
[newanim]
origin_trans
-1.099
3.275
0.485
anim_rot
Wheel_Rotation_0_L
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_0_L
1
[newanim]
origin_trans
-1.099
3.275
0.485
origin_rot_y
90
anim_rot
Axle_Steering_0_L
57.295779513082320876798154814105
[mesh]
15m\Rad_HR.o3d
[viewpoint]
3
[illumination_interior]
-1
-1
-1
-1
[matl]
wheels.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
wheels_envmask.tga
[newanim]
origin_trans
0.916
-3.941
0.485
anim_rot
Wheel_Rotation_1_R
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_1_R
1
[mesh]
15m\Rad_HL.o3d
[viewpoint]
3
[illumination_interior]
-1
-1
-1
-1
[matl]
wheels.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
wheels_envmask.tga
[newanim]
origin_trans
-0.916
-3.941
0.485
anim_rot
Wheel_Rotation_1_L
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_1_L
1
[mesh]
15m\Rad_2HR.o3d
[viewpoint]
3
[illumination_interior]
-1
-1
-1
-1
[matl]
wheels.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
wheels_envmask.tga
[newanim]
origin_trans
1.099
-5.667
0.485
anim_rot
Wheel_Rotation_2_R
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_2_R
1
[newanim]
origin_trans
1.099
-5.667
0.485
origin_rot_y
90
anim_rot
Axle_Steering_0_R
-25.295779513082320876798154814105
[mesh]
15m\Rad_2HL.o3d
[viewpoint]
3
[illumination_interior]
-1
-1
-1
-1
[matl]
wheels.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
wheels_envmask.tga
[newanim]
origin_trans
-1.099
-5.667
0.485
anim_rot
Wheel_Rotation_2_L
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_2_L
1
[newanim]
origin_trans
-1.099
-5.667
0.485
origin_rot_y
90
anim_rot
Axle_Steering_0_L
-25.295779513082320876798154814105
**************************************
WHEELCAPS
**************************************
[mesh]
15m\Rad_VR_wheelcap.o3d
[viewpoint]
0
[visible]
vis_wheelcaps
1
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_trans
1.099
3.275
0.485
anim_rot
Wheel_Rotation_0_R
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_0_R
1
[newanim]
origin_trans
1.099
3.275
0.485
origin_rot_y
90
anim_rot
Axle_Steering_0_R
57.295779513082320876798154814105
[mesh]
15m\Rad_VL_wheelcap.o3d
[viewpoint]
0
[visible]
vis_wheelcaps
1
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_trans
-1.099
3.275
0.485
anim_rot
Wheel_Rotation_0_L
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_0_L
1
[newanim]
origin_trans
-1.099
3.275
0.485
origin_rot_y
90
anim_rot
Axle_Steering_0_L
57.295779513082320876798154814105
[mesh]
15m\Rad_HR_wheelcap.o3d
[viewpoint]
0
[visible]
vis_wheelcaps
1
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_trans
0.916
-3.941
0.485
anim_rot
Wheel_Rotation_1_R
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_1_R
1
[mesh]
15m\Rad_HL_wheelcap.o3d
[viewpoint]
0
[visible]
vis_wheelcaps
1
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_trans
-0.916
-3.941
0.485
anim_rot
Wheel_Rotation_1_L
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_1_L
1
[mesh]
15m\Rad_2HR_wheelcap.o3d
[viewpoint]
0
[visible]
vis_wheelcaps
1
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_trans
1.099
-5.667
0.485
anim_rot
Wheel_Rotation_2_R
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_2_R
1
[newanim]
origin_trans
1.099
-5.667
0.485
origin_rot_y
90
anim_rot
Axle_Steering_0_R
-25.295779513082320876798154814105
[mesh]
15m\Rad_2HL_wheelcap.o3d
[viewpoint]
0
[visible]
vis_wheelcaps
1
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_trans
-1.099
-5.667
0.485
anim_rot
Wheel_Rotation_2_L
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_2_L
1
[newanim]
origin_trans
-1.099
-5.667
0.485
origin_rot_y
90
anim_rot
Axle_Steering_0_L
-25.295779513082320876798154814105
**************************************
ÊÎËÅÑÀ LOD
**************************************
[mesh]
15m\LOD_Rad_VR.o3d
[viewpoint]
4
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_trans
1.099
3.275
0.485
anim_rot
Wheel_Rotation_0_R
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_0_R
1
[newanim]
origin_trans
1.099
3.275
0.485
origin_rot_y
90
anim_rot
Axle_Steering_0_R
57.295779513082320876798154814105
[mesh]
15m\LOD_Rad_VL.o3d
[viewpoint]
4
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_trans
-1.099
3.275
0.485
anim_rot
Wheel_Rotation_0_L
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_0_L
1
[newanim]
origin_trans
-1.099
3.275
0.485
origin_rot_y
90
anim_rot
Axle_Steering_0_L
57.295779513082320876798154814105
[mesh]
15m\LOD_Rad_HR.o3d
[viewpoint]
4
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_trans
0.916
-3.941
0.485
anim_rot
Wheel_Rotation_1_R
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_1_R
1
[mesh]
15m\LOD_Rad_HL.o3d
[viewpoint]
4
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_trans
-0.916
-3.941
0.485
anim_rot
Wheel_Rotation_1_L
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_1_L
1
[mesh]
15m\LOD_Rad_2HR.o3d
[viewpoint]
4
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_trans
1.099
-5.667
0.485
anim_rot
Wheel_Rotation_2_R
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_2_R
1
[newanim]
origin_trans
1.099
-5.667
0.485
origin_rot_y
90
anim_rot
Axle_Steering_0_R
-25.295779513082320876798154814105
[mesh]
15m\LOD_Rad_2HL.o3d
[viewpoint]
4
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_trans
-1.099
-5.667
0.485
anim_rot
Wheel_Rotation_2_L
57.295779513082320876798154814105
[newanim]
origin_rot_y
-90
anim_trans
Axle_Suspension_2_L
1
[newanim]
origin_trans
-1.099
-5.667
0.485
origin_rot_y
90
anim_rot
Axle_Steering_0_L
-25.295779513082320876798154814105
[mesh]
15m\wagenkasten.o3d
[viewpoint]
0
[illumination_interior]
-1
-1
-1
-1
[matl]
L_01white.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bumpmap_L.jpg
1
[mesh]
15m\wagenkasten_matrix_cover.o3d
[viewpoint]
0
[visible]
vis_matrix_ver
0
[illumination_interior]
-1
-1
-1
-1
[matl]
L_01white.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bumpmap_L.jpg
1
[mesh]
15m\wagenkasten_fr1.o3d
[viewpoint]
0
[illumination_interior]
-1
-1
-1
-1
[visible]
vis_front_ver
0
[matl]
L_01white.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bumpmap_L.jpg
1
[mesh]
15m\wagenkasten_embl_fr.o3d
[viewpoint]
0
[illumination_interior]
-1
-1
-1
-1
[visible]
vis_front_ver
0
[matl]
L_01white.tga
0
[matl_alpha]
2
[mesh]
15m\wagenkasten_embl_eev.o3d
[viewpoint]
0
[illumination_interior]
-1
-1
-1
-1
[visible]
vis_embl_eev
1
[matl]
L_01white.tga
0
[matl_alpha]
2
[mesh]
15m\wagenkasten_fr2.o3d
[viewpoint]
0
[illumination_interior]
-1
-1
-1
-1
[visible]
vis_front_ver
1
[matl]
L_01white.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bumpmap_L.jpg
1
[mesh]
15m\wagenkasten_bump_fog.o3d
[viewpoint]
0
[illumination_interior]
-1
-1
-1
-1
[visible]
var_hasfoglights
1
[matl]
L_01white.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bumpmap_L.jpg
1
[mesh]
15m\wagenkasten_bump_nofog.o3d
[viewpoint]
0
[illumination_interior]
-1
-1
-1
-1
[visible]
var_hasfoglights
0
[matl]
L_01white.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bumpmap_L.jpg
1
***
[mesh]
15m\undercarriage.o3d
[viewpoint]
1
[illumination_interior]
-1
-1
-1
-1
[matl]
05.jpg
0
***
[mesh]
15m\details.o3d
[viewpoint]
0
[illumination_interior]
-1
-1
-1
-1
[matl]
02.jpg
0
***
[mesh]
Generic\refl_l.o3d
[illumination_interior]
0
1
3
4
[matl]
reflexion0.bmp
0
***
[mesh]
Generic\refl_r.o3d
[illumination_interior]
0
1
3
4
[matl]
reflexion1.bmp
0
[illumination_interior]
-1
-1
-1
-1
***
[mesh]
Generic\refl_int.o3d
[illumination_interior]
0
1
3
4
[matl]
reflexion2.bmp
0
[illumination_interior]
-1
-1
-1
-1
**************************************
ÂÛÕËÎÏÛ
**************************************
Rauchsystem
[smoke]
-0.992
-8.9
0.43
-1
-0.7
0
auspuff_vel
0.2
auspuff_freq
1
0.95
-0.6
0.5
4
auspuff_alpha
1
0.2
0.2
0.2
**************************************
Regeneffekte an den Raedern:
**************************************
[smoke]
1.05
3.275
0.15
0
-1
0.2
0
0.1
tire_wet_freq
tire_wet_live
0.95
1
0.2
3
1
10
0.9
0.9
0.9
[smoke]
-1.05
3.275
0.15
0
-1
0.2
0
0.1
tire_wet_freq
tire_wet_live
0.95
1
0.2
3
1
10
0.9
0.9
0.9
[smoke]
1.05
-3.94
0.15
0
-1
0.2
0
0.1
tire_wet_freq
tire_wet_live
0.95
1
0.2
3
1
10
0.9
0.9
0.9
[smoke]
-1.05
-3.94
0.15
0
-1
0.2
0
0.1
tire_wet_freq
tire_wet_live
0.95
1
0.2
3
1
10
0.9
0.9
0.9
**************************************
ÄÂÅÐÈ
**************************************
[mesh]
15m\Tuerb_VV.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[matl]
L_01white.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bump.bmp
0.03
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_rot
door_0
-160
[newanim]
origin_trans
1.224
5.33
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
180
[newanim]
origin_trans
1.14
5.624
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
-90
[visible]
var_doors_vorne
0
**********
[mesh]
15m\Tuerb_VH.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[matl]
L_01white.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bump.bmp
0.03
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[newanim]
origin_from_mesh
origin_rot_z
90
anim_rot
door_1
-160
[newanim]
origin_trans
1.224
4.49
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
-180
[newanim]
origin_trans
1.14
4.196
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
90
[visible]
var_doors_vorne
0
**********
[mesh]
15m\Tuerbuegel_VV.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
0
[newanim]
origin_trans
1.14
5.624
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
-90
[visible]
var_doors_vorne
0
**********
[mesh]
15m\Tuerext_VV.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
L_01white.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl]
21.tga
0
[matl_envmap]
Refl.jpg
0.1
[viewpoint]
0
[newanim]
origin_trans
1.224
5.33
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
180
[newanim]
origin_trans
1.14
5.624
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
-90
[visible]
var_doors_vorne
0
*****
[mesh]
15m\Tuerint_VV.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
0
[matl]
02.jpg
0
[matl_lightmap]
02_LM.jpg
door_spotlight_1
[newanim]
origin_trans
1.224
5.33
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
180
[newanim]
origin_trans
1.14
5.624
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
-90
[visible]
var_doors_vorne
0
**********
[mesh]
15m\Tuerbuegel_VH.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
0
[newanim]
origin_trans
1.14
4.196
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
90
[visible]
var_doors_vorne
0
********
[mesh]
15m\Tuerext_VH.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
L_01white.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl]
21.tga
0
[matl_envmap]
Refl.jpg
0.1
[viewpoint]
0
[newanim]
origin_trans
1.224
4.49
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
-180
[newanim]
origin_trans
1.14
4.196
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
90
[visible]
var_doors_vorne
0
*****
[mesh]
15m\Tuerint_VH.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
0
[matl]
02.jpg
0
[matl_lightmap]
02_LM.jpg
door_spotlight_1
[viewpoint]
0
[newanim]
origin_trans
1.224
4.49
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
-180
[newanim]
origin_trans
1.14
4.196
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
90
[visible]
var_doors_vorne
0
**************************************
[mesh]
15m\Tuerb_HV.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[matl]
L_01white.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bump.bmp
0.03
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_rot
door_3
-160
[newanim]
origin_trans
1.224
-1.167
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
180
[newanim]
origin_trans
1.14
-0.873
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-90
[visible]
var_doors_mitte
0
**********
[mesh]
15m\Tuerb_HH.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[matl]
L_01white.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bump.bmp
0.03
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[newanim]
origin_from_mesh
origin_rot_z
90
anim_rot
door_3
-160
[newanim]
origin_trans
1.224
-2.00
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-180
[newanim]
origin_trans
1.14
-2.30
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
90
[visible]
var_doors_mitte
0
**********
[mesh]
15m\Tuerbuegel_HV.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
0
[newanim]
origin_trans
1.14
-0.873
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-90
[visible]
var_doors_mitte
0
**********
[mesh]
15m\Tuerext_HV.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
L_01white.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl]
21.tga
0
[matl_envmap]
Refl.jpg
0.1
[viewpoint]
0
[newanim]
origin_trans
1.224
-1.167
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
180
[newanim]
origin_trans
1.14
-0.873
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-90
[visible]
var_doors_mitte
0
*****
[mesh]
15m\Tuerint_HV.o3d
[illumination_interior]
0
1
2
3
[matl]
02.jpg
0
[matl_lightmap]
02_LM.jpg
door_spotlight_2
[viewpoint]
0
[newanim]
origin_trans
1.224
-1.167
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
180
[newanim]
origin_trans
1.14
-0.873
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-90
[visible]
var_doors_mitte
0
**********
[mesh]
15m\Tuerbuegel_HH.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
0
[newanim]
origin_trans
1.14
-2.30
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
90
[visible]
var_doors_mitte
0
********
[mesh]
15m\Tuerext_HH.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
L_01white.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl]
21.tga
0
[matl_envmap]
Refl.jpg
0.1
[viewpoint]
0
[newanim]
origin_trans
1.224
-2.00
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-180
[newanim]
origin_trans
1.14
-2.30
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
90
[visible]
var_doors_mitte
0
*****
[mesh]
15m\Tuerint_HH.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
0
[newanim]
origin_trans
1.224
-2.00
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-180
[newanim]
origin_trans
1.14
-2.30
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
90
[visible]
var_doors_mitte
0
**************************************
[mesh]
15m\Tuerb_2HV.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[matl]
L_01white.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bump.bmp
0.03
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_rot
door_5
-160
[newanim]
origin_trans
1.224
-6.82
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
180
[newanim]
origin_trans
1.14
-6.525
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-90
[visible]
var_doors_hinten
0
**********
[mesh]
15m\Tuerb_2HH.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[matl]
L_01white.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bump.bmp
0.03
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[newanim]
origin_from_mesh
origin_rot_z
90
anim_rot
door_5
-160
[newanim]
origin_trans
1.224
-7.65
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-180
[newanim]
origin_trans
1.14
-7.953
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
90
[visible]
var_doors_hinten
0
**********
[mesh]
15m\Tuerbuegel_2HV.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
0
[newanim]
origin_trans
1.14
-6.525
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-90
[visible]
var_doors_hinten
0
**********
[mesh]
15m\Tuerext_2HV.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
L_01white.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bump.bmp
0.03
[matl]
21.tga
0
[matl_envmap]
Refl.jpg
0.1
[viewpoint]
0
[newanim]
origin_trans
1.224
-6.82
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
180
[newanim]
origin_trans
1.14
-6.525
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-90
[visible]
var_doors_hinten
0
*****
[mesh]
15m\Tuerint_2HV.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
0
[matl]
02.jpg
0
[matl_lightmap]
02_LM.jpg
door_spotlight_3
[newanim]
origin_trans
1.224
-6.82
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
180
[newanim]
origin_trans
1.14
-6.525
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-90
[visible]
var_doors_hinten
0
**********
[mesh]
15m\Tuerbuegel_2HH.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
0
[newanim]
origin_trans
1.14
-7.953
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
90
[visible]
var_doors_hinten
0
********
[mesh]
15m\Tuerext_2HH.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
L_01white.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bump.bmp
0.03
[matl]
21.tga
0
[matl_envmap]
Refl.jpg
0.1
[viewpoint]
0
[newanim]
origin_trans
1.224
-7.65
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-180
[newanim]
origin_trans
1.14
-7.953
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
90
[visible]
var_doors_hinten
0
*****
[mesh]
15m\Tuerint_2HH.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
0
[matl]
02.jpg
0
[matl_lightmap]
02_LM.jpg
door_spotlight_3
[newanim]
origin_trans
1.224
-7.65
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-180
[newanim]
origin_trans
1.14
-7.953
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
90
[visible]
var_doors_hinten
0
**************************************
SST Mitte
**************************************
[mesh]
SST\SST_Buegelschutz.o3d
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-0.625
[mesh]
SST_3 Doors\SST_BuegelM1.o3d
[viewpoint]
0
[newanim]
origin_trans
1.161
0.456
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_2
90
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-1.33
[visible]
var_doors_mitte
2
[mesh]
SST_3 Doors\SST_M1.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_trans
0
0
0
origin_rot_x
0
origin_rot_y
0
origin_rot_z
90
anim_trans
door2_positiony
-0.58
[newanim]
origin_trans
0
0
0
origin_rot_x
90
origin_rot_y
0
origin_rot_z
0
anim_trans
door2_positionx
0.11
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-1.33
[visible]
var_doors_mitte
2
**********
[mesh]
SST_3 Doors\SST_M2.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_trans
0
0
0
origin_rot_x
0
origin_rot_y
0
origin_rot_z
90
anim_trans
door3_positiony
0.58
[newanim]
origin_trans
0
0
0
origin_rot_x
90
origin_rot_y
0
origin_rot_z
0
anim_trans
door3_positionx
0.11
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-1.33
[visible]
var_doors_mitte
2
[mesh]
SST_3 Doors\SST_BuegelM2.o3d
[viewpoint]
0
[newanim]
origin_trans
1.161
-0.967
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-90
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-1.33
[visible]
var_doors_mitte
2
**************************************
SST Hinten
**************************************
[mesh]
SST\SST_Buegelschutz.o3d
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-6.285
[visible]
var_doors_hinten
2
[mesh]
SST_3 Doors\SST_BuegelH1.o3d
[viewpoint]
0
[newanim]
origin_trans
1.161
-3.488
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_4
90
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-3.04
[visible]
var_doors_hinten
2
[mesh]
SST_3 Doors\SST_H1.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_trans
0
0
0
origin_rot_x
0
origin_rot_y
0
origin_rot_z
90
anim_trans
door4_positiony
-0.58
[newanim]
origin_trans
0
0
0
origin_rot_x
90
origin_rot_y
0
origin_rot_z
0
anim_trans
door4_positionx
0.11
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-3.04
[visible]
var_doors_hinten
2
**********
[mesh]
SST_3 Doors\SST_H2.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_trans
0
0
0
origin_rot_x
0
origin_rot_y
0
origin_rot_z
90
anim_trans
door5_positiony
0.58
[newanim]
origin_trans
0
0
0
origin_rot_x
90
origin_rot_y
0
origin_rot_z
0
anim_trans
door5_positionx
0.11
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-3.04
[visible]
var_doors_hinten
2
[mesh]
SST_3 Doors\SST_BuegelH2.o3d
[viewpoint]
0
[newanim]
origin_trans
1.161
-4.912
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-90
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-3.04
[visible]
var_doors_hinten
2
**************************************
AußenSchwenkTüren Vorne
**************************************
[mesh]
SC-Mod\Tuerrahmen.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
5.87
[visible]
var_doors_vorne
1
[mesh]
SC-Mod\TB_MV.o3d
[illumination_interior]
1
2
3
4
[viewpoint]
0
[newanim]
origin_trans
1.07667
-0.28065
0.46962
origin_rot_y
90
anim_rot
door_0
-103
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
5.87
[visible]
var_doors_vorne
1
**********
[mesh]
SC-Mod\door_MV.o3d
[illumination_interior]
-1
-1
-1
-1
[mouseevent]
door0
[viewpoint]
0
[newanim]
origin_trans
1.1826
-0.69363
0.45147
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
-103
[newanim]
origin_trans
1.07667
-0.28065
0.46962
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
103
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
5.87
[visible]
var_doors_vorne
1
*****
[mesh]
SC-Mod\TB_MH.o3d
[illumination_interior]
1
2
3
4
[viewpoint]
0
[newanim]
origin_trans
1.07667
-1.62973
0.46962
origin_rot_y
90
anim_rot
door_1
130
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
5.87
[visible]
var_doors_vorne
1
**********
[mesh]
SC-Mod\door_MH.o3d
[illumination_interior]
-1
-1
-1
-1
[mouseevent]
door1
[viewpoint]
0
[newanim]
origin_trans
1.1826
-1.21675
0.45147
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
130
[newanim]
origin_trans
1.07667
-1.62973
0.46962
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
-130
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
5.87
[visible]
var_doors_vorne
1
[mesh]
SC-Mod\Detail.o3d
[illumination_interior]
1
2
3
4
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
5.87
[visible]
var_doors_vorne
1
**************************************
AußenSchwenkTüren Mitte
**************************************
[mesh]
SC-Mod\Tuerrahmen.o3d
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-0.625
[viewpoint]
0
[visible]
var_doors_mitte
1
[mesh]
SC-Mod\TB_MV.o3d
[illumination_interior]
1
2
3
4
[viewpoint]
0
[newanim]
origin_trans
1.07667
-0.28065
0.46962
origin_rot_y
90
anim_rot
door_2
-130
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-0.625
[visible]
var_doors_mitte
1
**********
[mesh]
SC-Mod\door_MV.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_trans
1.1826
-0.69363
0.45147
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_2
-130
[newanim]
origin_trans
1.07667
-0.28065
0.46962
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_2
130
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-0.625
[visible]
var_doors_mitte
1
*****
[mesh]
SC-Mod\TB_MH.o3d
[illumination_interior]
1
2
3
4
[viewpoint]
0
[newanim]
origin_trans
1.07667
-1.62973
0.46962
origin_rot_y
90
anim_rot
door_3
130
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-0.625
[visible]
var_doors_mitte
1
**********
[mesh]
SC-Mod\door_MH.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_trans
1.1826
-1.21675
0.45147
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
130
[newanim]
origin_trans
1.07667
-1.62973
0.46962
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-130
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-0.625
[visible]
var_doors_mitte
1
[mesh]
SC-Mod\Detail.o3d
[illumination_interior]
1
2
3
4
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-0.625
[visible]
var_doors_mitte
1
**************************************
AußenSchwenkTüren Hinten
**************************************
[mesh]
SC-Mod\Tuerrahmen.o3d
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-6.285
[viewpoint]
0
[visible]
var_doors_hinten
1
[mesh]
SC-Mod\TB_MV.o3d
[illumination_interior]
1
2
3
4
[viewpoint]
0
[newanim]
origin_trans
1.07667
-0.28065
0.46962
origin_rot_y
90
anim_rot
door_4
-130
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-6.285
[visible]
var_doors_hinten
1
**********
[mesh]
SC-Mod\door_MV.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_trans
1.1826
-0.69363
0.45147
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_4
-130
[newanim]
origin_trans
1.07667
-0.28065
0.46962
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_4
130
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-6.285
[visible]
var_doors_hinten
1
*****
[mesh]
SC-Mod\TB_MH.o3d
[illumination_interior]
1
2
3
4
[viewpoint]
0
[newanim]
origin_trans
1.07667
-1.62973
0.46962
origin_rot_y
90
anim_rot
door_5
130
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-6.285
[visible]
var_doors_hinten
1
**********
[mesh]
SC-Mod\door_MH.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_trans
1.1826
-1.21675
0.45147
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
130
[newanim]
origin_trans
1.07667
-1.62973
0.46962
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-130
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-6.285
[visible]
var_doors_hinten
1
[mesh]
SC-Mod\Detail.o3d
[illumination_interior]
1
2
3
4
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-6.285
[visible]
var_doors_hinten
1
**************************************
Matrix Standard
**************************************
[mesh]
15m\Matrix_K++.o3d
[visible]
vis_matrix_ver
0
[illumination_interior]
-1
-1
-1
-1
*****
[mesh]
15m\Matrix_bg.o3d
[visible]
vis_matrix_ver
0
[illumination_interior]
-1
-1
-1
-1
*****
[mesh]
15m\vollmatrix_text_K++.o3d
[visible]
vis_matrix_ver
0
[illumination_interior]
-1
-1
-1
-1
---------------
[matl]
vmatrix_leer_led.png
0
--------------
[matl]
vmatrix_voll_led_h030s1.dds
0
[matl_transmap]
\S:1
[matl_alpha]
2
[matl_lightmap]
vmatrix_leer_led_LM.png
elec_busbar_main
--------------
[matl]
vmatrix_voll_led_h120s1.dds
0
[matl_transmap]
\S:2
[matl_alpha]
2
[matl_lightmap]
vmatrix_leer_led_LM.png
elec_busbar_main
--------------
[matl]
vmatrix_voll_led_h210s1.dds
0
[matl_transmap]
\S:3
[matl_alpha]
2
[matl_lightmap]
vmatrix_leer_led_LM.png
elec_busbar_main
--------------
[matl]
vmatrix_voll_led_h300s1.dds
0
[matl_transmap]
\S:4
[matl_alpha]
2
[matl_lightmap]
vmatrix_leer_led_LM.png
elec_busbar_main
--------------
[matl]
vmatrix_voll_led_h000s0.dds
0
[matl_transmap]
\S:5
[matl_alpha]
2
[matl_lightmap]
vmatrix_leer_led_LM.png
elec_busbar_main
**************************************
Matrix New
**************************************
[mesh]
15m\Matrix_K++_new.o3d
[visible]
vis_matrix_ver
1
[illumination_interior]
-1
-1
-1
-1
*****
[mesh]
15m\Matrix_new_bg.o3d
[visible]
vis_matrix_ver
1
[illumination_interior]
-1
-1
-1
-1
*****
[mesh]
15m\vollmatrix_text_K++_new.o3d
[visible]
vis_matrix_ver
1
[illumination_interior]
-1
-1
-1
-1
[matl]
vmatrix_voll_led_h030s1.dds
0
[matl_transmap]
\S:1
[matl_alpha]
2
[matl_lightmap]
vmatrix_leer_led_LM.png
elec_busbar_main
**************************************
ÊÎÍÄÈÖÈÎÍÅÐ
**************************************
[mesh]
15m\Klimaanlage.o3d
[viewpoint]
0
[matl]
L_01white.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bumpmap_L.jpg
1
[illumination_interior]
-1
-1
-1
-1
**************************************
ËÎÃÎÒÈÏ ÍÀ ÌÎÐÄÅ
**************************************
Luk 1
[mesh]
15m\Luk_1.o3d
[matl]
L_01white.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bumpmap_L.jpg
1
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_from_mesh
anim_rot
cp_klappfenster_OL3
5
Luk 2
[mesh]
15m\Luk_2.o3d
[matl]
L_01white.tga
0
[matl_envmap]
envmap_2.bmp
1.0
[matl_envmap_mask]
body_envmask_L.tga
[matl_bumpmap]
bumpmap_L.jpg
1
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_from_mesh
anim_rot
cp_klappfenster_OL3
5
**************************************
ÍÎÌÅÐ ÑÇÀÄÈ
**************************************
[mesh]
15m\Kennz_vorne.o3d
[illumination_interior]
-1
-1
-1
-1
[mesh]
15m\Kennz_hinten.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
L_01white.tga
0
[matl_lightmap]
01white_FL_lm.tga
lights_stand
**************************************
bus number and reg plate
**************************************
[mesh]
15m\wagenkasten_kennz.o3d
[visible]
vis_reg_plate
1
[matl]
D_kennzeichen.bmp
0
[useTextTexture]
1
[matl_alpha]
2
[matl_texadress_clamp]
***************
[mesh]
15m\wagenkasten_nummer.o3d
[visible]
vis_bus_number
1
[matl]
D_wagennummer.bmp
0
[useTextTexture]
0
[matl_alpha]
2
[matl_texadress_clamp]
**************************************
ÄÂÎÐÍÈÊÈ
**************************************
[mesh]
Generic\Wischerarm_R.o3d
[illumination_interior]
0
1
2
3
[newanim]
origin_from_mesh
anim_rot
wiperpos_left
-90
[mesh]
Generic\Wischerarm_L.o3d
[illumination_interior]
0
1
2
3
[newanim]
origin_from_mesh
anim_rot
wiperpos_right
90
**************************************
ÑÀËÎÍ ÑÏÅÐÅÄÈ/ÑÇÀÄÈ
**************************************
[mesh]
15m\Decke1.o3d
[viewpoint]
0
[illumination_interior]
0
1
2
3
[matl_change]
02.jpg
0
lights_beleuchtung_oberdeck
[matl_item]
[matl_nightmap]
02_n.jpg
[mesh]
15m\Decke1a.o3d
[viewpoint]
0
[illumination_interior]
1
2
3
4
[matl_change]
02.jpg
0
lights_beleuchtung_oberdeck
[matl_item]
[matl_nightmap]
02_n.jpg
[mesh]
15m\Decke2a.o3d
[viewpoint]
0
[matl_change]
02.jpg
0
lights_beleuchtung_unterdeck
[matl_item]
[matl_nightmap]
02_n.jpg
[illumination_interior]
0
1
2
3
[mesh]
15m\Decke2b.o3d
[viewpoint]
0
[matl_change]
02.jpg
0
lights_beleuchtung_unterdeck
[matl_item]
[matl_nightmap]
02_n.jpg
[illumination_interior]
1
2
3
4
***************************
[mesh]
15m\Interior1A.o3d
[illumination_interior]
0
1
2
3
[matl]
25.jpg
0
[matl_freetex]
25.jpg
cp_stamper_ver
[mesh]
Generic\panel_siatka.o3d
[illumination_interior]
0
1
2
3
[matl]
int_new.tga
0
[matl_alpha]
2
[matl_noZwrite]
[mesh]
15m\Interior1B.o3d
[illumination_interior]
1
2
3
4
*****
[mesh]
15m\Interior2A.o3d
[viewpoint]
3
[matl]
09white.jpg
0
[matl_envmap]
Refl.jpg
0.04
[illumination_interior]
0
1
2
3
[mesh]
15m\Interior2B.o3d
[viewpoint]
3
[matl]
09white.jpg
0
[matl_envmap]
Refl.jpg
0.04
[illumination_interior]
1
2
3
4
*****
[mesh]
15m\Interior3A.o3d
[viewpoint]
3
[illumination_interior]
0
1
2
3
[mesh]
15m\Interior3A_handles.o3d
[viewpoint]
3
[illumination_interior]
0
1
2
3
[mesh]
15m\Interior3B.o3d
[viewpoint]
3
[illumination_interior]
1
2
3
4
[mesh]
15m\Interior3B_handles.o3d
[viewpoint]
3
[illumination_interior]
0
1
2
3
****
[mesh]
15m\body_uszcz.o3d
[illumination_interior]
0
1
2
3
**************************************
STICKERS / NAKLEJKI
**************************************
########### POL
[mesh]
15m\Interior1A_sticker_pol_ext.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
1
[visible]
vis_stickers
0
[matl]
stickers_pl.tga
0
[matl_alpha]
2
[mesh]
15m\Interior1A_sticker_pol.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[visible]
vis_stickers
0
[mesh]
15m\Interior1B_sticker_pol.o3d
[illumination_interior]
1
2
3
4
[viewpoint]
3
[visible]
vis_stickers
0
########### GER
[mesh]
15m\Interior1A_sticker_ger.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[visible]
vis_stickers
1
[mesh]
15m\Interior1B_sticker_ger.o3d
[illumination_interior]
1
2
3
4
[viewpoint]
3
[visible]
vis_stickers
1
**************************************
ÑÀËÎÍ ÑÏÅÐÅÄÈ/ÑÇÀÄÈ LOD
**************************************
[mesh]
15m\LOD_Interior2A.o3d
[viewpoint]
4
[illumination_interior]
0
1
2
3
[mesh]
15m\LOD_Interior2B.o3d
[viewpoint]
4
[illumination_interior]
1
2
3
4
*****
[mesh]
15m\LOD_Interior3A.o3d
[viewpoint]
4
[illumination_interior]
0
1
2
3
[mesh]
15m\LOD_Interior3B.o3d
[viewpoint]
4
[illumination_interior]
1
2
3
4
**************************************
ÏÀÍÄÓÑ
**************************************
[mesh]
15m\Rampe.o3d
[illumination_interior]
1
2
3
4
[mouseevent]
Pandus
[newanim]
origin_from_mesh
origin_rot_y
90
anim_rot
pandus_pos
200
**************************************
ËÀÌÌÏÛ Ó ÄÂÅÐÅÉ
**************************************
**************************************
ËÀÌÌÏÛ Ó ÄÂÅÐÅÉ
**************************************
[mesh]
15m\LampeTuerv.o3d
[illumination_interior]
0
1
2
3
[matl_change]
03_FL.jpg
0
lights_fahrerlicht
[matl_item]
[matl_nightmap]
03_FL_n.jpg
[mesh]
15m\Lampe_v.o3d
[illumination_interior]
0
1
2
3
[matl_change]
03_FL.jpg
0
door_spotlight_1
[matl_item]
[matl_nightmap]
03_FL_n.jpg
*********************
[mesh]
15m\Lampe_h.o3d
[illumination_interior]
1
2
3
4
[matl_change]
03_FL.jpg
0
door_spotlight_2
[matl_item]
[matl_nightmap]
03_FL_n.jpg
*********************
[mesh]
15m\Lampe_hh.o3d
[illumination_interior]
1
2
3
4
[matl_change]
03_FL.jpg
0
door_spotlight_3
[matl_item]
[matl_nightmap]
03_FL_n.jpg
**************************************
ÊÍÎÏÊÈ ÍÀ ÏÎÐÓ×ÍßÕ
**************************************
[mesh]
15m\HaltewunschtasterA.o3d
[viewpoint]
3
[illumination_interior]
0
1
2
3
[viewpoint]
3
[mouseevent]
door_haltewunsch
*****
[mesh]
15m\HaltewunschtasterB.o3d
[viewpoint]
3
[illumination_interior]
1
2
3
4
[viewpoint]
3
[mouseevent]
door_haltewunsch
**************************************
ÊÐÅÑËÎ ÂÎÄÈÒÅËß
**************************************
[mesh]
Generic\Fahrersitz.o3d
[viewpoint]
3
[illumination_interior]
0
1
2
3
[newanim]
anim_trans
Driver_Seat_VertTransl
1
origin_rot_y
90
**************************************
ÏÐÈÁÎÐÍÀß ÏÀÍÅËÜ
**************************************
[mesh]
Generic\panel.o3d
[illumination_interior]
0
1
2
3
[matl]
vdo_0.dds
0
[matl_freetex]
vdo_0.dds
cp_door_mode
**************************************
AEP card readers
**************************************
[mesh]
15m\aep_czytn.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[visible]
cp_stamper_ver
1
[matl_change]
aep.tga
0
elec_busbar_main
[matl_item]
[matl_nightmap]
aep_lm.tga
[mesh]
15m\aep_czytn_r.o3d
[illumination_interior]
1
2
3
4
[viewpoint]
3
[visible]
cp_stamper_ver
1
[matl_change]
aep.tga
0
elec_busbar_main
[matl_item]
[matl_nightmap]
aep_lm.tga
[mesh]
15m\aep_czytn_ikony.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[visible]
cp_stamper_ver
1
[matl]
aep_ikony.tga
0
[matl_alpha]
2
[matl_nightmap]
aep_ikony.tga
[visible]
aep_ikony
1
[mesh]
15m\aep_czytn_niecz.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[visible]
cp_stamper_ver
1
[matl]
aep_ncz.tga
0
[matl_alpha]
2
[matl_nightmap]
aep_ncz.tga
[visible]
nieczynny
1
[mesh]
15m\aep_czytn_przyst.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[visible]
cp_stamper_ver
1
[matl]
IBIS-Textfeld.tga
0
[matl_alpha]
2
[matl_nightmap]
txt_lm.tga
[useTextTexture]
25
[mesh]
15m\aep_czytn_czas.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[visible]
cp_stamper_ver
1
[matl]
IBIS-Textfeld.tga
0
[matl_alpha]
2
[matl_nightmap]
txt_lm.tga
[useTextTexture]
24
[mesh]
15m\aep_czytn_glass.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[visible]
cp_stamper_ver
1
[matl]
Fenster.tga
0
[matl_envmap]
envmap.bmp
0.3
[matl_alpha]
2
[matl_noZwrite]
**************************************
R&G Mielec Ticket Validator
**************************************
[mesh]
15m\kas_rg_1_fr.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[visible]
cp_stamper_ver
0
[matl_change]
rg_stamper.tga
0
elec_busbar_main
[matl_item]
[matl_nightmap]
rg_stamper_lm.tga
-------------------------
[mesh]
15m\kas_rg_1_r.o3d
[illumination_interior]
1
2
3
4
[viewpoint]
3
[visible]
cp_stamper_ver
0
[matl_change]
rg_stamper.tga
0
elec_busbar_main
[matl_item]
[matl_nightmap]
rg_stamper_lm.tga
*************************
w/ card reader
*************************
[mesh]
15m\kas_rg_2_fr.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[visible]
cp_stamper_ver
2
[matl_change]
rg_stamper.tga
0
elec_busbar_main
[matl_item]
[matl_nightmap]
rg_stamper_lm.tga
-------------------------
[mesh]
15m\kas_rg_2_r.o3d
[illumination_interior]
1
2
3
4
[viewpoint]
3
[visible]
cp_stamper_ver
2
[matl_change]
rg_stamper.tga
0
elec_busbar_main
[matl_item]
[matl_nightmap]
rg_stamper_lm.tga
**************************************
Pixel Ticket Validator
**************************************
[mesh]
15m\kas_px_fr.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[visible]
cp_stamper_ver
3
[matl_change]
pixel_stamper.tga
0
elec_busbar_main
[matl_item]
[matl_nightmap]
pixel_stamper_lm.tga
-------------------------
[mesh]
15m\kas_px_r.o3d
[illumination_interior]
1
2
3
4
[viewpoint]
3
[visible]
cp_stamper_ver
3
[matl_change]
pixel_stamper.tga
0
elec_busbar_main
[matl_item]
[matl_nightmap]
pixel_stamper_lm.tga
-------------------------
[mesh]
15m\kas_px_txt.o3d
[visible]
cp_stamper_ver
3
[illumination_interior]
-1
-1
-1
-1
[matl_change]
IBIS-Textfeld.tga
0
elec_busbar_main
[matl_item]
[matl_lightmap]
txt_lm.tga
[matl_alpha]
2
[useTextTexture]
26
**************************************
Viatoll
**************************************
[mesh]
Generic\viatoll.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[visible]
vis_viatoll
1
**************************************
ÄÈÑÏËÅÉ VDO
**************************************
[mesh]
Generic\VDO.o3d
[visible]
elec_busbar_main
1
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mesh]
Generic\VDO-aus.o3d
[visible]
elec_busbar_main
0
[illumination_interior]
0
1
2
3
*****
[mesh]
Generic\text_speed.o3d
[visible]
elec_busbar_main
1
[illumination_interior]
-1
-1
-1
-1
[matl]
AI_text.tga
0
[matl_alpha]
2
[useTextTexture]
17
*****
[mesh]
Generic\text_time.o3d
[visible]
elec_busbar_main
1
[illumination_interior]
-1
-1
-1
-1
[matl]
AI_text.tga
0
[matl_alpha]
2
[useTextTexture]
18
*****
[mesh]
Generic\text_odometr.o3d
[visible]
elec_busbar_main
1
[illumination_interior]
-1
-1
-1
-1
[matl]
AI_text.tga
0
[matl_alpha]
2
[useTextTexture]
19
##############################
VDV Continental Driver's Info Display
##############################
+++++++++++++++++++++++++++
Hintergrund
+++++++++++++++++++++++++++
[mesh]
Display\Display.o3d
[viewpoint]
2
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_background
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_noZwrite]
+++++++++++++++++++++++++++
Buspiktogramm
+++++++++++++++++++++++++++
[mesh]
Display\vdv_buspiktogramm.o3d
[viewpoint]
2
[visible]
vdv_buspiktogramm
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_buspiktogramm
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Scrolling
+++++++++++++++++++++++++++
[mesh]
Display\vdv_scroll.o3d
[viewpoint]
2
[visible]
vdv_scroll
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_scroll
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Kneeling
+++++++++++++++++++++++++++
[mesh]
Display\vdv_kneel.o3d
[viewpoint]
2
[visible]
vdv_kneel
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_kneel
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
[mesh]
Display\vdv_kneel2.o3d
[viewpoint]
2
[visible]
vdv_kneel2
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_kneel2
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Feststellbremse
+++++++++++++++++++++++++++
[mesh]
Display\vdv_feststellbremse.o3d
[viewpoint]
2
[visible]
vdv_feststellbremse
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_feststellbremse
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
HSB
+++++++++++++++++++++++++++
[mesh]
Display\vdv_HSB.o3d
[viewpoint]
2
[visible]
vdv_HSB
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_HSB
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Gang Neutral
+++++++++++++++++++++++++++
[mesh]
Display\vdv_neutral.o3d
[viewpoint]
2
[visible]
vdv_neutral
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_neutral
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
P
+++++++++++++++++++++++++++
[mesh]
Display\vdv_p.o3d
[viewpoint]
2
[visible]
vdv_p
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_p
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Diagnose
+++++++++++++++++++++++++++
[mesh]
Display\vdv_diagnose.o3d
[viewpoint]
2
[visible]
vdv_diagnose
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_diagnose
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Kinderwagen
+++++++++++++++++++++++++++
[mesh]
Display\vdv_kinderwagen.o3d
[viewpoint]
2
[visible]
vdv_kinderwagen
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_kinderwagen
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Haltewunsch
+++++++++++++++++++++++++++
[mesh]
Display\vdv_haltewunsch.o3d
[viewpoint]
2
[visible]
vdv_haltewunsch
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_haltewunsch
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Klima
+++++++++++++++++++++++++++
[mesh]
Display\vdv_klima.o3d
[viewpoint]
2
[visible]
vdv_klima
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_klima
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Standheizung
+++++++++++++++++++++++++++
[mesh]
Display\vdv_heater.o3d
[viewpoint]
2
[visible]
vdv_heater
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_heater
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Autokneel
+++++++++++++++++++++++++++
[mesh]
Display\vdv_autokneel.o3d
[viewpoint]
2
[visible]
vdv_autokneel
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_autokneel
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Spiegelheizung
+++++++++++++++++++++++++++
[mesh]
Display\vdv_mirror.o3d
[viewpoint]
2
[visible]
vdv_mirror
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_mirror
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
ASR
+++++++++++++++++++++++++++
[mesh]
Display\vdv_ASR.o3d
[viewpoint]
2
[visible]
vdv_ASR
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_ASR
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Retarder
+++++++++++++++++++++++++++
[mesh]
Display\vdv_retarder.o3d
[viewpoint]
2
[visible]
vdv_retarder
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_retarder
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Door 0
+++++++++++++++++++++++++++
[mesh]
Display\vdv_door0.o3d
[viewpoint]
2
[visible]
vdv_door0
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_door0
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Door 1
+++++++++++++++++++++++++++
[mesh]
Display\vdv_door1.o3d
[viewpoint]
2
[visible]
vdv_door1
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_door1
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Door 23
+++++++++++++++++++++++++++
[mesh]
Display\vdv_door23.o3d
[viewpoint]
2
[visible]
vdv_door23
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_door23
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Door 45
+++++++++++++++++++++++++++
[mesh]
Display\vdv_door45.o3d
[viewpoint]
2
[visible]
vdv_door45
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_door45
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Door 45 clearance
+++++++++++++++++++++++++++
[mesh]
Display\vdv_door45clearance.o3d
[viewpoint]
2
[visible]
vdv_door45clearance
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_door45clearance
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Door Locked
+++++++++++++++++++++++++++
[mesh]
Display\vdv_doorlock.o3d
[viewpoint]
2
[visible]
vdv_doorlock
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_doorlock
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Rampe
+++++++++++++++++++++++++++
[mesh]
Display\vdv_ramp.o3d
[viewpoint]
2
[visible]
vdv_ramp
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_ramp
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Menuleisten
+++++++++++++++++++++++++++
[mesh]
Display\Leisten\coolanttemp.o3d
[viewpoint]
2
[visible]
vdv_coolanttemp
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_coolanttemp
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
[newanim]
origin_rot_z
0
anim_trans
vdv_coolanttemp_leiste
0.055
++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\geartemp.o3d
[viewpoint]
2
[visible]
vdv_geartemp
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_geartemp
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
[newanim]
origin_rot_z
0
anim_trans
vdv_geartemp_leiste
0.055
++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\oiltemp.o3d
[viewpoint]
2
[visible]
vdv_oiltemp
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_oiltemp
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
[newanim]
origin_rot_z
0
anim_trans
vdv_oiltemp_leiste
0.055
++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\adblue.o3d
[viewpoint]
2
[visible]
vdv_adblue
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_adblue
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
[newanim]
origin_rot_z
0
anim_trans
vdv_adblue_leiste
0.055
++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\tank.o3d
[viewpoint]
2
[visible]
vdv_tank
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_tank
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
[newanim]
origin_rot_z
0
anim_trans
vdv_tank_leiste
0.055
++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\airpress1_1.o3d
[viewpoint]
2
[visible]
vdv_airpress1_1
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_airpress1_1
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
[newanim]
origin_rot_z
0
anim_trans
vdv_airpress1_1_leiste
0.053
++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\airpress1_2.o3d
[viewpoint]
2
[visible]
vdv_airpress1_2
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_airpress1_2
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
[newanim]
origin_rot_z
0
anim_trans
vdv_airpress1_2_leiste
0.053
++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\airpress2_1.o3d
[viewpoint]
2
[visible]
vdv_airpress2_1
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_airpress2_1
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
[newanim]
origin_rot_z
0
anim_trans
vdv_airpress2_1_leiste
0.053
++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\airpress2_2.o3d
[viewpoint]
2
[visible]
vdv_airpress2_2
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_airpress2_2
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
[newanim]
origin_rot_z
0
anim_trans
vdv_airpress2_2_leiste
0.053
++++++++++++++++++++++++++++++
[mesh]
Display\Leisten\oilpress.o3d
[viewpoint]
2
[visible]
vdv_oilpress
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_oilpress
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
[newanim]
origin_rot_z
0
anim_trans
vdv_oilpress_leiste
0.053
+++++++++++++++++++++++++++
Menu Druck
+++++++++++++++++++++++++++
[mesh]
Display\vdv_menu_press.o3d
[viewpoint]
2
[visible]
vdv_menu_press
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_menu_press
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Menu Temp
+++++++++++++++++++++++++++
[mesh]
Display\vdv_menu_temp.o3d
[viewpoint]
2
[visible]
vdv_menu_temp
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_menu_temp
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Menu Sprit
+++++++++++++++++++++++++++
[mesh]
Display\vdv_menu_fuel.o3d
[viewpoint]
2
[visible]
vdv_menu_fuel
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_menu_fuel
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Außentemp
+++++++++++++++++++++++++++
[mesh]
Display\vdv_outtemp.o3d
[viewpoint]
2
[visible]
vdv_outtemp
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_outtemp
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Dachluken
+++++++++++++++++++++++++++
[mesh]
Display\vdv_roof.o3d
[viewpoint]
2
[visible]
vdv_roof
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_roof
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
Verbrauch
+++++++++++++++++++++++++++
[mesh]
Display\vdv_consum.o3d
[viewpoint]
2
[visible]
vdv_consum
1
[matl]
4_display1.jpg
0
[matl_freetex]
4_display1.jpg
vdv_consum
[matl_lightmap]
display_lightmap.png
vdv_light
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++++
OBD
+++++++++++++++++++++++++++
[mesh]
Display\vdv_info_left.o3d
[viewpoint]
2
[visible]
vdv_info_left
1
[matl]
4_display1.jpg
0
[matl_lightmap]
display_lightmap.png
vdv_light
[useTextTexture]
20
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++++
[mesh]
Display\vdv_info_left_n.o3d
[viewpoint]
2
[visible]
vdv_info_left_n
1
[matl]
4_display1.jpg
0
[matl_lightmap]
display_lightmap.png
vdv_light
[useTextTexture]
21
[matl_alpha]
2
[matl_noZwrite]
++++++++++++++++++++++
[mesh]
Display\vdv_info_right.o3d
[viewpoint]
2
[visible]
vdv_info_right
1
[matl]
4_display1.jpg
0
[matl_lightmap]
display_lightmap.png
vdv_light
[useTextTexture]
22
[matl_alpha]
2
[matl_noZwrite]
+++++++++++++++++++++++
[mesh]
Display\vdv_info_right_n.o3d
[viewpoint]
2
[visible]
vdv_info_right_n
1
[matl]
4_display1.jpg
0
[matl_lightmap]
display_lightmap.png
vdv_light
[useTextTexture]
23
[matl_alpha]
2
[matl_noZwrite]
**************************************
ÊÍÎÏÊÈ ÍÀ ÏÓËÜÒÅ
**************************************
[mesh]
Generic\Panel_button2d.o3d
[illumination_interior]
0
1
2
3
[matl]
13.jpg
0
[matl_lightmap]
13_n.jpg
lights_stand
[mouseevent]
comp_button_down
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
comp_button_down_mode
8
[newanim]
origin_from_mesh
anim_rot
comp_button_up_mode
-8
[mesh]
Generic\Panel_button2u.o3d
[illumination_interior]
0
1
2
3
[matl]
13.jpg
0
[matl_lightmap]
13_n.jpg
lights_stand
[mouseevent]
comp_button_up
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
comp_button_down_mode
8
[newanim]
origin_from_mesh
anim_rot
comp_button_up_mode
-8
[mesh]
Generic\Panel_button3u.o3d
[illumination_interior]
0
1
2
3
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[mouseevent]
comp_button_system
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
comp_button_info_mode
8
[newanim]
origin_from_mesh
anim_rot
comp_button_system_mode
-8
[mesh]
Generic\Panel_button3d.o3d
[illumination_interior]
0
1
2
3
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[mouseevent]
comp_button_info
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
comp_button_info_mode
8
[newanim]
origin_from_mesh
anim_rot
comp_button_system_mode
-8
***********
***********
[mesh]
generic\taster_anheben.o3d
[matl_change]
anheben.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
anheben_n.jpg
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
wagenkasten_anheben
[newanim]
origin_from_mesh
origin_rot_x
0
origin_rot_y
0
origin_rot_z
20
anim_rot
anheben_sw
-10
[mesh]
generic\taster_anheben_klickspot.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[matl]
leer.tga
0
[matl_alpha]
2
[mouseevent]
wagenkasten_anheben_down
[mesh]
Generic\Panel_button1.o3d
[viewpoint]
2
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[mouseevent]
blinker_warn_toggle
[newanim]
origin_from_mesh
anim_rot
cp_taster_warnblinker
8
[mesh]
Generic\Panel_3d_door0.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
bus_doorfront0
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_trans
cockpit_tuertaster1
-0.005
[matl_change]
13.jpg
0
door_light_1
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
Generic\Panel_3d_door1.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
bus_doorfront1
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_trans
cockpit_tuertaster2
-0.005
[matl_change]
13.jpg
0
door_light_2
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
Generic\retarder-aktiv.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cp_retarder_direkt_toggle
[newanim]
origin_from_mesh
anim_rot
cp_retarder_sw_direkt
7
[mesh]
Generic\retarder-aus.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cp_retarder_toggle
[newanim]
origin_from_mesh
anim_rot
cp_retarder_sw
7
[mesh]
Generic\notheben.o3d
[matl]
13.jpg
0
[matl_lightmap]
13_n.jpg
lights_stand
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cp_notheben
[newanim]
origin_from_mesh
anim_rot
cp_notheben_sw
8
[mesh]
Generic\schulfahrschalter.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[mouseevent]
cp_schulfahrschalter
[newanim]
origin_from_mesh
anim_rot
schulfahrschalter_sw
8
[light_enh_2]
-0.47
5.495
1.335
0
-1
0
0
0
1
1
0
255
1
1
0.007
180
210
schulfahrschaltung
1.0
0.1
1
1
0.03
[mesh]
Generic\kneel_auto.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[mouseevent]
cp_kneel_auto
[newanim]
origin_from_mesh
anim_rot
kneel_auto_sw
7
[light_enh_2]
-0.3982
5.536
1.352
0
-1
0
0
0
1
1
0
255
1
1
0.007
180
210
kneel_auto_set
1.0
0.1
1
1
0.03
[mesh]
Generic\tuersperre.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[mouseevent]
cp_tuersperre
[illumination_interior]
0
1
2
3
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
tuersperre_sw
6
***************
[mesh]
Generic\Panel_button21.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[mouseevent]
bus_dooraft
[illumination_interior]
0
1
2
3
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
bus_dooraft_sw
7
***************
ZF EcoLife Gearbox Buttons
***************
[mesh]
O530\ecolife_cassette.o3d
[visible]
gearbox_identifier
1
[illumination_interior]
0
1
2
3
[mesh]
O530\ecolife_N.o3d
[visible]
gearbox_identifier
1
[illumination_interior]
0
1
2
3
[mouseevent]
automatic_N
[viewpoint]
2
[newanim]
origin_from_mesh
origin_rot_z
90
anim_trans
cockpit_gangN
0.01
[matl]
ecolife_gangwahl.png
0
[matl_lightmap]
ecolife_gangwahl_n.png
automatic_N_light
[mesh]
O530\ecolife_R.o3d
[visible]
gearbox_identifier
1
[illumination_interior]
0
1
2
3
[mouseevent]
automatic_R
[viewpoint]
2
[newanim]
origin_from_mesh
origin_rot_z
90
anim_trans
cockpit_gangR
0.01
[matl]
ecolife_gangwahl.png
0
[matl_lightmap]
ecolife_gangwahl_n.png
automatic_R_light
[mesh]
O530\ecolife_D.o3d
[visible]
gearbox_identifier
1
[illumination_interior]
0
1
2
3
[mouseevent]
automatic_D
[viewpoint]
2
[newanim]
origin_from_mesh
origin_rot_z
90
anim_trans
cockpit_gang3
0.01
[matl]
ecolife_gangwahl.png
0
[matl_lightmap]
ecolife_gangwahl_n.png
automatic_D_light
-------Voith----------------------
[mesh]
O530\voith_cassette.o3d
[visible]
gearbox_identifier
2
[illumination_interior]
0
1
2
3
[mesh]
O530\voith_N.o3d
[visible]
gearbox_identifier
2
[illumination_interior]
0
1
2
3
[mouseevent]
automatic_N
[viewpoint]
2
[newanim]
origin_from_mesh
origin_rot_z
90
anim_trans
cockpit_gangN
0.01
[matl]
voith_gangwahl.bmp
0
[matl_lightmap]
voith_gangwahl_n.bmp
automatic_N_light
[mesh]
O530\voith_R.o3d
[visible]
gearbox_identifier
2
[illumination_interior]
0
1
2
3
[mouseevent]
automatic_R
[viewpoint]
2
[newanim]
origin_from_mesh
origin_rot_z
90
anim_trans
cockpit_gangR
0.01
[matl]
voith_gangwahl.bmp
0
[matl_lightmap]
voith_gangwahl_n.bmp
automatic_R_light
[mesh]
O530\voith_D.o3d
[visible]
gearbox_identifier
2
[illumination_interior]
0
1
2
3
[mouseevent]
automatic_D
[viewpoint]
2
[newanim]
origin_from_mesh
origin_rot_z
90
anim_trans
cockpit_gang3
0.01
[matl]
voith_gangwahl.bmp
0
[matl_lightmap]
voith_gangwahl_n.bmp
automatic_D_light
-------Old----------------------
[mesh]
O530\Panel_Gangwahl_N.o3d
[illumination_interior]
0
1
2
3
[visible]
gearbox_identifier
3
[mouseevent]
automatic_N
[viewpoint]
2
[newanim]
origin_from_mesh
anim_trans
cockpit_gangN
-0.004
[matl]
13.jpg
0
[matl_lightmap]
13_e2_n.jpg
automatic_N_light
[mesh]
O530\Panel_Gangwahl_R.o3d
[illumination_interior]
0
1
2
3
[visible]
gearbox_identifier
3
[mouseevent]
automatic_R
[viewpoint]
2
[newanim]
origin_from_mesh
anim_trans
cockpit_gangR
-0.004
[matl]
13.jpg
0
[matl_lightmap]
13_e2_n.jpg
automatic_R_light
[mesh]
O530\Panel_Gangwahl_D.o3d
[illumination_interior]
0
1
2
3
[visible]
gearbox_identifier
3
[mouseevent]
automatic_D
[viewpoint]
2
[newanim]
origin_from_mesh
anim_trans
cockpit_gang3
-0.004
[matl]
13.jpg
0
[matl_lightmap]
13_e2_n.jpg
automatic_D_light
**************************************
ÊËÞ× ÇÀÆÈÃÀÍÈß
**************************************
[mesh]
Generic\Panel_Schluessel.o3d
[illumination_interior]
0
1
2
3
[visible]
cp_key_pull
1
[viewpoint]
2
[newanim]
origin_from_mesh
origin_rot_y
-90
anim_rot
cp_key_rot
-180
maxspeed
300
[newanim]
origin_from_mesh
origin_rot_y
-90
anim_trans
cp_key_pull
0.01
delay
10
maxspeed
300
**************************************
ÐÓËÜ
**************************************
[mesh]
Generic\lenkrad.o3d
[illumination_interior]
0
1
2
3
[visible]
cp_lenkrad_visible
1
[viewpoint]
3
[newanim]
origin_from_mesh
origin_rot_z
90
anim_rot
Axle_Steering_0_L
1680
[mesh]
Generic\Podrul.o3d
[mouseevent]
cp_lenkrad_toggle
**************************************
ÏÅÄÀËÈ
**************************************
[mesh]
Generic\Bremspedal.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
Brake
-17
[mesh]
Generic\Fahrpedal.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
Throttle
22
**************************************
Wheelchair assistance button
**************************************
[mesh]
15m\knopf_wheelchair.o3d
[illumination_interior]
1
2
3
4
[mouseevent]
door_wheelchair
[matl_change]
02.jpg
0
cockpit_light_wheelchair_pax
[matl_item]
[matl_nightmap]
02_n.jpg
**************************************
KINDERWAGEN BUTTON
**************************************
[mesh]
15m\knopf_kinderwagen.o3d
[illumination_interior]
-1
-1
-1
-1
[mouseevent]
door_kinderwagenwunsch
[matl_change]
02.jpg
0
cockpit_light_bremse_knopf
[matl_item]
[matl_nightmap]
02_n.jpg
**************************************
CG BUTTONS
**************************************
[mesh]
15m\knopf_cg_cover.o3d
[illumination_interior]
-1
-1
-1
-1
[visible]
vis_btn_door
1
[mesh]
15m\knopf_cg23.o3d
[illumination_interior]
-1
-1
-1
-1
[visible]
vis_btn_door
1
[mouseevent]
bus_cg23
[matl_change]
02.jpg
0
cockpit_light_bremse_knopf
[matl_item]
[matl_nightmap]
02_n.jpg
[mesh]
15m\knopf_cg45.o3d
[illumination_interior]
-1
-1
-1
-1
[visible]
vis_btn_door
1
[mouseevent]
bus_cg45
[matl_change]
02.jpg
0
cockpit_light_bremse_knopf
[matl_item]
[matl_nightmap]
02_n.jpg
**************************************
ÊÍÎÏÊÈ ÍÀ ÏÓËÜÒÅ
**************************************
[mesh]
Generic\Panel_Feststellbremse.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
parking_brake_mouse
[newanim]
origin_from_mesh
anim_rot
bremse_feststell_sw
90
delay
10
maxspeed
360
[mesh]
Generic\Panel_button19.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mesh]
Generic\Panel_button18.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[mouseevent]
cp_schalter_ASR_off_toggle
[illumination_interior]
0
1
2
3
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
cp_ASR_off
8
[mesh]
Generic\Panel_button16.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mouseevent]
cp_dummy_sw10_toggle
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
cp_dummy_sw10
-7
[mesh]
Generic\Panel_button15.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mouseevent]
cp_klappfenster_OL3
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
cp_klappfenster_OL3
-6
[mesh]
Generic\Panel_button14.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mouseevent]
cp_window_down
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
cp_dummy_sw08
10
[mesh]
O530\fensterheber_klickspot.o3d
[matl]
leer.png
0
[matl_alpha]
2
[mouseevent]
cp_window_up
[mesh]
Generic\Panel_button13.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[mouseevent]
cp_dummy_sw07_toggle
[illumination_interior]
0
1
2
3
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
cp_dummy_sw07
-10
[mesh]
Generic\Panel_button12.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[mouseevent]
cp_dummy_sw06_toggle
[illumination_interior]
0
1
2
3
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
cp_dummy_sw06
-8
[mesh]
Generic\Panel_button11.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cp_fahrerlicht_toggle
[newanim]
origin_from_mesh
anim_rot
cp_fahrerlicht_sw
8
*****
[mesh]
Generic\Panel_button10d.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mouseevent]
cp_licht_oberdeck_toggle
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
cp_licht_oberdeck_sw
8
[newanim]
origin_from_mesh
anim_rot
cp_licht_unterdeck_sw
-8
[mesh]
Generic\Panel_button10u.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[mouseevent]
cp_licht_unterdeck_toggle
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
cp_licht_unterdeck_sw
-8
[newanim]
origin_from_mesh
anim_rot
cp_licht_oberdeck_sw
8
[illumination_interior]
0
1
2
3
******
[mesh]
Generic\Panel_button9.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[mouseevent]
cp_schluessel_mov
[viewpoint]
2
[illumination_interior]
0
1
2
3
[matl_change]
13.jpg
0
lights_nebelschluss
[matl_item]
[matl_nightmap]
13_n.jpg
[newanim]
origin_from_mesh
anim_rot
VDV_lightswitch_anim
90
[newanim]
origin_from_mesh
anim_trans
cp_light_pull
-0.005
origin_rot_z
0
[mesh]
Generic\Panel_button7d.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mouseevent]
cp_kneel_up_toggle
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
cp_kneel_up_mode
8
[newanim]
origin_from_mesh
anim_rot
cp_kneel_down_mode
-8
[mesh]
Generic\Panel_button7u.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mouseevent]
cp_kneel_down_toggle
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
cp_kneel_up_mode
8
[newanim]
origin_from_mesh
anim_rot
cp_kneel_down_mode
-8
[mesh]
Generic\Panel_button6.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
bus_20h-switch
[newanim]
origin_from_mesh
anim_rot
bremse_halte_sw
8
[mesh]
Generic\Panel_button4.o3d
[mouseevent]
comp_button_qiut
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[viewpoint]
2
[newanim]
origin_from_mesh
anim_rot
comp_button_qiut_mode
8
**************************************
ÐÀÑÏÈÑÀÍÈÅ
**************************************
[mesh]
Generic\Schedule.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[matl]
Schedule.bmp
0
[matl_freetex]
Schedule.bmp
file_schedule
[mesh]
Generic\Linienliste.o3d
[illumination_interior]
0
1
2
3
[matl]
Linienliste_ANX.bmp
0
[matl_freetex]
Linienliste_ANX.bmp
Matrix_Linelist
**************************************
Air Conditioning
**************************************
[mesh]
Generic\taster_klima.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
taster_klima
[newanim]
origin_from_mesh
anim_rot
cp_taster_klima
10
[mesh]
Generic\kond.o3d
[mesh]
Generic\kond_1.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mouseevent]
cp_heizregler_fussraum
[newanim]
origin_trans
-1.11829
4.87176
1.04442
origin_rot_x
90
origin_rot_y
0
origin_rot_z
80
anim_rot
cockpit_heizregler_fussraum
240
maxspeed
200
[mesh]
Generic\kond_2.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mouseevent]
cp_heizregler_temp
[newanim]
origin_trans
-1.11757
4.9098
1.0443
origin_rot_x
90
origin_rot_y
0
origin_rot_z
80
anim_rot
cockpit_heizregler_temp
240
[mesh]
Generic\kond_3.o3d
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mouseevent]
cp_klimator_sw
[newanim]
origin_trans
-1.11829
4.94892
1.04442
origin_rot_x
90
origin_rot_y
0
origin_rot_z
80
anim_rot
cp_klimator_sw
240
***
[mesh]
Generic\kond_4.o3d
[matl]
13.jpg
0
[matl_lightmap]
13_LM.jpg
lights_stand
[matl_change]
13.jpg
0
cp_dummy_sw01
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mouseevent]
cp_dummy_sw01_toggle
[newanim]
origin_from_mesh
origin_rot_x
0
origin_rot_y
0
origin_rot_z
90
anim_trans
cp_dummy_sw01
0.0003
***
[mesh]
Generic\kond_5.o3d
[matl]
13.jpg
0
[matl_lightmap]
13_LM.jpg
lights_stand
[matl_change]
13.jpg
0
cp_taster_internal_air
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mouseevent]
taster_internal_air
[newanim]
origin_from_mesh
origin_rot_x
0
origin_rot_y
0
origin_rot_z
90
anim_trans
cp_taster_internal_air
0.0003
***
[mesh]
Generic\kond_7.o3d
[matl]
13.jpg
0
[matl_lightmap]
13_LM.jpg
lights_stand
[matl_change]
13.jpg
0
cp_taster_standheizung_target
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mouseevent]
taster_standheizung
[newanim]
origin_from_mesh
origin_rot_x
0
origin_rot_y
0
origin_rot_z
90
anim_trans
cp_taster_standheizung_target
0.0003
***
[mesh]
Generic\kond_8.o3d
[matl]
13.jpg
0
[matl_lightmap]
13_LM.jpg
lights_stand
[matl_change]
13.jpg
0
cp_taster_heat_or_frost
[matl_item]
[matl_nightmap]
13_n.jpg
[illumination_interior]
0
1
2
3
[mouseevent]
taster_heat_or_frost
[newanim]
origin_from_mesh
anim_trans
cp_taster_heat_or_frost
0.0003
**************************************
ÏÅÐÅÊËÞ×ÀÒÅËÜ ÏÎÄ ÐÓËÅÌ
**************************************
[mesh]
Generic\kn_povorot1.o3d
[illumination_interior]
0
1
2
3
[newanim]
origin_trans
-0.782
5.447
1.253
origin_rot_x
-10
origin_rot_y
90
origin_rot_z
0
anim_rot
cockpit_blinkerhebel
15
[newanim]
origin_trans
-0.782
5.447
1.253
origin_rot_x
-10
origin_rot_y
0
origin_rot_z
90
anim_rot
cockpit_fernlichthebel
10
[mesh]
Generic\kn_povorot2.o3d
[illumination_interior]
0
1
2
3
[mouseevent]
cp_wiper_turnswitch
[newanim]
origin_from_mesh
anim_rot
cockpit_wischer_drehschalter
-70
[newanim]
origin_trans
-0.782
5.447
1.253
origin_rot_x
-10
origin_rot_y
90
origin_rot_z
0
anim_rot
cockpit_blinkerhebel
15
[newanim]
origin_trans
-0.782
5.447
1.253
origin_rot_x
-10
origin_rot_y
0
origin_rot_z
90
anim_rot
cockpit_fernlichthebel
10
*************
[mesh]
Generic\kn_povorot3.o3d
[illumination_interior]
0
1
2
3
[newanim]
origin_trans
-0.782
5.447
1.253
origin_rot_x
-10
origin_rot_y
90
origin_rot_z
0
anim_rot
cockpit_blinkerhebel
15
[newanim]
origin_trans
-0.782
5.447
1.253
origin_rot_x
-10
origin_rot_y
0
origin_rot_z
90
anim_rot
cockpit_fernlichthebel
10
[mouseevent]
Horn
[newanim]
origin_from_mesh
anim_trans
cockpit_hupe
-0.005
**************************************
ÈÍÄÈÊÀÒÎÐÛ
**************************************
Indikatory
[mesh]
O530\Indic_rot.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
0
[matl_change]
13.jpg
0
indic_1
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_gelb.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
0
[matl_change]
13.jpg
0
indic_2
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_blink.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
0
[matl_change]
13.jpg
0
indic_3
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_fern.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
0
[matl_change]
13.jpg
0
indic_4
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_fest.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
0
[matl_change]
13.jpg
0
indic_5
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_abs.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
0
[matl_change]
13.jpg
0
indic_6
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_hst.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
0
[matl_change]
13.jpg
0
indic_7
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_emr.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
0
[matl_change]
13.jpg
0
indic_8
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_roll.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
0
[matl_change]
13.jpg
0
indic_9
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_bat.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
0
[matl_change]
13.jpg
0
indic_10
[matl_item]
[matl_nightmap]
13_n.jpg
**************************************
Indikator RPM
**************************************
[mesh]
O530\Indic_rpm_rot.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
1
[matl_change]
13.jpg
0
indic_1
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_rpm_gelb.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
1
[matl_change]
13.jpg
0
indic_2
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_rpm_blink.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
1
[matl_change]
13.jpg
0
indic_3
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_rpm_fern.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
1
[matl_change]
13.jpg
0
indic_4
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_rpm_abs.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
1
[matl_change]
13.jpg
0
indic_6
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_rpm_hst.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
1
[matl_change]
13.jpg
0
indic_7
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_rpm_fest.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
1
[matl_change]
13.jpg
0
indic_5
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_rpm_emr.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
1
[matl_change]
13.jpg
0
indic_8
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_rpm_bat.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
1
[matl_change]
13.jpg
0
indic_10
[matl_item]
[matl_nightmap]
13_n.jpg
[mesh]
O530\Indic_rpm_roll.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
1
[matl_change]
13.jpg
0
indic_9
[matl_item]
[matl_nightmap]
13_n.jpg
**************************************
ØÒÎÐÊÈ
**************************************
[mesh]
Generic\rollo_1_new.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[mouseevent]
cp_rollo
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_trans
cp_rollo_pos
-0.4
[mesh]
Generic\rollo_2_new.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_trans
cp_rollo_pos
-0.3
[mesh]
Generic\rollo_3_new.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_trans
cp_rollo_pos
-0.15
[mesh]
Generic\rollo_4_new.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
---------------------------
[mesh]
Generic\Rollo_Bommel.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[mouseevent]
cp_rollo_retract
[newanim]
origin_from_mesh
anim_trans
cp_rollo_bommel
0.007
################################
[mesh]
Generic\rollo_side_1.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[mouseevent]
cp_rollo1
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_trans
cp_rollo1_pos
-0.56
[mesh]
Generic\rollo_side_2.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_trans
cp_rollo1_pos
-0.28
---------------------------
[mesh]
Generic\Rollo_Bommel1.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
3
[mouseevent]
cp_rollo1_retract
[newanim]
origin_from_mesh
anim_trans
cp_rollo1_bommel
0.007
**************************************
ÑÊÎÐÎÑÒÅÌÅÒÐ
**************************************
*****
[mesh]
Generic\Panel_Tachonadel.o3d
[viewpoint]
2
[illumination_interior]
0
1
2
3
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
[newanim]
origin_from_mesh
anim_rot
cockpit_tachowinkel
1
delay
10
maxspeed
360
**************************************
[mesh]
Generic\Speed.o3d
[illumination_interior]
0
1
2
3
[matl_change]
13.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
13_n.jpg
**************************************
RPM
**************************************
[mesh]
O530\rpm_face.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
1
[matl]
13.jpg
0
[matl_lightmap]
13_rpm_n.jpg
lights_stand
[mesh]
O530\rpm_needle.x
[illumination_interior]
0
1
2
3
[visible]
var_vdvhasrpm
1
[matl]
13.jpg
0
[matl_lightmap]
13_n.jpg
lights_stand
[newanim]
origin_trans
-0.7135
5.6214
1.3277
origin_rot_x
25
origin_rot_y
0
origin_rot_z
-270
anim_rot
cockpit_rpmwinkel
1
delay
5
maxspeed
300
**************************************
DRIVER'S DOOR AND MONEY BOX
**************************************
[mesh]
Farego\sales_fm.o3d
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBISautoRoute.o3d
[viewpoint]
3
[mouseevent]
IBIS_RouteSelect
[visible]
IBIS_SelectIndex
1
[matl]
textfeld.bmp
0
[matl_alpha]
1
[useTextTexture]
24
[matl]
textfeld2.bmp
0
[matl_alpha]
2
[useTextTexture]
25
[matl]
textfeld3.bmp
0
[matl_alpha]
2
[useTextTexture]
26
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBISAbfahrt.o3d
[viewpoint]
3
[mouseevent]
IBIS_DepartureOkay
[visible]
IBIS_DepartureTime
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Rot.o3d
[viewpoint]
3
[visible]
Delay_State_Colour
0
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Gruen.o3d
[viewpoint]
3
[visible]
Delay_State_Colour
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Blau.o3d
[viewpoint]
3
[visible]
Delay_State_Colour
2
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Verspaetung.o3d
[viewpoint]
3
[visible]
elec_busbar_main
1
[matl]
textfeld2.bmp
0
[matl_alpha]
2
[useTextTexture]
27
[matl]
textfeld3.bmp
0
[matl_alpha]
2
[useTextTexture]
28
[matl]
textfeld.bmp
0
[matl_alpha]
2
[useTextTexture]
29
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBISMonitor.o3d
[viewpoint]
3
[visible]
elec_busbar_main
1
[matl]
textfeld.bmp
0
[matl_alpha]
2
[useTextTexture]
30
[matl]
textfeld2.bmp
0
[matl_alpha]
2
[useTextTexture]
31
[matl]
textfeld3.bmp
0
[matl_alpha]
2
[useTextTexture]
32
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\LinieKurs.o3d
[visible]
elec_busbar_main
1
[mouseevent]
IBIS_setmode_linie_kurs
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Ziel.o3d
[visible]
elec_busbar_main
1
[mouseevent]
IBIS_setmode_ziel
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Route.o3d
[visible]
elec_busbar_main
1
[mouseevent]
IBIS_setmode_route
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Ansage.o3d
[visible]
elec_busbar_main
1
[mouseevent]
IBIS_Sonderansagen
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBIS_vorwaerts.o3d
[visible]
elec_busbar_main
1
[mouseevent]
IBIS_vorwaerts
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBIS_rueckwaerts.o3d
[visible]
elec_busbar_main
1
[mouseevent]
IBIS_rueckwaerts
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Ansage1.o3d
[visible]
IBIS_SonderansagenMode
1
[mouseevent]
IBIS_Sonderansage1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Ansage2.o3d
[visible]
IBIS_SonderansagenMode
1
[mouseevent]
IBIS_Sonderansage2
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Ansage3.o3d
[visible]
IBIS_SonderansagenMode
1
[mouseevent]
IBIS_Sonderansage3
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Ansage4.o3d
[visible]
IBIS_SonderansagenMode
1
[mouseevent]
IBIS_Sonderansage4
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Ansage5.o3d
[visible]
IBIS_SonderansagenMode
1
[mouseevent]
IBIS_Sonderansage5
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Linie.o3d
[visible]
IBIS_mode
1
[matl]
IBIS-Textfeld.tga
0
[matl_alpha]
2
[useTextTexture]
27
[matl_noZwrite]
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBISZiel.o3d
[visible]
IBIS_mode
3
[matl]
IBIS-Textfeld.tga
0
[matl_alpha]
2
[useTextTexture]
33
[matl_noZwrite]
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBIS_1.o3d
[viewpoint]
2
[mouseevent]
IBIS_1
[visible]
IBIS_Eingabetasten
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBIS_2.o3d
[viewpoint]
2
[mouseevent]
IBIS_2
[visible]
IBIS_Eingabetasten
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBIS_3.o3d
[viewpoint]
2
[mouseevent]
IBIS_3
[visible]
IBIS_Eingabetasten
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBIS_4.o3d
[viewpoint]
2
[mouseevent]
IBIS_4
[visible]
IBIS_Eingabetasten
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBIS_5.o3d
[viewpoint]
2
[mouseevent]
IBIS_5
[visible]
IBIS_Eingabetasten
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBIS_6.o3d
[viewpoint]
2
[mouseevent]
IBIS_6
[visible]
IBIS_Eingabetasten
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBIS_7.o3d
[viewpoint]
2
[mouseevent]
IBIS_7
[visible]
IBIS_Eingabetasten
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBIS_8.o3d
[viewpoint]
2
[mouseevent]
IBIS_8
[visible]
IBIS_Eingabetasten
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBIS_9.o3d
[viewpoint]
2
[mouseevent]
IBIS_9
[visible]
IBIS_Eingabetasten
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBIS_0.o3d
[viewpoint]
2
[mouseevent]
IBIS_0
[visible]
IBIS_Eingabetasten
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBIS_enter.o3d
[viewpoint]
2
[mouseevent]
IBIS_eingabe
[visible]
IBIS_Eingabetasten
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Kurs.o3d
[visible]
IBIS_mode
2
[matl]
IBIS-Textfeld.tga
0
[matl_alpha]
2
[useTextTexture]
33
[matl_noZwrite]
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\IBISTicket.o3d
[visible]
ITCS_Visible
1
[matl]
IBIS-Textfeld.tga
0
[matl_alpha]
2
[useTextTexture]
34
[matl]
IBIS-Textfeld.tga
1
[matl_alpha]
2
[useTextTexture]
34
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Drucker_enter.o3d
[visible]
ITCS_Visible
1
[mouseevent]
ticketprinter_button_enter
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Verkauf.o3d
[mouseevent]
Printer_Taste_ITCS
[visible]
elec_busbar_main
1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\ITCS.o3d
[visible]
ITCS_Visible
1
[mouseevent]
Printer_Taste_Verkauf
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Drucker_Ticket_0.o3d
[visible]
ITCS_Visible
1
[mouseevent]
ticketprinter_button_ticket_0
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Drucker_Ticket_1.o3d
[visible]
ITCS_Visible
1
[mouseevent]
ticketprinter_button_ticket_1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Drucker_Ticket_2.o3d
[visible]
ITCS_Visible
1
[mouseevent]
ticketprinter_button_ticket_2
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Drucker_Ticket_3.o3d
[visible]
ITCS_Visible
1
[mouseevent]
ticketprinter_button_ticket_3
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Drucker_Ticket_4.o3d
[visible]
ITCS_Visible
1
[mouseevent]
ticketprinter_button_ticket_4
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Drucker_cancel.o3d
[visible]
ITCS_Visible
1
[mouseevent]
ticketprinter_button_cancel
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
***********************
[mesh]
Farego\Fahrschein.o3d
[viewpoint]
3
[mouseevent]
ticketprinter_getticket
[newanim]
origin_trans
-0.01038
5.56795
1.44987
origin_rot_y
90
anim_trans
ticketprinter_ticket_pos
0.04
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
0.25
[newanim]
origin_rot_y
-90
anim_trans
Daueranimation
-0.02
[mesh]
O530\dvertca.o3d
[illumination_interior]
0
1
2
3
[mouseevent]
cp_Fahrertuer
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
[mesh]
O530\Zahltisch.o3d
[illumination_interior]
0
1
2
3
[mesh_ident]
zahltisch
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
Untere Reihe
[mesh]
O530\Zahltisch_Wechsler_0_05.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cashdesk_changer_0_05
[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_0_05
20
maxspeed
400
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
[mesh]
O530\Zahltisch_Wechsler_0_10.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cashdesk_changer_0_10
[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_0_10
20
maxspeed
400
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
[mesh]
O530\Zahltisch_Wechsler_0_50.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cashdesk_changer_0_50
[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_0_50
20
maxspeed
400
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
[mesh]
O530\Zahltisch_Wechsler_1_00.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cashdesk_changer_1_00
[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_1_00
20
maxspeed
400
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
[mesh]
O530\Zahltisch_Wechsler_2_00.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cashdesk_changer_2_00
[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_2_00
20
maxspeed
400
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
Obere Reihe
[mesh]
O530\Zahltisch_Wechsler_0_15.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cashdesk_changer_0_15
[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_0_15
35
maxspeed
700
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
[mesh]
O530\Zahltisch_Wechsler_0_30.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cashdesk_changer_0_30
[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_0_30
35
maxspeed
700
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
[mesh]
O530\Zahltisch_Wechsler_1_50.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cashdesk_changer_1_50
[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_1_50
35
maxspeed
700
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
[mesh]
O530\Zahltisch_Wechsler_4_00.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cashdesk_changer_4_00
[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_4_00
35
maxspeed
700
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
[mesh]
O530\Zahltisch_Wechsler_8_00.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cashdesk_changer_8_00
[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_8_00
35
maxspeed
700
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
[mesh]
O530\Zahltisch_Wechsler_5_00.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cashdesk_changer_5_00
[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_5_00
35
maxspeed
700
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
[mesh]
O530\Zahltisch_Wechsler_15_00.o3d
[illumination_interior]
0
1
2
3
[viewpoint]
2
[mouseevent]
cashdesk_changer_15_00
[newanim]
origin_from_mesh
anim_rot
cashdesk_changer_sw_15_00
35
maxspeed
700
[newanim]
origin_trans
0.12
5.22
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
cp_fahrertuer_pos
85
**************************************
ÊÈËÎÌÅÒÐÀÆ
**************************************
[mesh]
Generic\Kilometer.o3d
[visible]
elec_busbar_main
1
[illumination_interior]
-1
-1
-1
-1
[matl]
textfeld_km-a.tga
0
[matl_alpha]
2
[matl_noZwrite]
[matl_noZcheck]
[useTextTexture]
13
[matl]
textfeld_km-b.tga
0
[matl_alpha]
2
[matl_noZwrite]
[matl_noZcheck]
[useTextTexture]
14
[matl_noZwrite]
**************************************
Wischwasser
**************************************
[mesh]
Generic\wischwasser_R.o3d
[viewpoint]
0
[visible]
wiper_wash
1
[matl]
wischwasser.tga
0
[texcoordtransY]
wiper_wash_texpos
[matl_change]
wischwasser.tga
0
wiper_wash
[matl_item]
[texcoordtransY]
wiper_wash_texpos
[matl_transmap]
wischwasser.tga
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
[newanim]
origin_from_mesh
anim_rot
wiperpos_left
-90
[mesh]
Generic\wischwasser_L.o3d
[viewpoint]
0
[visible]
wiper_wash
1
[matl]
wischwasser.tga
0
[texcoordtransY]
wiper_wash_texpos
[matl_change]
wischwasser.tga
0
wiper_wash
[matl_item]
[texcoordtransY]
wiper_wash_texpos
[matl_transmap]
wischwasser.tga
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
[newanim]
origin_from_mesh
anim_rot
wiperpos_right
90
**************************************
ÒÅÍÜ
**************************************
[mesh]
15m\Schatten.o3d
[isshadow]
[matl]
Shadow.tga
0
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
**************************************
ÎÑÂÅÙÅÍÈÅ
**************************************
[interiorlight]
lights_fahrerlicht
1.2
255
255
220
0.2
4.9
2
[interiorlight]
lights_beleuchtung_unterdeck
1.2
255
255
220
0.6
3
2
[interiorlight]
lights_beleuchtung_oberdeck
1.8
255
255
220
0
0
2
[interiorlight]
lights_beleuchtung_unterdeck
1.8
255
255
220
0
-3
2
[interiorlight]
lights_beleuchtung_oberdeck
1.8
255
255
220
0
-6.5
2
**************************************
ÔÀÐÛ
**************************************
Fernlicht:
[spotlight]
0
6.7
0.763
0
1
-0.3
233
233
255
450
30
80
[spotlight]
0
6.7
0.763
0
1
-0.3
255
255
233
200
30
80
[spotlight]
0
6.7
0.763
0
1
-0.3
255
255
233
450
30
80
**************************************
ÁËÈÆÍÈÉ ÑÂÅÒ
**************************************
[mesh]
15m\lights\fog.o3d
[illumination_interior]
-1
-1
-1
-1
[visible]
var_hasfoglights
1
[matl_change]
03_FL.jpg
0
lights_nebelschw
[matl_item]
[matl_nightmap]
03_FL_n.jpg
[light_enh_2]
0.924
5.947
0.505
0
1
0
0
0
1
0
0
250
250
215
0.2
180
210
lights_nebelschw
1.0
0.1
1
0
0.15
fog_fr_r.bmp
[light_enh_2]
-0.924
5.947
0.505
0
1
0
0
0
1
0
0
250
250
215
0.2
180
210
lights_nebelschw
1.0
0.1
1
0
0.15
fog_fr_l.bmp
[mesh]
15m\lights\fog_r.o3d
[illumination_interior]
-1
-1
-1
-1
[visible]
var_hasfoglights
1
[matl_change]
03_FL.jpg
0
lights_nebelschluss
[matl_item]
[matl_nightmap]
03_FL_n.jpg
[light_enh_2]
-1.06
-9.03
0.76
0
-1
0
0
0
1
0
0
220
0
0
0.18
180
210
lights_nebelschluss
1.0
0.1
2
0
0.15
**************************************
ÁËÈÆÍÈÉ ÑÂÅÒ
**************************************
[mesh]
15m\lights\lights_static.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
03_FL.jpg
0
**************************************
ÁËÈÆÍÈÉ ÑÂÅÒ
**************************************
[mesh]
15m\lights\Abbl.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
03_FL_n.jpg
[mesh]
15m\lights\Abbl_r.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
03_FL_n.jpg
[mesh]
15m\lights\Abbl1.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_abbl
[matl_item]
[matl_nightmap]
03_FL_n2.jpg
*****
**************************************
ÄÀËÜÍÈÉ ÑÂÅÒ
**************************************
[mesh]
15m\lights\Fern.o3d
[illumination_interior]
-1
-1
-1
-1
[visible]
lights_fern
1
[matl_change]
03_FL.jpg
0
lights_abbl
[matl_item]
[matl_nightmap]
03_FL_n2.jpg
*****
[light_enh_2]
0.88
5.95
0.725
0.07
1
0
0
0
1
0
0
255
255
230
0.36
10
10
lights_fern
1.0
0.1
2
1
0.03
fern1.bmp
[light_enh_2]
-0.88
5.95
0.725
-0.07
1
0
0
0
1
0
0
255
255
230
0.36
10
10
lights_fern
1.0
0.1
2
1
0.03
fern2.bmp
**************************************
ÏÎÂÎÐÎÒÍÈÊ ÏÐÀÂÎ
**************************************
### bulb 1 ###
[mesh]
15m\lights\b_r_1.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_blinker_r_bulb_1
[matl_item]
[matl_nightmap]
03_FL_n.jpg
### bulb 2 ###
[mesh]
15m\lights\b_r_2.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_blinker_r_bulb_2
[matl_item]
[matl_nightmap]
03_FL_n.jpg
[light_enh_2]
1.3
4.04
0.785
1
0
0
0
0
1
0
2
240
110
0
0.2
10
10
lights_blinker_r_bulb_2
1.0
0
0
0
0.03
tuman.bmp
### bulb 3 ###
[mesh]
15m\lights\b_r_3.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_blinker_r_bulb_3
[matl_item]
[matl_nightmap]
03_FL_n.jpg
### bulb 4 ###
[mesh]
15m\lights\b_r_4.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_blinker_r_bulb_4
[matl_item]
[matl_nightmap]
03_FL_n.jpg
### bulb 5 ###
[mesh]
15m\lights\b_r_5.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_blinker_r_bulb_5
[matl_item]
[matl_nightmap]
03_FL_n.jpg
[light_enh_2]
0.757
-8.98
2.743
0
-1
0
0
0
1
1
0
240
110
0
0.2
50
100
lights_blinker_r_bulb_5
1.0
0.1
0
0
0.03
back.bmp
[light_enh_2]
0.757
-8.98
2.743
0
-1
0
0
0
1
0
0
240
110
0
0.5
10
10
lights_blinker_r_bulb_5
1.0
0.1
0
0
0.03
tuman.bmp
**************************************
ÏÎÂÎÐÎÒÍÈÊ ËÅÂÎ
**************************************
### bulb 1 ###
[mesh]
15m\lights\b_l_1.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_blinker_l_bulb_1
[matl_item]
[matl_nightmap]
03_FL_n.jpg
### bulb 2 ###
[mesh]
15m\lights\b_l_2.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_blinker_l_bulb_2
[matl_item]
[matl_nightmap]
03_FL_n.jpg
[light_enh_2]
-1.3
4.04
0.785
1
0
0
0
0
1
0
2
240
110
0
0.2
10
10
lights_blinker_l_bulb_2
1.0
0
0
0
0.03
tuman.bmp
### bulb 3 ###
[mesh]
15m\lights\b_l_3.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_blinker_l_bulb_3
[matl_item]
[matl_nightmap]
03_FL_n.jpg
### bulb 4 ###
[mesh]
15m\lights\b_l_4.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_blinker_l_bulb_4
[matl_item]
[matl_nightmap]
03_FL_n.jpg
### bulb 5 ###
[mesh]
15m\lights\b_l_5.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_blinker_l_bulb_5
[matl_item]
[matl_nightmap]
03_FL_n.jpg
[light_enh_2]
-0.757
-8.98
2.743
0
-1
0
0
0
1
1
0
240
110
0
0.2
50
100
lights_blinker_l_bulb_5
1.0
0.1
0
0
0.03
back.bmp
[light_enh_2]
-0.757
-8.98
2.743
0
-1
0
0
0
1
0
0
240
110
0
0.5
10
10
lights_blinker_l_bulb_5
1.0
0.1
0
0
0.03
tuman.bmp
**************************************
ÃÀÁÀÐÈÒÛ
**************************************
[mesh]
15m\lights\stan.o3d
[illumination_interior]
-1
-1
-1
-1
[visible]
vis_matrix_ver
0
[matl_change]
03_FL.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
03_FL_n.jpg
[mesh]
15m\lights\stan_no_matrix.o3d
[visible]
vis_matrix_ver
1
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_stand
[matl_item]
[matl_nightmap]
03_FL_n.jpg
[light_enh_2]
0.837
-8.98
2.743
0
-1
0
0
0
1
1
0
245
5
0
0.2
50
100
lights_stand
1.0
0.1
0
0
0.03
back.bmp
*****
[light_enh_2]
-0.837
-8.98
2.743
0
-1
0
0
0
1
1
0
245
5
0
0.2
50
100
lights_stand
1.0
0.1
0
0
0.03
back.bmp
*****
[light_enh_2]
0.92
5.95
0.725
0.07
1
0
0
0
1
0
0
255
255
230
0.36
10
10
lights_stand
1.0
0.1
2
1
0.03
0abbl1.bmp
[light_enh_2]
-0.92
5.95
0.725
-0.07
1
0
0
0
1
0
0
255
255
230
0.36
10
10
lights_stand
1.0
0.1
2
1
0.03
0abbl2.bmp
*****
[light_enh_2]
0.92
5.95
0.725
0.07
1
0
0
0
1
0
0
255
255
230
0.36
10
10
lights_stand
1.0
0.1
2
1
0.03
0fern1.bmp
[light_enh_2]
-0.92
5.95
0.725
-0.07
1
0
0
0
1
0
0
255
255
230
0.36
10
10
lights_stand
1.0
0.1
2
1
0.03
0fern2.bmp
**************************************
ÑÒÎÏ-ÑÈÃÍÀËÛ
**************************************
[mesh]
15m\lights\stop.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_brems
[matl_item]
[matl_nightmap]
03_FL_n.jpg
[light_enh_2]
0.837
-8.98
2.743
0
-1
0
0
0
1
1
0
245
5
0
0.2
50
100
lights_brems
1.0
0.1
0
0
0.03
back.bmp
*****
[light_enh_2]
-0.837
-8.98
2.743
0
-1
0
0
0
1
1
0
245
5
0
0.2
50
100
lights_brems
1.0
0.1
0
0
0.03
back.bmp
[light_enh_2]
-0.837
-8.98
2.743
0
-1
0
0
0
1
0
0
240
110
0
0.5
10
10
lights_brems
1.0
0.1
0
0
0.03
tuman.bmp
[light_enh_2]
0.837
-8.98
2.743
0
-1
0
0
0
1
0
0
240
110
0
0.5
10
10
lights_brems
1.0
0.1
0
0
0.03
tuman.bmp
**************************************
ÇÀÄÍÈÉ ÕÎÄ
**************************************
[mesh]
15m\lights\rueck.o3d
[illumination_interior]
-1
-1
-1
-1
[matl_change]
03_FL.jpg
0
lights_rueckfahr
[matl_item]
[matl_nightmap]
03_FL_n.jpg
**************************************
FAHRERFENSTER INT SEALS
**************************************
[mesh]
Generic\Fahrerfenster_uszcz.o3d
[illumination_interior]
0
1
2
3
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_trans
cp_fahrerfenster_pos
-0.65
**************************************
FAHRERFENSTER INT
**************************************
[mesh]
Generic\Fahrerfenster_int.o3d
[illumination_interior]
0
1
2
3
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
-----------------------------
[matl]
regen.tga
0
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
[alphascale]
Rain_Window_Norm_Wetness
-----------------------------
[matl]
Fenster.tga
0
[matl_envmap]
refl_3.jpg
0.3
[matl_alpha]
2
[matl_noZwrite]
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_trans
cp_fahrerfenster_pos
-0.65
**************************************
ÑÒÅÊËÎ Â ÑÀËÎÍÅ
**************************************
[mesh]
15m\fenster_int.o3d
[matl]
L_01white.tga
0
[matl_alpha]
2
[matl_envmap]
refl_3.jpg
0.4
[matl_noZcheck]
[matl_noZwrite]
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
**************************************
WINDSHIELD INT
**************************************
[mesh]
15m\fenster_front_int.o3d
[matl]
fenster.tga
0
[matl_envmap]
refl_3.jpg
0.3
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
--------------------------
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
--------------------------
[matl]
regen.tga
1
[matl_alpha]
2
[alphascale]
Rain_Window_Front_Wetness
[matl_noZwrite]
--------------------------
[matl]
regen.tga
2
[matl_alpha]
2
[alphascale]
Rain_Window_Wiped_Wetness
[matl_noZwrite]
**************************************
ÑÒÅÊËÎ Â ÑÀËÎÍÅ
**************************************
[mesh]
15m\fenster_glass.o3d
[matl]
int_glass.tga
0
[matl_alpha]
2
[matl_envmap]
refl_2.jpg
1.0
[matl_transmap]
int_glass_mask.tga
[matl_noZcheck]
[matl_noZwrite]
**************************************
VDV Glas
**************************************
[mesh]
O530\vdv_glas.x
[viewpoint]
2
[matl]
vdv_dust.png
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
1
[matl_noZwrite]
[mesh]
O530\status_glas.x
[viewpoint]
2
[visible]
var_vdvhasrpm
0
[matl]
vdv_glas.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
1
[matl_noZwrite]
[mesh]
O530\status_glas_rpm.x
[viewpoint]
2
[visible]
var_vdvhasrpm
1
[matl]
vdv_glas.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
1
[matl_noZwrite]
[mesh]
O530\tacho_glas.x
[viewpoint]
2
[matl]
vdv_glas.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
1
[matl_noZwrite]
[mesh]
O530\rpm_glas.x
[viewpoint]
2
[visible]
var_vdvhasrpm
1
[matl]
vdv_glas.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
1
[matl_noZwrite]
**************************************
ÎÑÒÅÊËÅÍÈÅ
**************************************
[mesh]
15m\Tuerfenst_VV_tint.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
fenster_dark.tga
0
[matl_alpha]
2
[matl_envmap]
envmap_2.bmp
0.25
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.224
5.33
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
180
[newanim]
origin_trans
1.14
5.624
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
-90
[visible]
var_doors_vorne
0
[mesh]
15m\Tuerfenst_VV.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
L_01white.tga
0
[matl_alpha]
2
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.224
5.33
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
180
[newanim]
origin_trans
1.14
5.624
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
-90
[visible]
var_doors_vorne
0
*****
[mesh]
15m\Tuerfenst_VH_tint.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
fenster_dark.tga
0
[matl_alpha]
2
[matl_envmap]
envmap_2.bmp
0.25
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.224
4.49
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
-180
[newanim]
origin_trans
1.14
4.196
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
90
[visible]
var_doors_vorne
0
[mesh]
15m\Tuerfenst_VH.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
L_01white.tga
0
[matl_alpha]
2
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.224
4.49
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
-180
[newanim]
origin_trans
1.14
4.196
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
90
[visible]
var_doors_vorne
0
**************************
[mesh]
15m\Tuerfenst_HV_tint.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
fenster_dark.tga
0
[matl_alpha]
2
[matl_envmap]
envmap_2.bmp
0.25
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.224
-1.167
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
180
[newanim]
origin_trans
1.14
-0.873
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-90
[visible]
var_doors_mitte
0
[mesh]
15m\Tuerfenst_HV.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
L_01white.tga
0
[matl_alpha]
2
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.224
-1.167
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
180
[newanim]
origin_trans
1.14
-0.873
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-90
[visible]
var_doors_mitte
0
*****
[mesh]
15m\Tuerfenst_HH_tint.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
fenster_dark.tga
0
[matl_alpha]
2
[matl_envmap]
envmap_2.bmp
0.25
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.224
-2.00
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-180
[newanim]
origin_trans
1.14
-2.30
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
90
[visible]
var_doors_mitte
0
[mesh]
15m\Tuerfenst_HH.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
L_01white.tga
0
[matl_alpha]
2
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.224
-2.00
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-180
[newanim]
origin_trans
1.14
-2.30
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
90
[visible]
var_doors_mitte
0
**************************
[mesh]
15m\Tuerfenst_2HV_tint.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
fenster_dark.tga
0
[matl_alpha]
2
[matl_envmap]
envmap_2.bmp
0.25
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.224
-6.82
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
180
[newanim]
origin_trans
1.14
-6.525
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-90
[visible]
var_doors_hinten
0
[mesh]
15m\Tuerfenst_2HV.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
L_01white.tga
0
[matl_alpha]
2
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.224
-6.82
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
180
[newanim]
origin_trans
1.14
-6.525
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-90
[visible]
var_doors_hinten
0
*****
[mesh]
15m\Tuerfenst_2HH_tint.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
fenster_dark.tga
0
[matl_alpha]
2
[matl_envmap]
envmap_2.bmp
0.25
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.224
-7.65
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-180
[newanim]
origin_trans
1.14
-7.953
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
90
[visible]
var_doors_hinten
0
[mesh]
15m\Tuerfenst_2HH.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
L_01white.tga
0
[matl_alpha]
2
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.224
-7.65
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-180
[newanim]
origin_trans
1.14
-7.953
0
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
90
[visible]
var_doors_hinten
0
**************************
SST Fenster Mitte
**************************
[mesh]
SST_3 Doors\SST_M1_Fenster.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_trans
0
0
0
origin_rot_x
0
origin_rot_y
0
origin_rot_z
90
anim_trans
door2_positiony
-0.58
[newanim]
origin_trans
0
0
0
origin_rot_x
90
origin_rot_y
0
origin_rot_z
0
anim_trans
door2_positionx
0.11
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-1.33
[matl]
SST_Fenster.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
0.4
[matl_noZcheck]
[matl_noZwrite]
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[visible]
var_doors_mitte
2
*****
[mesh]
SST_3 Doors\SST_M2_Fenster.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_trans
0
0
0
origin_rot_x
0
origin_rot_y
0
origin_rot_z
90
anim_trans
door3_positiony
0.58
[newanim]
origin_trans
0
0
0
origin_rot_x
90
origin_rot_y
0
origin_rot_z
0
anim_trans
door3_positionx
0.11
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-1.33
[matl]
SST_Fenster.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
0.4
[matl_noZcheck]
[matl_noZwrite]
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[visible]
var_doors_mitte
2
**************************
SST Fenster Hinten
**************************
[mesh]
SST_3 Doors\SST_H1_Fenster.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_trans
0
0
0
origin_rot_x
0
origin_rot_y
0
origin_rot_z
90
anim_trans
door4_positiony
-0.58
[newanim]
origin_trans
0
0
0
origin_rot_x
90
origin_rot_y
0
origin_rot_z
0
anim_trans
door4_positionx
0.11
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-3.04
[matl]
SST_Fenster.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
0.4
[matl_noZcheck]
[matl_noZwrite]
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[visible]
var_doors_hinten
2
*****
[mesh]
SST_3 Doors\SST_H2_Fenster.o3d
[illumination_interior]
-1
-1
-1
-1
[viewpoint]
0
[newanim]
origin_trans
0
0
0
origin_rot_x
0
origin_rot_y
0
origin_rot_z
90
anim_trans
door5_positiony
0.58
[newanim]
origin_trans
0
0
0
origin_rot_x
90
origin_rot_y
0
origin_rot_z
0
anim_trans
door5_positionx
0.11
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-3.04
[matl]
SST_Fenster.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
0.4
[matl_noZcheck]
[matl_noZwrite]
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[visible]
var_doors_hinten
2
**************************************
AußenSchwenkTüren Fenster Vorne
**************************************
[mesh]
SC-Mod\Tuerfenst_MV.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
main_01white.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
0.2
[matl_noZcheck]
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.1826
-0.69363
0.45147
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
-103
[newanim]
origin_trans
1.07667
-0.28065
0.46962
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_0
103
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
5.87
[visible]
var_doors_vorne
1
*****
[mesh]
SC-Mod\Tuerfenst_MH.o3d
[illumination_interior]
-1
-1
-1
-1
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
main_01white.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
0.2
[matl_noZcheck]
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.1826
-1.21675
0.45147
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
130
[newanim]
origin_trans
1.07667
-1.62973
0.46962
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_1
-130
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
5.87
[visible]
var_doors_vorne
1
**************************************
AußenSchwenkTüren Fenster Mitte
**************************************
[mesh]
SC-Mod\Tuerfenst_MV.o3d
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-0.625
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
main_01white.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
0.2
[matl_noZcheck]
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.1826
-0.69363
0.45147
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_2
-130
[newanim]
origin_trans
1.07667
-0.28065
0.46962
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_2
130
[visible]
var_doors_mitte
1
*****
[mesh]
SC-Mod\Tuerfenst_MH.o3d
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-0.625
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
main_01white.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
0.2
[matl_noZcheck]
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.1826
-1.21675
0.45147
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
130
[newanim]
origin_trans
1.07667
-1.62973
0.46962
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_3
-130
[visible]
var_doors_mitte
1
**************************************
AußenSchwenkTüren Fenster Hinten
**************************************
[mesh]
SC-Mod\Tuerfenst_MV.o3d
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-6.285
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
main_01white.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
0.2
[matl_noZcheck]
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.1826
-0.69363
0.45147
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_4
-130
[newanim]
origin_trans
1.07667
-0.28065
0.46962
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_4
130
[visible]
var_doors_hinten
1
*****
[mesh]
SC-Mod\Tuerfenst_MH.o3d
[illumination_interior]
-1
-1
-1
-1
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-6.285
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
main_01white.tga
0
[matl_alpha]
2
[matl_envmap]
Refl.jpg
0.2
[matl_noZcheck]
[matl_noZwrite]
[viewpoint]
0
[newanim]
origin_trans
1.1826
-1.21675
0.45147
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
130
[newanim]
origin_trans
1.07667
-1.62973
0.46962
origin_rot_x
0
origin_rot_y
-90
origin_rot_z
0
anim_rot
door_5
-130
[visible]
var_doors_hinten
1
**************************************
ÔÎÐÒÎ×ÊÈ Â ÑÀËÎÍÅ
**************************************
[mesh]
15m\Klappfenster_1.o3d
[illumination_interior]
0
1
2
3
[mouseevent]
cp_klappfenster_OL2
[matl]
L_01white.tga
0
[matl_alpha]
2
[matl_noZwrite]
[matl]
fenster_dark.tga
0
[matl_alpha]
2
[matl_envmap]
envmap_2.bmp
0.25
[matl]
regen.tga
0
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
L_01white.tga
1
[matl_envmap]
refl_3.jpg
0.4
[matl_alpha]
2
[matl_noZwrite]
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
[newanim]
origin_from_mesh
origin_rot_y
-90
anim_rot
cp_klappfenster_OL2
30
**********
[mesh]
15m\Klappfenster_2.o3d
[illumination_interior]
0
1
2
3
[mouseevent]
cp_klappfenster_OL1
[matl]
L_01white.tga
0
[matl_alpha]
2
[matl_noZwrite]
[matl]
fenster_dark.tga
0
[matl_alpha]
2
[matl_envmap]
envmap_2.bmp
0.25
[matl]
regen.tga
0
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
L_01white.tga
1
[matl_envmap]
refl_3.jpg
0.4
[matl_alpha]
2
[matl_noZwrite]
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
[newanim]
origin_from_mesh
origin_rot_y
-90
anim_rot
cp_klappfenster_OL1
30
********
[mesh]
15m\Klappfenster_3.o3d
[illumination_interior]
0
1
2
3
[mouseevent]
cp_klappfenster_OR2
[matl]
L_01white.tga
0
[matl_alpha]
2
[matl_noZwrite]
[matl]
fenster_dark.tga
0
[matl_alpha]
2
[matl_envmap]
envmap_2.bmp
0.25
[matl]
regen.tga
0
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
L_01white.tga
1
[matl_envmap]
refl_3.jpg
0.4
[matl_alpha]
2
[matl_noZwrite]
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
[newanim]
origin_from_mesh
origin_rot_y
-90
anim_rot
cp_klappfenster_OR2
30
**********
[mesh]
15m\Klappfenster_4.o3d
[illumination_interior]
0
1
2
3
[mouseevent]
cp_klappfenster_OR1
[matl]
L_01white.tga
0
[matl_alpha]
2
[matl_noZwrite]
[matl]
fenster_dark.tga
0
[matl_alpha]
2
[matl_envmap]
envmap_2.bmp
0.25
[matl]
regen.tga
0
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
[matl]
L_01white.tga
1
[matl_envmap]
refl_3.jpg
0.4
[matl_alpha]
2
[matl_noZwrite]
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
[newanim]
origin_from_mesh
origin_rot_y
-90
anim_rot
cp_klappfenster_OR1
30
**************************************
FAHRERFENSTER EXT
**************************************
[mesh]
Generic\Fahrerfenster_uszcz.o3d
[illumination_interior]
0
1
2
3
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_trans
cp_fahrerfenster_pos
-0.65
[mesh]
Generic\Fahrerfenster_ext.o3d
[illumination_interior]
0
1
2
3
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
-----------------------------
[matl]
regen.tga
0
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
[alphascale]
Rain_Window_Norm_Wetness
-----------------------------
[matl]
Fenster.tga
0
[matl_alpha]
2
[matl_noZwrite]
--------------------------
[matl]
fenster_tint.tga
0
[matl_alpha]
2
[matl_envmap]
envmap.bmp
0.8
[matl_bumpmap]
bump.bmp
0.03
[matl_noZwrite]
[newanim]
origin_from_mesh
origin_rot_z
-90
anim_trans
cp_fahrerfenster_pos
-0.65
**************************************
Fenster ext
**************************************
[mesh]
15m\Fenster_ext_tint.o3d
[matl]
fenster_dark.tga
0
[matl_alpha]
2
[matl_envmap]
envmap_2.bmp
0.25
[matl_noZwrite]
[mesh]
15m\Fenster_ext.o3d
[matl]
L_01white.tga
0
[matl_alpha]
2
[matl_noZwrite]
-----------------------------
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
-----------------------------
[matl]
fenster_tint.tga
0
[matl_alpha]
2
[matl_envmap]
envmap.bmp
0.8
[matl_noZwrite]
**************************************
WINDSHIELD EXT
**************************************
[mesh]
15m\fenster_front_ext.o3d
[matl]
fenster.tga
0
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
--------------------------
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
--------------------------
[matl]
regen.tga
1
[matl_alpha]
2
[alphascale]
Rain_Window_Front_Wetness
[matl_noZwrite]
--------------------------
[matl]
regen.tga
2
[matl_alpha]
2
[alphascale]
Rain_Window_Wiped_Wetness
[matl_noZwrite]
--------------------------
[matl]
fenster_tint.tga
0
[matl_alpha]
2
[matl_envmap]
envmap.bmp
0.8
[matl_bumpmap]
bump.bmp
0.03
[matl_noZwrite]
**************************************
MATRIX GLASS PANES
**************************************
[mesh]
15m\fenster_front_ext_matrix_old.o3d
[visible]
vis_matrix_ver
0
[matl]
fenster.tga
0
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
--------------------------
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
--------------------------
[matl]
fenster_tint.tga
0
[matl_alpha]
2
[matl_envmap]
envmap.bmp
0.8
[matl_bumpmap]
bump.bmp
0.03
[matl_noZwrite]
[mesh]
15m\fenster_front_ext_matrix_new.o3d
[visible]
vis_matrix_ver
1
[matl]
fenster.tga
0
[matl_alpha]
2
[matl_noZcheck]
[matl_noZwrite]
--------------------------
[matl]
regen.tga
0
[matl_alpha]
2
[alphascale]
Rain_Window_Norm_Wetness
[matl_noZwrite]
--------------------------
[matl]
fenster_tint.tga
0
[matl_alpha]
2
[matl_envmap]
envmap.bmp
0.8
[matl_bumpmap]
bump.bmp
0.03
[matl_noZwrite]
**************************************
ÃÐßÇÜ ÍÀ ÊÓÇÎÂÅ
**************************************
[mesh]
15m\dreck.o3d
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
***
[mesh]
15m\dreck_fr1.o3d
[visible]
vis_front_ver
0
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
***
[mesh]
15m\dreck_fr2.o3d
[visible]
vis_front_ver
1
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
***
[mesh]
15m\dreck_fog.o3d
[visible]
var_hasfoglights
1
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
***
[mesh]
15m\dreck_nofog.o3d
[visible]
var_hasfoglights
0
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
***
[mesh]
15m\dreck_wiped.o3d
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Wiped
[matl_noZwrite]
[matl_alpha]
2
[mesh]
15m\dreck_matrix_old.o3d
[visible]
vis_matrix_ver
0
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
***
[mesh]
15m\dreck_matrix_new.o3d
[visible]
vis_matrix_ver
1
[matl]
d_dreck.tga
0
[alphascale]
Dirt_Norm
[matl_noZwrite]
[matl_alpha]
2
**************************************
ÊÎÍÄÈÖÈÎÍÅÐ
**************************************
[mesh]
12m\cng_tank.o3d
[newanim]
origin_rot_z
-90
anim_trans
Daueranimation
-2.00
[viewpoint]
0
[matl]
01white_FL.tga
0
[matl_envmap]
envmap.bmp
1.0
[matl_envmap_mask]
body_envmask.tga
[matl_bumpmap]
bumpmap.jpg
1
[illumination_interior]
-1
-1
-1
-1
************************
LAWO Infotainment Screen
************************
[mesh]
Saloon\Lawo_infotainment\lawo_infotainment_unit.o3d
[newanim]
origin_rot_z
90
anim_trans
Daueranimation
-0.055
[newanim]
origin_from_mesh
anim_trans
Daueranimation
0
[illumination_interior]
0
1
2
3
[mesh]
Saloon\Lawo_infotainment\lawo_infotainment_screen.o3d
[newanim]
origin_rot_z
90
anim_trans
Daueranimation
-0.055
[newanim]
origin_from_mesh
anim_trans
Daueranimation
0
[visible]
elec_busbar_main
1
[illumination_interior]
-1
-1
-1
-1
[matl]
lawo_WL_vcsik.bmp
0
[matl_lightmap]
lawo_light.tga
elec_busbar_main
[illumination_interior]
0
1
2
3
[mesh]
Saloon\Lawo_infotainment\lawo_infotainment_route.o3d
[newanim]
origin_rot_z
90
anim_trans
Daueranimation
-0.055
[newanim]
origin_from_mesh
anim_trans
Daueranimation
0
[visible]
elec_busbar_main
1
[illumination_interior]
-1
-1
-1
-1
[matl]
textfeld2.bmp
0
[matl_alpha]
2
[matl_lightmap]
weiss.bmp
elec_busbar_main
[matl_noZwrite]
[useTextTexture]
36
[mesh]
Saloon\Lawo_infotainment\lawo_infotainment_dest.o3d
[newanim]
origin_rot_z
90
anim_trans
Daueranimation
-0.055
[newanim]
origin_from_mesh
anim_trans
Daueranimation
0
[visible]
elec_busbar_main
1
[illumination_interior]
-1
-1
-1
-1
[matl]
textfeld2.bmp
0
[matl_alpha]
2
[matl_lightmap]
weiss.bmp
elec_busbar_main
[matl_noZwrite]
[useTextTexture]
37
[mesh]
Saloon\Lawo_infotainment\lawo_infotainment_1-stop.o3d
[newanim]
origin_rot_z
90
anim_trans
Daueranimation
-0.055
[newanim]
origin_from_mesh
anim_trans
Daueranimation
0
[visible]
elec_busbar_main
1
[illumination_interior]
-1
-1
-1
-1
[matl]
textfeld2.bmp
0
[matl_alpha]
2
[matl_lightmap]
weiss.bmp
elec_busbar_main
[matl_noZwrite]
[useTextTexture]
35
[mesh]
Saloon\Lawo_infotainment\lawo_infotainment_2-stop.o3d
[newanim]
origin_rot_z
90
anim_trans
Daueranimation
-0.055
[newanim]
origin_from_mesh
anim_trans
Daueranimation
0
[visible]
elec_busbar_main
1
[illumination_interior]
-1
-1
-1
-1
[matl]
textfeld2.bmp
0
[matl_alpha]
2
[matl_lightmap]
weiss.bmp
elec_busbar_main
[matl_noZwrite]
[useTextTexture]
38
[mesh]
Saloon\Lawo_infotainment\lawo_infotainment_3-stop.o3d
[newanim]
origin_rot_z
90
anim_trans
Daueranimation
-0.055
[newanim]
origin_from_mesh
anim_trans
Daueranimation
0
[visible]
elec_busbar_main
1
[illumination_interior]
-1
-1
-1
-1
[matl]
textfeld2.bmp
0
[matl_alpha]
2
[matl_lightmap]
weiss.bmp
elec_busbar_main
[matl_noZwrite]
[useTextTexture]
39
[mesh]
Saloon\Lawo_infotainment\lawo_infotainment_act_stop.o3d
[newanim]
origin_rot_z
90
anim_trans
Daueranimation
-0.055
[newanim]
origin_from_mesh
anim_trans
Daueranimation
0
[visible]
elec_busbar_main
1
[illumination_interior]
-1
-1
-1
-1
[matl]
textfeld2.bmp
0
[matl_alpha]
2
[matl_lightmap]
weiss.bmp
elec_busbar_main
[matl_noZwrite]
[useTextTexture]
40
[mesh]
Saloon\Lawo_infotainment\Wagen_halt.o3d
[newanim]
origin_rot_z
90
anim_trans
Daueranimation
-0.055
[newanim]
origin_from_mesh
anim_trans
Daueranimation
0
[illumination_interior]
-1
-1
-1
-1
[visible]
haltewunschlampe
1
[matl]
lawo_infotainment_display.png
0
[matl_alpha]
2
[matl_lightmap]
weiss.bmp
elec_busbar_main
[matl_noZwrite]
Ich hoffe, mir kann jemand helfen;)
Lukas