retrieves all of the spawns each slugcat from world file (tool for wiki)
simplest way to run is to copy a world_XX.txt over to same folder as the py script
if map_XX.txt is given, the json will be seperated based on subregion
then run the following on a cmd opened in same folder:
py world-parser.py -file "world_XX.txt" -file "map_XX.txt"outputs a json in same folder called parsed.json
| flag | arg | desc |
|---|---|---|
-debug |
enables debug logging | |
-file/-path/-world |
string | path to load world/map file from |
-char/-scug/slug |
string | if included will only get the spawns for the specified scug |
+SCUG |
n/a | adds the SCUG to the list of scugs to parse for |