You are viewing a potentially older version of this package. View all versions.
Scandal-ScandalLib-1.0.4 icon

ScandalLib

A library containing useful scripts for use in my works

By Scandal
Date uploaded 2 weeks ago
Version 1.0.4
Download link Scandal-ScandalLib-1.0.4.zip
Downloads 49
Dependency string Scandal-ScandalLib-1.0.4

This mod requires the following mods to function

mattymatty-MonkeyInjectionLibrary-1.0.2 icon
mattymatty-MonkeyInjectionLibrary

A library mod that lets other mods add properties and methods to existing base-game classes at runtime, without modifying game files.

Preferred version: 1.0.2
BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2305

README

ScandalLib

A library containing useful scripts for my work, such as my vehicles (ScanVan, Hauler, more-to-come, etc...)

If you'd like to use anything here, feel free, but I don't imagine anyone but me using these anytime soon.

Vehicle Seat Animator

  • A class to be overriden in code and allows a more universal way of implementing seats into my vehicles.

Audio-Mixer-Fixer

  • A simple script that can be attached to anything, you add any audio to its array, and it will apply the vanilla-SFX audio-mixer at runtime. (fixes issues with TZP effects, etc)

Attributions:

ScandalTheVandal: Coding

CHANGELOG

Changelog

1.0.12 (02/09/2026)

  • Added debug logging to help me try and figure out a weird interaction bug. If you have any information regarding many things becoming uninteractable at once, please let me know ASAP.

1.0.11 (31/08/2026)

  • Removed a physics-parent check that was unreasonably protecting players during Blizzard.

1.0.10 (31/08/2026)

  • Hotfix to set the physics region without the need for a zone to do so.

1.0.9 (31/08/2026)

  • Integrated LethalElements-vehicle compatibility into this mod. (Huge kudos to T-Rizzle)

1.0.8 (27/08/2026)

  • Fixed vanilla animations not being resynced on leaving a vehicle seat.

1.0.7 (27/08/2026)

  • Fixed override set parent not doing what it says on the tin.

1.0.6 (27/08/2026)

  • Hotfix for 1.0.5, apologies.

1.0.5 (27/08/2026)

  • Fixed BeganLoadingNewLevel not being set to true on all clients.

1.0.4 (27/08/2026)

  • Used the release .dll instead of the debug one. (thanks TKronix)
  • Fixed AudioMixerFixer running too late after StartOfRound. (thanks Pacoito)
  • Migrated extended physics region to this mod instead.

1.0.3 (14/08/2026)

  • Added the ladder patch from SF. (takes prescendant over Scandal's Fixes, but does the same thing)

1.0.2 (06/08/2026)

  • Converted a prefix patch to a transpiler.

1.0.1 (03/08/2026)

  • Fixed control tips not being reset on InteractTriggers before any held item tooltips are set. (takes prescendant over Scandal's Fixes, but does the same thing)

1.0.0 (29/07/2026)

  • Initial Release.