REPO_Fixes-Tourettes_Fixed icon

Tourettes Fixed

Fixed version of OpJosMods' Tourettes mod - makes your character blurt out random phrases. Updated for latest REPO API.

Last updated 21 hours ago
Total downloads 733
Total rating 1 
Categories Audio
Dependency string REPO_Fixes-Tourettes_Fixed-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Tourettes Fixed

A fixed and updated version of OpJosMods' Tourettes mod.

Makes your character randomly blurt out configurable phrases during gameplay.

What was fixed

The original mod broke due to a R.E.P.O. game update that changed the ChatMessageSend API signature. This caused:

  • "Wrong API usage" error spam in logs
  • Game lobbies failing to load
  • The mod not functioning at all

This version updates the API calls to work with the current version of R.E.P.O.

Configuration

Phrases can be customized in the config file at: BepInEx/config/OpJosModREPO.Tourettes.cfg

You can configure:

  • LowestDelay - Minimum seconds between phrases (default: 30)
  • HighestDelay - Maximum seconds between phrases (default: 300)
  • Phrase 1-50 - The phrases your character may blurt out

Note: Phrases must be edited manually in the config file.

Credits

  • Original mod by OpJosMods
  • Fix applied to work with current R.E.P.O. game version