DungeonScripts is a project focused on easy and safe installation of AI Dungeon scripts into scenarios, including support for multi-choice scenario trees with selectable root and leaf installs.
Preferred installation paths:
- Chrome Web Store (
Desktop only): DungeonScripts Chrome Extension - Firefox Add-ons (
Desktop and Mobile): DungeonScripts Firefox Addon
Browser support:
- Chrome: Desktop only
- Firefox: Desktop and Mobile
If you need to install from packaged files instead of a browser store listing, see Manual Extension Installation.
- Go to
https://play.aidungeon.comand log in. - Edit any scenario. The URL should end with
/edit. - Go to
https://dungeonscripts.com. - Verify the extension bridge status on the page.
- Use
Installto apply the selected script. - Optionally use
Previewfirst to inspect the script changes before installing. - Optionally for extra safety, optionally duplicate your scenario first.
- After installing or reinstalling the extension, reload the AI Dungeon scenario edit page.
- If the extension bridge does not load correctly on
https://dungeonscripts.com, clickRefresh Extension Statusin theExtension Bridgepanel. - If the bridge still does not attach, make sure you are logged in to AI Dungeon and have a scenario
/editpage open in another tab.
- Package sources follow the repo-driven model documented in repo-package-model.md.
- Submit a pull request with your script package files.
- If you need help preparing a package, reach out to
fly3_ron Discord.
- Download Chrome-Desktop-1.0.0.zip from dist.
- Extract the ZIP somewhere you'll remember.
- Open Google Chrome and go to
chrome://extensions. - Turn on Developer mode using the top-right toggle.
- Click
Load unpacked. - Select the extracted folder.
- Download Firefox-Desktop-1.0.0.zip from dist.
- Open Firefox and go to
about:debugging#/runtime/this-firefox. - Click
Load Temporary Add-on.... - Select the downloaded ZIP file.
- Open an AI Dungeon scenario edit page, then open
https://dungeonscripts.com.
- The packaged mobile artifact for this release is Firefox-Mobile-1.0.0.xpi in dist.
- Firefox for Android support is intended to ship through the Firefox add-on store once the listing is live.
- Until that Firefox listing is available, mobile users should use the store release when published rather than expecting the same desktop-style local temporary add-on flow.
- Additional project information is available in overview.md.
- Firefox desktop notes live in firefox-extension.md.
- Firefox Android notes live in firefox-android-extension.md.
- Regression and verification notes live in testing.md.
- Catalog runtime and Docker deployment notes live in apps/catalog/README.md.
- More technical and project documentation lives throughout the docs directory.