Felipe T Posted November 7, 2012 Share Posted November 7, 2012 Thanks... This gameserver is really difficult to use, huh? I guess the problem with bots will be solved... But what about the other commandlines that don't work (for Classic Competitive, Arms Race and Demolition)? Any idea? Link to comment Share on other sites More sharing options...
arantespt Posted November 7, 2012 Share Posted November 7, 2012 Thanks... This gameserver is really difficult to use, huh? I guess the problem with bots will be solved... But what about the other commandlines that don't work (for Classic Competitive, Arms Race and Demolition)? Any idea? Humm. Try to change the mapgroup to this: Classic Competitive: +mapgroup mg_bomb Arms Race: +mapgroup mg_armsrace Demolition: +mapgroup mg_demolition Link to comment Share on other sites More sharing options...
Felipe T Posted November 7, 2012 Share Posted November 7, 2012 It didn't work =/ Link to comment Share on other sites More sharing options...
banan47 Posted November 8, 2012 Share Posted November 8, 2012 By far the best post in this thread Just quickly seeing if anyone else having trouble downloading files for the first time? My panel sits on "Downloading files from Steam..." and never moves on the load bar o.O Okay quick update (saving the double post). Turns out I needed to update SteamCMD. That's a whole new kettle of fish! But once I had all that updated and did a manual CSGO download from within SteamCMD then returned to TCAdmin and did the usual Steam Game Download from Game Tools with CSGO and just made sure it loaded. No problems. Only took me 12 hours xD Could You tell me in wchich folder in "/home/tcadmin/tcafiles/games" you have csgo? i manually downloaded csgo via steamcmd and dont know where to put the game. Link to comment Share on other sites More sharing options...
arantespt Posted November 9, 2012 Share Posted November 9, 2012 Could You tell me in wchich folder in "/home/tcadmin/tcafiles/games" you have csgo? i manually downloaded csgo via steamcmd and dont know where to put the game. Put Like This... /home/tcadmin/tcafiles/games/CSGO Link to comment Share on other sites More sharing options...
Felipe T Posted November 12, 2012 Share Posted November 12, 2012 Thanks... This gameserver is really difficult to use, huh? I guess the problem with bots will be solved... But what about the other commandlines that don't work (for Classic Competitive, Arms Race and Demolition)? Any idea? People, any help to me? :/ Link to comment Share on other sites More sharing options...
banan47 Posted November 12, 2012 Share Posted November 12, 2012 Put Like This... /home/tcadmin/tcafiles/games/CSGO I have the same, and cant run csgo server. After update to the newest version i cant see in steam game downloader CS:GO Link to comment Share on other sites More sharing options...
arantespt Posted November 12, 2012 Share Posted November 12, 2012 I have the same, and cant run csgo server. After update to the newest version i cant see in steam game downloader CS:GO See if you have Enable (steamcmd) with App Id 740 into the "General Settings > Game & Other Voice Servers > Counter-Strike Global Offensive > Steam Settings. Link to comment Share on other sites More sharing options...
arantespt Posted November 12, 2012 Share Posted November 12, 2012 People, any help to me? :/ What method do you use to see if the game_mod or game_type dont work? Or give to us more info about your problem. Link to comment Share on other sites More sharing options...
banan47 Posted November 13, 2012 Share Posted November 13, 2012 Ok, I can start the server but can not connect, I can only see this screen Please help Link to comment Share on other sites More sharing options...
arantespt Posted November 13, 2012 Share Posted November 13, 2012 Ok, I can start the server but can not connect, I can only see this screen Please help Edit gamemodes.txt into csgo folder and add the map to the config. Link to comment Share on other sites More sharing options...
banan47 Posted November 13, 2012 Share Posted November 13, 2012 About, Configuration Files > csgo/gamemodes.txt > [ Text Editor ] and what should I change? I noob :-/ maybe some config ready? Link to comment Share on other sites More sharing options...
arantespt Posted November 13, 2012 Share Posted November 13, 2012 About, Configuration Files > csgo/gamemodes.txt > [ Text Editor ] and what should I change? I noob :-/ maybe some config ready? I think you must see what mapgroup you are using into your commandline and go to your gamemodes.txt and find that group and add the map. Example: "mapgroups" { // // Map cycle groups // "mg_bomb" { "imagename" "mapgroup-bomb" "nameID" "#SFUI_Mapgroup_bomb" "name" "mg_bomb" "maps" { "de_dust2" "" "de_train" "" "de_inferno" "" "de_dust" "" "de_aztec" "" "de_nuke" "" "de_vertigo" "" } } Link to comment Share on other sites More sharing options...
banan47 Posted November 13, 2012 Share Posted November 13, 2012 (edited) This is my commandline: srcds -game csgo -console -usercon +game_type 0 +game_mode 0 +maxplayers $[service.Slots] +exec server.cfg +mapgroup mg_allclassic +map de_dust2_se -ip $[service.IpAddress] -port $[service.GamePort] @EDIT It's work!! I change to commandline "+mapgroup mg_allclassic" on "+mapgroup mg_bomb". My working commandline: srcds -game csgo -console -usercon +game_type 0 +game_mode 0 +maxplayers $[service.Slots] +exec server.cfg +mapgroup mg_bomb +map de_dust2 -ip $[service.IpAddress] -port $[service.GamePort] Edited November 13, 2012 by banan47 Link to comment Share on other sites More sharing options...
arantespt Posted November 13, 2012 Share Posted November 13, 2012 This is my commandline: srcds -game csgo -console -usercon +game_type 0 +game_mode 0 +maxplayers $[service.Slots] +exec server.cfg +mapgroup mg_allclassic +map de_dust2_se -ip $[service.IpAddress] -port $[service.GamePort] I think that mg_allclassic its not present in gamemodes.txt you have to creat it or change the mapgroup to mg_bomb. It will solve your problem. Link to comment Share on other sites More sharing options...
arantespt Posted November 13, 2012 Share Posted November 13, 2012 You must add de_dust2_se to mg_bomb. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now