dragonarche
Is back :D
- 458
- Posts
- 17
- Years
- New bark town
- Seen Mar 27, 2016
uhh whaaaTry installing this: https://www.microsoft.com/downloads...34-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en
It holds the 3D data for (part of the map)
The first 16 bytes tells you how big each of the 4 sections of a land data is. The numbers are stored in little endian form. You want to go to the part where the the model file starts. Search "BMD0", copy as many bytes as the beginning of the file says the third section is.
Example (land_data_release0)
00080000800100002489000080010000
are the first 16 bytes.
This tells us that the first section is 0x800 bytes long, the next is 0x180 and the third is 0x8924, so you go to 0x10+800+0x180 and copy 0x8924 and make a new file from it.
You are looking for two files. One you get by copying out the model section from the land data file. The other is in \fielddata\areadata\area_map_tex\map_tex_set.narc
The land data files are in \fielddata\landdata\land_data_release.narc.
Right.
can you plese make your instructions for extracting map from land_data_release0
simpler plese thanx sorry for the extra work iam n00b