You are viewing a potentially older version of this package.
View all versions.
Intermission
Show custom images and tips on the loading screen.
| Date uploaded | 2 years ago |
| Version | 1.5.0 |
| Download link | ComfyMods-Intermission-1.5.0.zip |
| Downloads | 9631 |
| Dependency string | ComfyMods-Intermission-1.5.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
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 > Intermissionfolder. - Place
.pngor.jpgimage files in this folder. - Create (or modify)
tips.txttextfile in this folder, one loading tip per line.

Manual
- Navigate to your
Valheim > BepInEx > config > Intermissionfolder. - Place
.pngimage files in here. - Create (or modify)
tips.txttextfile in this folder, one loading tip per line.

Create a content mod for Thunderstore
- In your
manifest.jsonadd a dependency toComfyMods-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
_isModEnabledwhich requires a game restart). - Use ConfigurationManager to modify settings in-game.

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
- See source at: GitHub/ComfyMods.
- Looking for a chill Valheim server? Comfy Valheim Discord
CHANGELOG
Changelog
1.8.0
- Updated for the
v0.219.16patch. - Fixed an issue with custom loading tips not being shown when manually advanced.
- Loading tips can now be manually advanced when teleporting (vanilla is limited to respawning only).
- Removed vanilla logging of loading tips when they are manually advanced.
1.7.0
- Updated for the
v0.218.21patch. - Fixed the
LoadingIndicatornot centering on the initialSceneLoaderscreen. - Added a new config option
SceneLoadeer.progressIndicatorOffsetfor the centered indicator.
1.6.0
- Updated for the
v0.218.19patch. - Added a solid color background to the loading screen to handle images that do not fill the entire screen.
- Color can be changed with config option:
LoadingScreen.Background.backgroundColor
- Color can be changed with config option:
- Small code clean-up and refactornig.
1.5.0
- Updated for the
v0.217.46patch. - Added new
SceneLoaderpatch for custom loading images and progress indicator. - Added new config options to control new feature:
SceneLoader.useLoadingImagesSceneLoader.showProgressTextSceneLoader.centerProgressIndicator
1.4.0
- Updated for the
v0.217.38patch. - 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.24patch. - Added work-around for the
FejdStartuploading text UI state being locked due to themenuAnimator. - Removed
shadowEffectColorandshadowEffectDistanceconfig options due to the change toTextMeshPro.
1.2.0
- Added support for
.jpgimage files.
1.1.0
- Updated for Valheim
v0.216.9patch.
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.