Linus4 / csgo_config_plugins

Config files for a CS:GO server to be used with the plugins PugSetup and PracticeMode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains config files to be used with the plugins PugSetup and Practice Mode. A few commands that permanently alter the server have been disabled so that these configs can be used by larger organizations (see addons/sourcemod/configs/pugsetup/permissions.cfg).

GOTV will be enabled, which takes up one slot on the server, so you need at least 11 slots. Alternatively, you can set tv_enable 0 in server.cfg, but you won't be able to record demos then.

Usage

Add admins following these instructions. You need at least the b (basic admin) and the g (changelevel) flags to use the plugins. Also, c (kick) is recommended.

Demos will be recorded automatically in the csgo/ directory - name format is: {TIME}_{MAP} .

Use .setup to get started ingame. Also check out the README-pages of both mods for more commands.

Most important commands:

  • .setup sets up a match or activates Practice Mode
  • .map changes the map (menu)
  • .kickbots kicks all bots
  • .spec makes the client join the spectators
  • .god makes the client become invulnerable
  • .dryrun executes a config to dryrun strats and setups

Installation

  1. Install Metamod following these instructions.
  2. Install SourceMod following these instructions.
  3. Install PugSetup.
  4. Move pugsetup_damageprint.smx and pugsetup_teamnames.smx from /addons/sourcemod/plugins/disabled to the parent directory.
  5. Install Practice Mode.
  6. Start the CSGO-server in order to create mod directories and files.
  7. Download a release from the releases page and extract it in your csgo/ directory..
  8. Rename server.cfg to nameofexecutable.cfg and fix all FIXMEs in this file.
  9. Install Fix Warmup (removes 1v1 arenas):
    1. Download scripting/fix_warmup.sp in the repository.
    2. Use this file in the sourcemod web compiler and compile.
    3. Put .smx plugin file from the compiler in csgo/addons/sourcemod/plugins on the server.
  10. Add admins following these instructions for SourceMod.
  11. Optionally change where demos will be stored in this file and create the corresponding directory in your csgo directory. E.g. put demos/ in front of parameter in sm_pugsetup_demo_name_format in order to write demos to demos directory in your csgo directory.

Changes

New Maps

Add new maps in addons/sourcemod/configs/practicemode.cfg, addons/sourcemod/configs/adminmenu_maplist.ini and addons/sourcemod/configs/pugsetup/maps.txt. Then reload map.

Update mods

Sometimes the server will crash after an update to the game and/or the meta- and sourcemod. To fix the problem, run ./<nameofexecutable> mods-update.

About

Config files for a CS:GO server to be used with the plugins PugSetup and PracticeMode.

License:MIT License