Skip to content

Releases: nickj609/MenuManagerAPI

MenuManagerAPI v1.0.3

15 Feb 16:48

Choose a tag to compare

Bug Fixes

  • Fixed missing dependency AnyBasLib
  • Fixed issues with color normalization for CenterHtmlMenu

Misc

  • Refactoring
  • Updated config to display enum names instead of integer values.

Installation

  1. Extract and copy plugins and shared folders to /csgo/addons/counterstrikesharp.

  2. After the first run, update the configuration file MenuManagerAPI.json.

  3. Add a reference to MenuManagerAPI.Shared in your project using one of the methods below.

    • Download the source code and build it yourself.
    • Download the latest release from the releases page.
    • Install the package using the .NET CLI, run: dotnet add package MenuManagerAPI.Shared.

For more information on the use of this plugin, see the README.md.

MenuManagerAPI v1.0.2

11 Feb 02:38

Choose a tag to compare

Important

  • If moving from v1.0.1 or earlier, back up your MenuManager.json configuration file and let the plugin generate the new version. This version has minor changes to the configuration file.

Features

  • Added color normalization support for menus

Misc

  • Refactoring
  • Created a nuget package for MenuManagerAPI.Shared

Installation

  1. Extract and copy plugins and shared folders to /csgo/addons/counterstrikesharp.

  2. After the first run, update the configuration file MenuManagerAPI.json.

  3. Add a reference to MenuManagerAPI.Shared in your project using one of the methods below.

    • Download the source code and build it yourself.
    • Download the latest release from the releases page.
    • Install the package using the .NET CLI, run: dotnet add package MenuManagerAPI.Shared.

For more information on the use of this plugin, see the README.md.

MenuManagerAPI v1.0.1

21 Jun 14:32
52c5474

Choose a tag to compare

Installation

  1. Extract and copy plugins and shared folders to /csgo/addons.

  2. After the first run, update the configuration file MenuManagerAPI.json.

  3. Add a reference to MenuManagerAPI.Shared in your project using one of the methods below.

    • Download the source code and build it yourself.
    • Download the latest release from the releases page.

For more information on the use of this plugin, see the README.md.