You are viewing a potentially older version of this package.
View all versions.

Date uploaded | 2 weeks ago |
Version | 1.1.0 |
Download link | Bydlo-TimerMod-1.1.0.zip |
Downloads | 6718 |
Dependency string | Bydlo-TimerMod-1.1.0 |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
TimerMod v1.1.0
Add timer you spent on a level, time while enemies are idle after start and enemies' respawn times after they despawned/killed.
Instructions
- Place contents in
bepinex/plugins
folder. You can create separate folder for it, for example,bepinex/plugins/REPO_TimerMod
CHANGELOG
v1.1.1
- Fixed wrong enemy timer display on client side.
- Due to the fact that respawn times (as almost all enemy logic) is executing on host's side, there is no reasonable way to get this time from host, especially if host don't have Mod. So i ended up with this solution: if you are not a host, you will only see alive/dead status of an enemy. Respawn announcements working normally.
v1.1.0
- Added configuration
- Added(fixed) message when enemy respawned (in bottom right)
v1.0.0
- Initial release