Wilhuf
Overanalyzer
- Gender
- Male
- Guildcard
- 42011395
This program will not be improved anymore since I'm working on a quest editor that can do the same and much more: http://www.phantasmal.world/. Bugs will still be fixed though.
I've written a small command line program for extracting quest name, short description and enemy counts from quest files. It also tries to determine the episode by looking at the kind of enemies the quest contains and in which areas they're located, it defaults to episode I.
Usage
psoqi.exe --help
Limitations
TODO (in order of priority)
https://github.com/DaanVandenBosch/psoqi
Please try it out and let me know what you think. If you have ideas for improving it, don't hesitate to tell me.
Feel free to share this program with anyone.
I've written a small command line program for extracting quest name, short description and enemy counts from quest files. It also tries to determine the episode by looking at the kind of enemies the quest contains and in which areas they're located, it defaults to episode I.
Usage
psoqi.exe --help
Info and usage.
psoqi.exe my_quest.qst my_other_quest.qstDisplay enemy counts and other information from the provided quest files.
psoqi.exe a_directoryParse all files in a_directory, recursively.
psoqi.exe --csv my_quest.qstOutput information in CSV format.
Limitations
- It only supports the .qst format at the moment, but supporting other formats should not be hard
- It silently eats parsing errors. It could parse a huge directory and output everything to a CSV file (using a pipe), and you wouldn't know which files it was or wasn't able to parse unless you checked manually
- There's only a 64 bit Windows and 64 bit Linux version at the moment, let me know if you need anything else
TODO (in order of priority)
- Better error reporting
- Extract box counts
- Support more formats (tell me which ones you'd like to see)
- Open source the code and publish it on Github
- Extract more information
- Detect corrupted files
- Builds for more platforms (Mac OS, Windows 32 bit)
https://github.com/DaanVandenBosch/psoqi
Please try it out and let me know what you think. If you have ideas for improving it, don't hesitate to tell me.
Feel free to share this program with anyone.
Attachments
Last edited: