You are viewing a potentially older version of this package. View all versions.
UsagiCorp-StopTimerAfterTeleporter-1.0.2 icon

StopTimerAfterTeleporter

Stops the timer after the teleporter, bruv

Date uploaded 9 months ago
Version 1.0.2
Download link UsagiCorp-StopTimerAfterTeleporter-1.0.2.zip
Downloads 4367
Dependency string UsagiCorp-StopTimerAfterTeleporter-1.0.2

This mod requires the following mods to function

RiskofThunder-HookGenPatcher-1.2.3 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.3
bbepis-BepInExPack-5.4.2108 icon
bbepis-BepInExPack

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

Preferred version: 5.4.2108

README

A mod based on the R2 boilerplate that just 'disables' the global timer after the charging of the teleporter is complete. This doesn't actually disable it per se, but more accurately stores the time at the event of onTeleporterCharged and loads it after exiting the level.

It's not perfect, but it's extremely lightweight and non-intrusive, and it doesn't break anything. Ping me in the modding Discord if you want anything - The Sojourner

CHANGELOG

1.0.2

Modified the code so any way of exiting the level restores the timer. As long as the timer was saved in that level of course, to avoid strange time warp shenanigans.

1.0.1

Updated the readme with some more info

1.0.0

Initial release, I think