Improve "database" system #133
Labels
No labels
1. Balancing
1. Bug
1. Clean-up
1. Feature
1. Game Design
1. Improvement
2. Deliverable
2. Epic
3. Duplicate
3. Invalid
3. Need Design
3. Question
4. Battle System
4. Content
4. Debug Menu
4. Internals
4. Menus
4. Overworld
4. Sideview subgame
4. Subgame other
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: game-projects/sonic-radiance#133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
assets/
db:getList("sub.folder")
db;get("sub.folder", "dataname")
db:getFile("sub.folder.specific.file")
Old version :
New
datas/
layout :consts/
: Game-level consts and enumsgamedb
: All the game-related informations, separated in subfoldersscripts/
: All the game-related scriptsscripts/events
: The map eventsscripts/choregraphy
: The battle choregraphyscripts/battleactions
: The battle effectsmaps/
: The mapslanguages
: The translationsparsers/
will be slowly phased outNew "database" systemto Improve "database" systemThe new DB system is good as it is