kiooeht / ModTheSpire

External mod loader for Slay The Spire
MIT License
416 stars 88 forks source link

Option to skip launcher window #123

Open Yankas opened 6 years ago

Yankas commented 6 years ago

Just a quick suggestions that would simplify debugging/testing using automated build tools/IDE: add a command line flag to skip the launcher/bypass the GUI (e.g. --skipgui).

In addition/alternatively adding a checkbox that will change the launchers behavior to terminate upon exiting the game would be a general usability improvement for both users and developers. (Perhaps a drop down with an additional option to stay open if the game was crashed by an error/exception?)

torrentails commented 5 years ago

I second this, would make development a heck of a lot easier. Is better to read data from a log file than having to see it after a crash anyways.

Also would prevent my dumb ass from forgetting to close the MTS launcher after a long night and going to bed, racking up hundreds of hours of "play-time" :P