I've been working with this again, and using the latest nightly of NML (r2093) I'm still encountering some issues.
Firstly, the same issue with only one house showing up in the game, even though more than one is in the grf. I've decoded the grf and so far as I can tell, the nfo shows that it does indeed contain more than one house. Could someone tell me what's going wrong here?
Code: Select all
56 * 43 00 07 0E 01 FF 00 00 08 06 0A 0A 1E 21 8A 07 22 9E 07 1F 32 0B 1E 13 0F F0 0D 04 0E 01 0F 00 1E
00 01 FF 00 18 A0 12 00 DC 1C 0A
57 * 11 00 07 02 01 FF 00 00 14 01 1D 00
58 * 37 02 07 FC 89 1A 20 00 00 00 00 \2sto 1A 20 FF 00 00 00 \2rst 0C 00 FF FF 00 00 01 F8 00 17 00 00 00 17
00 00 00 FC 00
59 * 7 03 07 01 00 00 FC 00
60 * 43 00 07 0E 01 FF 00 00 08 05 0A 00 00 21 58 07 22 6C 07 1F 32 0B 28 13 0F F0 0D 04 0E 01 0F 00 1E
00 01 FF 00 18 A0 12 01 DC 1C 0B
61 * 11 00 07 02 01 FF 00 00 14 01 1D 00
62 * 37 02 07 FB 89 1A 20 00 00 00 00 \2sto 1A 20 FF 00 00 00 \2rst 0C 00 FF FF 00 00 01 F8 00 17 00 00 00 17
00 00 00 FB 00
63 * 7 03 07 01 00 00 FB 00
64 * 43 00 07 0E 01 FF 00 00 08 04 0A 00 00 21 58 07 22 6C 07 1F 32 0B 28 13 0F F0 0D 04 0E 01 0F 00 1E
00 01 FF 00 18 A0 12 01 DC 1C 0B
65 * 11 00 07 02 01 FF 00 00 14 01 1D 00
66 * 37 02 07 FA 89 1A 20 00 00 00 00 \2sto 1A 20 FF 00 00 00 \2rst 0C 00 FF FF 00 00 01 F7 00 17 00 00 00 17
00 00 00 FA 00
67 * 7 03 07 01 00 00 FA 00
68 * 43 00 07 0E 01 FF 00 00 08 04 0A "(<!¿" 07 22 BC 07 1F 32 0B 96 13 0F F0 0D 08 0E 03 0F 00 1E
00 01 FF 00 18 A0 12 02 DC 1C 0D
69 * 11 00 07 02 01 FF 00 00 14 01 1D 00
70 * 37 02 07 F9 89 1A 20 00 00 00 00 \2sto 1A 20 FF 00 00 00 \2rst 0C 00 FF FF 00 00 01 F6 00 17 00 00 00 17
00 00 00 F9 00
71 * 7 03 07 01 00 00 F9 00
The second issue has to do with multi-tile houses. This code:
Code: Select all
item (FEAT_HOUSES, item_revolutie1S, HOUSE_SIZE_1X2)
{
property
{
substitute: 07;
gives me this warning, even though house 07 is 1x2 according to the wiki.
Code: Select all
nmlc ERROR: "nlhsrev.nml", line 55: Substitute / override house type must have the same size as the newly defined house.