You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 3 years ago |
| Version | 2.0.0 |
| Download link | NeoKaios-GeneralUtilityMod-2.0.0.zip |
| Downloads | 643 |
| Dependency string | NeoKaios-GeneralUtilityMod-2.0.0 |
This mod requires the following mods to function
NeoKaios-UtillI
This lib provides useful feature to show some additional text in-game
Preferred version: 1.0.0README
General Utility Mod, aka GUM
A BepInEx plugin for 20 Minutes Till Dawn.
Features
GUM provides some quality of life configurable tweaks that make the game even better. These features are editable in-game via MTDUI or in BepInEx config file.
Configurable features
Utility
- Menu starting point: can start the game directly in the Character select menu for instance (needs restart)
- Reverse Timer: If you prefer your timer to increase (like in endless) (needs restart)
Quality of life
- Skill Hold: Holding the right-click down during a reload will now trigger Abby's special upon finishing the reload !
Achievement Watcher
Display special achievements that should unlocked at the end of the run
Include the following : Nimble, Pacifist, Reckless, On the edge and Gotta catch 'em ALL
Configuration:
- Display mode:
Never,PauseorAlways - Display currently inactive achievements:
trueorfalse
Depedency
For the in-game configuration UI, rely on MTDUI
Contributions
The code for the Achievement Watcher UI was based on @sloverlord BetterUI mod
For modders
- Clone the repo
- Open repo in VSCode
- Setup $GameDir variable in GeneralUtilityMod.csproj
dotnet buildto build and deploy moddotnet publishto publish a .zip file
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[2.1.0] - 2023-07-16
Added
- Miscellaneous Stats panel with enemyKilled
[2.0.0] - 2023-06-25
- Fix mod for 20MTD 1.0
- Used UtillI lib for AchievementWatcher
[1.3.0] - 2023-05-08
Added
- SkillHold Patch
Fix
- Cursor was not appearing when StartAt Patch was on Character, Gun, Rune or Mode state.
[1.2.0] - 2023-05-01
Added
- Achievement Watcher
Removed
- NoRune option: it's in base game now
[1.1.0] - 2023-01-12
Removed
- Language and Option startAt option : very limited use case
Changed
- Loadout became Character and Gun : due to v0.9.0 of the game
[1.0.0] - 2022-07-02
Added
- Base of the mod