George is using for some of his busses ability to change look/capacity of vehicle by refitting. I am trying to do simmilar thing (two trams, one version with and the other without attached towed wagon), but the Game keeps offering me only one version to refit. Any idea what did I forgot in my code? Thank you very much for help..
Code: Select all
2 * 9 02 01 AA 01 01 00 00 00 00 //Engine
23 * 9 02 01 BB 01 01 01 00 01 00 //Attached vagon
24 * 16 02 01 11 81 40 80 FF 00 03 01 //Checking the position in consist
AA 00 00 00 //First
BB 00 //Other
25 * 14 02 01 10 81 10 00 FF 01 //Callback for articulated
44 80 01 01 //Add one car
FF 80 //And come back
26 * 14 02 01 09 81 10 00 FF 01 //Callback for sound
49 80 01 01 //Set up the sound
11 00 //And go for graphics
27 * 30 02 01 08 81 0C 00 FF 05 //Testing callback for 2 cars version
09 00 33 33 //For sound go to 09
10 00 16 16 // For articulated go to 10
08 FF 12 12 // Set loading speed
2E FF 15 15 // Set capacity
02 FF 19 19 // Set text to display for refit
11 00
28 * 26 02 01 07 81 0C 00 FF 04 //Testing callback for 1 car version
09 00 03 33 //For sound go to 09
04 FF 12 12 // Set loading speed
30 FF 15 15 // Set capacity
01 FF 19 19 //Set text to display for refit
11 00
29 * 18 02 01 EF 81 F2 00 FF 02 //Testing refit versions (George is using F2 variable so I am doing it based on his files, but I havent found exact documentation?)
07 00 01 01 //For version 01 go to 07
08 00 00 00 //For version 00 go to 08
FF FF
30 * 7 03 01 01 44 00 EF 00 //Start at EF
31 * 28 04 01 0F 01 44 "Ringhoffer/Krizik 1915" 00 //Name
32 * 20 00 01 07 01 44
0E FF // New graphics
00 00 00 // Year 1920
02 16 // Deteriorating
03 32 // Life span
04 1C // Model aviability
06 07 // Where aviable
07 04 // Loading speed
33 * 15 00 01 05 01 44
08 32 // Speed in kmph * 2
13 0A // Horse power
14 08 // Weight in quarter tons
15 0C // Speed in kmph / 2 for real. accel.
12 49 // Use sound 49
34 * 22 00 01 07 01 44
0F 2E // Capacity
10 00 // Cargo type (passengers)
09 29 // Running cost
11 9B // Price
1C 01 // Its a tram
17 BC // Sound
16 01 00 00 00 // Refitable to passengers
// Names to display at refit table
35 * 24 04 01 FF 01 01 D0 " (with towed car)" 00
36 * 27 04 01 FF 01 02 D0 " (without towed car)" 00