Ninff5a5ba91ad24817-Mod_Da_Tavola icon

Mod Da Tavola

I've made this mod for my group of friends. It adds some sound effects to certain ingame events. It's only funny if you're brazilian, really.

Last updated 2 years ago
Total downloads 564
Total rating 1 
Categories Mods
Dependency string Ninff5a5ba91ad24817-Mod_Da_Tavola-1.1.0
Dependants 1 other package depends on this package

This mod requires the following mods to function

bbepis-BepInExPack-1.3.1 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, game API, detour library

Preferred version: 1.3.1
tristanmcpherson-R2API-2.5.6 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 2.5.6

README

ModDaTavola 1.1.0

This mod was made for playing with my group of friends. It's only funny if you're brazilian.

I intend to work on this mod from time to time to try and add more features that I find funny, but for now, you shouldn't use it, really.

If you're curious, right now the mod adds some sound effects when certain events occur.


Console Commands

As of now, are three console commands which can be used to control the probability of a given SFX being played:

"setSoundProbability (string)SFX_Name (double)prob" - Sets the probability (0 to 1) of a given SFX to be played on event; "setAllSoundProbabilities (double)prob" - Sets the probability (0 to 1) of all SFXs to be played on event; "turnPortugueseSoundsOff" - Turns of sounds which are in portuguese.

I'm thinking about adding a config file later in order to save the preferences of each user.

Installation

You just need to have BepInExPack and R2API already installed. Just put the .dll inside a new folder inside BepInEx/plugins and it's done.


Changenotes

v1.1.0

  • Added console commands;
  • Added 11 more sound effects;
  • Increased the chance of the original sound effects to be played;
  • Fixed some small problems;

v1.0.0

  • Initial release