1.0.6 • Published 5 years ago

@game3dee/darkstone-tools v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Darkstone Tools

This repository contains Darkstone modding tools. You can install them using NodeJS npm by using:

npm install -g @game3dee/darkstone-tools

Rerun 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-tools

See 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.MTF

Extraction:

mtf extract myquest.mtf /path/where/I/unpack

Creation:

mtf create mynewshiny.mtf /path/from/where/I/pack/DATA

More to come...

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.3

5 years ago

1.0.0

5 years ago