1.0.6 • Published 5 years ago
@game3dee/darkstone-tools v1.0.6
Darkstone Tools
This repository contains Darkstone modding tools. You can install them using NodeJS npm by using:
npm install -g @game3dee/darkstone-toolsRerun the command to update to the latest release. If you're feeling experimental, and want the bleeding edge, you can use:
npm install -g Game3DEE/darkstone-toolsSee below for a list of tools included.
MTF
This tool enables you to list the content of an MTF file, extract MTF files, and create them. Please note that currently compression is not supported, so if you extract and recreate an MTF file, it'll likely be much bigger.
List:
mtf list ddata.MTFExtraction:
mtf extract myquest.mtf /path/where/I/unpackCreation:
mtf create mynewshiny.mtf /path/from/where/I/pack/DATA