RebirthOfPurity Upgraded
FORK: Removes corruption over time and on resurrection. Origin Mod: https://github.com/saschati/OutwardMod-RebirthOfPurity
| Last updated | a day ago |
| Total downloads | 14 |
| Total rating | 0 |
| Categories | Balancing Misc |
| Dependency string | Saschati-RebirthOfPurity_Upgraded-1.0.2 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
README
Rebirth Of Purity
Allows players to cleanse Corruption by sleeping or upon death. Fork: This mod is a fork of an existing mod Rebirth Of Purity, it fixes the current logic that is not working for some users and adds new features.
Features
- Cleanse on Sleep: Corruption is gradually removed while resting.
- Cleanse on Death: All corruption is purged when the player dies.
- Continuous cleaning: Corruption is constantly decreasing over time (due to issues in co-op that could not be tracked through other mods).
- Configurable: Fully adjustable through Outward Config Manager (default hotkey: F5).
Configuration
It is recommended to install Outward Config Manager to adjust settings.
- Toggle purification on or off globally.
- Configure the amount of corruption removed per unit of sleep time.
- Toggle corruption reduction while resting
Development & Build
-
Create a symbolic link from the game’s
Manageddirectory to this project directory. -
Install the .NET SDK.
-
Run the following commands:
dotnet nuget add source https://nuget.bepinex.dev/v3/index.json -n BepInEx dotnet build -c Release -
The build output will be located at:
bin\Release\net472\RebirthOfPurity.dll