pent a few hours digging deeper.
The more I look at it, the more obvious it becomes.
This setup is fine if you just want to spin up a quick server.
But long term? No chance.
Everything is tightly linked.
Saving routines touch multiple systems.
Account logic ties directly into character handling.
Flat file writes everywhere.
One bad write and you’re in trouble.
If this ever becomes more than a local experiment, the data side will have to change.
Not touching anything yet.
Just mapping how it all connects.
