GameConfigIdea / prompts_and_outputs.py
kwabs22
Port changes from duplicate space to original
9328e91
"""
Prompts, outputs, and templates for LLM interactions
"""
Frontendpromptengforguide = """Suggest descriptions for media to fill the empty media fields -
{
"village": {
"start": {
"description": "You wake up in a small village. You hear a rumor about a lost treasure.",
"choices": [
"explore village",
"gather supplies",
"rest"
],
"transitions": {
"explore village": "village_rumor",
"gather supplies": "village_supplies",
"rest": "village_start"
},
"consequences": {
"gather supplies": {}
},
"media": []
},
"rumor": {
"description": "You hear more details about the treasure hidden in the ancient ruins nearby.",
"choices": [
"decide to go",
"ignore"
],
"transitions": {
"decide to go": "village_supplies",
"ignore": "village_start"
},
"consequences": {
"decide to go": {}
},
"media": []
},
"supplies": {
"description": "You gather supplies for your journey.",
"choices": [
"head to forest",
"stay in village"
],
"transitions": {
"head to forest": "forest_forest",
"stay in village": "village_start"
},
"media": []
}
},
"forest": {
"forest": {
"description": "You enter the dense forest, heading towards the ruins.",
"choices": [
"travel further",
"return to village"
],
"transitions": {
"travel further": "ruins_ruins",
"return to village": "village_start"
},
"media": []
}
},
"ruins": {
"ruins": {
"description": "You reach the ancient ruins. The entrance is dark and eerie.",
"choices": [
"enter ruins",
"return to forest"
],
"transitions": {
"enter ruins": "ruins_explore",
"return to forest": "forest_forest"
},
"media": []
},
"explore": {
"description": "You explore the ruins, encountering traps and puzzles.",
"choices": [
"solve puzzle",
"avoid traps"
],
"transitions": {
"solve puzzle": "ruins_hiddenPassage",
"avoid traps": "ruins_ruins"
},
"media": []
},
"hiddenPassage": {
"description": "You solve a challenging puzzle and unlock a hidden passage.",
"choices": [
"enter passage",
"go back"
],
"transitions": {
"enter passage": "ruins_treasureRoom",
"go back": "ruins_explore"
},
"media": []
},
"treasureRoom": {
"description": "You enter the treasure room and find the treasure chest.",
"choices": [
"take treasure",
"leave"
],
"transitions": {
"take treasure": "ruins_celebrate",
"leave": "ruins_ruins"
},
"consequences": {
"take treasure": {}
},
"media": []
},
"celebrate": {
"description": "You celebrate your discovery and decide to bring the treasure back to the village.",
"choices": [
"return to village"
],
"transitions": {
"return to village": "village_return_return"
},
"media": []
}
},
"village_return": {
"return": {
"description": "You return to the village with the treasure and share it with the villagers.",
"choices": [
"end adventure"
],
"transitions": {
"end adventure": "end_end"
},
"media": []
}
},
"end": {
"end": {
"description": "Your adventure ends here. The villagers are grateful and everyone's lives improve.",
"choices": [],
"transitions": {},
"media": []
}
}
}
"""
FAQAllprompts = {
"Example Workflow": [
("I am writing a story about a chef. Please write dishes to appear on the menu.", " - I am writing a story about a chef. Please write dishes to appear on the menu."),
("Lets brainstorm some decisions a chef would take", " - What are the most common decisions that a chef story would include?"),
("Lets brainstorm some problems a chef would face", " - What are the kinds problems that a chef story would include?"),
("Lets brainstorm some goals the chef would have", " - What are the kinds of out of reach goals that a chef story would include?"),
("Please help me add to config that I pasted", " - Continue the pasted config from any complete block."),
("Help me think of images for a chef story", ". Help me think of images for a chef story")
],
"FAQ": [
("Help me make a story", "- Explain to the user that they need to come up with a list of decisions, and then choose themes and then do the setting in characters and add some examples for each step:"),
],
"Brainstorming for this space": [
("Help me make a story", "- Explain to the user that they need to come up with a list of decisions, and then choose themes and then do the setting in characters and add some examples for each step:"),
],
"Expansive Problem solving": [
("My problem to solve is", "- please make 10 sub problems have to solve from this:"),
("My process to solve is", "- please make 10 sub processes have to solve from this:"),
("My goal to solve is", "- please make 10 sub goals have to solve from this:"),
("My task to solve is", "- please make 10 sub tasks have to solve from this:"),
("My phase to solve is", "- please make 10 sub phases have to solve from this:"),
("My component to solve is", "- please make 10 sub components have to solve from this:"),
("My element to solve is", "- please make 10 sub elements have to solve from this:"),
("A brief description of my current situation:", "- please list the most important task to pay attention to:"),
("A brief description of my current situation to analyse:", "- please conduct a situational analysis:"),
("A brief description of my current situation to decompose:", "- please conduct a problem decomposition:"),
],
}
Storycraftprompts = ["Write a 3 sentence story",
"Great, Lets rewrite the story (keep as much of it as possible) with F1 as our thematic source",
"Great, Next for each sentence make decisions for a player in a text game"]
Adjectivebasedcombinationideatexts = """For control over the flow of the game first need to solve chicken egg of story vs json then for each concept to mixed need to do the same.
Gemini-test (23/07/2023)
The kind of analysis you're describing, where you're looking for shared qualities and connections between seemingly disparate concepts like storytelling and JSON, can be referred to by several terms, depending on the specific focus and context:
General Terms:
Comparative Analysis: This is a broad term that encompasses any analysis where you're comparing and contrasting two or more things.
Analogical Reasoning: This involves identifying similarities between two things and using those similarities to understand or explain one in terms of the other.
Conceptual Blending: This refers to the cognitive process of combining different concepts to create new meanings or understandings.
Interdisciplinary Thinking: This involves drawing connections and insights from different fields of knowledge.
More Specific Terms (depending on the goal):
Metaphorical Analysis: If you're focusing on the metaphorical connections between the concepts, this term would be appropriate.
Cross-Domain Mapping: This term is often used in cognitive science and artificial intelligence to describe the process of finding correspondences between different domains of knowledge.
Design Thinking: If your goal is to use these insights to create something new or solve a problem, this term might be relevant.
In the context of your specific example (storytelling and JSON):
You could describe this analysis as:
Finding Shared Principles of Effective Communication: Both storytelling and JSON are ultimately about conveying information effectively.
Exploring the Art of Structure and Organization: Both storytelling and JSON rely on clear structure and organization to achieve their respective goals.
Bridging the Gap Between Narrative and Data: This analysis highlights the unexpected connections between the seemingly disparate worlds of storytelling and data representation.
To further refine your search for resources and methods, consider these questions:
What is your ultimate goal in merging these concepts? Are you trying to understand one better through the lens of the other? Are you trying to create something new?
What specific aspects of each concept are you most interested in comparing? Are you focusing on structure, clarity, engagement, or something else?
By clarifying your goals and focusing your analysis, you can more effectively leverage these different approaches and find the most relevant resources to guide your exploration."""
Adjectivebasedcombinationideatextsv2 = """Nemotron 4 340B Perplexity Labs
Original Prompt
Please help me. If I want to merge the idea of a bakery with the plot of star wars I need to find points where they match and dont match. I decided to use adjectives as a proxy so the combinatorics is initiated by close adjectives to generate seeds for combination ideas that we can send to an llm for each seed. How would this look in mermaid
Mermaid Struxture
The workflow or process you've described can be generally categorized as a "concept blending" or "idea fusion" approach, which involves combining elements from two or more distinct concepts to generate new ideas. In your specific case, you're using adjectives as a proxy to facilitate the blending of a bakery concept with the plot of Star Wars. This process can also be considered a form of "creative problem-solving" or "design thinking," where you're systematically exploring and combining elements to generate innovative solutions or ideas.
More specifically, the steps in your workflow can be broken down into the following stages:
Concept Identification: Identifying the two distinct concepts (bakery and Star Wars) to be blended.
Attribute Extraction: Extracting relevant attributes (adjectives) from each concept.
Combinatorics: Systematically combining the attributes from both concepts to generate new combinations.
Seed Idea Generation: Translating the combined attributes into seed ideas that merge the two concepts.
LLM Processing: Utilizing a Large Language Model (LLM) to further develop and refine the seed ideas into more detailed and cohesive concepts.
This workflow can be applied to various creative problem-solving scenarios, not just limited to the bakery and Star Wars example
Indeed, design can be viewed as a search algorithm, where you explore a vast space of possibilities to find optimal or innovative solutions. Here's how you can apply this idea to five more scenarios:
Merging a Library with a Music Festival
Concept Identification: Library and Music Festival
Attribute Extraction: Quiet, Knowledgeable, Organized (Library) vs. Loud, Energetic, Creative (Music Festival)
Combinatorics: Quiet Creative Spaces, Knowledgeable Music Workshops, Organized Jam Sessions
Seed Idea Generation: Silent Disco Library, Music Theory Workshops, Collaborative Songwriting Sessions
LLM Processing: Develop detailed event plans, marketing materials, and logistical considerations
Blending a Fitness Center with a Video Game Arcade
Concept Identification: Fitness Center and Video Game Arcade
Attribute Extraction: Active, Healthy, Competitive (Fitness Center) vs. Interactive, Fun, Social (Video Game Arcade)
Combinatorics: Active Interactive Games, Healthy Fun Challenges, Competitive Social Workouts
Seed Idea Generation: Exergaming Stations, Virtual Reality Fitness Challenges, Multiplayer Workout Games
LLM Processing: Create game concepts, rules, and scoring systems, as well as marketing and branding strategies
Fusing a Vegan Restaurant with a Science Museum
Concept Identification: Vegan Restaurant and Science Museum
Attribute Extraction: Plant-Based, Sustainable, Healthy (Vegan Restaurant) vs. Educational, Interactive, Innovative (Science Museum)
Combinatorics: Plant-Based Interactive Exhibits, Sustainable Educational Dining, Healthy Innovative Cuisine
Seed Idea Generation: Edible Plant Exhibits, Cooking Classes with a Scientific Twist, Molecular Gastronomy Menu
LLM Processing: Develop exhibit designs, class curricula, and menu items, as well as marketing and branding strategies
Combining a Co-working Space with a Pet Store
Concept Identification: Co-working Space and Pet Store
Attribute Extraction: Collaborative, Productive, Professional (Co-working Space) vs. Friendly, Playful, Nurturing (Pet Store)
Combinatorics: Collaborative Pet-Friendly Spaces, Productive Play Areas, Professional Pet Care Services
Seed Idea Generation: Pet-Friendly Co-working Desks, On-site Pet Daycare, Pet-themed Networking Events
LLM Processing: Create space layouts, pet care service offerings, and event plans, as well as marketing and branding strategies
Integrating a Fashion Boutique with an Art Gallery
Concept Identification: Fashion Boutique and Art Gallery
Attribute Extraction: Stylish, Trendy, Creative (Fashion Boutique) vs. Artistic, Thought-provoking, Inspirational (Art Gallery)
Combinatorics: Stylish Artistic Installations, Trendy Thought-provoking Fashion, Creative Inspirational Clothing
Seed Idea Generation: Art-inspired Fashion Collections, Interactive Fashion Exhibits, Artist-designed Clothing Lines
LLM Processing: Develop fashion collection concepts, exhibit designs, and artist collaborations, as well as marketing and branding strategies
"""
Nonlinearprogressionideas = """Llama 405B
Non-linear storytelling involves presenting events out of chronological order. This technique can be used in literature, film, and other forms of narrative to create suspense, surprise, or to highlight certain themes or character developments. Here are some common examples of non-linear storytelling events:
1. Flashbacks: These are scenes that take the story back in time, often used to explain a character's past or to provide context for the current situation.
2. Flashforwards: Similar to flashbacks, but these scenes take the story forward in time, often used to create suspense or to show the consequences of current actions.
3. Parallel storylines: This involves telling multiple stories that happen at the same time but are presented in a non-linear fashion, often intersecting or influencing each other at certain points.
4. Reverse chronology: The story is presented in reverse order, starting with the conclusion and moving backward in time.
5. Non-chronological chapters or scenes: The story is presented in a non-linear order, with each chapter or scene taking place at a different point in time.
6. Time loops: A character relives the same period of time repeatedly, often with slight variations.
7. Unreliable narrators: The narrator withholds or distorts information, leading to a non-linear presentation of events.
8. Dream sequences: The story jumps into a character's dreams or imagination, which can be presented in a non-linear fashion.
These are just a few examples of non-linear storytelling events. The possibilities are endless, and the technique can be adapted to fit the needs of the story and the creativity of the storyteller.
"""
TimeRelatedConceptsForIdeaGeneration = """Sonnet 3.5
Let's explore some other ways we can conceptualize time tangibly for storytelling purposes:
Time as a Currency:
Imagine a world where time itself is a tradable resource. People can buy, sell, or exchange units of time.
Time as a Landscape:
Time could be visualized as a physical terrain that characters can traverse, with different eras represented by distinct geographical features.
Time as a Library:
Similar to the warehouse concept, but each moment in time is a book that can be read, written, or edited.
Time as a Network:
Envision time as an interconnected web of nodes, where each node represents an event or moment that can be accessed non-linearly.
Time as a Crafting Material:
In this concept, time could be molded, shaped, or combined like clay to create new realities or alter existing ones.
Time as a Ecosystem:
Here, different time periods interact like species in an ecosystem, with cause-and-effect relationships spanning across eras.
Time as a Computer Program:
Time could be seen as a vast codebase, where altering a line of code in the past changes the program's output in the future.
Time as a Painting:
Imagine time as a giant canvas where past, present, and future are all visible simultaneously, and characters can step into different parts of the painting.
Time as a Puzzle:
Each moment in time is a puzzle piece that can be rearranged to create different realities or outcomes.
Time as a Musical Composition:
Different time periods are like instruments in an orchestra, and changing the past is like altering the score, creating ripple effects through the entire composition.
Investing (as you mentioned):
Go back in time to invest in successful companies early
Preview future market trends
Law (as you mentioned):
Go back in time to gather evidence or witness events firsthand
Preview potential outcomes of different legal strategies
Science (as you mentioned):
Go to the future to see long-term experimental results
Observe long-term environmental changes
Medicine:
Travel to the future to see long-term effects of treatments
Go back in time to prevent diseases before they start
Archaeology:
Travel to the past to directly observe historical events
Verify theories about ancient civilizations
Journalism:
Witness and report on historical events firsthand
Preview future events to prepare in-depth coverage
Environmental Conservation:
Go to the future to see the impacts of current policies
Travel to the past to preserve extinct species
Engineering:
Test structures over centuries in a matter of days
Go back in time to prevent disasters by fixing design flaws
Agriculture:
Observe full growth cycles of crops in an instant
Travel to the future to develop crops resistant to future climate conditions
Criminal Investigation:
Witness crimes as they happen in the past
Prevent crimes by foreseeing them in the future
Art Restoration:
Go back in time to see artwork in its original state
Travel to the future to see how current restoration techniques hold up
Education:
Take students on field trips to historical events
Preview future job markets to tailor current curricula
Disaster Management:
Go back in time to implement better preventive measures
Travel to the future to assess long-term impacts of disasters
Politics:
See the long-term effects of policies instantly
Go back in time to prevent international conflicts
Sports Coaching:
Observe an athlete's entire career to optimize training from the start
Preview future competitions to develop winning strategies
From this exercise, we can see some common themes emerging:
Verification of past events or theories
Prevention of negative outcomes
Optimization of current processes
Long-term impact assessment
Preparation for future events
This table outlines potential risk elements and game ideas for each of the themes we identified. Let's discuss these in more detail:
Verification of past events:
Risk: The butterfly effect. Even small interactions in the past could dramatically alter the present.
Game Idea: Players could be historians or detectives, tasked with observing past events to solve present-day mysteries. The challenge is to gather information without interfering with the past.
Prevention of negative outcomes:
Risk: Unintended consequences. Preventing one disaster might lead to an even worse one.
Game Idea: Players manage multiple timelines, trying to create the best overall outcome. They must balance preventing catastrophes in one timeline against potential negative impacts in others.
Optimization of current processes:
Risk: Over-optimization leading to system collapse.
Game Idea: Players could manage a company or even a country, tweaking past decisions to improve the present. However, pushing too hard for efficiency or profit could lead to unforeseen problems or total collapse.
Long-term impact assessment:
Risk: Increasing uncertainty and danger the further into the future you go.
Game Idea: Players explore future timelines to gather data, but risk getting trapped in increasingly divergent and potentially hostile futures. The challenge is to gather enough information without going so far that you can't return.
Preparation for future events:
Risk: Self-fulfilling prophecies. Preparing for a predicted future might be what causes it to happen.
Game Idea: Players navigate through potential futures, trying to prepare for or prevent them without inadvertently causing them. The game could involve complex cause-and-effect chains where players must carefully consider the implications of their actions.
To further develop these into game concepts, we could consider:
Resource management: Time itself could be a limited resource that players must manage carefully.
Paradox potential: Create tension by introducing the risk of paradoxes that could erase the player from existence.
Competing factions: Introduce other time travelers with different agendas, creating conflict and competition.
Technological limitations: Time travel devices could have cooldown periods, limited charges, or other restrictions that force strategic use.
Ethical dilemmas: Present players with morally ambiguous choices that have far-reaching consequences across time.
"""
WFStage1prompt = """Use this to write a story and explain how it represents the structure -
graph TD
subgraph "Actual Timeline"
A1[Location 1 - First Visit]
A2[Location 2 - First Visit]
A3[Location 3 - First Visit]
A4[Location 4 - First Visit]
A1 --> A2 --> A3 --> A4
end
subgraph "Narrative Timeline"
N1[Location 2 - Story Event 1]
N2[Location 4 - Story Event 2]
N3[Location 1 - Story Event 3]
N4[Location 3 - Story Event 4]
N1 --> N2 --> N3 --> N4
end
subgraph "Hidden Timeline"
H1[Hidden Event 1]
H2[Hidden Event 2]
H3[Hidden Event 3]
H4[Hidden Event 4]
end
A1 -.-> N3
A2 -.-> N1
A3 -.-> N4
A4 -.-> N2
H1 -.- A1
H1 -.- A2
H1 -.- A3
H1 -.- A4
H2 -.- A1
H2 -.- A2
H2 -.- A3
H2 -.- A4
H3 -.- A1
H3 -.- A2
H3 -.- A3
H3 -.- A4
H4 -.- A1
H4 -.- A2
H4 -.- A3
H4 -.- A4"""
TimeRelatedMermaidStoryAttempttoRefinefrom = ("""gpt-4o
Once upon a time in a land where time flowed like a river with hidden currents, there was a story that unfolded across three intertwined timelines: the Actual Timeline, the Narrative Timeline, and the Hidden Timeline.
Actual Timeline
The protagonist, Elena, embarked on a journey through four distinct locations, each holding a piece of a grand puzzle she needed to solve.
Location 1 - First Visit: Elena started her journey here, uncovering an ancient map that hinted at a deeper mystery.
Location 2 - First Visit: She traveled to a bustling marketplace, where she found a cryptic message carved into a stone.
Location 3 - First Visit: In an abandoned library, Elena discovered a journal detailing strange occurrences and hidden events.
Location 4 - First Visit: Her journey led her to a serene forest where she encountered an enigmatic figure who offered her a crucial clue.
Narrative Timeline
As Elena pieced together the clues, the story she narrated to her friends followed a different sequence, highlighting the events that made the most sense from her perspective at the time.
Location 2 - Story Event 1: Elena recalled the marketplace first, sharing the mystery of the cryptic message.
Location 4 - Story Event 2: She then described her encounter in the serene forest, emphasizing the importance of the clue she received.
Location 1 - Story Event 3: Elena recounted the discovery of the ancient map, giving context to the overall mystery.
Location 3 - Story Event 4: Lastly, she talked about the abandoned library and the journal, which tied all the events together.
Hidden Timeline
Unbeknownst to Elena, there was a hidden layer of events influencing her journey.
Hidden Event 1: In the shadows, an ancient order monitored her progress from the moment she found the map, ensuring she remained on the right path.
Hidden Event 2: They subtly guided her towards the marketplace, planting the cryptic message for her to find.
Hidden Event 3: The journal in the library was placed there by the order, containing information they wanted her to uncover.
Hidden Event 4: The enigmatic figure in the forest was a member of the order, providing her with the final piece of the puzzle.
Interconnections
Actual Timeline to Narrative Timeline:
Location 1 (First Visit) led to Story Event 3 (Elena's recollection of the map).
Location 2 (First Visit) led to Story Event 1 (marketplace mystery).
Location 3 (First Visit) led to Story Event 4 (the journal).
Location 4 (First Visit) led to Story Event 2 (forest encounter).
Actual Timeline to Hidden Timeline:
Each visit in the Actual Timeline was influenced by the Hidden Events, which shaped Elena's experiences without her knowledge.
Story Representation
This structure represents the complexity of storytelling, where the sequence of events (Actual Timeline) is often different from how the story is told (Narrative Timeline), and there are unseen forces (Hidden Timeline) that influence the course of events. Elena’s journey through the four locations, her recollection of events, and the hidden manipulations all intertwine to create a rich, multi-layered narrative.
In this story, the Actual Timeline shows Elena’s chronological journey. The Narrative Timeline reveals how she chose to share her experiences, emphasizing different aspects of her journey. The Hidden Timeline uncovers the secret influences that guided her path, adding depth and intrigue to the overall tale.
Great attempt. Lets see how the story changes if we assume the main character goes to every location twice
Certainly! Let's expand the story to include two visits to each location, which will add more depth and complexity to the narrative.
Actual Timeline
Elena revisits each location, uncovering new layers of the mystery with each visit.
Location 1 - First Visit: Elena starts her journey here, uncovering an ancient map that hints at a deeper mystery.
Location 2 - First Visit: She travels to a bustling marketplace, where she finds a cryptic message carved into a stone.
Location 3 - First Visit: In an abandoned library, Elena discovers a journal detailing strange occurrences and hidden events.
Location 4 - First Visit: Her journey leads her to a serene forest where she encounters an enigmatic figure who offers her a crucial clue.
Location 1 - Second Visit: Elena returns to the first location, where she deciphers the ancient map, revealing a hidden passage.
Location 2 - Second Visit: Back at the marketplace, she meets a mysterious merchant who provides additional information about the cryptic message.
Location 3 - Second Visit: In the library, she finds a hidden compartment in the journal containing a key.
Location 4 - Second Visit: Finally, in the forest, the enigmatic figure reappears, guiding her to the entrance of an ancient temple.
Narrative Timeline
Elena pieces together her adventure in a sequence that makes the most sense to her story.
Location 2 - Story Event 1: Elena recalls the marketplace first, sharing the mystery of the cryptic message and the merchant’s information.
Location 4 - Story Event 2: She then describes her encounters in the serene forest, focusing on both the clue and the guidance to the temple.
Location 1 - Story Event 3: Elena recounts the discovery of the ancient map and the hidden passage.
Location 3 - Story Event 4: Lastly, she talks about the abandoned library, the journal, and the key.
Hidden Timeline
The ancient order continues to guide Elena’s journey, intervening subtly.
Hidden Event 1: The order monitors Elena from the moment she finds the map, ensuring she is on the right path.
Hidden Event 2: They guide her towards the marketplace, planting the cryptic message and arranging the merchant’s appearance.
Hidden Event 3: The journal in the library is placed by the order, with the hidden compartment and key added during her first visit.
Hidden Event 4: The enigmatic figure in the forest is a member of the order, orchestrating both encounters to provide the necessary guidance.
Interconnections
Actual Timeline to Narrative Timeline:
Location 1 First Visit (map discovery) leads to Story Event 3 (hidden passage).
Location 2 First Visit (cryptic message) and Second Visit (merchant) combine into Story Event 1 (marketplace mystery).
Location 3 First Visit (journal) and Second Visit (key) combine into Story Event 4 (library findings).
Location 4 First Visit (clue) and Second Visit (temple guidance) combine into Story Event 2 (forest encounters).
Actual Timeline to Hidden Timeline:
Each visit in the Actual Timeline is influenced by the Hidden Events, shaping Elena’s experiences without her knowledge.
Expanded Story Representation
In this expanded story, the Actual Timeline now includes two visits to each location, reflecting Elena's deepening understanding of the mystery. The Narrative Timeline still presents her recollection of events, but now with added complexity as she integrates discoveries from both visits. The Hidden Timeline continues to reveal the secret influences that guide her path, adding further depth and intrigue.
Elena’s repeated visits to each location allow her to uncover additional layers of the mystery, with each visit building on the previous one. This structure illustrates how stories can evolve with new information and perspectives, and how unseen forces can shape the journey in subtle but significant ways.
""",
"""meta-llama-3.1-405b-instruct
Here's a story based on the graph structure:
Emily had always been fascinated by the mysterious disappearances that had taken place in the four locations she was about to visit. She packed her bags, said goodbye to her family, and set off on her journey.
Her first stop was Location 1, an abandoned mansion on the outskirts of town. As she walked through the dusty halls, she stumbled upon a cryptic message scrawled on the wall: "The eyes that see are not the ones that look." Emily was intrigued but couldn't decipher the meaning.
Next, she visited Location 2, an old bookstore in the city. While browsing through the shelves, she met the owner, an eccentric old man who told her about a mysterious book that was said to hold the key to the disappearances. Emily was skeptical, but the old man's words lingered in her mind.
From there, she traveled to Location 3, a secluded monastery in the mountains. The monks welcomed her warmly and shared stories of a long-forgotten event that had taken place in the monastery's past. Emily sensed that there was more to the story, but the monks were tight-lipped about the details.
Finally, she arrived at Location 4, a small island with a reputation for being cursed. As she explored the island, she stumbled upon a journal belonging to one of the disappeared individuals. The journal hinted at a dark secret, but the writer's words were cryptic and unclear.
As Emily returned home, she began to piece together the events of her journey. She realized that the disappearances were not random events, but rather, they were all connected. The message on the wall in Location 1 was a warning, the book in Location 2 held a vital clue, the monastery's past was crucial to understanding the present, and the journal on the island was the key to unlocking the mystery.
However, what Emily didn't know was that her journey was not just about uncovering the truth about the disappearances. Unbeknownst to her, a series of hidden events had been set in motion, influencing her actions and guiding her towards a specific outcome. These events, though invisible to Emily, were the true driving force behind the story.
The story structure represented by the graph is non-linear. The actual timeline shows Emily visiting the four locations in a linear sequence (A1 -> A2 -> A3 -> A4). However, the narrative timeline is different, with the story events being presented out of chronological order (N1 -> N2 -> N3 -> N4). This non-linearity allows the story to build suspense and create a sense of mystery.
The hidden timeline represents the unseen forces that shape the story. These events are not directly revealed to the reader, but they have a profound impact on the narrative. The connections between the hidden events and the actual timeline suggest that the story is more complex and layered than initially apparent.
The graph structure highlights the relationships between the different timelines and events, demonstrating how a non-linear narrative can be constructed to create a engaging and mysterious story.
Very Good Attempt. Lets see how your story will change under the assumption that each location is visited twice
That's an interesting twist. Here's a revised story based on the assumption that each location is visited twice:
Emily had always been fascinated by the mysterious disappearances that had taken place in the four locations she was about to visit. She packed her bags, said goodbye to her family, and set off on her journey.
Her first stop was Location 1, an abandoned mansion on the outskirts of town. As she walked through the dusty halls, she stumbled upon a cryptic message scrawled on the wall: "The eyes that see are not the ones that look." Emily was intrigued but couldn't decipher the meaning.
From there, she visited Location 2, an old bookstore in the city. While browsing through the shelves, she met the owner, an eccentric old man who told her about a mysterious book that was said to hold the key to the disappearances. Emily was skeptical, but the old man's words lingered in her mind.
Next, she traveled to Location 3, a secluded monastery in the mountains. The monks welcomed her warmly and shared stories of a long-forgotten event that had taken place in the monastery's past. Emily sensed that there was more to the story, but the monks were tight-lipped about the details.
Finally, she arrived at Location 4, a small island with a reputation for being cursed. As she explored the island, she stumbled upon a journal belonging to one of the disappeared individuals. The journal hinted at a dark secret, but the writer's words were cryptic and unclear.
However, Emily's journey didn't end there. She felt that she had only scratched the surface of the mystery, and so she decided to revisit each location, hoping to uncover more clues.
Upon her second visit to Location 1, Emily discovered a hidden room deep within the mansion's basement. Inside, she found a series of letters exchanged between the mansion's former occupants, revealing a dark family secret that seemed to be connected to the disappearances.
Her second visit to Location 2 led her to a hidden compartment in the bookstore's shelves, where she found the mysterious book the old man had told her about. As she flipped through its pages, she realized that the book was more than just a simple novel – it was a guide to unlocking the secrets of the disappearances.
During her second visit to Location 3, Emily managed to gain the trust of one of the monks, who shared with her the true story of the monastery's past. The monk's words revealed a shocking connection between the monastery and the disappearances, and Emily began to piece together the puzzle.
Finally, her second visit to Location 4 took her to a hidden cave on the island, where she found a series of cryptic messages etched into the walls. The messages seemed to be a code, and Emily realized that they were the key to unlocking the secrets of the journal she had found during her first visit.
As Emily returned home, she began to piece together the events of her journey. She realized that the disappearances were not random events, but rather, they were all connected. The message on the wall in Location 1 was a warning, the book in Location 2 held a vital clue, the monastery's past was crucial to understanding the present, and the journal on the island was the key to unlocking the mystery.
However, what Emily didn't know was that her journey was not just about uncovering the truth about the disappearances. Unbeknownst to her, a series of hidden events had been set in motion, influencing her actions and guiding her towards a specific outcome. These events, though invisible to Emily, were the true driving force behind the story.
The story structure remains non-linear, with the narrative timeline presenting the story events out of chronological order. The actual timeline shows Emily visiting each location twice, with the second visit revealing more clues and pieces of the puzzle. The hidden timeline continues to represent the unseen forces that shape the story, influencing Emily's actions and guiding her towards a specific outcome.
Here's an updated graph to reflect the changes:
graph TD
subgraph "Actual Timeline"
A1[Location 1 - First Visit]
A2[Location 2 - First Visit]
A3[Location 3 - First Visit]
A4[Location 4 - First Visit]
A5[Location 1 - Second Visit]
A6[Location 2 - Second Visit]
A7[Location 3 - Second Visit]
A8[Location 4 - Second Visit]
A1 --> A2 --> A3 --> A4 --> A5 --> A6 --> A7 --> A8
end
subgraph "Narrative Timeline"
N1[Location 2 - Story Event 1]
N2[Location 4 - Story Event 2]
N3[Location 1 - Story Event 3]
N4[Location 3 - Story Event 4]
N5[Location 1 - Story Event 5]
N
""",
"""mistral-large-2407
Story: The Unraveling of Time
Actual Timeline
In the quaint town of Harborside, four locations form the backbone of daily life: the Library (Location 1), the Market (Location 2), the Park (Location 3), and the Lighthouse (Location 4). The story unfolds as the protagonist, Emily, visits these locations in sequence.
Location 1 - First Visit (Library): Emily starts her day at the library, researching old town records.
Location 2 - First Visit (Market): She then heads to the market, picking up fresh produce and chatting with the locals.
Location 3 - First Visit (Park): After lunch, Emily takes a leisurely stroll in the park, enjoying the serene environment.
Location 4 - First Visit (Lighthouse): Finally, she visits the lighthouse, where she meets the old lighthouse keeper who tells her stories about the town's past.
Narrative Timeline
The story, however, is not told in the sequence of Emily's visits. Instead, it jumps between events in a non-linear fashion, creating a sense of mystery and intrigue.
Location 2 - Story Event 1 (Market): The story begins with a mysterious theft at the market, where Emily witnesses a valuable artifact being stolen.
Location 4 - Story Event 2 (Lighthouse): The narrative then shifts to the lighthouse, where Emily discovers hidden letters that hint at a decades-old secret.
Location 1 - Story Event 3 (Library): The story then flashes back to Emily's visit to the library, where she uncovers ancient documents that reveal a dark history of the town.
Location 3 - Story Event 4 (Park): The climax of the story takes place in the park, where Emily confronts the thief and unveils the truth behind the town's secrets.
Hidden Timeline
Underlying the visible events is a hidden timeline that influences the narrative without being directly visible. These hidden events represent the dark history of the town, hinted at but not fully revealed until the end.
Hidden Event 1: A series of unexplained disappearances that occurred decades ago.
Hidden Event 2: A forgotten curse placed on the town by a disgruntled resident.
Hidden Event 3: A secret society formed to protect the town's dark secrets.
Hidden Event 4: A powerful artifact that holds the key to understanding the town's past.
Explanation of the Structure
The structure of the story is represented by the graph, which consists of three timelines:
Actual Timeline: This represents the chronological order of Emily's visits to the locations. It shows the sequence of events as they actually happened.
Narrative Timeline: This represents the order in which the story is told. The events are not presented in chronological order but are arranged to build suspense and reveal information gradually.
Hidden Timeline: This represents the underlying events that influence the story but are not directly visible. These hidden events provide depth and complexity to the narrative.
The connections between the timelines (indicated by dashed lines) show how the actual events are linked to the narrative events and how the hidden events influence the overall story. This non-linear structure allows for a more engaging and mysterious narrative, keeping the reader intrigued until the final revelation.
Very Good Attempt. Lets see how your story will change under the assumption that each location is visited twice
Story: The Unraveling of Time (Revisited)
Actual Timeline
In the quaint town of Harborside, four locations form the backbone of daily life: the Library (Location 1), the Market (Location 2), the Park (Location 3), and the Lighthouse (Location 4). The story unfolds as the protagonist, Emily, visits these locations in sequence, but this time, she visits each location twice.
Location 1 - First Visit (Library): Emily starts her day at the library, researching old town records.
Location 2 - First Visit (Market): She then heads to the market, picking up fresh produce and chatting with the locals.
Location 3 - First Visit (Park): After lunch, Emily takes a leisurely stroll in the park, enjoying the serene environment.
Location 4 - First Visit (Lighthouse): Finally, she visits the lighthouse, where she meets the old lighthouse keeper who tells her stories about the town's past.
Location 1 - Second Visit (Library): Emily returns to the library, this time finding a hidden compartment in an old book.
Location 2 - Second Visit (Market): She revisits the market and notices a strange symbol carved into one of the stalls.
Location 3 - Second Visit (Park): Emily returns to the park and discovers a hidden underground tunnel.
Location 4 - Second Visit (Lighthouse): She goes back to the lighthouse and finds a secret room containing old photographs and letters.
Narrative Timeline
The story is not told in the sequence of Emily's visits. Instead, it jumps between events in a non-linear fashion, creating a sense of mystery and intrigue.
Location 2 - Story Event 1 (Market): The story begins with a mysterious theft at the market, where Emily witnesses a valuable artifact being stolen.
Location 4 - Story Event 2 (Lighthouse): The narrative then shifts to the lighthouse, where Emily discovers hidden letters that hint at a decades-old secret.
Location 1 - Story Event 3 (Library): The story then flashes back to Emily's visit to the library, where she uncovers ancient documents that reveal a dark history of the town.
Location 3 - Story Event 4 (Park): The climax of the story takes place in the park, where Emily confronts the thief and unveils the truth behind the town's secrets.
Location 1 - Story Event 5 (Library): Emily finds a hidden compartment in an old book, leading her to a cryptic map.
Location 2 - Story Event 6 (Market): She notices a strange symbol carved into one of the stalls, matching the symbol on the map.
Location 3 - Story Event 7 (Park): Emily discovers a hidden underground tunnel, which she believes is connected to the town's dark past.
Location 4 - Story Event 8 (Lighthouse): She finds a secret room containing old photographs and letters that provide the final pieces of the puzzle.
Hidden Timeline
Underlying the visible events is a hidden timeline that influences the narrative without being directly visible. These hidden events represent the dark history of the town, hinted at but not fully revealed until the end.
Hidden Event 1: A series of unexplained disappearances that occurred decades ago.
Hidden Event 2: A forgotten curse placed on the town by a disgruntled resident.
Hidden Event 3: A secret society formed to protect the town's dark secrets.
Hidden Event 4: A powerful artifact that holds the key to understanding the town's past.
Hidden Event 5: The existence of a hidden map that leads to a secret underground chamber.
Hidden Event 6: The symbol that marks the entrance to the hidden chamber.
Hidden Event 7: The underground tunnel that connects all the locations.
Hidden Event 8: The secret room in the lighthouse that contains the final clues.
Explanation of the Structure
The structure of the story is represented by the graph, which consists of three timelines:
Actual Timeline: This represents the chronological order
""",
"""gpt-4o-mini-2024-07-18
Title: The Hidden Threads of Time
Story:
In the quiet town of Eldridge, four locations held the secrets of a past intertwined with the present: The Old Oak Library, The Riverside Café, The Abandoned Mill, and The Clock Tower. Over a single summer, Sarah, a curious young woman, embarked on a journey that would reveal the layers of time hidden beneath the surface of her seemingly mundane life.
Actual Timeline: A Journey Begins
Location 1: The Old Oak Library (A1)
Sarah’s adventure began at the Old Oak Library. As she browsed through the dusty shelves, she stumbled upon an ancient book that spoke of the town’s lore and the hidden events that shaped its history. Intrigued, she decided to explore more.
Location 2: The Riverside Café (A2)
Her next stop was the Riverside Café, where she overheard a conversation between two elderly patrons discussing a tragic event tied to the town's history. They spoke in hushed tones about a long-lost love and a betrayal that had forever altered the lives of those involved.
Location 3: The Abandoned Mill (A3)
The following day, Sarah ventured to the Abandoned Mill. There, she discovered remnants of a past life: photographs, letters, and a diary that hinted at a hidden romance. She felt a strange connection to the stories within these walls.
Location 4: The Clock Tower (A4)
Finally, she arrived at the Clock Tower, where she learned about a secret society that once met there to protect the town’s secrets. This location felt alive with energy, as if the whispers of the past were echoing through time.
Narrative Timeline: Unraveling the Mystery
Story Event 1: The Riverside Café (N1)
At the café, Sarah confronted the two patrons about their conversation. She learned that the tragic love story involved her great-grandparents, whose destinies were forever altered by a choice made in that very café.
Story Event 2: The Clock Tower (N2)
Back at the Clock Tower, she discovered a hidden room filled with documents that detailed the secret society's attempts to mend the heartbreak caused by her ancestors. Here, she found a letter addressed to her great-grandmother, containing a heartfelt apology from her great-grandfather.
Story Event 3: The Old Oak Library (N3)
Returning to the library, Sarah pieced together her family’s history through the ancient book. It revealed that the love story had been a catalyst for change in Eldridge, leading to the establishment of the society that aimed to protect the town from repeating past mistakes.
Story Event 4: The Abandoned Mill (N4)
In the mill, Sarah re-read the diary and uncovered the truth: the betrayal was a misunderstanding fueled by jealousy and miscommunication. Understanding this allowed Sarah to forgive her ancestors and break the cycle of pain that had lingered in her family for generations.
Hidden Timeline: The Secrets Beneath
Throughout her journey, Sarah was unaware of the Hidden Events that had shaped her family’s history and the town of Eldridge:
Hidden Event 1 (H1): A Betrayal
Long ago, a betrayal occurred that led to the rift between Sarah’s great-grandparents. This event was the catalyst for the tragic love story that would echo through time.
Hidden Event 2 (H2): The Secret Society's Formation
In the wake of the betrayal, a secret society formed to protect the town from the repercussions of the past, striving to mend what was broken.
Hidden Event 3 (H3): The Lost Letter
A letter written by Sarah’s great-grandfather remained hidden for decades, containing apologies and hopes for reconciliation that were never delivered.
Hidden Event 4 (H4): The Town’s Lore
The stories of Eldridge were carefully curated, with certain truths obscured to protect the living from the pain of the past.
Structure Explanation:
The story’s structure represents three distinct timelines—Actual Timeline, Narrative Timeline, and Hidden Timeline—which interact in complex ways:
Actual Timeline: This is the chronological order of Sarah’s visits to the four locations, marking her physical journey through the town. It serves as the backbone of the story, grounding it in reality and providing a structure for her exploration.
Narrative Timeline: This timeline unfolds the key story events that arise from Sarah’s discoveries at each location. Unlike the Actual Timeline, the Narrative Timeline does not follow a linear path but instead reveals the emotional and thematic significance of her journey, highlighting the connections between past and present.
Hidden Timeline: This timeline consists of events and truths that remain obscured until Sarah unearths them through her exploration. The hidden events symbolize the burdens of history that affect the present, illustrating how the past can shape one’s
""",
"""athene-70b
Story: The Cartographer's Enigma
Protagonist Emilia, a skilled cartographer, receives a cryptic atlas from her reclusive mentor, featuring four locations: Ravenshire, Luminaria, Celestia's Peak, and Argentum Falls. The atlas hints at a centuries-old conspiracy, weaving together seemingly unrelated events across these sites.
Narrative Timeline:
Luminaria - The Celestial Alignment (N1): Emilia discovers an ancient celestial map etched into Luminaria's observatory walls, forecasting a rare alignment that unlocks a hidden chamber beneath Argentum Falls (A4).
Argentum Falls - The Forgotten Treaty (N2): Within the chamber, Emilia uncovers a long-lost treaty between ancient nations, which was negotiated at Ravenshire (A1) and ratified at Celestia's Peak (A3).
Ravenshire - The Cartographer's Legacy (N3): Emilia finds her mentor's hidden journals in Ravenshire, detailing the atlas's creation and the significance of Celestia's Peak, where an ancient order once protected the treaty.
Celestia's Peak - The Order's Reckoning (N4): At the peak, Emilia confronts a descendant of the ancient order, who reveals that they had been safeguarding the treaty against rogue factions. The descendant hands over a crucial, annotated atlas page, exposing the hidden events.
Actual Timeline (Emilia's Journey):
Emilia visits the locations in the following order: Ravenshire (A1), Luminaria (A2), Celestia's Peak (A3), and Argentum Falls (A4). Each location builds upon her understanding, though the narrative jumps between them to create suspense and reveal connections.
Hidden Timeline (Influencing Events):
Hidden Event 1: A centuries-old astronomer in Luminaria (H1) calculates the celestial alignment, inspiring the treaty.
Hidden Event 2: A rogue faction infiltrates the ancient order at Celestia's Peak (H2), seeding corruption.
Hidden Event 3: Emilia's mentor, aware of the conspiracy, crafts the atlas (H3) to guide a worthy successor.
Hidden Event 4: The ancient order's remnants secretly aid Emilia's journey (H4), ensuring her discovery of the truth.
Structure Representation:
Non-linear narrative: The narrative timeline (N1-N4) rearranges Emilia's actual visits (A1-A4) to build tension, reveal connections, and create an engaging mystery.
Hidden influences: The hidden events (H1-H4) permeate the actual timeline, motivating character actions, and informing the narrative's twists. Dotted lines illustrate how these events subtly shape Emilia's journey, enriching the story's depth and complexity.
Interconnectedness: The graph visually demonstrates how each location, narrative beat, and hidden event intertwines, producing a rich, layered narrative that rewards close attention and reflection. As Emilia unravels the enigma, the reader experiences a satisfying convergence of threads, highlighting the power of deliberate, non-linear storytelling.
"""
)
WFStage2prompt = """Please use the below config as a template to write a story in config format (dont use the template values like masterlocation1):
{
"masterlocation1": {
"location1": {
"description": "UI - Experience Bar",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location2"
},
"media": [],
"developernotes": []
},
eg. {"tavern": {"start": {"description": "You wake up in a dimly lit tavern, the smell of ale and salt heavy in the air. A grizzled sailor at the bar boasts about a hidden island overflowing with \"more gold than ye can dream of!\" ", "choices": ["approach sailor", "ignore sailor", "order grog"], "transitions": {"approach sailor": "tavern_rumor", "ignore sailor": "tavern_start", "order grog": "tavern_grog"}, "consequences": {}, "media": []}, "rumor": {"description": "The sailor, three sheets to the wind, spins a tale of treacherous waters, ancient curses, and a map hidden on a ghost ship. He claims to know the way.", "choices": ["offer to buy him another drink", "dismiss him as a drunkard"], "transitions": {"offer to buy him another drink": "tavern_map", "dismiss him as a drunkard": "tavern_start"}, "consequences": {}, "media": []}, "grog": {"description": "The tavern keeper slides you a tankard of potent grog. It burns pleasantly as it goes down, and you feel your senses dull.", "choices": ["order another", "eavesdrop on nearby pirates"], "transitions": {"order another": "tavern_grog", "eavesdrop on nearby pirates": "tavern_start"}, "media": []}, "map": {"description": "With a wink and a hiccup, the sailor produces a crumpled piece of parchment. It's stained with salt and what looks suspiciously like blood, but the markings... they resemble a map! ", "choices": ["propose a partnership", "try to buy the map", "steal the map"], "transitions": {"propose a partnership": "docks_prepare", "try to buy the map": "tavern_haggle", "steal the map": "tavern_fight"}, "consequences": {}, "media": []}, "haggle": {"description": "The sailor eyes you shrewdly. \"This here map's worth a king's ransom,\" he slurs.", "choices": ["offer a pouch of gold", "walk away"], "transitions": {"offer a pouch of gold": "docks_prepare", "walk away": "tavern_start"}, "consequences": {}, "media": []}, "fight": {"description": "You lunge for the map, but the sailor's quicker than he looks! A brawl erupts, tables are overturned, and mugs fly through the air.", "choices": ["fight dirty", "try to reason with him"], "transitions": {"fight dirty": "tavern_victory", "try to reason with him": "tavern_defeat"}, "consequences": {}, "media": []}, "victory": {"description": "With a final blow, you knock the sailor unconscious. You grab the map and make a hasty exit.", "choices": ["head to the docks"], "transitions": {"head to the docks": "docks_prepare"}, "consequences": {}, "media": []}, "defeat": {"description": "The sailor and a couple of his cronies land some solid punches. You're tossed out of the tavern, bruised and map-less.", "choices": ["nurse your wounds"], "transitions": {"nurse your wounds": "tavern_start"}, "consequences": {}, "media": []}}, "docks": {"prepare": {"description": "The salty air of the docks fills your lungs. You can practically taste the adventure on the horizon. But first, you need a ship and a crew...", "choices": ["find a ship", "assemble a crew"], "transitions": {"find a ship": "docks_ship", "assemble a crew": "docks_crew"}, "media": []}, "ship": {"description": "You spot a sturdy-looking galleon with a \"For Sale\" sign hanging precariously from its mast.", "choices": ["inspect the ship", "look for another vessel"], "transitions": {"inspect the ship": "docks_captain", "look for another vessel": "docks_prepare"}, "media": []}, "crew": {"description": "The docks are teeming with salty dogs of all shapes and sizes.", "choices": ["recruit seasoned sailors", "round up some desperate souls"], "transitions": {"recruit seasoned sailors": "docks_captain", "round up some desperate souls": "docks_captain"}, "consequences": {}, "media": []}, "captain": {"description": "With a ship and a crew (of varying competence), you're ready to set sail! ", "choices": ["set sail for the open sea!"], "transitions": {"set sail for the open sea!": "openSea_start"}, "media": []}}, "openSea": {"start": {"description": "The open sea stretches before you, vast and unforgiving. The wind whips at your sails as you set course for the uncharted waters where the treasure awaits.", "choices": ["consult the map", "enjoy the voyage"], "transitions": {"consult the map": "openSea_storm", "enjoy the voyage": "openSea_mutiny"}, "media": []}, "storm": {"description": "A storm gathers on the horizon, dark clouds swirling ominously. Waves crash against the hull, threatening to swallow you whole.", "choices": ["weather the storm", "change course"], "transitions": {"weather the storm": "openSea_ghostShip", "change course": "openSea_start"}, "media": []}, "mutiny": {"description": "Your crew, a motley bunch at best, begin to grumble. They're growing impatient and greedy, their eyes glinting with mutiny.", "choices": ["quell the mutiny", "reason with them"], "transitions": {"quell the mutiny": "openSea_ghostShip", "reason with them": "openSea_start"}, "consequences": {}, "media": []}, "ghostShip": {"description": "Through the mist and fog, a ghostly silhouette emerges. A ship, its sails in tatters, manned by skeletal figures. This... is the ghost ship.", "choices": ["board the ghost ship", "flee"], "transitions": {"board the ghost ship": "ghostShip_deck", "flee": "openSea_start"}, "media": []}}, "ghostShip": {"deck": {"description": "You step aboard the ghost ship, the air heavy with the stench of decay. Eerie silence hangs over the vessel.", "choices": ["explore the ship", "search for the captain's quarters"], "transitions": {"explore the ship": "ghostShip_brig", "search for the captain's quarters": "ghostShip_quarters"}, "media": []}, "brig": {"description": "You stumble upon the ship's brig, its cells still occupied by skeletal remains shackled to the walls.", "choices": ["examine the skeletons", "leave the brig"], "transitions": {"examine the skeletons": "ghostShip_clue", "leave the brig": "ghostShip_deck"}, "media": []}, "quarters": {"description": "The captain's quarters are in disarray, as if a struggle took place. A tattered journal lies open on the floor.", "choices": ["read the journal", "search for the map"], "transitions": {"read the journal": "ghostShip_clue", "search for the map": "ghostShip_treasure"}, "media": []}, "clue": {"description": "You piece together clues from the journal and the skeletons. The ghost ship's captain hid the real treasure map to protect it from mutineers.", "choices": ["continue searching"], "transitions": {"continue searching": "ghostShip_treasure"}, "media": []}, "treasure": {"description": "After careful searching, you find a hidden compartment behind a portrait. Inside, a gleaming treasure chest awaits!", "choices": ["open the chest", "take the chest and flee"], "transitions": {"open the chest": "ghostShip_victory", "take the chest and flee": "openSea_return"}, "consequences": {}, "media": []}, "victory": {"description": "The treasure chest overflows with gold, jewels, and artifacts beyond your wildest dreams! You've found the legendary pirate treasure!", "choices": ["claim your prize and set sail"], "transitions": {"claim your prize and set sail": "openSea_return"}, "consequences": {}, "media": []}}, "openSea_return": {"return": {"description": "With the treasure safely stowed on your own ship, you set sail for home, leaving the ghost ship to its eternal slumber.", "choices": ["sail into the sunset"], "transitions": {"sail into the sunset": "end_end"}, "media": []}}, "end": {"end": {"description": "The sun dips below the horizon, painting the sky in hues of gold and crimson. You've cheated death, outsmarted ghosts, and claimed a fortune in pirate treasure. Your legend will be sung in taverns for centuries to come.", "choices": [], "transitions": {}, "media": []}}}
The user will provide a theme
"""
WFStage2prompt2 = """Please use the below config as a template to write a story in config format (dont use the template values like masterlocation1):
{
"masterlocation1": {
"location1": {
"description": "UI - Experience Bar",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location2"
},
"media": [],
"developernotes": []
},
There should be 3 master and 10 total sublocations.
The theme is provided by the user
"""
MoreRobustWFStage2prompt = """We need to brainstorm how to fit this shape into into JSON format I will provide below.
Shape = Use this to write a story and explain how it represents the structure -
graph TD
subgraph "Actual Timeline"
A1[Location 1 - First Visit]
A2[Location 2 - First Visit]
A3[Location 3 - First Visit]
A4[Location 4 - First Visit]
A1 --> A2 --> A3 --> A4
end
subgraph "Narrative Timeline"
N1[Location 2 - Story Event 1]
N2[Location 4 - Story Event 2]
N3[Location 1 - Story Event 3]
N4[Location 3 - Story Event 4]
N1 --> N2 --> N3 --> N4
end
subgraph "Hidden Timeline"
H1[Hidden Event 1]
H2[Hidden Event 2]
H3[Hidden Event 3]
H4[Hidden Event 4]
end
A1 -.-> N3
A2 -.-> N1
A3 -.-> N4
A4 -.-> N2
H1 -.- A1
H1 -.- A2
H1 -.- A3
H1 -.- A4
H2 -.- A1
H2 -.- A2
H2 -.- A3
H2 -.- A4
H3 -.- A1
H3 -.- A2
H3 -.- A3
H3 -.- A4
H4 -.- A1
H4 -.- A2
H4 -.- A3
H4 -.- A4
JSON format = Please use the below config as a template to write a story in config format (dont use the template values like masterlocation1):
{
"masterlocation1": {
"location1": {
"description": "UI - Experience Bar",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location2"
},
"media": [],
"developernotes": []
},
Loading Code (Dont make media for now) (Avoid Syntax errors when writing the config so the parser loads it) =
class GameSession:
def __init__(self, starting_location='village', starting_state='start'):
self.player = Player()
self.current_location = starting_location
self.current_state = starting_state
self.game_log = []
def make_choice(self, choice_index):
state = all_states[self.current_location][self.current_state]
if 0 <= choice_index < len(state['choices']):
choice = state['choices'][choice_index]
next_state = state['transitions'][choice]
self.game_log.append(f"You chose: {choice}")
self.game_log.append(state['description'])
if 'consequences' in state and choice in state['consequences']:
if state['consequences'][choice]:
state['consequences'][choice](self.player)
else:
# Handle empty consequence, e.g., log a message or provide a default action
print(f"No consequence for choice: {choice}")
# You can add any default action here if needed
if '_' in next_state:
self.current_location, self.current_state = next_state.split('_')
else:
self.current_state = next_state
return self.get_current_state_info()
else:
return "Invalid choice. Please try again."
def get_current_state_info(self):
state = all_states[self.current_location][self.current_state]
choices = [f"{idx + 1}. {choice}" for idx, choice in enumerate(state['choices'])]
return state['description'], choices, "\n".join(self.game_log)
def get_current_state_media(self):
media = all_states[self.current_location][self.current_state]['media']
return media
"""
MoreRobustWFStage2promptwithExample = """
Below is a config based on the mermaid below as a template - You must make it more of a game experience for the user
{
"actualtimeline": {
"A1": {
"description": "You arrive at the Windfall Orchard. Soft breezes carry whispers of hidden stories.",
"events": [
"arrived"
],
"choices": [
"continue actual",
"explore orchard story (N3)",
"investigate orchard hidden (H1)"
],
"transitions": {
"continue actual": "actualtimeline_A2",
"explore orchard story (N3)": "narrativetimeline_N3",
"investigate orchard hidden (H1)": "hiddentimeline_H1"
},
"media": [],
"developernotes": [
"Location 1 in Actual Timeline",
"Connects to Narrative N3 and Hidden H1"
]
},
"A2": {
"description": "You enter the Misty Bazaar, abuzz with trade and secrets.",
"events": [
"traveled",
"observed"
],
"choices": [
"continue actual",
"uncover bazaar story (N1)",
"probe bazaar hidden (H2)"
],
"transitions": {
"continue actual": "actualtimeline_A3",
"uncover bazaar story (N1)": "narrativetimeline_N1",
"probe bazaar hidden (H2)": "hiddentimeline_H2"
},
"media": [],
"developernotes": [
"Location 2 in Actual Timeline",
"Connects to Narrative N1 and Hidden H2"
]
},
"A3": {
"description": "You stand upon the Northern Cliffs, where distant waves roar with mystery.",
"events": [
"arrived",
"reflected"
],
"choices": [
"continue actual",
"witness cliffside story (N4)",
"examine cliffside hidden (H3)"
],
"transitions": {
"continue actual": "actualtimeline_A4",
"witness cliffside story (N4)": "narrativetimeline_N4",
"examine cliffside hidden (H3)": "hiddentimeline_H3"
},
"media": [],
"developernotes": [
"Location 3 in Actual Timeline",
"Connects to Narrative N4 and Hidden H3"
]
},
"A4": {
"description": "At last, you reach the Heartwood Temple. An otherworldly calm envelops you.",
"events": [
"approached",
"pondered"
],
"choices": [
"loop actual",
"unearth temple story (N2)",
"search temple hidden (H4)"
],
"transitions": {
"loop actual": "actualtimeline_A4",
"unearth temple story (N2)": "narrativetimeline_N2",
"search temple hidden (H4)": "hiddentimeline_H4"
},
"media": [],
"developernotes": [
"Location 4 in Actual Timeline",
"Connects to Narrative N2 and Hidden H4",
"Loops to itself for demonstration but typically you'd end or branch elsewhere"
]
}
},
"narrativetimeline": {
"N1": {
"description": "Narrative Event 1: At the bazaar, you hear a whispered rumor that sparks your quest.",
"events": [
"heard",
"questioned"
],
"choices": [
"continue narrative",
"return to actual A2",
"peek hidden (H2)"
],
"transitions": {
"continue narrative": "narrativetimeline_N2",
"return to actual A2": "actualtimeline_A2",
"peek hidden (H2)": "hiddentimeline_H2"
},
"media": [],
"developernotes": [
"Narrative event linked to Actual A2"
]
},
"N2": {
"description": "Narrative Event 2: At the temple, an important secret is revealed.",
"events": [
"uncovered"
],
"choices": [
"continue narrative",
"return to actual A4",
"peek hidden (H4)"
],
"transitions": {
"continue narrative": "narrativetimeline_N3",
"return to actual A4": "actualtimeline_A4",
"peek hidden (H4)": "hiddentimeline_H4"
},
"media": [],
"developernotes": [
"Narrative event linked to Actual A4"
]
},
"N3": {
"description": "Narrative Event 3: At the orchard, a forgotten memory emerges from the past.",
"events": [
"remembered"
],
"choices": [
"continue narrative",
"return to actual A1",
"peek hidden (H1)"
],
"transitions": {
"continue narrative": "narrativetimeline_N4",
"return to actual A1": "actualtimeline_A1",
"peek hidden (H1)": "hiddentimeline_H1"
},
"media": [],
"developernotes": [
"Narrative event linked to Actual A1"
]
},
"N4": {
"description": "Narrative Event 4: At the cliffside, you discover the final clue of this storyline.",
"events": [
"realized"
],
"choices": [
"finish narrative",
"return to actual A3",
"peek hidden (H3)"
],
"transitions": {
"finish narrative": "narrativetimeline_N4",
"return to actual A3": "actualtimeline_A3",
"peek hidden (H3)": "hiddentimeline_H3"
},
"media": [],
"developernotes": [
"Narrative event linked to Actual A3",
"Finishes or loops for demonstration"
]
}
},
"hiddentimeline": {
"H1": {
"description": "Hidden Event 1: A mysterious whisper in the orchard hints at something greater.",
"events": [
"listened"
],
"choices": [
"continue hidden",
"return to A1",
"narrative check (N3)"
],
"transitions": {
"continue hidden": "hiddentimeline_H2",
"return to A1": "actualtimeline_A1",
"narrative check (N3)": "narrativetimeline_N3"
},
"media": [],
"developernotes": [
"Hidden event connected to orchard (A1) and story event (N3)"
]
},
"H2": {
"description": "Hidden Event 2: Faint footprints in the bazaar's back alley confirm others are guiding your path.",
"events": [
"noticed"
],
"choices": [
"continue hidden",
"return to A2",
"narrative check (N1)"
],
"transitions": {
"continue hidden": "hiddentimeline_H3",
"return to A2": "actualtimeline_A2",
"narrative check (N1)": "narrativetimeline_N1"
},
"media": [],
"developernotes": [
"Hidden event connected to bazaar (A2) and story event (N1)"
]
},
"H3": {
"description": "Hidden Event 3: Carved runes under the cliffs suggest all locations are interwoven.",
"events": [
"deciphered"
],
"choices": [
"continue hidden",
"return to A3",
"narrative check (N4)"
],
"transitions": {
"continue hidden": "hiddentimeline_H4",
"return to A3": "actualtimeline_A3",
"narrative check (N4)": "narrativetimeline_N4"
},
"media": [],
"developernotes": [
"Hidden event connected to cliffs (A3) and story event (N4)"
]
},
"H4": {
"description": "Hidden Event 4: A final revelation in the temple ties orchard, bazaar, and cliffs to this hallowed ground.",
"events": [
"comprehended"
],
"choices": [
"close hidden",
"return to A4",
"narrative check (N2)"
],
"transitions": {
"close hidden": "hiddentimeline_H4",
"return to A4": "actualtimeline_A4",
"narrative check (N2)": "narrativetimeline_N2"
},
"media": [],
"developernotes": [
"Hidden event connected to temple (A4) and story event (N2)",
"Loops to itself for demonstration of an end state"
]
}
}
}
Shape = Use this to write a story and explain how it represents the structure -
graph TD
subgraph "Actual Timeline"
A1[Location 1 - First Visit]
A2[Location 2 - First Visit]
A3[Location 3 - First Visit]
A4[Location 4 - First Visit]
A1 --> A2 --> A3 --> A4
end
subgraph "Narrative Timeline"
N1[Location 2 - Story Event 1]
N2[Location 4 - Story Event 2]
N3[Location 1 - Story Event 3]
N4[Location 3 - Story Event 4]
N1 --> N2 --> N3 --> N4
end
subgraph "Hidden Timeline"
H1[Hidden Event 1]
H2[Hidden Event 2]
H3[Hidden Event 3]
H4[Hidden Event 4]
end
A1 -.-> N3
A2 -.-> N1
A3 -.-> N4
A4 -.-> N2
H1 -.- A1
H1 -.- A2
H1 -.- A3
H1 -.- A4
H2 -.- A1
H2 -.- A2
H2 -.- A3
H2 -.- A4
H3 -.- A1
H3 -.- A2
H3 -.- A3
H3 -.- A4
H4 -.- A1
H4 -.- A2
H4 -.- A3
H4 -.- A4
------
Remember to write in same JSON format after analysing the above so I can test the turn by turn transitions
"""
TimeRelatedMermaidStoryAttempttoRefinefromtoJSON = (
"""
{
"masterlocation1": {
"location1": {
"description": "The Old Oak Library",
"events": [
"Sarah discovers an ancient book about the town's lore and hidden history."
],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location2"
},
"media": [],
"developernotes": [
"This is the starting point of Sarah's journey (A1 in Actual Timeline)"
]
},
"location2": {
"description": "The Riverside Café",
"events": [
"Sarah overhears a conversation about a tragic event in the town's history.",
"She learns about a long-lost love and betrayal."
],
"choices": [
"confront patrons",
"continue exploring"
],
"transitions": {
"confront patrons": "masterlocation2_location1",
"continue exploring": "masterlocation1_location3"
},
"media": [],
"developernotes": [
"This location appears in both A2 (Actual Timeline) and N1 (Narrative Timeline)"
]
},
"location3": {
"description": "The Abandoned Mill",
"events": [
"Sarah discovers old photographs, letters, and a diary hinting at a hidden romance."
],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location4"
},
"media": [],
"developernotes": [
"This location is A3 in the Actual Timeline"
]
},
"location4": {
"description": "The Clock Tower",
"events": [
"Sarah learns about a secret society that protected the town's secrets."
],
"choices": [
"investigate further",
"return to library"
],
"transitions": {
"investigate further": "masterlocation2_location2",
"return to library": "masterlocation2_location3"
},
"media": [],
"developernotes": [
"This is A4 in the Actual Timeline and leads to N2 in the Narrative Timeline"
]
}
},
"masterlocation2": {
"location1": {
"description": "The Riverside Café - Confrontation",
"events": [
"Sarah confronts the patrons about their conversation.",
"She learns that the tragic love story involves her great-grandparents."
],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation2_location2"
},
"media": [],
"developernotes": [
"This is N1 in the Narrative Timeline"
]
},
"location2": {
"description": "The Clock Tower - Hidden Room",
"events": [
"Sarah discovers a hidden room with documents about the secret society.",
"She finds a letter addressed to her great-grandmother from her great-grandfather."
],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation2_location3"
},
"media": [],
"developernotes": [
"This is N2 in the Narrative Timeline"
]
},
"location3": {
"description": "The Old Oak Library - Piecing Together History",
"events": [
"Sarah connects her family's history to the town's changes.",
"She learns about the establishment of the secret society."
],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation2_location4"
},
"media": [],
"developernotes": [
"This is N3 in the Narrative Timeline"
]
},
"location4": {
"description": "The Abandoned Mill - Uncovering the Truth",
"events": [
"Sarah re-reads the diary and discovers the truth about the betrayal.",
"She realizes it was a misunderstanding fueled by jealousy and miscommunication."
],
"choices": [
"reflect on journey"
],
"transitions": {
"reflect on journey": "masterlocation3_location1"
},
"media": [],
"developernotes": [
"This is N4 in the Narrative Timeline"
]
}
},
"masterlocation3": {
"location1": {
"description": "Hidden Timeline Revelations",
"events": [
"The original betrayal that caused the rift between Sarah's great-grandparents is revealed.",
"The formation of the secret society to protect the town is uncovered.",
"The existence of the lost letter from Sarah's great-grandfather is discovered.",
"The truth about the carefully curated town lore is exposed."
],
"choices": [
"conclude journey"
],
"transitions": {
"conclude journey": "end"
},
"media": [],
"developernotes": [
"This represents the Hidden Timeline (H1, H2, H3, H4)",
"These events are not directly experienced but are revealed through Sarah's discoveries"
]
}
}
}
""",
)
#-------------------------#-------------------------#-------------------------#-------------------------
MoreRobustTimeline1stPrompt = """Please integrate this story into the format below -
Story info -
--- PASTE More Robust JSON here ---
Format Info -
JSON format = Please use the below config as a template to write a story in config format (dont use the template values like masterlocation1):
{
"masterlocation1": {
"location1": {
"description": "UI - Experience Bar",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location2"
},
"media": [],
"developernotes": []
},
Loading Code (Dont make media for now) (Avoid Syntax errors when writing the config so the parser loads it) =
Main error to avoid = Error loading custom configuration: too many values to unpack (expected 2)
class GameSession:
def __init__(self, starting_location='village', starting_state='start'):
self.player = Player()
self.current_location = starting_location
self.current_state = starting_state
self.game_log = []
def make_choice(self, choice_index):
state = all_states[self.current_location][self.current_state]
if 0 <= choice_index < len(state['choices']):
choice = state['choices'][choice_index]
next_state = state['transitions'][choice]
self.game_log.append(f"You chose: {choice}")
self.game_log.append(state['description'])
if 'consequences' in state and choice in state['consequences']:
if state['consequences'][choice]:
state['consequences'][choice](self.player)
else:
# Handle empty consequence, e.g., log a message or provide a default action
print(f"No consequence for choice: {choice}")
# You can add any default action here if needed
if '_' in next_state:
self.current_location, self.current_state = next_state.split('_')
else:
self.current_state = next_state
return self.get_current_state_info()
else:
return "Invalid choice. Please try again."
def get_current_state_info(self):
state = all_states[self.current_location][self.current_state]
choices = [f"{idx + 1}. {choice}" for idx, choice in enumerate(state['choices'])]
return state['description'], choices, "
".join(self.game_log)
def get_current_state_media(self):
media = all_states[self.current_location][self.current_state]['media']
return media
"""
Outputof1stMoreRobustJSONcreator = """{
"steps": [
{
"step_number": 1,
"location": "The Fiery Caverns Beneath a Sleeping Volcano",
"characters": [
"Orin",
"Voss"
],
"interpersonal_event": "They part on bitter terms, trust erodes further",
"relationship_change": -2,
"modification_to_move_forward": "Resolve a longstanding family feud",
"third_party_role": "A beggar listening quietly in the shadows",
"narrative_text": "Step 1: In The Fiery Caverns Beneath a Sleeping Volcano, Orin and Voss experience the following: They part on bitter terms, trust erodes further. Observing from the sidelines: A beggar listening quietly in the shadows. They then proceed to: Resolve a longstanding family feud."
},
{
"step_number": 2,
"location": "A Haunted Marsh Shrouded in Fog",
"characters": [
"Orin",
"Voss"
],
"interpersonal_event": "A surprising confession that changes everything",
"relationship_change": 1,
"modification_to_move_forward": "Recover from a crippling setback",
"third_party_role": "A beggar listening quietly in the shadows",
"narrative_text": "Step 2: In A Haunted Marsh Shrouded in Fog, Orin and Voss experience the following: A surprising confession that changes everything. Observing from the sidelines: A beggar listening quietly in the shadows. They then proceed to: Recover from a crippling setback."
},
{
"step_number": 3,
"location": "A Remote Mountain Village",
"characters": [
"Tali",
"Voss"
],
"interpersonal_event": "They forge a temporary alliance for mutual gain",
"relationship_change": 1,
"modification_to_move_forward": "Escape a dangerous situation unscathed",
"third_party_role": "A curious child fascinated by adventurers",
"narrative_text": "Step 3: In A Remote Mountain Village, Tali and Voss experience the following: They forge a temporary alliance for mutual gain. Observing from the sidelines: A curious child fascinated by adventurers. They then proceed to: Escape a dangerous situation unscathed."
},
{
"step_number": 4,
"location": "The Secret Hideout Beneath a Ruined Fort",
"characters": [
"Nyx",
"Orin"
],
"interpersonal_event": "They forge a temporary alliance for mutual gain",
"relationship_change": 1,
"modification_to_move_forward": "Acquire a powerful ancient artifact",
"third_party_role": "An inquisitive guard, always seeking the truth",
"narrative_text": "Step 4: In The Secret Hideout Beneath a Ruined Fort, Nyx and Orin experience the following: They forge a temporary alliance for mutual gain. Observing from the sidelines: An inquisitive guard, always seeking the truth. They then proceed to: Acquire a powerful ancient artifact."
},
{
"step_number": 5,
"location": "The Fiery Caverns Beneath a Sleeping Volcano",
"characters": [
"Orin",
"Tali"
],
"interpersonal_event": "They forge a temporary alliance for mutual gain",
"relationship_change": 1,
"modification_to_move_forward": "Resolve a longstanding family feud",
"third_party_role": "A local gossip eager to spread rumors",
"narrative_text": "Step 5: In The Fiery Caverns Beneath a Sleeping Volcano, Orin and Tali experience the following: They forge a temporary alliance for mutual gain. Observing from the sidelines: A local gossip eager to spread rumors. They then proceed to: Resolve a longstanding family feud."
}
],
"relationships": {
"Orin|Voss": -1,
"Tali|Voss": 1,
"Nyx|Orin": 1,
"Orin|Tali": 1
},
"chosen_ending": "A New Era Dawns with Cautious Hope"
}
"""
Outputof1stMoreRobustPrompt = """{
"FieryCaverns": {
"step1": {
"description": "Step 1: In The Fiery Caverns Beneath a Sleeping Volcano, Orin and Voss experience the following: They part on bitter terms, trust erodes further. Observing from the sidelines: A beggar listening quietly in the shadows. They then proceed to: Resolve a longstanding family feud.",
"events": [
{
"characters": ["Orin", "Voss"],
"interpersonal_event": "They part on bitter terms, trust erodes further",
"relationship_change": -2
},
{
"third_party_role": "A beggar listening quietly in the shadows"
}
],
"choices": [
"continue"
],
"transitions": {
"continue": "HauntedMarsh_step2"
},
"media": [],
"developernotes": [
"modification_to_move_forward: Resolve a longstanding family feud"
]
},
"step5": {
"description": "Step 5: In The Fiery Caverns Beneath a Sleeping Volcano, Orin and Tali experience the following: They forge a temporary alliance for mutual gain. Observing from the sidelines: A local gossip eager to spread rumors. They then proceed to: Resolve a longstanding family feud.",
"events": [
{
"characters": ["Orin", "Tali"],
"interpersonal_event": "They forge a temporary alliance for mutual gain",
"relationship_change": 1
},
{
"third_party_role": "A local gossip eager to spread rumors"
}
],
"choices": [
"continue"
],
"transitions": {
"continue": "Ending_final"
},
"media": [],
"developernotes": [
"modification_to_move_forward: Resolve a longstanding family feud"
]
}
},
"HauntedMarsh": {
"step2": {
"description": "Step 2: In A Haunted Marsh Shrouded in Fog, Orin and Voss experience the following: A surprising confession that changes everything. Observing from the sidelines: A beggar listening quietly in the shadows. They then proceed to: Recover from a crippling setback.",
"events": [
{
"characters": ["Orin", "Voss"],
"interpersonal_event": "A surprising confession that changes everything",
"relationship_change": 1
},
{
"third_party_role": "A beggar listening quietly in the shadows"
}
],
"choices": [
"continue"
],
"transitions": {
"continue": "RemoteMountainVillage_step3"
},
"media": [],
"developernotes": [
"modification_to_move_forward: Recover from a crippling setback"
]
}
},
"RemoteMountainVillage": {
"step3": {
"description": "Step 3: In A Remote Mountain Village, Tali and Voss experience the following: They forge a temporary alliance for mutual gain. Observing from the sidelines: A curious child fascinated by adventurers. They then proceed to: Escape a dangerous situation unscathed.",
"events": [
{
"characters": ["Tali", "Voss"],
"interpersonal_event": "They forge a temporary alliance for mutual gain",
"relationship_change": 1
},
{
"third_party_role": "A curious child fascinated by adventurers"
}
],
"choices": [
"continue"
],
"transitions": {
"continue": "SecretHideout_step4"
},
"media": [],
"developernotes": [
"modification_to_move_forward: Escape a dangerous situation unscathed"
]
}
},
"SecretHideout": {
"step4": {
"description": "Step 4: In The Secret Hideout Beneath a Ruined Fort, Nyx and Orin experience the following: They forge a temporary alliance for mutual gain. Observing from the sidelines: An inquisitive guard, always seeking the truth. They then proceed to: Acquire a powerful ancient artifact.",
"events": [
{
"characters": ["Nyx", "Orin"],
"interpersonal_event": "They forge a temporary alliance for mutual gain",
"relationship_change": 1
},
{
"third_party_role": "An inquisitive guard, always seeking the truth"
}
],
"choices": [
"continue"
],
"transitions": {
"continue": "FieryCaverns_step5"
},
"media": [],
"developernotes": [
"modification_to_move_forward: Acquire a powerful ancient artifact"
]
}
},
"Ending": {
"final": {
"description": "A New Era Dawns with Cautious Hope",
"events": [],
"choices": [],
"transitions": {},
"media": [],
"developernotes": [
"Final relationships:",
"Orin|Voss = -1",
"Tali|Voss = 1",
"Nyx|Orin = 1",
"Orin|Tali = 1"
]
}
}
}
"""
OutputMoreRobustTimeline2ndPrompt = """Here are some ideas and best practices for making your story more believable and immersive—and then weaving in meaningful, player-driven activities at each location:
---
## 1. Deepen Character Motivations
1. **Flesh Out Personal Motivations**
- Each major character (Orin, Voss, Tali, Nyx) should have something they stand to gain or lose at each location. For instance, maybe Voss is haunted by a personal failure at the Haunted Marsh, so a “surprising confession” ties directly into that trauma.
- Even side characters (like the beggar, gossip, inquisitive guard, etc.) can have small yet relevant reasons for being present that feed into the world’s coherence.
2. **Connect Past Conflicts and Future Goals**
- Orin and Voss already have deteriorating trust after the fiery caverns. Show how that tension carries over into the Marsh. Maybe they speak in half-truths or withhold critical information to avoid vulnerability.
- Tali may be traveling for a personal quest, such as searching for missing siblings. If that “family feud” is relevant, it can appear in subtle ways (e.g., she overhears gossip or sees a crest in the Hideout that ties to her clan).
---
## 2. Align Environment and Events
1. **Location-Specific Challenges**
- **Fiery Caverns Beneath a Sleeping Volcano**: Extreme heat, magma flows, or trembling ground force characters to make quick decisions or reveal their personalities in high-stress situations. This environment itself can be the cause of tension or unity.
- **Haunted Marsh Shrouded in Fog**: Low visibility or ghostly apparitions can cause paranoia, spurring confessions or alliances. Perhaps the Marsh is known for revealing illusions of a character’s past regrets, fueling pivotal story revelations.
2. **Tie Plot to the Location’s Lore**
- When you say “they must recover from a crippling setback” in a Marsh, maybe the Marsh’s local legend is about lost travelers or a hidden cure. This gives the story event a narrative reason for happening *there*.
- If the Ruined Fort has rumors about a powerful artifact, it justifies why Nyx and Orin would forge an alliance to seek it in that very place.
---
## 3. Interweave Third-Party Roles and Consequences
1. **Third-Party Observers With Agency**
- A beggar who is “quietly listening” might later use that overheard information for blackmail or might warn someone else of the characters’ plans. Don’t let them vanish without consequence.
- The “curious child” in the village might become an unexpected messenger, revealing the party’s presence to foes or letting them in on a local secret.
2. **NPC Network**
- Give each onlooker or side character a small web of connections to the main cast or the environment. This maintains continuity and a sense that the world reacts to the player’s/characters’ actions.
---
## 4. Introduce Player Agency in Each Location
Right now, the story steps are fairly linear. You can expand player options by designing activities that support or contrast the main narrative:
1. **Side Quests / Sub-Activities**
- **Fiery Caverns**:
- **Gather Rare Materials**: The player can explore small side tunnels to collect rare volcanic crystals for trading or forging. This quest can reveal more about Orin’s or Tali’s resourcefulness and the region’s culture.
- **Assist the Beggar**: The beggar might offer a cryptic tip in exchange for help finding safer passage.
- **Haunted Marsh**:
- **Marsh Trials**: Fog-based illusions make the player confront personal regrets, which might tie into Orin’s or Voss’s confessions.
- **Local Fishing or Foraging**: A “calm moment” to gather supplies or unique Marsh reagents—this can enhance survival elements and make the world feel alive.
2. **Dialogue Choices**
- During each “interpersonal event,” let the player influence how a conversation unfolds. This can alter relationship changes or immediate next steps (e.g., does Orin soften a bit after hearing Voss’s confession, or does he hold onto anger?).
3. **Location-Specific Challenges**
- **Environmental Hazards**: Heat exhaustion, sinkholes, hidden traps in ruins—these can become small gameplay loops that reinforce the location’s identity.
- **Stealth vs. Direct Confrontation**: If you have an inquisitive guard, does the player try to sneak past, or talk their way through? Each approach might yield different consequences.
---
## 5. Reinforce Relationship Dynamics with Gameplay
1. **Team-Based Obstacles**
- Create puzzles or battles that require the skills or trust of both characters involved. For example, Orin’s knowledge of ancient scripts plus Voss’s brute strength might be needed to open a hidden door. If trust is low, they might fail or argue, changing the outcome.
2. **Branching Relationship Arcs**
- If the relationship meter (e.g., Orin|Voss = -1) goes too low, maybe they fight at inopportune times or sabotage each other. If it climbs high, they might protect each other from certain traps.
- This ensures that relationship changes do more than just appear on a stat screen—they alter the game’s path or difficulty in certain areas.
---
## 6. Maintain Cohesive Narrative Flow
1. **Chekhov’s Gun Principle**
- If something is mentioned (like a “longstanding family feud” or a “powerful ancient artifact”), make sure it shows up again in a meaningful way, paying it off narratively.
- For example, mention early on that the feud might lead to someone betraying the group, then pay it off by having that tension climax at the final location.
2. **Ephemeral Continuity**
- Each step influences the next. If Orin left Voss behind in the Marsh, maybe Voss arrives late in the next location with a new grudge or a new ally. That sense of cause and effect keeps the world believable.
---
## 7. Example Outline: Adding Depth and Activities
Here’s a more fleshed-out partial example focusing on the **Haunted Marsh**:
- **HauntedMarsh: step2**
- **Description**: Orin and Voss must travel through the fog-enshrouded bog to reach a crucial relic rumored to cleanse curses.
- **Events**:
- “A surprising confession that changes everything” could be spurred by illusions dredging up guilt.
- **Side Quests**:
1. **Warding Lantern**: A local hermit begs for help collecting phosphorescent mushrooms to craft a lantern that repels marsh spirits. This ties to the environment and helps players survive.
2. **Marsh Oracle**: The beggar might actually be a visionary who offers cryptic advice if the players bring them a rare “Marsh Lily.”
- **Relationship Mechanics**:
- If Orin is suspicious of Voss, let that seep into how they approach illusions (e.g., Orin might see illusions of Voss betraying him). A dialogue choice can let players choose to trust or deny those illusions.
- **Transitions**: Possibly branch out (stay to do side quests or push on immediately) but eventually funnel back to the next big location.
---
## Final Thoughts
- **Build each location so it reflects (1) the story’s history and (2) the characters’ personal arcs.**
- **Embed meaningful player actions** that reveal backstory, test alliances, and provide tangible rewards or punishments (equipment, local standing, new information).
- Keep track of relationship metrics **and** how each story beat impacts them, ensuring the effects show up in dialogue, choices, and gameplay consequences.
By following these steps, you’ll create a more cohesive, believable world where the **story, characters, and gameplay** are closely interwoven—enhancing the player’s sense of agency and immersion.
"""
SimpleStructureTimeline1stPrompt = """Here is a config skeleton to turn into a story that ends with: The villain gets their comeuppance and is punished for their crimes.
{
"masterlocation1": {
"location1": {
"description": "UI - Character Model Viewer",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location2"
},
"media": [],
"developernotes": []
},
"location2": {
"description": "UI - Crafting Progress Bar",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location3"
},
"media": [],
"developernotes": []
},
"location3": {
"description": "UI - Scoreboard",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location4"
},
"media": [],
"developernotes": []
},
"location4": {
"description": "Story: overcomeLoss",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location5"
},
"media": [],
"developernotes": []
},
"location5": {
"description": "Story: formAlliance",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location6"
},
"media": [],
"developernotes": []
},
"location6": {
"description": "Story: makeDecision",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location7"
},
"media": [],
"developernotes": []
},
"location7": {
"description": "Story: exploreLocation",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location8"
},
"media": [],
"developernotes": []
},
"location8": {
"description": "UI - World Map",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location9"
},
"media": [],
"developernotes": []
},
"location9": {
"description": "UI - Crafting Recipe List",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location10"
},
"media": [],
"developernotes": []
},
"location10": {
"description": "Story: faceChallenge",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location11"
},
"media": [],
"developernotes": []
},
"location11": {
"description": "Story: experienceSetback",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location12"
},
"media": [],
"developernotes": []
},
"location12": {
"description": "UI - Skill Path Highlight",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location13"
},
"media": [],
"developernotes": []
},
"location13": {
"description": "Story: makeDiscovery",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location14"
},
"media": [],
"developernotes": []
},
"location14": {
"description": "UI - System Messages",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location15"
},
"media": [],
"developernotes": []
},
"location15": {
"description": "Story: meetCharacter",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location16"
},
"media": [],
"developernotes": []
},
"location16": {
"description": "Story: engageBattle",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location17"
},
"media": [],
"developernotes": []
},
"location17": {
"description": "Story: unlockAbility",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location18"
},
"media": [],
"developernotes": []
},
"location18": {
"description": "UI - Quest Status Indicators",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location19"
},
"media": [],
"developernotes": []
},
"location19": {
"description": "UI - Mini-Map",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "masterlocation1_location20"
},
"media": [],
"developernotes": []
},
"location20": {
"description": "UI - Quick Equip Slots",
"events": [],
"choices": [
"continue"
],
"transitions": {
"continue": "end"
},
"media": [],
"developernotes": []
},
"end": {
"description": "The adventure ends here.",
"choices": [
"restart"
],
"transitions": {
"restart": "location1"
}
}
}
}
"""
Outputof1stSimpleStructurePrompt = """{
"masterlocation1": {
"location1": {
"description": "UI - Character Model Viewer: The hero prepares for the journey.",
"events": ["intro"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location2"
},
"media": ["hero_model"],
"developernotes": ["Introduce the hero."]
},
"location2": {
"description": "UI - Crafting Progress Bar: The hero crafts essential tools.",
"events": ["craftItem"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location3"
},
"media": ["crafting_ui"],
"developernotes": ["Player learns crafting."]
},
"location3": {
"description": "UI - Scoreboard: The hero reflects on previous challenges.",
"events": ["reflect"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location4"
},
"media": ["scoreboard"],
"developernotes": ["Introduce past successes and failures."]
},
"location4": {
"description": "Story: Overcome the loss of an ally during a surprise attack.",
"events": ["overcomeLoss"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location5"
},
"media": ["battle_scene"],
"developernotes": ["Set up stakes with personal loss."]
},
"location5": {
"description": "Story: Form an alliance with unlikely allies.",
"events": ["formAlliance"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location6"
},
"media": ["alliance_image"],
"developernotes": ["Highlight camaraderie."]
},
"location6": {
"description": "Story: Make a critical decision about pursuing the villain.",
"events": ["makeDecision"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location7"
},
"media": ["decision_ui"],
"developernotes": ["Player chooses pursuit strategy."]
},
"location7": {
"description": "Story: Explore the villain’s hideout for clues.",
"events": ["exploreLocation"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location8"
},
"media": ["hideout_map"],
"developernotes": ["Introduce villain’s presence."]
},
"location8": {
"description": "UI - World Map: The path to confront the villain is charted.",
"events": ["chartPath"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location9"
},
"media": ["world_map"],
"developernotes": ["Provide player overview."]
},
"location9": {
"description": "UI - Crafting Recipe List: Finalize preparations for battle.",
"events": ["prepareGear"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location10"
},
"media": ["recipes_ui"],
"developernotes": ["Final crafting before the climax."]
},
"location10": {
"description": "Story: Face the villain’s henchmen in a challenging fight.",
"events": ["faceChallenge"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location11"
},
"media": ["battle_ui"],
"developernotes": ["Player engages in combat."]
},
"location11": {
"description": "Story: Experience a setback as the villain escapes.",
"events": ["experienceSetback"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location12"
},
"media": ["setback_ui"],
"developernotes": ["Raise tension and stakes."]
},
"location12": {
"description": "UI - Skill Path Highlight: Unlock a hidden ability to counter the villain.",
"events": ["unlockAbility"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location13"
},
"media": ["skill_ui"],
"developernotes": ["Introduce player growth."]
},
"location13": {
"description": "Story: Discover a critical weakness in the villain’s plan.",
"events": ["makeDiscovery"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location14"
},
"media": ["discovery_scene"],
"developernotes": ["Hint at victory."]
},
"location14": {
"description": "UI - System Messages: Allies send reinforcements.",
"events": ["callReinforcements"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location15"
},
"media": ["system_ui"],
"developernotes": ["Build momentum for final battle."]
},
"location15": {
"description": "Story: Confront the villain in their lair.",
"events": ["meetCharacter", "engageBattle"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_location16"
},
"media": ["final_battle"],
"developernotes": ["Player confronts villain."]
},
"location16": {
"description": "Story: Defeat the villain and see their crimes revealed.",
"events": ["revealTruth", "punishVillain"],
"choices": ["continue"],
"transitions": {
"continue": "masterlocation1_end"
},
"media": ["villain_defeat"],
"developernotes": ["Resolution of story."]
},
"end": {
"description": "The villain gets their comeuppance and is punished for their crimes. Justice is served.",
"choices": ["restart"],
"transitions": {
"restart": "masterlocation1_location1"
},
"media": ["justice_scene"],
"developernotes": ["Satisfying conclusion."]
}
}
}
"""
#-------------------------#-------------------------#-------------------------#-------------------------
#-------------------------#-------------------------#-------------------------#-------------------------