Wilderness encounter

From Wildermyth Wiki
Revision as of 11:21, 29 November 2019 by Davea (talk | contribs)

This page is a work in progress. It will walk through the process of creating an encounter. The focus is on getting something simple which you can see in the game, and adding more details later. The description and screenshots are current as of November 2019, early access version 0.10+98 Ryvio Wartmarch

Preparation

  • A typical encounter has between 1-3 PCs. You will need to think of the criteria for selecting the PCs; it helps to browse the existing events to get some ideas of this. To start with, you can randomly select party members.
  • A typical encounter has 3-10 steps, which you can think of as rows of the comic. Each panel will have 1-2 lines of dialog, which can be chosen depending on the characters' personality. You should write out at least one line for each panel before you start. Later, you can add personality variants
  • Most encounters have a choice, or there isn't really any point. Decide what choice you will force the player to make. If there are three choices, you will need a set of rows for each choice. Write at least one line for each choice, and write the dialog for the rows following each choice.
  • Every row of the comic must be designed. The comic tool has drag and drop aspects, but you are still in charge of the detailed visual design of each row. It can help to sketch out how you want each row to look, so that you will spend less time moving and re-moving items in the editor.

Getting started

  • Select "Tools" at the main game screen, then "Open Editor", then "Content and Comics Editor"
  • At the upper left, click "Mods", click "Create New Mod" in the browser, and fill in the form. This will pop up a file browser showing the files the tool just created; you can close this for now.
  • At the upper left, click "effects", then "New", and fill in the form. In the "Type" dropdown, select "Wilderness Scouting". The name field will fill in with auto-generated text. In this example, the full name is [davea_enc_01]davea_enc_o1_cropsOfStone

Filling out the encounter

  • Add one story role for each PC in the dialog you wrote. In this example, we will have "hero", "volunteer2" and "volunteer3".
  • Hover the mouse over "targets" and a row of buttons will appear. Click "New Story Role" and the New Story Role dialog will appear. For the first one, just click the "Create" button at the bottom right. This will add line 5, "hero".
  • Add two more story roles using "New Story Role". For the second one, in the "role" dropdown, select volunteer2, and create. For the third one, select volunteer3.
  • At the bottom, you will see text, "Error: target <N> (choiceTarget) defines no choices". For now, delete the choiceTarget row by hovering over the choiceTarget line and choosing "X" to delete it.
  • Hover over the outcomes line and click New Entry, then on the right side, click New Entry and select Description (the first entry) in the dropdown. This links the comic we will create, to this encounter.
  • The target section of your encounter window should look like this:

EncounterTargetScreen.PNG

  • Now is a good time to save, using the button at the top of the window.

Starting the first comic

  • At the top of the screen, select "comics" to open the comic editor. If it is not already selected, select the name of your encounter.
  • Designing each panel requires quite a number of steps. We will go through creating one panel and then test it in-game.
  • We will have one NPC with dialog. At the upper left, click the button "New NPC". Your screen should look like this; in particular note the targets section includes hero, volunteer2 and volunteer3, and the generated targets section includes npc. If you do not see those, please review the earlier steps.

EncounterFirstComic.PNG