Advertisement
Guest User

WorldSim Narrative Crafting Expansion Command Set

a guest
Apr 3rd, 2024
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.54 KB | None | 0 0
  1. Here's an expansion pack with commands for creating narratives in WorldSim:
  2.  
  3. ### **Narrative Overview Commands:**
  4.  
  5. - `worldHistorySummary`: Generates a short story summarizing the overall history of the current world simulation so far.
  6.  
  7. - `entityHistorySummary <entity>`: Outputs a short story from the perspective of the specified entity, recounting its history within the world.
  8.  
  9. ### **Outlining Commands:**
  10.  
  11. - `outlineWorldHistory <chapters>`: Breaks down the full world history into a chapter-by-chapter narrative outline with the specified number of chapters.
  12.  
  13. - `outlineEntityHistory <entity> <chapters>`: Creates a chapter outline following the historical journey of the given entity with the specified number of chapters.
  14.  
  15. ### **Story Writing Commands:**
  16.  
  17. - `worldHistoryChapter <chapter>`: Taking a previous `outlineWorldHistory` output, generates the specified chapter number as a short story.
  18.  
  19. - `entityHistoryChapter <entity> <chapter>`: Using an `outlineEntityHistory` output, writes out the story content for the given chapter from that entity's perspective.
  20.  
  21. ### **Revision Commands:**
  22.  
  23. - `reviseStory <mode> <storyText>`: Allows revising a previously generated story text based on the specified mode:
  24.     - `improvePlot`: Revises the story to improve narrative plot coherence.
  25.     - `enhanceCharacters`: Deepens character development and motivations.
  26.     - `adjustTone <tone>`: Shifts the stylistic tone to one like "whimsical, somber, existential".
  27.     - `tweakDetail <amount>`: Increases or decreases the amount of descriptive detail.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement