Heroes Of Might And Magic 1 map
From XentaxWiki
Back to index | Edit this page
Contents |
MAP
Format Type: Miscellaneous
Endianness: Little-endian
Date Posted: 13:24, 7 March 2009 (EST)
Format Specifications
0x00000000 E8 03 - Looks like static identifier
0x00000002 - Map difficulty. 00=easy 01=normall 02=tough 03=immposible (does not affect gameplay. purely descriptionall)
0x00000003 - Map size (does not affect actual size, all maps are 72*72 just purely descriptionall). 00=small 01=medium 02=large
Map name
0x00000004 - 0x00000012 - Map name in english. Maximum length 14 ascii chars. Must contain 0x00 at the end
0x00000013 - 0x00000021 - Same for german.
0x00000022 - 0x00000030 - Same for french.
0x00000031 - 0x0000003f - Same for spanish.
0x00000040 - 0x0000004e - Same for italian.
0x0000004f - 0x0000005d - Same for unknown language.
0x0000005e - 0x0000006c - Same for unknown language.
0x0000006d - 0x0000007b - Same for unknown language.
0x0000007c - 0x0000008a - Same for unknown language.
0x0000008b - 0x00000099 - Same for unknown language.
Map description
0x0000009a - 0x00000112 - Map description in english. Maximum length 120 ascii chars. Must contain 0x00 at the end
0x00000113 - 0x0000018b - Same for german.
0x0000018c - 0x00000204 - Same for french.
0x00000205 - 0x0000027d - Same for spanish.
0x0000027e - 0x000002f6 - Same for italian.
0x000002f7 - 0x0000036f - Same for unknown language.
0x00000370 - 0x000003e8 - Same for unknown language.
0x000003e9 - 0x00000461 - Same for unknown language.
0x00000462 - 0x000004da - Same for unknown language.
0x000004db - 0x00000553 - Same for unknown language.
unknown
0x00000554 - 0x0000059 unknown
terrain
0x0000055a - 0x0000cfd9 - for each of 5184 cells 10 bytes. where:
1st byte - terrain type and its appearance:
00,01,02,03 water in the middle of lake
0c,0d,0a water that borders with grass etc
14,15,16,17 grass
18 grass that borders with water etc
unknown
0x0000cfda - unknown
Notes and Comments
Contains maps for single and multiplayer games
MultiEx BMS Script
None written yet.
Supported by Programs
Unknown
Links
None

