01-30-2014, 07:33 AM
I am having trouble setting up my dedicated server for CS:GO after I formatted my computer. I am sorry if there were anyother posts similar to this but I couldnt seem to locate one. The errors I am currently getting are..
Code above is what I currently have in my GameModes_Servers.txt file
and start /abovenormal srcds -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_bomb +map de_dust2 -tickrate 128 -autoupdate <-- this being my command line to start the server
Could anybody help me? Any help would be greatly appreciated.
Thank You
Quote:GameTypes: could not find matching game type for value "0".
GameTypes: could not find matching game mode value of "0" and type value of "1".
GameTypes: could not find matching game type for value "0".
GameTypes: could not find matching game mode value of "0" and type value of "1".
GameTypes: could not find matching game type for value "0".
GameTypes: could not find matching game mode value of "0" and type value of "1".
Tried to look up command stats as if it were a variable.
GameTypes: could not find matching game type for value "0".
GameTypes: could not find matching game mode value of "0" and type value of "1".
GameTypes: could not find matching game type for value "0".
GameTypes: could not find matching game mode value of "0" and type value of "1".
Tried to look up command stats as if it were a variable.
GameTypes: could not find matching game type for value "0".
GameTypes: could not find matching game mode value of "0" and type value of "1".
Code:
"GameModes_Server.txt"
{
"gameTypes"
{
"classic"
{
"gameModes"
{
"competitive"
{
"maxplayers" "12" // Note that maxplayers doesn't go in the convar block.
"exec"
{
"exec" "gamemode_competitive.cfg"
}
"mapgroupsMP" // List of mapgroups valid for this game mode ( competitive )
{
"mg_bomb" ""
}
}
}
}
}
"mapgroups"
{
"mg_bomb" // mapgroup definition
{
"name" "mg_bomb"
"maps"
{
"de_dust" ""
"de_dust2" ""
"de_train" ""
"de_nuke" ""
}
}
}
}
//////////////////////////////////////////////////////////////////////////////////////////////
// Map groups
//
// To use a mapgroup, it needs to be defined in a keyvalues
// block such as the example below, as well as listed in the
// 'mapgroupsMP' block within the game mode that will run it,
// such as the example above.
//
// Then launch the server with '+mapgroup MAPGROUPNAME'
//
// Example:
//
// srcds -game csgo +game_mode 1 +mapgroup mg_bomb_se +map de_nuke_se
//
//
// Check the developer wiki for updated community info
// https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers
/////////////////////////////////////////////////////////////////////////// //////////////////
"mapgroups"
{
"mg_bomb" // mapgroup definition
{
"name" "mg_bomb"
"maps"
{
"de_dust" ""
"de_dust2" ""
}
}
}
}
and start /abovenormal srcds -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_bomb +map de_dust2 -tickrate 128 -autoupdate <-- this being my command line to start the server
Could anybody help me? Any help would be greatly appreciated.
Thank You