You are viewing a potentially older version of this package. View all versions.
ComfyMods-Intermission-1.0.2 icon

Intermission

Show custom images and tips on the loading screen.

Date uploaded a year ago
Version 1.0.2
Download link ComfyMods-Intermission-1.0.2.zip
Downloads 2746
Dependency string ComfyMods-Intermission-1.0.2

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 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.0.0.
  • Structure your content mod zip file to resemble the following example:
# AuthorName-ContentModName.zip
  - [config]
    - [Intermission]
      - image1.png
      - image2.png
      - 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.0.2.zip.
  • Click "OK/Import local mod" on the pop-up for information.

Notes

Changelog

1.0.2

  • Modified TipText to horizontally wrap with width set to entire screen.
  • Updated BepInEx dependency to denikson-BepInExPack_Valheim-5.4.2100.

1.0.1

  • Fixed a bug where config changes to LoadingImage and PanelSeparator were not reflected accurately.

1.0.0

  • Initial release.

CHANGELOG

Changelog

1.5.0

  • Updated for the v0.217.46 patch.
  • Added new SceneLoader patch for custom loading images and progress indicator.
  • Added new config options to control new feature:
    • SceneLoader.useLoadingImages
    • SceneLoader.showProgressText
    • SceneLoader.centerProgressIndicator

1.4.0

  • Updated for the v0.217.38 patch.
  • Moved changelog into CHANGELOG.md.
  • Bumped up <LangVersion> to C# 10.
  • Custom loading images will now be randomly shown at least once before resorting into a new random order.
  • Code clean-up and refactoring.

1.3.0

  • Fixed for the v0.217.24 patch.
  • Added work-around for the FejdStartup loading text UI state being locked due to the menuAnimator.
  • Removed shadowEffectColor and shadowEffectDistance config options due to the change to TextMeshPro.

1.2.0

  • Added support for .jpg image files.

1.1.0

  • Updated for Valheim v0.216.9 patch.

1.0.2

  • Modified TipText to horizontally wrap with width set to entire screen.
  • Updated BepInEx dependency to denikson-BepInExPack_Valheim-5.4.2100.

1.0.1

  • Fixed a bug where config changes to LoadingImage and PanelSeparator were not reflected accurately.

1.0.0

  • Initial release.