ak2yny / OpenHeroSelectGUI

GUI for OpenHeroSelect based on MUAOpenHeroSelect by adamatti
GNU General Public License v3.0
4 stars 1 forks source link

Add standalone functions #7

Closed ak2yny closed 1 year ago

ak2yny commented 1 year ago

As of v 0.1.1 the GUI gets an unhandled exception error when run without OHS. It should be able to create a new roster and create missing folders. This will only be able to create INI, CFG files (which it can as of v 0.1.1) and herostats.

Features:

ak2yny commented 1 year ago

These features are included since https://github.com/ak2yny/OpenHeroSelectGUI/commit/0873c1b51d2bd7c2e0aa7bd10fb78220efb60560. CFG files are created if missing and replaced if not missing. The user should not have to care about the standard CFG files that are loaded. If none are defined (by default users use roster.cfg and the menulocations CFG that matches their stage) the GUI will use default values temp.OHSGUI. Currently, this is buggy as the roster value is empty instead of temp.OHSGUI. Edit: Can't repeat that bug.

Also, the default menulocation files should not be replaced.