SRCDS Steam group


Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SRCDS Guardian 3.0
#46
(05-07-2010, 12:51 AM)realchamp Wrote:  
(05-06-2010, 05:10 PM)Carocrazy132 Wrote:  When I use this script players on my server can't jump correctly, it's very strange I know but trust me this is what was messing it up. Any idea why/how that could be? Because this script runs much more smoothly than the original script which works just fine.
erhm wtf?

This does not have any effect on the gameplay?

I can comfirm that this script is lagg the server, test it yourself and check the cmd/updaterate with net_graph 1
Reply
#47
(08-01-2011, 06:38 AM)Oblivi0us Wrote:  Thanks for this. There is a problem though.

It prompts me to "Terminate batch job" whenever srcds.exe closes and srcds will not restart untill I enter or y or n.

What OS are you running?
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#48
I got a problem on my WIN 7 64 bit.
My SRCDS is in D:\Program Files (x86)\Valve\Dedicated Server\orangebox\SRCDS.exe
When I place it, gives me annoying non stopping error of this:
Windows cannot find 'D:\program'. blah blah.
I tried to add "" at the addres, but then it says it cannot find -console .
Added the entire code in a "", but wont work.
HELP! THIS IS DAMN ANNOYING!
Reply
#49
Post your commands.
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#50
Does not work for my SRCDS HL2MP Server. What's up?? Did all of the Steam updates kill this script??
Reply
#51
you have to put path into "" but -console outside, not inside of ""
Best Regards,
Stinkyfax
Reply
#52
(11-09-2011, 08:41 PM)Stinkyfax Wrote:  you have to put path into "" but -console outside, not inside of ""

O.K. Thanks, I will try that and report back to you.
Reply
#53
Well, that did not work either. The srcds.bat icon that is on the desk top is like this:

set runcmd="C:\SRCDS\orangebox\srcds.exe" -console -game hl2mp +map 5150_killbox_tower_sniper.bsp tickrate 66 +fps_max 600 -ip192.168.1.115 -port 27015 maxplayers 10 -autoupdate

And the one that is in C:\SRCDS\orangebox\SRCDS is like this:

@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game hl2mp +map 5150_killbox_tower_sniper.bsp tickrate 66 +fps_max 600 -ip192.168.1.115 -port 27015 maxplayers 10 -autoupdate
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds


What am I missing here?
Reply
#54
the quotes should be around the whole command:
Code:
"C:\SRCDS\orangebox\srcds.exe -console -game hl2mp +map 5150_killbox_tower_sniper.bsp tickrate 66 +fps_max 600 -ip192.168.1.115 -port 27015 maxplayers 10 -autoupdate"

Also, I assume, you are using the full script, right?
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#55
I am using YOUR version: SRCDS Guardian 3.0 and I have also tried going back to the original/old version, but none of them seem to work. Did I put the " " in the correct place? Or is it supposed to be like the one you have here like you did in the above reply? I'll keep trying, but please help with all the info you can. Tell me where to put these .bat files too. I have one of them in C:\SRCDS\srcds and the other one is on my desktop. Do I use your script alone, or with the original?
Reply
#56
Mine just reopens the launch window for SRCDS and doesn't run the server..help?
Reply
#57
For those who were having problems with running the batch file on Windows Server 2008 to Windows 7 with giving you the error of ^CTerminate batch file. (Y/N).

Code:
Place < Nul after your launch parameters.
"C:\Game installs\hlds\hlds.bat" < Nul
Hope that helps the rest of you.

For those with the issue of recieving the annoying error of "The filename, directory name, or volume label syntax is incorrect"?

Code:
set servername=Mau5Land_Public
remove spaces, commas, quotes or ::
Make sure its one name or it won't recognize the listing.

Troubleshoot by placing :: at the @echo off.
Those were my two issues, and luckily I solved them. Hope it helps.
Reply
#58
When ever i start the server using your bat, it doesn't allow me to connect, when ran as a lan server, it doesn't even show up in the lan tab (tf2) does it just take awhile or what because if i use srcds.exe i have absolutely no problems
Edit: Fixed it, i didnt know a map was needed... my stupidity striking again
Reply
#59
i put it in the place i neded to, but it says it cant find the file what do i do. please respond to minecraft5879@gmail.com
Reply
#60
(08-30-2010, 01:02 PM)dirtboy0404 Wrote:  For some reason when my CS:S game server crashes it doesn't auto restart the server it shows this message.
^CTerminate batch job (Y/N)? I press Y its turns off the batch but when i press the N its restarts the server. Can someone help me?Sad
Solution:

Find
::Start the actual server
start /wait %runcmd%

in the .bat file
and put | echo N after so it looks like this

::Start the actual server
start /wait %runcmd% | echo N


Reply


Forum Jump:


Users browsing this thread: 13 Guest(s)