You are viewing a potentially older version of this package. View all versions.
CaprineLogic-NoInteractDelay-1.2.0 icon

NoInteractDelay

A simple mod that removes the "cooldown" between interacting with objects.

Date uploaded 10 months ago
Version 1.2.0
Download link CaprineLogic-NoInteractDelay-1.2.0.zip
Downloads 13781
Dependency string CaprineLogic-NoInteractDelay-1.2.0

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

NoInteractDelay

A simple mod that removes the "cooldown" between interacting with objects. This includes objects in the world (such as buttons, the company bell, etc.) and held objects (air horn, clown horn, etc.).

As far as I know this shouldn't give you any sort of advantage, but if you fear it might then get your friends to install the mod as well.

This is my first attempt at, really, any type of video game modding so I decided to start small.

Links

CHANGELOG

1.2.0 - 1/13/2024

  • Plugin now generates a configuration file where you can toggle the patches for removing the interaction delay for world objects and held items separately
    • Changes to the configuration requires a restart to apply
    • Applying configuration changes at runtime may be a planned feature

1.1.0 - 1/13/2024

  • Actually add patch that lets you use held items with no cooldown (woops)

1.0.0 - 1/13/2024

  • Remove redundant logging code
  • Allow original method to execute after patch

0.1.0 - 1/13/2024

  • Initial release