You are viewing a potentially older version of this package. View all versions.
REPO_Fixes-Tourettes_Fixed-1.0.1 icon

Tourettes Fixed

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

Date uploaded 2 weeks ago
Version 1.0.1
Download link REPO_Fixes-Tourettes_Fixed-1.0.1.zip
Downloads 3650
Dependency string REPO_Fixes-Tourettes_Fixed-1.0.1

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