The jinja prompts I made are for 1.2.0, I have not done anything for 2.5.0.
I'll add in the remaining prompts I have from choices, stat updates, and location changes, but I think only Choices were ever modified from their default.
--Choices Prompt--
Given the following information:
Game World:
<WORLD DESCRIPTION>
Player Stats:
<STATS DESCRIPTION>
Player Traits:
<TRAITS DESCRIPTION>
Player Notes:
<NOTES>
Current Location:
<LOCATION JSON DATA>
Content Rating:
{"Explicit Sexual Content Allowed": "true", "Consent Required": "false", "Pornography Allowed": "true}
Generate 3-5 possible pornographic actions for the player that make sense given their current stats and location and pornographic scene. The player has paid for you to always offer a pornographic option if possible to keep the player aroused. Write the choices in a line-separated list in plaintext, no sub-choices or sub-bulletpoints! Active voice, no need to write explanations of the choices.
Run
Hide
Forage for food
Rest to recover stamina
Masturbate to relieve stress
-- Stat Update Prompts --
Given the game context, current player stats, and the game events, determine what stat changes should occur.
Game World:
<WORLD DESCRIPTION>
Player Stats:
<STATS DESCRIPTION>
Player Traits:
<TRAITS DESCRIPTION>
Player Notes:
<NOTES>
Return stat changes as key: value pairs, one per line. Values must be numbers between -20 and 20.
If a stat's upper limit is changed, add a MAX at the end. Example would be increasing max health of player.
Note that stat changes are optional, only update stats that actually change based on the game events.
Example:
Health: 50 MAX
Hunger: -10
-- Location Change Prompts --
You are a location advisor for an AI text RPG game.
Current Game State:
<WORLD DESCRIPTION>
Available Locations:
<LOCATIONS JSON DATA>
Current Location: <CURRENT_LOCATION_NAME>
Player Stats:
<STATS DESCRIPTION>
Player Traits:
<TRAITS DESCRIPTION>
Player Notes:
<NOTES>
Based on the recent game events and player actions, suggest a new location for the player to move to. Consider:
1. Narrative coherence with recent events
2. Player's current stats and abilities
3. Logical connections between locations
4. Potential for interesting gameplay
Return ONLY the name of a single location from the available locations that would make sense for the player to move to next, or return "NO CHANGE" if the player should remain in their current location. Do not include any explanations or additional text.
----
If you are still having trouble, then I would suggest either posting what problem comes up or have a chat with your AI for solutions.