llde / TESReloaded10

Other
43 stars 21 forks source link

allow config retrocompatibility #61

Closed mchaptel closed 8 months ago

mchaptel commented 2 years ago

Fix crashes when config changes by offering default values that can be pulled when one is missing

llde commented 2 years ago

The entire configuration system needs to be rewritten

mchaptel commented 2 years ago

Agreed, I have created a milestone for new menu + config system and added it to the Trello

llde commented 8 months ago

As for commit 3fd9ea7dab3efa059336e0baef4f5043ffe529ec, TESR provide a new configuration system that offer partial backward compatibilty to option, and a more sane format of configruution TOML. Thanks to Serde and Rust