splewis / csgo-retakes

CS:GO Sourcemod plugin for a site-retake gamemode
GNU General Public License v3.0
329 stars 115 forks source link

Enable retake mode on remote dedicated server #238

Open AnthonGar opened 4 years ago

AnthonGar commented 4 years ago

I was given an AWS server and I was asked to open a csgo server on it. I've downloaded your retakes plugin but I don't know how to enable it. I don't have any web GUI and I use SSH for everything. I start the server using:

~/csgo-ds/srcds_run -game csgo -net_port_try 1 -usercon -console +net_public_adr xx.xx.xx.xx +ip xx.xx.xx.xx -port 27015 +game_type 0 +game_mode 1 +mapgroup mg_active +map de_dust2 +sv_setsteamaccount AND_MY_GAME_TOKEN

I can't figure out what command should I use to enable your retake mode or what file I need to edit. (I'm using a simple sh script to start everything)

borzaka commented 4 years ago

Retakes plugin is a SourceMod plugin, so you have to install it first. Before that, SourceMod needs MetaMod, so install that too.

BTW. RTFM.