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
Due to the fact that this capability is DB-dependent, the feature was moved from hexagram30/story#4 to this repo. Code will live in hxgm30.store.story.
Tasks:
Add configuration for story/game directory
Generate fast hash for game metadata (for use in determining if updates need to be applied to the DB)
Update game table schema for new metadata
Generate fast hashes for game content such as areas, npcs, items, etc. (for use in determining if updates need to be applied to the DB)
Examine configured story directory for stories/game and import story metadata into game table
Support areas
Create functions for importing one
Iterate through these in the story data and import to appropriate table(s)
Support items
Create functions for importing one
Iterate through these in the story data and import to appropriate table(s)
Support NPCs
Create functions for importing one
Iterate through these in the story data and import to appropriate table(s)
Support creatures
Create functions for importing one
Iterate through these in the story data and import to appropriate table(s)
Support monsters
Create functions for importing one
Iterate through these in the story data and import to appropriate table(s)
The text was updated successfully, but these errors were encountered:
Due to the fact that this capability is DB-dependent, the feature was moved from hexagram30/story#4 to this repo. Code will live in
hxgm30.store.story
.Tasks:
game
table schema for new metadatagame
tableThe text was updated successfully, but these errors were encountered: