You are viewing a potentially older version of this package. View all versions.
CarrieForle-RandomPing-0.1.2 icon

RandomPing

Play Discord ping sound at random moment.

Date uploaded 2 months ago
Version 0.1.2
Download link CarrieForle-RandomPing-0.1.2.zip
Downloads 288
Dependency string CarrieForle-RandomPing-0.1.2

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