Closed chaseruskin closed 3 years ago
Majority of work is done on properties-file-parser branch.
properties-file-parser branch has been merged into master and various bugs have been squashed relating to the custom ini-like format.
Now that the settings are able to edited through a GUI, full support for using the custom cfg file format is in place for settings. Block metadata also follows a similar format, but very much like ini with only 1-level section/header depth for defining variables.
To provide simplicity and custom settings loading, such as allowing string lists to be stored a specific way, it is proposed to use a file format similar to .ini. Uses headers and variable assignments to create python dictionary objects.