You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Speedrun folder inside database folder that contains 1 run per sqlite file. If a run is in the Standard category it is not added.
The file name is in the format of RunID-Date-QuestID-Weapon-RunBuffTag-OverlayVersion.
All of the files are encrypted (see [REQUEST] - Database Encryption #316). If another user gets ahold of the file, but they do not have the key, then they cannot decrypt it. Allow key rotation if a key is compromised.
The sqlite file contains many tables, such as PlayerGear, Quests, etc. Also contains triggers.
Buttons: One for creating all speedruns, another for each run in the runs table in configuration window. Overwrites files if same file name.
Algorithm
Create tables.
Fill table data from main sqlite file. Verify data integrity from main sqlite file.
Create triggers.
Verify integrity and check for encryption.
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Summary
RunID-Date-QuestID-Weapon-RunBuffTag-OverlayVersion
.Algorithm
The text was updated successfully, but these errors were encountered: