Skip to content

Releases: T3Marius/CS2ScreenMenuAPI

CS2ScreenMenuAPI v3.4

06 Apr 22:15
Compare
Choose a tag to compare

Update | 3.4

  • Fix ControlsInfo broke the disabled options.
  • Added menu.PrevMenu for sub menu system, the old one is still avalible. You have example in readme
  • Fixed Refresh function

CS2ScreenMenuAPI v3.3

02 Apr 17:46
Compare
Choose a tag to compare

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

26 Mar 14:27
Compare
Choose a tag to compare

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

15 Mar 12:38
Compare
Choose a tag to compare

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

14 Mar 15:37
Compare
Choose a tag to compare

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

11 Mar 08:33
Compare
Choose a tag to compare

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

03 Mar 13:25
Compare
Choose a tag to compare

Updated | v2.9

FIXES:

  • Null error for unfreezing player.
  • Text Entity destroyed on round end/start.

CS2ScreenMenuAPI v2.8

02 Mar 00:39
Compare
Choose a tag to compare

Updated | v2.8

Fix: Menu got cropped/bugged when some options were too big.

CS2ScreenMenuAPI

02 Mar 16:30
Compare
Choose a tag to compare

HOTFIX: Fixed UnFreeze player error

CS2ScreenMenuAPI v2.7

01 Mar 03:24
Compare
Choose a tag to compare

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"
  }