AnthonyMichaelTDM / DRG-Save-Editor

Rock and stone!
GNU General Public License v3.0
115 stars 17 forks source link

[Proposal] - Move season GUIDs out of main.py to allow easy future adjustment each season without recompiling #16

Open bbeenn1 opened 2 years ago

bbeenn1 commented 2 years ago

Likely simple solution: Add season guids to guids.json Will require some re-coding of main.py to load them correctly most likely.

Alternatively create another json to load them from such as season_guids.json. This would lead to the ability to create another cosmetics_guids.json as well if that is planned.

AnthonyMichaelTDM commented 2 years ago

I completely agree, I'm planning on refactoring the entire code base to follow SOLID design principles but I'm really busy with college right now.