GuidanceOfGrace / CLASSIC-Fallout4

Crash Log Auto-Scanner & Setup Integrity Checker for Fallout 4 / Buffout 4. Tool that extensively scans Fallout 4 game & mod files and Buffout 4 crash logs, then provides troubleshooting advice depending on what it finds.
8 stars 4 forks source link

Add a new INI parser and add an update check setting to the INI file. #4

Closed evildarkarchon closed 1 year ago

evildarkarchon commented 1 year ago

The INI name and comments are preliminary, change at your discretion.

So far, my new code is only used on the update check, but it could be used to simplify ini checking in other areas of the script.

With this code, the scheme will always be config[*Insert INI Key Name Here*] = *Insert INI Value Here*

GuidanceOfGrace commented 1 year ago

Thanks, though I've already locally cleaned up the update check and switched to configparser module for reading/writing INIs. See CLAS v5.55 for those changes.