(Python 3.7) UDMF to JSON converter
Posted: Thu Oct 10, 2019 1:44 am
hi
i wrote a one-off tool for a "secret project" which reads all the UDMF maps from a wad or pk3/zip and converts them to JSON. i don't know if anyone else will find any particular use for this, but i'm sure some of you might appreciate it nonetheless.
https://gitlab.com/Delmondo/pyudmf2json
usage: "pyUDMF2JSON input [output]" where input is a wad or pk3 and the optional output is where all the map files are spit out to. you MUST have omgifol installed to use this. do "pip install omgifol".
i wrote a one-off tool for a "secret project" which reads all the UDMF maps from a wad or pk3/zip and converts them to JSON. i don't know if anyone else will find any particular use for this, but i'm sure some of you might appreciate it nonetheless.
https://gitlab.com/Delmondo/pyudmf2json
usage: "pyUDMF2JSON input [output]" where input is a wad or pk3 and the optional output is where all the map files are spit out to. you MUST have omgifol installed to use this. do "pip install omgifol".