Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
/ mm-cs2-scrim Public archive

Metamod addon to be used in Counter Strike 2. Bringing the needed features for competitive team practice

License

Notifications You must be signed in to change notification settings

marqdevx/mm-cs2-scrim

Repository files navigation

Build pass

This repository is just a tweak of https://github.com/Source2ZE/CS2Fixes/

Removing "unnecessary" features from the original addon, to have the minimum to just run the commands.

DISCLAIMER: not responsible for any issues or breakages caused by the plugin.

Competitive Practice & Scrim for CS2

This plugin adds the minimum requirements for competitive teams that need a more handy way of managing a few commands from the server side, like config management or replay recording.

Available Commands

  • Config and server management (Admin only)
    .pracc: launch the practice config
    .scrim: start the competitive match
    .map <map>: change the map (example: .map ancient)

  • Scrim commands
    .pause: pauses the match
    .unpause: request the unpause

    • Admin only
      .record: start the demo recording
      .stoprecord: finish the recording and save it under gotv/<date>.dem
      .restore <round>: load the desired round's backup
      .forceunpause: force the unpause

Roadmap

  • Scrim
    • Pauses
    • Medic (round backup)
    • Coach
    • gotv .record
      • include date and time
      • include map name
  • Practice
    • Map
    • Spawns
      • Only show competitive spawns
    • Remove smokes
    • Move to spec
    • Noclip

Compilation

Requirements

Instructions

Set up video
Set up video: https://www.youtube.com/watch?v=thk78MDsQnc

Authors from the original repository