Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- To run:
- - Make a fork of the DK64 Randomizer Repo, change your local copy to the dev branch (or master when 2.0 gets officially released)
- - Navigate to the DK64 Randomizer directory on your local machine
- - Run `python ./dumper.py {format} {files}` (eg. `python ./dumper.py json all`). Format can either be json, csv, or md (Markdown). Files can be any from a selected list, all of which are documented in ./dumper.py, however you can also set this to "all" to dump everything. If you chose the csv or json formats, these will be in the ./tools/dumps directory.
- - Utilize the files as you wish. You may need to look at the source code for DK64 Randomizer to fully understand the purpose of some fields. If you are still confused after a source code dive, feel free to ask in #dev-discussion.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement