Last updated | 3 years ago |
Total downloads | 945 |
Total rating | 4 |
Categories | Mods Tweaks |
Dependency string | Rex_Mods-IronManMode-1.0.3 |
Dependants | 0 other packages depend on this package |
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.800README
Iron Man Mode: For Those Who Only Want To Die Once
This mod was created to enforce an Iron Man playthrough. Feel free to DM me on Discord if you have any issues. @GeranisaurusRex#7683
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.
Config Format
[IronManMode.General]
## Enable/Disable Version Checking (Off by default)
# Setting type: Boolean
# Default value: false
IgnoreVersionCheck = false
[IronManMode.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
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
plugins
folder into<GameDirectory>\BepInEx\plugins
. - Run the game.
Changelog:
- V1.0.3: Added support for Game Version _0.148.7. Added config option to ignore version checking.
- V1.0.2: Fixed a bug causing the mod to just not function.
- V1.0.1: Added support for Game Version 0.148.6.
- V1.0.0: Initial Release