| Downloads | 95 |
|---|---|
| Created | 3 years ago |
| Updated | 8 months ago |
This program allows you to chunk a large map into smaller maps (36x36 by default). It might be useful when decorating a large map; you could chunk it, decorate the smaller parts, and save the deco as a macroblock to apply on the larger actual map.
The program will produce new map files called "NAME Chunk X Z.Map.Gbx" in the same directory as the map file.
Note: Each output map will include 6 blocks of empty padding around the map. This is necessary because, without this, blocks can be in invalid positions (where they poke outside the map).
Easy way: drop a .map.gbx file on top of the .exe file to automatically chunk into 36x36 blocks.
Advanced way: run this program from a CLI (like powershell or cmd).
CLI Arguments:
Examples:
.\map-chunker.exe c:\users\xertrov\Documents\Trackmania\Maps\test-chunker-1.Map.gbx.\map-chunker.exe c:\users\xertrov\Documents\Trackmania\Maps\test-chunker-1.Map.gbx 64 32.\map-chunker.exe c:\users\xertrov\Documents\Trackmania\Maps\test-chunker-1.Map.gbx 64 32 11 17Map in screenshot credit: Ski Freak
Code: https://github.com/xertrov/tm-map-chunker