Sinistralis-DOS2-Mods / StatLib

A library for building a stat editor for Divinity Original Sin 2 with scripted stat support
MIT License
1 stars 1 forks source link

User Input needs seperated from the core system #1

Open Mike-Sinistralis opened 6 years ago

Mike-Sinistralis commented 6 years ago

The app currently has a problem where the input for skills is being forced through a clunky file solution instead of there just being a simple addStat api similar to how modifications work with the file solution being a stand-alone project depending on the core and a config file.

Mike-Sinistralis commented 6 years ago

I have decided on creating a UI for this to generate the Stats files, which will then pass into the current ecosystem. I'm getting a basic concept setup up for now.