
You are viewing a potentially older version of this package. View Latest Version
WFVloading
Zeigt die World For Vikins LadebildschirmeWVFLoading
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
.pngimage 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.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
_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.0.2.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
- Check out our community driven listing site at: valheimlist.org
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.