Skip to main content
Custom Content Bundles
- Create/edit content at
/quests/create,/inventory/create,/processes/create. - Export from
/contentbackup. - Validate by importing the bundle into a clean profile.
- Submit at
/bundles/submit. - All referenced item/process IDs exist inside the bundle or in built-in content.
- Quest prerequisites resolve correctly.
- No malformed IDs or broken dialogue node links.
- Bundle re-import succeeds before submission.
Custom Content Bundles
Bundles package related custom quests, items, and processes so dependency chains stay intact during backup, transfer, and review.
Bundle shape
{
"quests": [],
"items": [],
"processes": []
}
Each entry must satisfy its corresponding schema validation rules.
In-game workflow (recommended)
CLI workflow (repo contributors)
node scripts/create-content-bundle.js submissions/bundles/my-bundle.json path/to/quest.json --items path/to/item.json --processes path/to/process.json
Use globs to include multiple files and commit the resulting bundle with your PR.
Validation checklist
Related docs: Content Development, Quest Submission Guide, Quest Schema.
