Lyle-Tafoya / Omega

My C++ fork of the 1987 roguelike "Omega"
GNU General Public License v3.0
29 stars 3 forks source link

Add support for user-editable config file #28

Closed Lyle-Tafoya closed 8 months ago

Lyle-Tafoya commented 9 months ago

Right now all we have is a config file that saves in a non-user-editable format which only loads when you "play as yourself", and the only way to edit it is to answer the in-game questionnaire. Ideally, we would support the user to set defaults for all the options in TOML format or maybe even something simpler.

Lyle-Tafoya commented 8 months ago

Added support for TOML config file in 002e86d4fd4d4036939bfc95731ee6044ac2c710