Here is a line of the code that I am having trouble with: (This is from Zephyris Generic Tram Set that he showd me in another topic)
Here is what ones I already understand:6 * 41 00 01 10 01 3A 00 F9 13 03 13 04 16 06 07 08 50 09 70 0F 23 10 00 11 6E 0E FF 1C 03 17 00 12 49
16 00 00 00 00 13 05 14 20
6 is the sprite
41 is the length
00 is the action
01 is for road vehicals
10 is the number of props to change
01 is the ammount of vehicles to change
3A is the ID of the one to be change
Now this is where it looses me, I cannot find the value of 00 in the wiki (I do not know what 00 changes), But what I do know with the help of Zephyris is that:
Property 1C (misc flags) is 01 - a so is a tram not a normal road vehicle.
Property 17 (callbacks) is 10, so an articulated vehicle.
Property 0E (graphics) is FF, so uses new graphics
So basicly I just need a bit of help finding what properties there are changing what values. As I as said,I'v looking through the wiki but cant seem to find the answer, mabye I'm just looking right over it, I dont know. Any and all help is appreciated.