
You are viewing a potentially older version of this package. View Latest Version
Trials of Odin
This mod increases difficulty. Highly configurable.Trials of Odin: A Difficulty Enhancement Mod
This mod was created to increase the difficulty, add some mechanics, and make Valheim dangerous again!
Implemented Features:
Base Features
- ✓ Configurable boss scaling that : -- Takes a value from the config, and uses that to overwrite the default game scaling. -- Scaling is applied to health, damage, and movement speed. -- Scaling is also based on number of players. Higher player count around boss spawn = much harder bosses. -- Optional config to force scaling to set number of players.
- ✓ Toggleable boss rage mode that increases boss attack frequency below half health.
- ✓ Toggleable increased base enemy difficulty. Raises every mob difficulty by 1 level, but does not increase loot.
Event System
- ✓ Toggleable Event System Overhaul: Events can now be bound to the player so that they only receive events they've "unlocked"
Iron Man Mode
- ✓ Toggleable Iron Man Mode: Once your character dies, you get logged out & that character is deleted forever. Try a true Iron Man Run!
- ✓ Toggleable Iron Man Lite: Once your character dies, instead of being deleted, inventory is destroyed & stats are reset to zero. At least you get to keep your base?
- ✓ Toggleable World Breaker Mode: ONLY for the hardcore. On death, logs you out, deletes your character & your world. HAS NOT BEEN TESTED IN MULTIPLAYER, WOULD NOT RECOMMEND. TRY AT YOUR OWN RISK.
- Iron Man Mode must be enabled for Iron Man Lite or World Breaker to function.
Planned Features
- Allow bosses to spawn their corresponding events during boss fights.
- Increase portal construction cost to add 5 Bronze Bars.
- Anything else sadistic I can come up with, or that you recommend!
Config Format
[TrialsOfOdin.Base]
## Enable/Disable increased difficulty
# Setting type: Boolean
# Default value: true
IncreaseBaseDifficulty = true
## Difficulty Percentage increase per player (40% default value)
# Setting type: Single
# Default value: 0.4
BaseDifficultyIncreaseFactor = 0.4
## Enable/Disable Speed Increase
# Setting type: Boolean
# Default value: true
IncreaseSpeedWithDifficulty = true
## Difficulty Percentage increase per player (40% default value)
# Setting type: Boolean
# Default value: true
EnableRageMode = true
## Enable/Disable allowing bosses to spawn their associated event during the boss fight.
# Setting type: Boolean
# Default value: false
EnableBossAdds = false
## Force Difficulty Increase (used to force difficulty when in Multiplayer)
# Setting type: Boolean
# Default value: false
ForceDifficulty = false
## Force Number of Players (used to force number of players in Multiplayer)
# Setting type: Int32
# Default value: 1
ForcedPlayerCount = 1
## Enable/Disable Increase all mobs (except bosses) by 1 star.
# Setting type: Boolean
# Default value: true
IncreaseMobDifficulty = true
[TrialsOfOdin.EventSystem]
## Enable/Disable tying events to players.
# Setting type: Boolean
# Default value: true
FixEventSystem = true
[TrialsOfOdin.IronMan]
## Enable/Disable Iron Man Mode: Lose all items & Delete Character on Death (Off by default)
# Setting type: Boolean
# Default value: false
IronMan = false
## Enable/Disable Iron Man Lite Mode: Lose all items, stats reset to 0 on Character Death. Use in conjunction with Iron Man Mode above (Off by default)
# Setting type: Boolean
# Default value: false
IronManLite = false
## Enable/Disable WorldBreaker mode: On death, destroys world as well.
# Setting type: Boolean
# Default value: false
WorldBreaker = false
Enjoy the Trials of Odin. He's always watching...
Installation (manual)
If you are installing this manually, do the following
- Extract the archive into a folder. Do not extract into the game folder.
- Move the contents of
pluginsfolder into<GameDirectory>\BepInEx\plugins. - Run the game.
Changelog:
- V1.0.3: Added checks for whether host or not on a lot of things. Also WorldBreaker now checks if total players is 1 and if it is enabled it will delete the world. STILL DO NOT RECOMMEND USING ON SERVER.
- V1.0.2: Updated icon
- V1.0.0: Initial Release

