This mod adds two game modes for hitless:
- Fragile Soul: Hitless but you can still respawn.
- Glass Soul: Hitless with Steel Soul content. Death is permanent.
Fractured Mask does not work under these modes.
Existing saves are not affected. Only new saves started with these modes are affected.
New translation are welcomed! Follow this guide, add the appropriate file under HitlessMode/languages and create a pull request.
.NET 10 is required.
Download SkongGamemodes. The downloaded archive contains Skonggamemodes.dll. Create a new directory deps under HitlessMode and put Skonggamemodes.dll.
Create SilksongPath.props under HitlessMode. Copy and paste the following text and edit as needed.
<Project>
<PropertyGroup>
<SilksongFolder>SilksongInstallPath</SilksongFolder>
<!-- If you use a mod manager rather than manually installing BepInEx, this should be a profile directory for that mod manager. -->
<SilksongPluginsFolder>$(SilksongFolder)/BepInEx/plugins</SilksongPluginsFolder>
</PropertyGroup>
</Project>dotnet build -c Release