Releases: T3Marius/CS2ScreenMenuAPI
Releases · T3Marius/CS2ScreenMenuAPI
CS2ScreenMenuAPI v2.1
Updated | v2.1
Feats:
- Finally, after a lot of fails attempts and errors, players can use the menu while they are dead.
- They can use the menu only while spectating someone, free cam doesn't work yet.
- It works while spectating bots too.
CS2ScreenMenuAPI v2.0
feat: removed debug messages
CS2ScreenMenuAPI v1.9
HotFix
- Changed the Menu Open timer from 1 second to 0.1f.
CS2ScreenMenuAPI v1.8
Feat:
- Added PostSelectAction case for ScrollMenu
CS2ScreenMenuAPI v1.7
CS2ScreenMenuAPI v1.6
Feat:
- Pressing Next and Back buttons now doesn't set you to the first option but it stays on the back/prev for faster move.
Nothing changed in config.
CS2ScreenMenuAPI v1.5
Feats:
-Added settings and updated the visuals to match the SourceMod Menu.
New options:
- Adjustable menu size
- Toggle spacing
- Toggle background
- Background height
- Background width
- Translation for Select Prefix
Changes to visuals:
- made it symmetrical since it had some spacing issues when changing height & MenuType
- Verdana Bold > Arial Bold to make it slightly thinner while still bold
- DarkOrange > Orange
- Adjusted size & pos a bit to fit changes
Thanks to @Exkludera.
Don't forget to save and delete your new config and let the new one create.
CS2ScreenMenuAPI v1.4
Feat:
- Added OptionsCount function. ( screenMenu.OptionsCount >= 0 )
CS2ScreenMenuAPI v1.3
Feats:
- Added DefaultSettings in config
- Added Translations in config.
- Added MenuPositionX and Y in ScreenMenu
Make sure to save your existing config, delete it, and then let it create automaticly with the new items in it.
CS2ScreenMenuAPI v1.2
Feats:
- Added MenuType: KeyPress, Scrollable, Both (if not set any then default will be Both).
- Added more null checks.
- Read the README.MD file to understand the MenuType