Frequently Asked Questions
- full custom content editing (quests/items/processes)
- custom content bundle export/import and submission tooling
- stronger save safety (IndexedDB + migration + backup flows)
- expanded utility pages (
/stats,/titles,/toolbox,/settings, etc.) - much larger official quest catalog
- Quests unlock progression, rewards, and requirements.
- Items are inputs, outputs, and rewards.
- Processes transform items over real time.
/quests/create/inventory/create/processes/create/gamesavesfor full game-state import/export/contentbackupfor custom content bundle import/export- dUSD: in-game value/currency unit.
- dWatt: energy accounting unit.
- dCarbon: carbon/emissions accounting unit.
- Read Contribute
- Join Discord
- For content contributions, start at Quest Submission Guide
What is DSPACE?
DSPACE is an incremental simulation game about resource management and space exploration. It focuses on learning-by-doing through quests, processes, and real-world inspired projects. Start with About, Mission, and Welcome.
What changed with v3?
v3 introduced the largest systems + content update so far:
See v3 Release State, Quest Trees, and Content Development.
Is DSPACE still in development?
Yes. DSPACE is under active development and regularly ships new quests, systems, and UX improvements. Track progress via Roadmap and Changelog.
How do I get started?
Follow the Welcome quest tree first. Then choose one skill path from Quest Trees and build from there.
How do quests, items, and processes fit together?
Read Inventory and Processes for mechanics details.
Can I create custom quests, items, or processes?
Yes. v3 includes in-game editors for all three:
Manage custom content at /quests/manage, /inventory/manage, and /processes/manage.
How do I back up and restore data?
Use both backup paths:
Optional automation is available at /cloudsync. See Backups.
What are custom content bundles?
Bundles combine custom quests, items, and processes into one JSON payload so dependencies stay aligned. See Custom Content Bundles.
How do I submit custom quests?
Start with the Quest Submission Guide, then use /quests/submit for
quest-only submissions or /bundles/submit when your quest depends on custom items/processes.
Do I need GitHub credentials?
Only for GitHub-connected features (bundle submission and cloud sync). See Authentication for scope requirements and storage behavior.
Where is data stored?
Primary v3 storage is IndexedDB. Legacy localStorage/cookies are treated as migration sources.
What are dUSD, dWatt, and dCarbon?
Are guilds and locations playable yet?
Not fully. /guilds and /locations remain menu placeholders marked coming soon.
Where can I see all major pages and routes?
Use Routes and Utility Surfaces.
