1. Which programme do you have a problem with? (Main application, editor, SDK tools, etc.)
Main application
2. Please describe the problem in as much detail as possible. What happened or what might have led to the error?
I added a trigger and a macro to the cockpit.osc file. The macro is called by the trigger (which is a simple variable incrementer).
The relevant parts of the script file are:
{trigger:cp_lenkrad_toggle}
(L.L.cp_lenkrad_visible) ! (S.L.cp_lenkrad_visible)
(M.L.steering_wheel_swap_visCheck)
{end}
{trigger:steering_wheel_swap}
(L.L.vis_steeringwheeltype) 2 <
{if}
(L.L.vis_steeringwheeltype) 1 + (S.L.vis_steeringwheeltype)
{else}
0 (S.L.vis_steeringwheeltype)
{endif}
(M.L.steering_wheel_swap_visCheck)
{end}
'----------------------
' Init
'----------------------
{macro:cockpit_init}
' 0 (S.L.cockpit_hupe_volume) (S.L.door_handsteuerung)
1 (S.L.cp_retarder_sw) (S.L.cp_lenkrad_visible) (S.L.cockpit_wischer_drehschalter_mode) (S.L.cp_switch_reverseBeeper)
' Steering Wheels
' 0 (S.L.vis_steeringwheeltype) (S.L.smallPiece_isVisible)
1 (S.L.strw0_isVisible)
' 0 (S.L.strw1_isVisible) (S.L.strw3_isVisible) (S.L.strw4_isVisible)
' 0 (S.L.strw6_isVisible) (S.L.strw7_isVisible) (S.L.strw9_isVisible) (S.L.strw10_isVisible)
' 0 (S.L.strw11_isVisible) (S.L.strw12_isVisible)
' 0 (S.L.strw1_p1_isVisible) (S.L.strw1_p2_isVisible) (S.L.strw4_p1_isVisible) (S.L.strw4_p2_isVisible)
' 0 (S.L.strw7_p1_isVisible) (S.L.strw7_p2_isVisible) (S.L.strw10_p1_isVisible) (S.L.strw10_p2_isVisible)
0.6 (S.L.cp_taster_standheizung)
(C.L.cockpit_zentralschmierung_dist) random (S.L.cp_zentralschmierung_nextkm)
0.333 (S.L.cockpit_wischer_drehschalter)
{end}
'----------------------
' Frame
'----------------------
{macro:cockpit_frame}
(L.L.elec_busbar_main) (L.L.cp_switch_reverseBeeper) && (L.L.antrieb_getr_gangvorwahl) 0 = && (S.L.cp_reverseBeeper)
'Übertragen der Schalterstellungen:
(L.L.cp_retarder_sw) (S.L.antrieb_retarder_sw)
(L.L.cp_retarder_sw_direkt) (S.L.antrieb_retarder_sw_direkt)
(L.L.cp_wischer_schnell_sw) (S.L.wiper_schnell_sw)
(L.L.cp_wischer_einaus_sw) (S.L.wiper_einaus_sw)
(L.L.cp_wischer_intervall_sw) (S.L.wiper_intervall_sw)
(L.L.cp_wischer_wascher_sw) (S.L.wiper_wascher_sw)
(L.S.Time) 3600 / s0 trunc s1
l1 0 =
{if}
"12"
{else}
l1 "02" $IntToStrEnh
{endif}
":" $+ l0 l1 - 60 * trunc "02" $IntToStrEnh $+
(S.$.cockpit_clock)
(L.$.cockpit_clock) ":" (L.S.Time) 60 % "02" $IntToStrEnh $+ $+ (S.$.ticketprinter_clock)
(L.S.Day) "02" $IntToStrEnh "/" $+
(L.S.Month) "02" $IntToStrEnh $+ "/" $+
(L.S.Year) $IntToStr $+
(S.$.ticketprinter_date)
(M.L.tacho_frame)
(M.L.uhr_frame)
(M.L.drehzahlmesser_frame)
(M.L.hupe_frame)
(M.L.blinkerhebel_frame)
(M.L.wischerhebel_frame)
(M.L.wischer_drehschalter_frame)
(M.L.oeldruck_frame)
(M.L.tankuhr_frame)
(M.L.cockpitlights_frame)
(M.L.klimator_frame)
(M.L.schluessel_frame)
(M.L.odometer_frame)
(M.L.Odometr_display)
(M.L.fahrertuer_frame)
(M.L.engine_thermometer_frame)
(M.L.microphone_frame)
(M.L.pressure_warning_needle_frame)
(M.L.zentralschmierung_frame)
(M.L.Thermometer_frame)
(M.L.phys_arms)
(M.L.steering_wheel_swap_visCheck)
{end}
' Steering wheels
{macro:steering_wheel_swap_visCheck}
' Steering Wheel Index 0
(L.L.vis_steeringwheeltype) 0 =
(L.L.cp_lenkrad_visible) 1 = &&
{if}
1 (S.L.strw0_isVisible)
0 (S.L.smallPiece_isVisible)
{else}
0 (S.L.strw0_isVisible)
0 (S.L.smallPiece_isVisible)
{endif}
' Steering Wheel Index 1
(L.L.vis_steeringwheeltype) 1 =
(L.L.cp_lenkrad_visible) 1 = &&
{if}
1 (S.L.strw1_isVisible)
1 (S.L.strw1_p1_isVisible)
1 (S.L.smallPiece_isVisible)
{else}
0 (S.L.strw1_isVisible)
0 (S.L.strw1_p1_isVisible)
0 (S.L.smallPiece_isVisible)
{endif}
' Steering Wheel Index 2
(L.L.vis_steeringwheeltype) 2 =
(L.L.cp_lenkrad_visible) 1 = &&
{if}
1 (S.L.strw1_isVisible)
1 (S.L.strw1_p2_isVisible)
1 (S.L.smallPiece_isVisible)
{else}
0 (S.L.strw1_isVisible)
0 (S.L.strw1_p2_isVisible)
0 (S.L.smallPiece_isVisible)
{endif}
' Steering Wheel Index 3
(L.L.vis_steeringwheeltype) 3 =
(L.L.cp_lenkrad_visible) 1 = &&
{if}
1 (S.L.strw3_isVisible)
1 (S.L.smallPiece_isVisible)
{else}
0 (S.L.strw3_isVisible)
0 (S.L.smallPiece_isVisible)
{endif}
' Steering Wheel Index 4
(L.L.vis_steeringwheeltype) 4 =
(L.L.cp_lenkrad_visible) 1 = &&
{if}
1 (S.L.strw4_isVisible)
1 (S.L.strw4_p1_isVisible)
1 (S.L.smallPiece_isVisible)
{else}
0 (S.L.strw4_isVisible)
0 (S.L.strw4_p1_isVisible)
0 (S.L.smallPiece_isVisible)
{endif}
' Steering Wheel Index 5
(L.L.vis_steeringwheeltype) 5 =
(L.L.cp_lenkrad_visible) 1 = &&
{if}
1 (S.L.strw4_isVisible)
1 (S.L.strw4_p2_isVisible)
1 (S.L.smallPiece_isVisible)
{else}
0 (S.L.strw4_isVisible)
0 (S.L.strw4_p2_isVisible)
0 (S.L.smallPiece_isVisible)
{endif}
' Steering Wheel Index 6
(L.L.vis_steeringwheeltype) 6 =
(L.L.cp_lenkrad_visible) 1 = &&
{if}
1 (S.L.strw6_isVisible)
1 (S.L.smallPiece_isVisible)
{else}
0 (S.L.strw6_isVisible)
0 (S.L.smallPiece_isVisible)
{endif}
' Steering Wheel Index 7
(L.L.vis_steeringwheeltype) 7 =
(L.L.cp_lenkrad_visible) 1 = &&
{if}
1 (S.L.strw7_isVisible)
1 (S.L.strw7_p1_isVisible)
1 (S.L.smallPiece_isVisible)
{else}
0 (S.L.strw7_isVisible)
0 (S.L.strw7_p1_isVisible)
0 (S.L.smallPiece_isVisible)
{endif}
' Steering Wheel Index 8
(L.L.vis_steeringwheeltype) 8 =
(L.L.cp_lenkrad_visible) 1 = &&
{if}
1 (S.L.strw7_isVisible)
1 (S.L.strw7_p2_isVisible)
1 (S.L.smallPiece_isVisible)
{else}
0 (S.L.strw7_isVisible)
0 (S.L.strw7_p2_isVisible)
0 (S.L.smallPiece_isVisible)
{endif}
' Steering Wheel Index 9
(L.L.vis_steeringwheeltype) 9 =
(L.L.cp_lenkrad_visible) 1 = &&
{if}
1 (S.L.strw9_isVisible)
1 (S.L.smallPiece_isVisible)
{else}
0 (S.L.strw9_isVisible)
0 (S.L.smallPiece_isVisible)
{endif}
' Steering Wheel Index 10
(L.L.vis_steeringwheeltype) 10 =
(L.L.cp_lenkrad_visible) 1 = &&
{if}
1 (S.L.strw10_isVisible)
1 (S.L.strw10_p1_isVisible)
1 (S.L.smallPiece_isVisible)
{else}
0 (S.L.strw10_isVisible)
0 (S.L.strw10_p1_isVisible)
0 (S.L.smallPiece_isVisible)
{endif}
' Steering Wheel Index 11
(L.L.vis_steeringwheeltype) 11 =
(L.L.cp_lenkrad_visible) 1 = &&
{if}
1 (S.L.strw10_isVisible)
1 (S.L.strw10_p2_isVisible)
1 (S.L.smallPiece_isVisible)
{else}
0 (S.L.strw10_isVisible)
0 (S.L.strw10_p2_isVisible)
0 (S.L.smallPiece_isVisible)
{endif}
' Steering Wheel Index 12
(L.L.vis_steeringwheeltype) 12 =
(L.L.cp_lenkrad_visible) 1 = &&
{if}
1 (S.L.strw12_isVisible)
1 (S.L.smallPiece_isVisible)
{else}
0 (S.L.strw12_isVisible)
0 (S.L.smallPiece_isVisible)
{endif}
{end}
Alles anzeigen
The issues are:
In the second code block of the macro ' Steering Wheel Index 1, the lines 1 (S.L.strw1_isVisible) and 1 (S.L.smallPiece_isVisible) fails to execute or something. The variables just remain at 0
In all remaining code blocks of the macro ' Steering Wheel Index x, the line 1 (S.L.strw1_isVisible) executes fine, if present, but the line 1 (S.L.smallPiece_isVisible) ALWAYS fails to execute.
I have literally no clue why this is happening. I have verified that OMSI is entering the if statement because it successfully sets strw1_p1_isVisible to 1. However it just doesn't want to do the rest!
Notes:
- All relevant variables are in the varlist.
- There are no spelling mistakes anywhere - I verified this by checking all scripts and model.cfg over 4 times with Notepad++ Find In Files.
- No variable used by the script is being set in any .cti file.
What have I tried:
- Initialising variables to 0 even though I dont need to
- Removing the first code block completely so there is no possibility of 0 being around in the script.
- Changing the entry condition for if statements to greater than 0,1,2,3 etc. incase of floating point precision issues (I noticed when debugging with the Situations feature that values are 0.99999994352 - I know this never is an issue with these types of script, but worth a try)
- Converting the .osc text file to UTF-8/ANSI incase special chars remaining were interfering
- Using OMSI's verbose logging launch arguments to see if anything more was in the logfile (nothing)
- Putting all the variable assignments to one line
- Adding %stackdump% to parts of the macro and if statement all over the script in debug mode (it didnt do a thing)
- Setting the macro to a frame
- Putting the macro in a frame
- Putting the macro inside another script
- Testing the script with the OOMPH tool from Sobol's Discord server, which would highlight script errors in the log - nothing outputted to logfile when I trigger the trigger/macro, meaning it did not detect syntax errors.
--- Monitoring the variables, they behave the same as in omsi, but if i double click any manually type a value (to the same sig fig) and hit enter it just reverts immediately - guessing thats a symptom of that variable being set to 0 every frame? I cannot find a reason for this though
Btw - I know this is rly inefficient in terms of variables, but i still needed it for proper base cases
3. Please add a log file to your post, either in a spoiler, code block or as a file attachment.
There is literally nothing useful or related to scripts in it. But anyway, here you go:
====================
Start logging
====================
Date: 26/05/2021
Time: 23:55:35
Version: 2.3.004
0 23:55:35 - - Information: OMSI is working in debug mode
1 23:55:35 - - Information: TIR - looking for DLL path...
2 23:55:35 - - Information: TIR - DLL path found
3 23:55:35 - - Information: TIR - Load DLL...
4 23:55:35 - - Information: TIR - Get procedures...
5 23:55:35 - - Information: TIR - Got all procedures, TIR available
6 23:55:40 - - Information: Options dialog created
7 23:55:40 - - Information: Weather dialog created
8 23:55:40 - - Information: Profiles dialog created
9 23:55:40 - - Information: Time table running dialog created
10 23:55:40 - - Information: Start dialog created
11 23:55:40 - - Information: Menu 2 created
12 23:55:40 - - Information: Menu 3 created
13 23:55:40 - - Information: Tut dialog created
14 23:55:40 - - Information: Menu pos set
15 23:55:40 - - Information: Bro initialized
16 23:55:40 - - Information: Human engine initialized
17 23:55:40 - - Information: Forms set
18 23:55:40 - - Information: Captions set
19 23:55:40 - - Information: Screen ration set
20 23:55:41 - - Information: Init3D: BackBufferFormat = 22
21 23:55:41 - - Information: Init3D: Hardware vertex processing
22 23:55:41 - - Information: Init3D: Max iso = 16
23 23:55:41 - - Information: Init3D: Hal active
24 23:55:42 - - Information: Creating 3D device procedure finished
25 23:55:42 - - Information: 3D initialized
26 23:55:42 - - Information: Direct sound initialized
27 23:55:42 - - Information: Create main manager...
28 23:55:42 - - Information: Veh array created
29 23:55:42 - - Information: CS initialized
30 23:55:42 - - Information: Station manager created
31 23:55:42 - - Information: OBB created
32 23:55:42 - - Information: Tex managers created
33 23:55:42 - - Information: Tex manager started
34 23:55:42 - - Information: Tutorial manager created
35 23:55:42 - - Information: Material manager created
36 23:55:42 - - Information: Scenery object manager created
37 23:55:42 - - Information: Human manager created
38 23:55:42 - - Information: RV type manager created
39 23:55:42 - - Information: RV lists created
40 23:55:42 - - Information: Spline manager created
41 23:55:42 - - Information: Time table manager created
42 23:55:42 - - Information: Currency manager created
43 23:55:42 - - Warning: Did not find texture file "30er_reihensiedlung01.bmp"!
44 23:55:42 - - Warning: Did not find texture file "SD_Rad_v.bmp"!
45 23:55:42 - - Warning: Did not find texture file "reifen.bmp"!
46 23:55:42 - - Information: Visual helpers created
47 23:55:42 - - Information: Audio Mixer erstellen...
48 23:55:42 - - Information: ---
49 23:55:42 - - Information: Download Internet Textures...
50 23:55:42 - - Information: Input Manager erstellen...
51 23:55:42 - - Information: Tastaturbefehle laden...
52 23:55:42 - - Information: Game Controller laden...
53 23:55:42 - - Information: Progman initialisieren...
54 23:55:42 - - Information: Partikelvertices initialisieren...
55 23:55:42 - - Information: Lichtquellen initialisieren...
56 23:55:42 - - Information: System-Scriptvariablen initialisieren...
57 23:55:42 - - Information: Redline initialisieren...
58 23:55:43 - - Information: Traffic Path Manager initialisieren...
59 23:55:43 - - Information: Plugins initialisieren...
60 23:55:43 - - Information: Spline-Helper initialisieren...
61 23:55:43 - - Warning: Did not find texture file "path_car_1.bmp"!
62 23:55:54 - - Information: Loading Situation maps\[Blank Test Map]\laststn.osn...
63 23:55:55 - - Information: Date: 1996 1023, Time: 080242
64 23:55:55 - - Information: Load maps\[Blank Test Map]\global.cfg map...
65 23:55:55 - - Information: Load Cloud and Snowfall objects...
66 23:55:55 - - Warning: Did not find texture file "texture.tga"!
67 23:55:55 - - Warning: Did not find texture file "Snow_1.bmp.001"!
68 23:55:55 - - Information: Load Precip. Part. System...
69 23:55:55 - - Information: Load Precip. Sound...
70 23:55:55 - - Information: Sound erstellen...
71 23:55:55 - - Information: Sound laden...
72 23:55:55 - - Information: Set Weather System vars...
73 23:55:55 - - Information: Sky and Weather created
74 23:55:55 - - Information: Date: 1996 1023, Time: 080242
75 23:55:55 - - Error: The file "Fonts\ANX_M_SD - ?????.oft" could not be loaded!
76 23:55:55 - - Error: The file "Fonts\ANX_S - ?????.oft" could not be loaded!
77 23:56:00 - - Error: In "Fonts\hanics_narrow_1_19.oft" there was an error in line 47!
78 23:56:05 - - Information: Fonts initialized
79 23:56:05 - - Information: Map created
80 23:56:05 - - Information: Map Global File loaded
81 23:56:05 - - Information: Registrations loaded
82 23:56:05 - - Information: Parked Cars loaded
83 23:56:05 - - Information: Map AILists loaded
84 23:56:05 - - Information: New Centerkachel set
85 23:56:05 - - Information: VarParents loaded
86 23:56:05 - - Information: Special Objects refreshed
87 23:56:05 - - Information: Object and Spline Matrices refreshed
88 23:56:05 - - Information: Map loaded
89 23:56:05 - - Information: Humans created
90 23:56:05 - - Information: Editor refreshed
91 23:56:05 - - Warning: Cloudtype "-1" could not be found!
92 23:56:05 - - Information: Weather loaded
93 23:56:05 - - Information: Map camera loaded
94 23:56:05 - - Information: maps\[Blank Test Map]\global.cfg map loaded!
95 23:56:06 - - Information: Refresh Tile: 0, maps\[Blank Test Map]\tile_0_0.map ...
96 23:56:15 - - Information: Date: 1996 1023, Time: 080242
97 23:56:15 - - Warning: Cloudtype "-1" could not be found!
98 23:56:15 - - Information: Date: 1996 1023, Time: 080242
99 23:56:18 - - Information: Traffic loaded
100 23:56:18 - - Information: Reset Passengers...
101 23:56:18 - - Information: Initialize Scheduled AI...
102 23:56:18 - - Information: Refresh All Vehicle Indices...
103 23:56:18 - - Information: Date: 1996 1023, Time: 080242
104 23:56:18 - - Information: Reset Passengers...
105 23:56:18 - - Information: Initialize Scheduled AI...
106 23:56:18 - - Information: Refresh All Vehicle Indices...
107 23:56:18 - - Information: Gamecontrol Controller (XBOX 360 For Windows): force feedback could not be activated (autocenter deactivation impossible)!
108 23:56:18 - - Information: Menu pos set
109 23:56:18 - - Warning: Direct3D-Device lost!
110 23:56:18 - - Information: Direct3D-Device resetted!
111 23:56:18 - - Information: Reset State Matrices...
112 23:56:18 - - Information: Start Tex Thread...
113 23:56:18 - - Information: Init Red Line...
114 23:56:18 - - Information: Set Initial Render States...
115 23:56:19 - - Warning: Did not find texture file "Linienlisten\Cotterell_ANX.jpg"!
116 23:56:27 - - Information: Menu pos set
117 23:56:34 - - Information: Menu pos set
118 23:56:35 - - Information: Menu pos set
119 23:56:36 - - Information: Menu pos set
120 23:56:36 - - Information: Menu pos set
121 23:56:38 - - Warning: Did not find texture file "Kennz.bmp"!
122 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wheels.png not found in mesh file !
123 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wheels.png not found in mesh file !
124 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wheels.png not found in mesh file !
125 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wheels.png not found in mesh file !
126 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename transbus_hubtrim.png not found in mesh file !
127 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename transbus_hubtrim.png not found in mesh file !
128 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename transbus_hubtrim.png not found in mesh file !
129 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename transbus_hubtrim.png not found in mesh file !
130 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename body_r.png not found in mesh file !
131 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
132 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
133 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename body_r.png not found in mesh file !
134 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
135 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename body_r.png not found in mesh file !
136 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
137 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename body_r.png not found in mesh file !
138 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
139 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename body_r.png not found in mesh file !
140 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
141 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename body_r.png not found in mesh file !
142 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
143 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename lights_r.png not found in mesh file !
144 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename led_tail_ind.png not found in mesh file !
145 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename led_reverse_fog.png not found in mesh file !
146 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename tree_bar.png not found in mesh file !
147 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename body_r.png not found in mesh file !
148 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
149 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename rev_gauge.png not found in mesh file !
150 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename needle.png not found in mesh file !
151 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename cab_accessories.png not found in mesh file !
152 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard.png not found in mesh file !
153 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard.png not found in mesh file !
154 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename depress_brake.png not found in mesh file !
155 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
156 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename needle.png not found in mesh file !
157 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename needle.png not found in mesh file !
158 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename needle.png not found in mesh file !
159 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename gear_selector.png not found in mesh file !
160 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename gear_selector.png not found in mesh file !
161 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename gear_selector.png not found in mesh file !
162 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename gear_selector.png not found in mesh file !
163 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename gear_selector.png not found in mesh file !
164 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
165 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
166 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
167 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
168 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
169 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
170 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
171 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
172 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
173 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
174 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
175 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
176 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
177 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
178 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
179 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
180 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
181 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
182 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
183 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
184 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
185 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
186 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_buttons.png not found in mesh file !
187 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
188 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
189 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
190 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
191 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
192 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
193 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
194 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
195 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
196 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
197 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
198 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
199 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
200 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
201 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
202 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
203 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
204 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
205 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
206 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
207 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
208 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
209 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
210 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
211 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
212 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
213 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
214 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
215 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
216 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
217 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
218 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
219 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
220 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
221 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
222 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
223 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
224 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
225 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
226 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
227 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
228 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
229 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
230 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dashboard_warning_panel.png not found in mesh file !
231 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename mouldings_cab_r.png not found in mesh file !
232 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bars.png not found in mesh file !
233 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename mouldings_cab_r.png not found in mesh file !
234 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bars.png not found in mesh file !
235 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename cab_accessories.png not found in mesh file !
236 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename cab_spotlight_bulb.png not found in mesh file !
237 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename cab_decals.tga not found in mesh file !
238 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename steeringwheel_badge.png not found in mesh file !
239 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename Baked_RounderSTRW_WithMiddle.png not found in mesh file !
240 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename Baked_RounderSTRW_WithMiddle_Logo.png not found in mesh file !
241 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename cab_accessories.png not found in mesh file !
242 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stalk_decals.png not found in mesh file !
243 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename drivers_seat_base.png not found in mesh file !
244 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename cab_accessories.png not found in mesh file !
245 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
246 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
247 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS2-Textfeld.tga not found in mesh file !
248 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
249 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
250 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
251 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
252 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
253 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
254 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
255 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
256 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
257 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
258 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
259 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
260 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename eric_controller.png not found in mesh file !
261 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename Schedule.bmp not found in mesh file !
262 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename Linienliste_ANX.bmp not found in mesh file !
263 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_screen.png not found in mesh file !
264 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
265 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
266 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
267 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
268 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
269 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
270 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
271 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
272 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
273 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
274 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
275 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
276 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
277 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
278 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
279 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
280 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
281 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
282 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename wayfarer_150_buttons.png not found in mesh file !
283 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
284 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
285 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
286 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
287 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
288 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
289 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
290 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
291 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
292 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
293 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
294 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
295 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
296 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
297 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
298 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
299 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
300 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
301 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
302 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename IBIS-Textfeld.tga not found in mesh file !
303 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename ticket.png not found in mesh file !
304 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bars.png not found in mesh file !
305 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bars.png not found in mesh file !
306 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bars.png not found in mesh file !
307 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bars.png not found in mesh file !
308 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bars.png not found in mesh file !
309 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bars.png not found in mesh file !
310 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bars.png not found in mesh file !
311 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bars.png not found in mesh file !
312 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bars.png not found in mesh file !
313 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bell_push.png not found in mesh file !
314 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bell_push.png not found in mesh file !
315 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename mouldings_r.png not found in mesh file !
316 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename mouldings_r.png not found in mesh file !
317 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
318 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename fire_extinguisher.png not found in mesh file !
319 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename walls_r.png not found in mesh file !
320 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename walls_r.png not found in mesh file !
321 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename parts.png not found in mesh file !
322 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename parts.png not found in mesh file !
323 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename floor_r.png not found in mesh file !
324 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename floor_r.png not found in mesh file !
325 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename ceiling_r.png not found in mesh file !
326 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename ceiling_r.png not found in mesh file !
327 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename edge_protectors_r.png not found in mesh file !
328 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bus_stopping_sign.png not found in mesh file !
329 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bus_stopping_sign.png not found in mesh file !
330 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bus_stopping_sign.png not found in mesh file !
331 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename civicv2_back.png not found in mesh file !
332 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename civicv2_back.png not found in mesh file !
333 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename Fabric_civic_blank.png not found in mesh file !
334 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename civicv2_back.png not found in mesh file !
335 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename civicv2_back.png not found in mesh file !
336 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename Fabric_civic_blank.png not found in mesh file !
337 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename disabled_backrest.png not found in mesh file !
338 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename disabled_backrest.png not found in mesh file !
339 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename civicv2_back.png not found in mesh file !
340 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename civicv2_back.png not found in mesh file !
341 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename Fabric_civic_blank.png not found in mesh file !
342 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename civicv2_back.png not found in mesh file !
343 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename civicv2_back.png not found in mesh file !
344 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename Fabric_civic_blank.png not found in mesh file !
345 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename civicv2_back.png not found in mesh file !
346 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename civicv2_back.png not found in mesh file !
347 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename Fabric_civic_blank.png not found in mesh file !
348 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename ex_handles.png not found in mesh file !
349 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename reg_plates.png not found in mesh file !
350 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_kennzeichen.bmp not found in mesh file !
351 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename side_advert.png not found in mesh file !
352 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
353 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename body_r.png not found in mesh file !
354 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
355 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
356 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
357 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
358 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
359 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
360 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
361 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
362 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
363 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers.png not found in mesh file !
364 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers.png not found in mesh file !
365 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename trident_logo.png not found in mesh file !
366 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename trident_logo.png not found in mesh file !
367 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename vmatrix_leer.bmp not found in mesh file !
368 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename vmatrix_voll.bmp not found in mesh file !
369 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename Interior light.bmp not found in mesh file !
370 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename Interior light.bmp not found in mesh file !
371 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename Interior light.bmp not found in mesh file !
372 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename door_badge.png not found in mesh file !
373 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename body_r.png not found in mesh file !
374 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename mouldings_cab_r.png not found in mesh file !
375 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
376 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bars.png not found in mesh file !
377 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename door_badge.png not found in mesh file !
378 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename body_r.png not found in mesh file !
379 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename mouldings_cab_r.png not found in mesh file !
380 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
381 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename bars.png not found in mesh file !
382 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
383 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
384 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
385 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
386 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
387 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
388 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
389 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
390 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
391 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
392 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename cab_decals.tga not found in mesh file !
393 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
394 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
395 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
396 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
397 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
398 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
399 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
400 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
401 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
402 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
403 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename dots.png not found in mesh file !
404 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
405 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename cab_decals.tga not found in mesh file !
406 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
407 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
408 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
409 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
410 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
411 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
412 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
413 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
414 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
415 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
416 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
417 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
418 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
419 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
420 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
421 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
422 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
423 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
424 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
425 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
426 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
427 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
428 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
429 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
430 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
431 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
432 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
433 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
434 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
435 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
436 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
437 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
438 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
439 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
440 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
441 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
442 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
443 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
444 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
445 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
446 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
447 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
448 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
449 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
450 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
451 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
452 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
453 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
454 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
455 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
456 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
457 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
458 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
459 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
460 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
461 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
462 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
463 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
464 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
465 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
466 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
467 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
468 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
469 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
470 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
471 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
472 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
473 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows inside.png not found in mesh file !
474 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
475 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
476 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
477 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
478 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
479 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
480 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
481 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
482 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
483 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
484 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
485 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
486 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename stickers_r.png not found in mesh file !
487 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows.png not found in mesh file !
488 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename windows outside.png not found in mesh file !
489 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
490 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
491 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
492 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
493 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename regen.tga not found in mesh file !
494 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename D_dreck.tga not found in mesh file !
495 23:56:50 - - Warning: File vehicles\Transbus_ALX400_Regional_v2\model\ALX400_r_fd.cfg: texture filename Shadow.tga not found in mesh file !
496 23:56:52 - - Warning: Did not find texture file "Linienlisten\Cotterell_ANX.jpg"!
497 23:57:03 - - Information: Deativating TIR...
498 23:57:03 - - Information: Deativating TIR - Stop Data Transmission...
499 23:57:03 - - Information: Deativating TIR - Unregister Handle...
500 23:57:03 - - Information: Closing actual map...
501 23:57:03 - - Information: Actual map closed!
502 23:57:03 - - Information: OMSI is closing...
Alles anzeigen
All help is very widely appreciated. I have been pulling my hair out for an entire day on this small issue, which feels like a bug with OMSI itself. If I can't fix it within a few hours I'll just bin the entire code and combine the o3ds instead.