I'm trying to create my own articulated tram set and I figured I should start figuring out the nfo code bit.
For a start I decoded hirotram.grf to see what's in there.
Using the GRF Specs (TTDP Wiki) I was able to figure out every bit and piece until I ran into this bunch:
Code: Select all
32 * 14 02 01 12 81 0C 00 FF 01 03 80 11 11 BB 00
33 * 20 02 01 11 81 40 80 FF 00 03 02 AA 00 00 00 12 00 01 01 CC 00
34 * 14 02 01 10 81 10 00 FF 01 50 80 01 02 FF 80
35 * 14 02 01 09 81 10 00 FF 01 49 80 01 01 11 00
36 * 18 02 01 08 81 0C 00 FF 02 09 00 33 33 10 00 16 16 11 00
Could anyone explain to me (bit by bit) what those five lines of code do?
Any help is appreciated. If anyone needs more information, let me know.
Thanks in advance.