-
Notifications
You must be signed in to change notification settings - Fork 13
Installation guide
KissLick edited this page Jan 17, 2016
·
35 revisions
- Download TeamGames release package
- See package scheme bellow
- Extract package somewhere
- not on the game server yet
- Delete unwanted modules
- In
addons/sourcemod/plugins
- Set ConVars in
cfg/sourcemod/teamgames/
- Set your
downloads.cfg
- See Wiki how to
- 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...)
- Upload TeamGames on game server
-
addons/
andcfg/
directories
- Change map to load TeamGames and all modules at once
- TeamGames will fill
modules.cfg
- Adjust your
modules.cfg
- See Wiki how to
- Reload map and done! 😃
- 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 😇
│
├── 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 // Translations files for TeamGames
│ │
│ └── cze // Czech localization
│
├── 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 - broken -> upload fixed !!!
├── 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
│
├── bombtoss flag // BombToss module target/flag model
├── bombtoss flag bzip
│
├── drunken rambo overlay // Overlay for Drunken Rambo game
├── drunken rambo overlay bzip
│
├── jetorebel // Czech sound for becoming a rebel
└── jetorebel bzip
- Installation guide
- Teams
- Games
- Marks
- Fences
- Commands
- Bind actions
- TG menu & Modules config
- Chat & ColorVariables config
- Downloads config
- Logs
- Modules
- How does it work
- Api site
- Commented examples
- Module templates
- How To's