Dream_Texts

1.9.0 ✓ Scan successful

Allows changing dream texts and conditions.

Client & Server Config
Dependencies

Dream Texts

Allows changing dream texts and conditions.

Install on all clients and on the server if you want to sync the dreams (modding guide).

Usage

After loading a world, dream_texts.yaml is generated to the config folder.

The file can be modified while in the game. If installed on server, then the server file is applied to all clients.

When sleeping, the game randomly selects one of the available dreams and then does the random chance roll for that dream.

This means the random chances are not added together but checked individually.

Examples

A dream with text "Sweet dreams". If this is the only dream, it would always appear.

- text: Sweet dreams!
  chance: 1

Before Eikthyr is defeated, the sweet dream would always appear (always gets selected with 1 chance). After Eikthyr is defeated, the sweet dream would appear 50% of the time and the bad dream 25% of the time. After Bonemass is defeated, the bad dream would appear 50% of the time.

- text: Sweet dreams!
  chance: 1
  forbiddenKeys: defeated_bonemass
- text: Bad nightmare!
  chance: 0.5
  requiredKeys: defeated_eikthyr

See Global keys for a list of required or forbidden keys.

Credits

Thanks for Azumatt for creating the mod icon!

Sources: GitHub

Donations: Buy me a computer


Threads

No threads yet.

Log in to post a thread.

Manual installation instructions
1

Install BepInExPack_Valheim

BepInExPack_Valheim is required to run mods in Valheim.

Download BepInExPack_Valheim 5.4.2333 · View mod page

Check out the mod page for detailed installation instructions.

2

Install Dream_Texts

This mod only needs to be installed on both the client and the server.

Download Dream_Texts 1.9.0

Extract the ZIP and place the file(s) into the BepInEx/plugins/ folder inside your Valheim game folder.