Skip to content

Releases: T3Marius/CS2ScreenMenuAPI

CS2ScreenMenuAPI v2.1

21 Feb 01:23

Choose a tag to compare

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

20 Feb 14:12

Choose a tag to compare

feat: removed debug messages

CS2ScreenMenuAPI v1.9

19 Feb 14:10

Choose a tag to compare

HotFix

  • Changed the Menu Open timer from 1 second to 0.1f.

CS2ScreenMenuAPI v1.8

19 Feb 03:38

Choose a tag to compare

Feat:

  • Added PostSelectAction case for ScrollMenu

CS2ScreenMenuAPI v1.7

19 Feb 02:13
5683c24

Choose a tag to compare

Feats

  • Fixed spam error on player disconnect.
  • Fixed menu not opening on first try.

Thanks, @Cofyye

CS2ScreenMenuAPI v1.6

17 Feb 23:11
812987c

Choose a tag to compare

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

17 Feb 20:36
812987c

Choose a tag to compare

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

16 Feb 17:22
178973a

Choose a tag to compare

Feat:

  • Added OptionsCount function. ( screenMenu.OptionsCount >= 0 )

CS2ScreenMenuAPI v1.3

15 Feb 01:41
4216fa0

Choose a tag to compare

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

14 Feb 11:30
b0b7542

Choose a tag to compare

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