DraqueT / PolyGlot

PolyGlot is a conlang construction toolkit.
MIT License
387 stars 44 forks source link

On ini read/parse error, continue #1236

Closed DraqueT closed 1 year ago

DraqueT commented 1 year ago

If there is a read error with the PolyGlot.ini file, simply delete it and load from defaults.

For each individual setting, attempt to parse/load, and on failure, continue.

This will minimize settings loss and ensure people have fewer startup problems.