Biendeo / My-Clone-Hero-Tweaks

Tweaks to Clone Hero that I've made
GNU General Public License v3.0
15 stars 5 forks source link

Develop and migrate the configs to a common framework #9

Closed Biendeo closed 4 years ago

Biendeo commented 4 years ago

Currently, every config file is developed separately. There is a significant amount of redundancy within each one, particularly with how customisable text elements can be modified. Making them more generalised will help me in the future, and reduce the possibility of bugs.

Current progress:

Biendeo commented 4 years ago

Extra requirement, the configs must be in JSON due to issues with the XML Serializer built in. Newtonsoft can be statically linked in compilation (investigate this).