06-15-2012, 08:17 AM
(This post was last modified: 06-15-2012, 11:11 PM by Sgt.Hazard.)
Ok, so, ive been trying to make an CS:S server and a Garry's Mod server, but the same errors happens to both servers!
1: It doesnt show up on the master servers,
2: My friends cant join, only i can and the server info does not give anything,
3: The public ip given by the SRCDS does not work
4: The "server.cfg" file does not apply to the server, the rcon password does also not work
heres the text that comes up in the SRCDS
CS:s
Garry's Mod
The commands for the CS:s shortcut:
C:\srcds\css\srcds.exe -console -game cstrike +map de_dust2 +hostport 27016 +tv_port 27012 -maxplayers 10 -autoupdate
The command for the Garry's Mod shortcut:
C:\srcds\orangebox\srcds.exe -console -game garrysmod +map gm_flatgrass +hostport 27016 +tv_port 27012 -maxplayers 10 -autoupdate
I am playing in the in the same computer as i host it on!
Please, i would really appreciate if i could get some help, been strugguling with this a long time!
1: It doesnt show up on the master servers,
2: My friends cant join, only i can and the server info does not give anything,
3: The public ip given by the SRCDS does not work
4: The "server.cfg" file does not apply to the server, the rcon password does also not work
heres the text that comes up in the SRCDS
CS:s
Code:
Console initialized.
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 10
No '-replayserverdir' parameter found - using default replay folder.
Replay: Creating thread pool...succeeded.
Replay: Starting thread pool with 4 threads...succeeded.
Cleaning files from temp dir, "C:\srcds\css\cstrike\replay\server\tmp\" ...no files removed.
Unknown command "r_decal_cullsize"
Network: IP 192.168.1.2, mode MP, dedicated Yes, ports 27016 SV / 27005 CL
Executing dedicated server config file server.cfg
Initializing Steam libraries for secure Internet server
'server.cfg' not present; not executing.
Connection to Steam servers successful.
Public IP is 37.17.251.107.
Assigned anonymous gameserver Steam ID [A-1:1167512577(2991)].
VAC secure mode is activated.
Garry's Mod
Code:
Console initialized.
ConVarRef mat_dxlevel doesn't point to an existing ConVar
Game.dll loaded for "Garry's Mod"
Mounting hl2.. OK
Mounting cstrike.. OK
Mounting dod.. Not downloaded fully? Try playing it first.
Mounting ep2.. Not downloaded fully? Try playing it first.
Mounting tf.. Not downloaded fully? Try playing it first.
Mounting episodic.. Not downloaded fully? Try playing it first.
Mounting hl2mp.. Not downloaded fully? Try playing it first.
Mounting portal.. OK
Mounting lostcoast.. Not downloaded fully? Try playing it first.
Mounting hl1.. Not downloaded fully? Try playing it first.
Mounting hl1mp.. Not downloaded fully? Try playing it first.
Mounting zeno_clash.. OK
Mounting left4dead2.. OK
Mounting left4dead.. OK
Mounting diprip.. OK
Mounting zps.. OK
Mounting pvkii.. Not downloaded fully? Try playing it first.
Mounting dystopia.. OK
Mounting ageofchivalry.. Not downloaded fully? Try playing it first.
Garry's Mod server.dll Build #131 [Apr 23 2012 15:30:35]
maxplayers set to 10
Unknown command "sv_allow_wait_command"
Network: IP 192.168.1.2, mode MP, dedicated Yes, ports 27016 SV / 27005 CL
Lua initialized (Lua 5.1)
Registering gamemode 'sandbox' derived from 'base'
ScriptEnforce is disabled
Compressing lua files into data pack..
Compression complete. 349 files. (0.013s)
Executing dedicated server config file server.cfg
Initializing Steam libraries for secure Internet server
'server.cfg' not present; not executing.
Connection to Steam servers successful.
Public IP is 37.17.251.107.
Assigned anonymous gameserver Steam ID [A-1:1270423557(2991)].
VAC secure mode is activated.
The commands for the CS:s shortcut:
C:\srcds\css\srcds.exe -console -game cstrike +map de_dust2 +hostport 27016 +tv_port 27012 -maxplayers 10 -autoupdate
The command for the Garry's Mod shortcut:
C:\srcds\orangebox\srcds.exe -console -game garrysmod +map gm_flatgrass +hostport 27016 +tv_port 27012 -maxplayers 10 -autoupdate
I am playing in the in the same computer as i host it on!
Please, i would really appreciate if i could get some help, been strugguling with this a long time!