Skip to content

Installation guide

KissLick edited this page Aug 7, 2016 · 35 revisions

How to install TeamGames

  1. Download TeamGames release package
  1. Extract package somewhere
  • not on the game server yet
  1. Delete unwanted modules
  • In addons/sourcemod/plugins
  1. Set ConVars in cfg/sourcemod/teamgames/
  2. Set your downloads.cfg
  • See Wiki how to
  • You can just uncomment & change files
  1. Upload download files on game server and bziped files on fast download server
  • Those in extras/, but you can use your own (I suggest that...)
  1. Adjust your modules.cfg
  • See Wiki how to
  • By default it contains all the modules, so just remove the unwanted ones
  1. Upload TeamGames on game server
  • addons/ and cfg/ directories
  1. Change map to load TeamGames and all modules at once
  2. Done! 😃

Some additional/optional steps:

  • Set chat colors in addons/sourcmod/configs/colorvariables
  • See Wiki how to
  • Create your own Marks using MoreMarks module
  • Create some permanent fences on your maps to make it easier to use
  • Translate TeamGames to your native language and send me your translations please 😇

Compiling TeamGames

  1. Download TeamGames source codes and copy them into your sourcemod/scripting/ directory
  2. Download all the includes and copy them into your sourcemod/scripting/include/ directory
  1. Compile source file sourcemod/scripting/TeamGames.sp (only this one, the other .sp files are included into this one)
  • This will compile TeamGames core
  1. Modules (in sourcemod/scripting/modules) need to be compiled one by one

TeamGames release package scheme


├── addons // Necessary for game server
│    │
│    └── sourcemod
│         │
│         ├── configs
│         │    │
│         │    ├── colorvariables // Set your chat colors here
│         │    │
│         │    └── teamgames // Downloads, Modules (TG menu), MoreMarks, Fences configs
│         │
│         ├── plugins // TeamGames core + modules
│         │
│         └── translations // Translation files for TeamGames
│
├── cfg // Necessary for game server
│    │
│    └── sourcemod
│         │
│         └── teamgames // TeamGames (core + modules) ConVar configs
│
└── extras // Some extra files like models, materials and sounds (of course you can use your own)
    │
    ├── prisoner team // Prisoner skins
    ├── prisoner team bzip
    │
    ├── countdown // Countdown before game starts
    ├── countdown bzip
    │
    ├── game start-end // Game start/end sounds
    ├── game start-end bzip
    │
    ├── star mark // Red/Blue warden marks
    ├── star mark bzip
    │
    ├── fence corner // Model for fence corner
    ├── fence corner bzip
    │
    ├── healthbar // HealthBar materials for game HotPotato
    ├── healthbar bzip
    │
    ├── bombtoss flag // BombToss module target/flag model
    ├── bombtoss flag bzip
    │
    ├── drunken rambo overlay // Overlay for game Drunken Rambo
    ├── drunken rambo overlay bzip
    │
    ├── jetorebel // Czech sound for becoming a rebel
    └── jetorebel bzip