Adventure + Scenario Exporter

Export any adventure or scenario to a local file.

ผู้เขียน
magicoflolis
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
7
คะแนน
0 0 0
เวอร์ชัน
1.1.2
สร้างเมื่อ
28-02-2025
อัปเดตเมื่อ
22-04-2025
Size
44.9 กิโลไบต์
ความเข้ากันได้
เข้ากันได้กับ Firefox เข้ากันได้กับ Chrome เข้ากันได้กับ Opera เข้ากันได้กับ Safari เข้ากันได้กับ Edge
สัญญาอนุญาต
MIT
ปรับใช้กับ

Adventure + Scenario Exporter

Export any adventure or scenario to a local file, it uses GraphQL to retrieve this information.

Download

UserScript:

(Not Recommended) Bookmarklet:

Save this URL as a bookmark, clicking it will cause the script to inject itself into the current webpage.

javascript:(function(){['https://cdn.jsdelivr.net/gh/magicoflolis/userscriptrepo@master/userscripts/AIDungeon/dist/main-userjs.user.js'].map(s=>document.body.appendChild(document.createElement('script')).src=s)})();

Features

scenario refers to both adventures and scenarios

  • scenario file formats:
    • JSON - raw json response, everything is written to the file
    • TXT - formatted text file, NOT everything is written to the file
    • MD - formatted markdown file, NOT everything is written to the file
  • UserScript Commands via GM_registerMenuCommand:
    • Export Instructions (JSON) - raw json response for AI models / Story Generators
    • Export Text Instructions (TXT) - formatted AI Instructions (text based) for AI models / Story Generators
    • Export in * - shortcut for "EXPORT scenario (file)"
  • Additional notes:
    • Adventure "ACTIONS" (do, say, etc.) are limited to 10,000

Previews

TODO

  • Add "Multiple Choice" support to scenarios, currently will only export top-level scenarios
  • Add "Scripting" support to scenario, will be implimented in next release

Source Code