Releases: T3Marius/CS2ScreenMenuAPI
Releases · T3Marius/CS2ScreenMenuAPI
CS2ScreenMenuAPI v3.4
CS2ScreenMenuAPI v3.3
Big Change
- If you change to this version you will need to update all your plugins with the new version and the new functions.
Update
- Change config from jsonc to toml.
- Added Title Color
- Added Disabled Options Color
- Fix the OG issue where menu didn't appeard first time.
- Made menu when spectating more smooth.
- Added PageCount(Configurable In Conifg) which shows menu pages next to title.
- Improved menu and optimization
- Cleaned the code.
- Refactored files/classes.
- Instantly re-create menu on round end/start without any flickering.
- Resolution menu is a center html menu to avoid bugs.
- Added Lang support (Thanks Schwarper)
EDIT
- Added controls info, forgot to :DD
Special thanks to Schwarper, we helped eachother a lot with the menu.
CS2ScreenMenuAPI v3.2
Update | v3.2
FEATS:
- Feat: added old sm menu sounds. use addon id -> 3447276388 for them to work.
- Feat: added menu sounds volume.
- Feat: added EnableDisabledOptionsCount when creating menu.
- Feat: Improved menu more.
CS2ScreenMenuAPI HOTFIX
HOTFIX:
- Added more checks when unfreezing/freezing player.
- Made the menu selection to go on first option after using next/back (scrollable menu)
CS2ScreenMenuAPI v3.1
Update | v3.1
FIXES:
- FIX: OnKeyPress got removed after a module hot-reloaded.
- FIX: Disabled options count was not correctly counted.
- FIX: Menu didn't open from first try.
Feats
- FEAT: Added other POV supports. i only tested it with fov 90 - 130 .
CS2ScreenMenuAPI v3.0
Update | v3.0
Feats:
- Added Resolution Menu (you can disable it from config or from menu code.)
- Made mainmenu/submenu transitions instantly/smoother so it won't blink anymore.
- Removed the disabled options color as it was unstable
- Performance optimized
- Added GetActiveMenu & UpdateActiveMenu
- Fix cases where active menu closed on round start/end.
CS2ScreenMenuAPI v2.9
Updated | v2.9
FIXES:
- Null error for unfreezing player.
- Text Entity destroyed on round end/start.
CS2ScreenMenuAPI v2.8
Updated | v2.8
Fix: Menu got cropped/bugged when some options were too big.
CS2ScreenMenuAPI
HOTFIX: Fixed UnFreeze player error
CS2ScreenMenuAPI v2.7
Updated | v2.7
Feats:
- FIX: Sounds we're bugged and i added ScrollUp&ScrollDown sounds too.
- Feat: Added Colors for DisabledOptions configurable from config.
- Feat: Added FreezePlayer in menu for ScrollableMenu&Both Types configurable from config.
- Feat: Improved the menu a lot by making it more optimizied (using 2 different entities)
What's new in config: (It will be automaticly added when opening a menu so you don't need to add it)
"DefaultSettings": {
"DisabledOptionsColor": "White",
"FreezePlayer": true,
"EnableDisabledOptionsCount": true
},
"Sounds": {
"ScrollUp": "sounds/ui/csgo_ui_store_rollover.vsnd_c",
"ScrollDown": "sounds/ui/csgo_ui_store_rollover.vsnd_c"
}