Skip to content

v1.0.46

Compare
Choose a tag to compare
@nickj609 nickj609 released this 25 Sep 00:54
· 28 commits to main since this release

Game Mode Manager v1.0.46

Important

  • Back up your GameModeManager.json configuration file and let the plugin generate the new version. This version has minor changes to the configuration file.

  • If you are using CS2 Modded Dedicated Server by Kus, it is recommended to remove all changelevel, host_workshop_map, and mp_restartgame commands from your mode configs.

New Features

  • Shared API for cross-plugin support
  • Warmup Modes (deathmatch, knives only, and scoutz only)
  • Enable time limit on server empty with custom rotation interval in seconds
  • Enable time limit server command to force map rotations on mp_timelimit or with custom interval in seconds

Improvements

  • Smoother map and mode rotations

    Screenshot 2024-09-24 171006

  • Vote menus can now trigger votes rather than displaying the vote command in chat

Bug Fixes

  • Fixes to rotations that caused crashes in Deathmatch. Thanks @kus!

Installation

  1. Install Metamod:Source and Counter Strike Sharp.
  2. Copy addons and cfg folders to /csgo/.
  3. Make sure your gamemodes_server.txt or custom map group file is in VDF Format and contains a list of map groups.
  4. Update each game mode configuration file (i.e. comp.cfg) to include css_gamemode <mode>.
  5. After the first run, update the configuration file GameModeManager.json as detailed below.

For more information on the configuration of these features, please see the updated README.md.

Full Changelog: v1.0.45...v1.0.46