ComfyMods-Intermission icon

Intermission

Show custom images and tips on the loading screen.

Last updated a week ago
Total downloads 16560
Total rating 2 
Categories Mods Skins Client-side Hildir's Request Update
Dependency string ComfyMods-Intermission-1.5.0
Dependants 73 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

Intermission

Show custom images and tips on the loading screen.

Instructions

Adding custom loading images and loading tips

Thunderstore

  • Go to Settings > Browse profile folder.
  • Navigate to the BepInEx > config > Intermission folder.
  • Place .png or .jpg image files in this folder.
  • Create (or modify) tips.txt textfile in this folder, one loading tip per line.

Thunderstore Example

Manual

  • Navigate to your Valheim > BepInEx > config > Intermission folder.
  • Place .png image files in here.
  • Create (or modify) tips.txt textfile in this folder, one loading tip per line.

Manual Example

Create a content mod for Thunderstore

  • In your manifest.json add a dependency to ComfyMods-Intermission-1.4.0.
  • Structure your content mod zip file to resemble the following example:
# AuthorName-ContentModName.zip
  - [config]
    - [Intermission]
      - image1.png
      - image2.png
      - image3.jpg
      - tips.txt
  - icon.png
  - manifest.json
  - README.md

Configuration

  • Changes to all settings will take effect immediately (except for _isModEnabled which requires a game restart).
  • Use ConfigurationManager to modify settings in-game.

Configuration

Installation

Manual

  • Un-zip /config/ and /plugins/ folders into your /Valheim/BepInEx/ folder.

Thunderstore (manual)

  • Go to Settings > Import local mod > Select Intermission_v1.5.0.zip.
  • Click "OK/Import local mod" on the pop-up for information.

Notes