-
Notifications
You must be signed in to change notification settings - Fork 0
Mapping Tool CLI
Jerome Canler edited this page May 8, 2020
·
2 revisions
Your TDU directory should contain all files you want to be used by your mod. Then, use MappingTool from TDUF Command Line.
MappingTool list-missing -b "<TDU banks dir>"
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).
FileTool jsonify -i "Bnk1.map" -s "/structures/MAP4-map.json" -o "Bnk1.map.json"
MappingTool magify -i "Bnk1.map"
FileTool applyjson -m "Bnk1.map.json" -s "/structures/MAP4-map.json" -o "Bnk1.map"