Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
mtnewton - https://valheim.thunderstore.io/package/mtnewton/ - we worked together to get our development environments set up for modding. His help allowed me to hit the ground running. There are also various parts of the code and instructions that were directly taken from his mods. denikson - https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/ - thanks for the BepInEx Valheim mod, that makes loading other mods a lot easier.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Have you ever jumped while running down a hill and fallen to your death?
Have you ever ran out of stamina right before you jump into the water and die before you make it back to shore?
This mod is for you!
SafetyNet prevents damage from common environmental effects.
Default configuration is set to prevent both fall and swim damage.
Configuration allows for additional prevention of fire (burning), smoked and freezing damage. Disclaimer: I take no responsibility for sudden deaths that may occur during the use of this plugin.
Installation
1. Download and install BepInEx Valheim 2. Download this mod and move the `SafetyNet.dll` into `<GameLocation>\BepInEx\plugins` 3. Launching the game will generate a config file at `<GameLocation>\BepInEx\config`
Configuration
[SafetyNet] ## Whether to take the damage # Setting type: Boolean # Default value: false TakesFallDamage = false
## Whether to take the damage # Setting type: Boolean # Default value: true TakesFireDamage = true
## Whether to take the damage # Setting type: Boolean # Default value: true TakesFreezeDamage = true
## Whether to take the damage # Setting type: Boolean # Default value: true TakesSmokeDamage = true
## Whether to take the damage # Setting type: Boolean # Default value: false TakesSwimDamage = false