Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 3 years ago |
| Version | 1.0.0 |
| Download link | WFV-WFVloading-1.0.0.zip |
| Downloads | 333 |
| Dependency string | WFV-WFVloading-1.0.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.2100README
WVFLoading
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.