MenuManager for CS2 [CSSharp]
Find a file
2025-02-28 22:58:19 +03:00
MenuManagerApi v1.4 2025-02-28 00:31:55 +03:00
MenuManagerCore v1.4.1 2025-02-28 22:58:19 +03:00
MenuManagerTest v 1.1.2 2024-12-26 09:18:03 +03:00
MenuManager.sln First upload 2024-05-11 04:03:50 +03:00
PlayerSettingsApi.dll 0.4 2024-05-11 21:52:55 +03:00
README.md Update README.md 2025-02-19 17:23:15 +03:00

Info

MenuManager main repository

CSDevs topic: https://csdevs.net/resources/menumanager.726/ (There is all info about buttons, config, demo and etc.)

MenuManagerCore - main core plugin

MenuManagerApi - api lib project

MenuManagerText - just an example how to use this plugin

Disclaimer

Very often i get questions about move blocking method while MenuWhileOpenMenu is set to false and get requests to change it to modifying MoveType param from current. And every time i decline it. Why? Nothing hard

When player move blocked with modified MoveType he can abuse it to get advantage in match with some unusual positions (while jumping down from short to CTs on de_dust2 for example)

So method with setting VelocityModifier was taken as main one. Another method option could be added in future but i don't make a promise now...