CarrieForle-RandomPing icon

RandomPing

Play Discord ping sound at random moment.

Last updated 3 days ago
Total downloads 51
Total rating 0 
Categories Mods
Dependency string CarrieForle-RandomPing-0.1.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_Silksong-5.4.2304 icon
BepInEx-BepInExPack_Silksong

BepInEx modloader. Preconfigured and ready to use.

Preferred version: 5.4.2304

README

RandomPingSilksong

Play Discord ping sound at random moment.

Install

For manual installation, first install BepinEx. Download the mod. Go to Silksong installation folder (where you should've installed BepinEx) and extract the mod zip file under BepinEx/plugins.

Build

.NET 10 is required.

Create SilksongPath.props under RandomPing directory. 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