A tool to convert file formats from and to Digimon World: Next 0rder.
This currently means only CSVB files without variable data (so no parameter/scenario for now).
- Extract the
DigimonDataR.cpk, for example using CriPakTools. - Extract the assets of the
parameterfolder with AssetRipper or similar. - Run
DWNOTools.exe -x -i <pathToInputFile> -o <pathToOutputFolder>
If given a folder it will recursively search for all compatible files.
Do not use Microsoft Excel to modify extracted CSV files, it does not create RFC 4180 compliant CSV. Use LibreOffice/OpenOffice as an alternative.
- Run
DWNOTools.exe -p -i <pathToFolder> -o <pathToOutputFile>
- Run
DWNOTools.exe --hash <yourStringToHash>
This project uses CMake in combination CPM.cmake for dependency management.
Building the project should be a simple
You will need a C++20 compatible compiler that supports std::format.
$ git clone git@github.com:Operation-Decoded/DWNOTools.git
$ cd <project dir>
$ cmake .
$ make install
By default CPM.cmake will download all the dependencies, which includes Boost. This can take up to 3 GiB of disk space and take a while. You can modify and optimize this behavior by configuring CPM environment variables. Please refer to their documentation.
- Discord: SydMontague#8056, or in either the Digimon Modding Community or Digimon Discord Community
- directly on GitHub
- E-Mail: sydmontague@web.de
- Reddit: /u/Sydmontague