1. AI Roguelite
  2. News

AI Roguelite News

Increased rate limits for grid mode and panoramic mode + fixes

[h2]Slightly improved grid mode generation model[/h2]

May take on average 1 minute to generate a new grid. Please report an issue if the grid generation takes longer than 2.5 minutes.

[h2]Increased grid mode and panoramic rate limits for Sapphire[/h2]

Increased Sapphire grid generations and panoramic generations to 30 per day.
If you are seeing less than 30 per day, the primary service might be down; please report the issue.
If you see a white screen in panoramic mode, it may have been censored due to the panoramic NSFW filter being much more strict than the text gen filter. Please report the issue especially if it was a false positive.

[h2]Introducing Panoramic mode for Free tier[/h2]

Non-subscribing users may now use up to 3 panoramic generations per day.

[h2]Fixed Sapphire high-cost video generations[/h2]

I found out, just yesterday by accident, that high-cost quest videos had been completely broken and producing nonsensical blobs of pixellated colors for over 1.5 months and no one ever reported the issue! It’s fixed now.

[h2]UI changes[/h2]
  • Added fade in appearance for generated story text for a more polished feel, and because slow-scrolling made it hard to read
  • Moved the flashing blue brain to the corner so it's much less intrusive than before

[h2]Misc[/h2]
  • Fixed issue where sound effects were saved as much larger than needed, taking up disk space
  • Added error message for when panoramic image fails to generate
  • Possibly fixed some cases of non-English event checks incorrectly generating English for new tasks
  • Possibly fixed rare error when loading very old saves
  • Fixed bug where image crop/stretch would be messed up when pressing undo

Some fixes

  • Reduced over-triggering of AI-picked used items/abilities in open-ended mode
  • Fixed bug where custom narrative flavor input sometimes wouldn’t be displayed
  • Fixed a number of issues with i18n (non-English) scenarios incorrectly generating text in English
  • Fixed a number of bugs regarding dynamic quest state/completion
  • Added subtle color flashing to View Skills button if it hasn’t been clicked on since last level-up
  • Added feedback button on main menu
  • Fixed player starting faction not being saved in preset
  • Fixed bug where sometimes grid mode would be invisible until save/reload
  • Fixed bug when pressing X to unfavorite an entity
  • Fixed bug with traveling prompt when using fast travel or specifying instructions

Panoramic Mode, Time Tracking, and more

[h2]Time tracking[/h2]

[h3]Calendar[/h3]

Calendar info and start date will be generated at the start of each new scenario. They can be configured in the new game calendar tab. The standard Gregorian calendar will be used in most cases, but some fantasy scenarios may bias towards a custom calendar. Calendars are one per universe.

The datetime will be displayed at the top. Left click on the datetime to change the display format. Change whether it’s am/pm or 24-hour in game options.

[h3]Events and time tracking[/h3]

The journal now has a new tab called “Events” where you can add or keep track of existing events. Events have a start time, duration, recurrence, recommended location, and optional “missed effect” which injects text into the prompt if you missed the event. The event checker can also add, edit, delete events, or mark events as attended.

The event checker can also increment time. Some game elements previously using turns will now use time logic, such as status effects.

The default minimum time per turn is 10 minutes, which can be configured. Time can also go backwards if the story demands it, though this will only be reflected in the datetime.

[h3]Place changes and entity reshuffling[/h3]

If you come back to a place after a long time, the place description may be regenerated to match the current time (e.g. if it was daytime before and now it’s nighttime). Entities may also be reshuffled in this manner, if it makes sense for some entities to have left or entered since then.

[h2]Algorithmic Narrative Style[/h2]

Overhauled the story generator preamble. There are now multiple preambles to pick from, available under the Narrative Style dropdown. By default, “Adaptive (algorithmic)” will be used.

Non-algorithmic narrative styles will use a static unchanging preamble.

[h3]Algorithmic intensity[/h3]

If an algorithmic narrative style is selected, the game will use the specified json file to determine narrative intensity based on historical story turn intensity (determined by an event check). "Adaptive (algorithmic)" attempts to balance peaceful with stressful sections in the story. It forces peaceful turns if previous turns were too chaotic, and also encourages tension if previous turns were too peaceful. This logic can be modded.

[h2]Panoramic Mode[/h2]
a.k.a. yet another crazy feature which may or may not actually pan out



Background: The fact that AI Roguelite is currently built loosely like a text-based tabletop RPG is mostly coincidental, because this format happened to be the coolest kind of game AI could run in 2022. However, “best possible genre of AI game” is a constantly moving target because technology improves rapidly. Models aren’t only good at text now, but can use images as input and output, and modern image models even appear to simulate reasoning and rudimentary spatial understanding when creating images. The next logical step in my opinion seems to be making the game multi-modal as well, to leverage this new technology.

Panoramic mode is a new selectable option when visiting a new top-level place, or sublocation of an already-panoramic top-level place. When selecting this mode, a full photosphere image will be drawn around you. On each turn, if the event checker says you stayed in the same location, the current panoramic image will be *updated* to reflect what happened during that turn (for example, something might’ve been set on fire, or an NPC or enemy may have died), while attempting to maintain scene coherence. You can think of this as fake 3D (3D only from a single view point). Potentially, this "fake" 3D effect could become more realistic in the future if AI models improve their ability to redraw the same scene at any arbitrary viewpoint.

By default, no static objects, NPCs, or enemies will be force-included during initial place generation. Instead, the panoramic generator can decide what to put inside, and the entities can be added to the current place as the story progresses. This solves an issue I encountered where specifying too many entities made the panoramic generations awkward.

Disclaimer: Panoramic mode is super expensive and experimental. It’s currently only available for Sapphire subscribers, takes ~1 minute per generation, and has a rate limit of 15 per day. The future of this feature depends on how much people like it. If Panoramic mode becomes popular, I will try to find a way to relax this rate limit and/or make it available to everyone. Initially, I had a “low-cost” version I wanted to make available to everyone, but it was so bad that I scrapped the idea.

[h3]Image-based actions[/h3]

While in panoramic mode, left-drag a bounding box in the image to specify that part of the image when attempting an action. For example, draw a box around a shovel and say “I take this shovel”. This will be fed to the plausibility and roll check evaluator, as well as the story generator, thus making the experience truly multi-modal.

[h2]Misc[/h2]
  • Added option to add context during click-to-move.
  • Fixed dynamic quest starting bug where non-boolean condition wouldn’t be recognized
  • Revised init entities prompt to discourage generating NPCs/enemies if not appropriate to the area
  • Maybe/hopefully fixed issue where some TTS segments would be randomly dropped before being read aloud
  • Added back option to target current location when using item/ability
  • Added player class to plausibility and roll check prompts
  • Slightly improved location change and mentioned location accuracy
  • Slightly improved logic for required item/ability, and made it compatible with both image-based and non-image-based actions.
  • Slightly improved travel extender prompt
  • Separated General vs Gameplay options into different categories
  • Removed maximum depth requirement for exploring new sublocations via the blue question mark
  • Fixed error when running console command “task obs” for dynamic quests
  • Fixed world presets not saving the disabled state of factions and world status bars
  • Fixed cosmetic issue with grid mode buttons being too low
  • Alleviated issue for free tier users exceeding token limit by increasing token limit for some prompts. Please let me know if you continue to experience issues.
  • Added customization for blue brain icon position/size in ui/blue-brain.txt
  • Added option to disable autoscroll
  • Fixed typo: Updated CUSTOM_MODELS_TOKEN_LIMIT to CUSTOM_MODELS_CHAR_LIMIT in config file. You may need to update this if you were using it.
  • Fixed bug where editing a completed story objective in journal produces task completion turn



Dynamic quests

[h2]Dynamic quests[/h2]

Added an all-new quest type called Dynamic quests, intended to solve the common user complaint that the quest would railroad the story. The old version is now called “Story arc” quests. tl;dr: In story arc quests, the quest drives the story. In dynamic quests, the story drives the quest.

A dynamic quest starts with a single main objective and possible subtasks. At any time, the AI may decide to add subtask(s) to the tree of tasks, replace one task’s dependencies with an alternate approach, update task completion state, or mark a task as obsolete.

Each task also has a preparation complexity. If a task has a preparation complexity of higher than 1, it will have a recommended number of subtasks (currently set as 1 for preparation complexity of 2, and 2 for preparation complexity of 3). If the number of completed subtasks is less than the recommended amount, it’s marked as “blocked” for the AI until that number of subtasks are completed. If the preparation complexity recommends subtask completion and there are no subtasks yet, the AI is told to generate leads for that task if appropriate. Completing a subtask also gains you XP and helps spur along the quest with a story turn pointing you in the next direction. Note that no task is ever fully blocked, so if your task was to assassinate someone and it’s marked as blocked, if you happen to kill them instantly it should still trigger the completion of the main task.

After each objective is completed, the AI will decide how to progress the quest, whether it’s to continue with plot development, introduce a climax, or end the quest. If one of the first two is selected, you will be able to select the next objective. The quest, which can be considered a chain of objectives, ends only when the AI decides it ends or the player clicks the “Force quest completion” option.

In the quest view, if your quest is dynamic, you may toggle “Enable editing” to show/hide buttons for adding, editing, or deleting individual tasks.

[h2]Encounter buttons[/h2]
Encounters now get 3-5 AI-generated action buttons, to make it feel more interactive and similar to the old combat UI. Clicking an action button spawns a list of 3 possible actions revolving around that action’s theme, which prevents the buttons from feeling stale.

[h2]More UI options[/h2]
Added option to use the old location image UI (even with story illustrations enabled)
Added option to use the old sublocation buttons UI

[h2]Fixed UI bug[/h2]
Fixed bug where starting borders weren’t set to their intended defaults at first launch

UI Changes

[h2]UI changes[/h2]
  • Increased focus on story image: The top-right area now displays the most recent story turn image. In my opinion, this makes the game feel more immersive. If you prefer the old way of displaying the location image here, disable story turn illustrations under Options. Please see end of post for more details about reverting to classic UI.
  • Encounters UI: Detailed encounter overlay will be displayed in the top right image area. It can be collapsed to revert to the old encounters UI.
  • Auto-hide: In the new UI, the location image is displayed where the exploration background once was. To make it more easily viewable, you can also click the lower-left button to enable auto-hiding entities.
  • Draggable resize: Some UI elements such as the size of the entities view can now be resized by dragging their borders. If using official image gen services, the approximate desired aspect ratio will be auto-detected via the UI window sizes. If using custom image gen, please specify your desired resolutions under image gen settings.
  • Config: For further configuration, you may modify values in ui/positions-v2.txt.
  • Improved free/sapphire image generation for non-1:1 aspect ratios to improve the story image quality when set at the default ratio

[h2]Misc[/h2]
  • Improved Sapphire text generation speed
  • Added adjustable tooltip delay, defaulting to about 0.25 seconds
  • Added adjustable tooltip font size

[h2]Known issues[/h2]
  • The option to adjust tooltip font size is incorrectly labeled the same as the regular font size, and comes after it.
  • A few people have expressed a preference for the old locations UI (putting sublocations in a separate box in the center of the page as opposed to with the other entities). I am not yet sure whether I will add compatibility with both versions. Please feel free to add your opinion as to whether you prefer the old or new UI, as well as possible alternative designs which come to mind.

[h2]Changes in Alpha[/h2]

Dynamics quests are now available, only in the Alpha build channel. Please feel free to try it out and report any issues. Please note that in general the Alpha build has a higher chance of bugs and/or messing up your save file.

Update: In addition to "disable story turn illustrations under Options", you can: Opt into the "Alpha" Build and enable classic location image UI and alternate sublocation buttons UI under Options, OR, use "Older build" to continue playing the game on the build before this update hit. Please make a backup of your saves before switching build channels.