Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Locate the data directory
    The directory where Genesis stores your data can be found in the Genesis settings on the first page.

  2. Create a “custom/shadowrun6/fallback-help.properties” file
    In your data directory should be a subdirectory named “custom”. Within create a subdirectory named “shadowrun6”. There create a file named “fallback_-help.properties”
    E.g. on Windows this might look like: C:\Users\Stefan\rpgframework\custom\shadowrun6\fallback-help.properties

  3. Write your text
    To add a description to an item existing in Genesis, you must know the correct key. The key is always in the format <type>.<identifier>.desc - e.g. “item.gas-vent-system.desc”. To learn the correct types and identifiers look at the regular properties file.
    E.g.
    quality.astral_chameleon.desc=Hello World
    quality.toxin_resistance.desc=Goodby World

...