-
Notifications
You must be signed in to change notification settings - Fork 13
Installation guide
KissLick edited this page Jul 26, 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 😇
- Download TeamGames source codes and copy them into your
sourcemod/scripting/
directory - Download all the includes and copy them into your
sourcemod/scripting/include/
directory
- Compile source file
sourcemod/scripting/TeamGames.sp
(only this one, the other.sp
files are included into this one)
- This will compile TeamGames core
- Modules (in
sourcemod/scripting/modules
) need to be compiled one by one
Right now TeamGames compiles only in old SourceMod compiler. I use 1.6.0-dev+c744b39
(Yeah I know... shame on me 😇) - and I didn't try newer one. However I am gonna fix the issue with newer SourceMod compiler soon.
│
├── 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 - 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
│
├── 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
- 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