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 | 4 months ago |
Version | 1.6.0 |
Download link | ComfyMods-Intermission-1.6.0.zip |
Downloads | 2963 |
Dependency string | ComfyMods-Intermission-1.6.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 > 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.
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.
Create a content mod for Thunderstore
- In your
manifest.json
add a dependency toComfyMods-Intermission-1.6.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.
Installation
Manual
- Un-zip
/config/
and/plugins/
folders into your/Valheim/BepInEx/
folder.
Thunderstore (manual)
- Go to Settings > Import local mod > Select
Intermission_v1.6.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.7.0
- Updated for the
v0.218.21
patch. - Fixed the
LoadingIndicator
not centering on the initialSceneLoader
screen. - Added a new config option
SceneLoadeer.progressIndicatorOffset
for the centered indicator.
1.6.0
- Updated for the
v0.218.19
patch. - 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.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 themenuAnimator
. - Removed
shadowEffectColor
andshadowEffectDistance
config options due to the change toTextMeshPro
.
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.