View Single Post
borzaka
AlliedModders Donor
Join Date: May 2020
Location: Hungary
Old 07-05-2020 , 17:42   Re: CSGO Server wont start.
Reply With Quote #7

My working command-line parameters:
Code:
./srcds_run -game csgo -usercon -strictportbind -ip x.x.x.x -port 27015 +clientport 27005 +tv_port 27020 +sv_setsteamaccount xxx -tickrate 128 +map de_dust2 +mapgroup mg_active +game_type 0 +game_mode 1 -nobreakpad
There is no mg_bomb mapgroup, use mg_active or:
  • mg_casualdelta
  • mg_casualsigma
  • mg_reserves
  • mg_hostage
  • mg_deathmatch
  • mg_armsrace
  • mg_demolition
  • etc...

Or you can use a mapgroup with only one map in it, for example: mg_de_dust2

If you are using Ubuntu or Debian, these are the dependencies you need to install:
Code:
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6 steamcmd
borzaka is offline