WORLD EXPLORER
Procedurally generated world exploration system. At this point, it can confidently be considered a proper script with more updates still on the way.
Description
Discord room in novelAI's channel: https://discord.com/channels/836774308772446268/1469625762972700925/1469625762972700925
A procedurally-generated open world system that creates explorable landscapes with biomes, kingdoms, settlements, and road networks. As you navigate the world, the script manages movement narration, dynamic encounters, time progression, and lorebook entries that automatically feed context to the AI, making every journey feel like part of a living, persistent world.
Output Token Limit:
NovelAI scripts have a capped rate for how many output tokens they can generate within a given time window. Each script has an allowance of 2048 output tokens every 4 minutes.
When your script generates text, the tokens used are deducted from your available pool and placed into a temporary “bucket”. Those tokens are restored back to your available pool only after both of the following conditions are met:
- Four minutes have passed since the generation that consumed those tokens.
- The user has interacted with either the script’s UI or the editor manually.
This means that long outputs or rapid consecutive generations can temporarily exhaust the token pool, and the script must wait for both the time window and user interaction before the allowance refills.
Gallery
Scope Information
The map and script data are mostly saved at the story storage level. So, you can add this script to your account level.
License & Attribution
Similar Scripts
Mid-Gen Lorebook Injector
Monitors generation for Lorebook keywords (including complex A & B logic) and restarts generation immediately to force context injection.
RPG Stats V2
Automatically detects +/- patterns and updates stats accordingly
Automatic Chapter Summaries (by Lane)
Whether undo/redo operations across chapter boundaries automatically remove/re-add the appropriate entries. (Potentially slow operation).
Mid's Memory Manager
global memory management and chunk-based local memory building