MiikaSoup-MiikSongs icon

MiikSongs

mod for friens with the the music (lots of inside joke dumb songs lol)

Last updated 13 hours ago
Total downloads 10
Total rating 0 
Categories Audio Vehicles
Dependency string MiikaSoup-MiikSongs-1.0.14
Dependants 0 other packages depend on this package

This mod requires the following mods to function

Mellowdy-CruiserTunes-1.3.3 icon
Mellowdy-CruiserTunes

Allows the use of custom music for the Company Cruiser radio (also adds other QoL config settings to the radio)

Preferred version: 1.3.3

README

MonoDetour

Easy and convenient .NET detouring library, powered by MonoMod.RuntimeDetour.

Note: MonoDetour is a library for developers. By itself, it does the following once it's loaded by the runtime:

  • ILHooks (includes HarmonyX transpilers) will get MonoDetour's CIL analysis on target method compilation when an InvalidProgramException is thrown
  • MonoMod's ILLabels won't cause InvalidCastExceptions in some Mono.Cecil.Cil.Instruction methods, such as ToString.

Note: do not depend on this package directly. Instead depend on MonoDetour_BepInEx_5 or MonoDetour_BepInEx_6 as it will integrate MonoDetour's logger with BepInEx and in the future it'll provide HarmonyX interop support. On BepInEx 5, MonoDetour's colored logs won't show up without BepInEx logger integration.

Why Use MonoDetour?

MonoDetour is an alternative to HarmonyX or MonoMod.RuntimeDetour for detouring. It attempts to improve on the hooking experience as much as possible. See https://monodetour.github.io/getting-started/why-monodetour/ to learn more.