[CS:GO] New Gamemode
Posted: Fri Jan 24, 2020 10:48 am
Description
Touchdown is a gamemode from online game S4 League.
I'm trying my best to bring this gamemode to CSGO, so I take the sound effects, bgms, and overlays from original game.
How To Play
Capture the ball and take it to the opposing team's goal, it's very similar to American Football.
S4 League Wiki http://s4league.wikia.com/wiki/Touchdown
Install
Simply upload all the files to your server and fastdl.
Install Steamworks extention.
Install Easy Spawn Protection.
If you want to use rank and stats system, add this in your "databases.cfg". (Rank and stats system are disabled by default!)
Code:
Download
Source
Touchdown is a gamemode from online game S4 League.
I'm trying my best to bring this gamemode to CSGO, so I take the sound effects, bgms, and overlays from original game.
How To Play
Capture the ball and take it to the opposing team's goal, it's very similar to American Football.
S4 League Wiki http://s4league.wikia.com/wiki/Touchdown
Install
Simply upload all the files to your server and fastdl.
Install Steamworks extention.
Install Easy Spawn Protection.
If you want to use rank and stats system, add this in your "databases.cfg". (Rank and stats system are disabled by default!)
Code:
Configure"touchdown"
{
"driver" "mysql"
"host" "your_host"
"database" "your_database"
"user" "your_user"
"pass" "your_pw"
//"timeout" "0"
"port" "3306"
}
Client commandsChoose a well balanced map. (THIS IS VERY IMPORTANT!)
Use "sm_td" command, open the menu to spawn team flags and ball, and save your settings.
Reload the map.
Admin commandssm_guns //Weapon Menu
sm_vol //Change sound effect volume.
sm_rank //Show your touchdown rank
sm_stats //Show your touchdown stats
sm_top //Show top players
sm_resetball //Reset Ball (need ADMFLAG_GENERIC)
sm_td //Gamemode Settings Menu (need ADMFLAG_GENERIC)
Download
Source