Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Mapping Tool CLI

Jerome Canler edited this page May 8, 2020 · 2 revisions

Updating Bnk1.map with added files

Your TDU directory should contain all files you want to be used by your mod. Then, use MappingTool from TDUF Command Line.

Display list of added files:

MappingTool list-missing -b "<TDU banks dir>"

Fix Bnk1.map file with added files:

MappingTool fix-missing -b "<TDU banks dir>"

, TDU banks dir being location of your TDU Files (e.g C:\Games\Test Drive Unlimited\Euro\Bnk).

Advanced use

Dumping Bnk1.map to JSON file

FileTool jsonify -i "Bnk1.map" -s "/structures/MAP4-map.json" -o "Bnk1.map.json"

Make a magic map

MappingTool magify -i "Bnk1.map"

Generating Bnk1.map from JSON file back

FileTool applyjson -m "Bnk1.map.json" -s "/structures/MAP4-map.json" -o "Bnk1.map"

Clone this wiki locally