Skip to content

MenuManagerAPI v1.0.2

Choose a tag to compare

@nickj609 nickj609 released this 11 Feb 02:38
· 12 commits to main since this release

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.