Difference between revisions of "Modding repeated roles"

From Wildermyth Wiki
(Created page with "foo")
 
Line 1: Line 1:
foo
This page walks through the process of adding a second encounter, which may occur later in the game, where some of the roles from the first encounter are repeated.  For example, you may want to foreshadow something by having one character make a comment, and later have something happen to that character.different types of variant text and faces to a comic.  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 December 2019, early access version 0.12+104 Pixle Masterson. 
 
==Prerequisite encounter==
# This is a brief summary of the prerequisite steps.  If you have an example event already skip  to the next section.  For more details see [[Modding Wilderness encounter|Modding a wilderness encounter]]
# 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.
# 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.
# On the targets line, add the default "hero" story role and a second story role "volunteer"
# Delete the choiceTarget section, and in the outcome list, add "description".  This creates the comic.
# '''This is the most common mistake, causing a mod to not work! New events are disabled by default.''' Under abilities, set encounterEnabled to true
# Save, and go to the comics screen
# Add a basic full size panel with the hero and volunteer facing each other.
# Your screen should look similar to this:
[[File:ModdingVariantText.PNG]]
 
==Key concept==
In the outcomes section of an encounter, you can do a lot of things.  In this case, we will add a custom "aspect" onto each character.  Then the second encounter will have filters, so it will only trigger if the required aspects are present.  Suppose the first encounter adds aspects to two characters, but one of them is killed.  Then the second encounter will never trigger because it will never find both aspects.
 
==Create the aspects===
NYI
 
==Add the aspects in the outcome==
NYI
 
==Create the second encounter==
NYI
 
==Seeing the effect in game==
NYI[[Category:Modding]]
[[Category:Modding Guides]]

Revision as of 22:30, 26 December 2019

This page walks through the process of adding a second encounter, which may occur later in the game, where some of the roles from the first encounter are repeated. For example, you may want to foreshadow something by having one character make a comment, and later have something happen to that character.different types of variant text and faces to a comic. 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 December 2019, early access version 0.12+104 Pixle Masterson.

Prerequisite encounter

  1. This is a brief summary of the prerequisite steps. If you have an example event already skip to the next section. For more details see Modding a wilderness encounter
  2. Select "Tools" at the main game screen, then "Open Editor", then "Content and Comics Editor"
  3. At the upper left, click "Mods", click "Create New Mod" in the browser, and fill in the form.
  4. 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.
  5. On the targets line, add the default "hero" story role and a second story role "volunteer"
  6. Delete the choiceTarget section, and in the outcome list, add "description". This creates the comic.
  7. This is the most common mistake, causing a mod to not work! New events are disabled by default. Under abilities, set encounterEnabled to true
  8. Save, and go to the comics screen
  9. Add a basic full size panel with the hero and volunteer facing each other.
  10. Your screen should look similar to this:

ModdingVariantText.PNG

Key concept

In the outcomes section of an encounter, you can do a lot of things. In this case, we will add a custom "aspect" onto each character. Then the second encounter will have filters, so it will only trigger if the required aspects are present. Suppose the first encounter adds aspects to two characters, but one of them is killed. Then the second encounter will never trigger because it will never find both aspects.

Create the aspects=

NYI

Add the aspects in the outcome

NYI

Create the second encounter

NYI

Seeing the effect in game

NYI