This page was last updated on 12 July 2024, 7:09AM
Changelogs
Version 24.07.12
Fix for custom element validation functions (thanks ItsAlxl / Fracticality)
Delayed hooks will now check the class table if the global check fails
Version 24.04.02
Custom HUD framework ported from VMF (thanks Fracticality!)
Temporary fix for vanilla notification clearing bug
More Japanese localization (thanks Zombine04)
Non-commands are no longer saved by default in chat history.
Version 23.10.04
Implemented fix for input:get() hooks. To use it, update all your CLASS.InputService, "get" hooks to target "_get" and add a copy that targets "_get_simulate".
Version 23.5.10
Keybinds contained within another keybind can now be used at the same time (e.g. 'h' and 'ctrl + h')
Keybinds will trigger even with unrelated keys pressed (i.e. 'ctrl + shift + t + h' will trigger 'h'). This was a choice to allow hotkeys while sprinting, sliding, and ADS. It also matches vanilla behavior.
Pressing a keybind's primary key no longer blocks other keybinds.
All keys available to vanilla keybinds can now be used with mod keybinds (e.g. mouse buttons and modifier keys).
Right and left modifier keys (e.g. Left ctrl / right ctrl, etc.) are treated as separate keys, like vanilla.
Updated RU and JA localizations
Improved mod:dump / mod:dtf functionality
Version 23.4.05
All mod toggles are now moved to a separate category at the top of Mod Options, and mods only have a separate category if they have actual options. (Thanks Alxl)
Mod options can now include "require_restart" to force the user to restart after changing the setting. This should only be used when there's no other way to handle the change. (Currently no way for the user to prevent restart after changing the setting).
Mod options are repositioned to show more data, reduce empty space, and avoid cutoff at the bottom of the screen.
Mod Options now remembers last-opened category and restores it when opening the view.
"Reset to Default Settings" now works with keybinds.
Keybinds can now be bound to the same key.
Gamepad users can now use dropdown widgets.
mod:dump now also outputs to the developer console.
The developer console now closes automatically (with an update to DML).
Version 23.3.19
Fixes for dropdown menus over keybinds, command list gui improvements / localization, and better invalid widget type handling
Version 23.3.04
Added zh-cn localization and support for Group-type widgets