flashgnash / ordis

GNU General Public License v3.0
1 stars 0 forks source link

Saved Data system across servers #38

Open A1ucard777 opened 4 weeks ago

A1ucard777 commented 4 weeks ago

Creating a system that holds all data stored on all character sheets across all servers. The plan being that once it has accumulated enough data we work it through an ai model or gpt and it can be a recall device in game or for any other use as it’s quite useful in many ways.

flashgnash commented 4 weeks ago

That's already how it works, when a character sheet is setup it's converted into json by gpt, then stored in a single database that's carried across all servers

Currently, when a user sets up and selects a character, that character is used everywhere regardless of which server they are in

(as long as the character sheet is not deleted as it checks to make sure it hasn't changed since the last time a command was run, and updates it in the database if it's been changed)