SRCDS Steam group


Anti crash script for the gui version?
#1
Go ahead and laugh at me for using the GUI version but please do so outside of this thread.

I'm hosting a Garrysmod server.

I'm using the GUI version because the DOS console is terrible to work with. I spend time with the console equally as much as I spend time in game. I need to copy paste stuff from the console. (debugging scripts)

That's all you need to know.

Now is there anything like this for the GUI version?
Reply
#2
You can run it in a batch script...
However it will not pass memory pop-up errors.

Question: Why don't use just use HLSW for all your debugging? Then you only need to use the extra power when you need to test stuff.
~ 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
#3
Mooga Wrote:You can run it in a batch script...
However it will not pass memory pop-up errors.

How do I do this batch thing? (I'm not experienced with batch)

I could use serverchecker to run the batch everytime it crashes instead.

Mooga Wrote:Question: Why don't use just use HLSW for all your debugging? Then you only need to use the extra power when you need to test stuff.

HLSW doesn't let me see all the errors.
Reply
#4
In serverchecker, can you list the startup command?
If so, you can just leave out "-console" command
~ 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
#5
The problem is it doesn't start automatically. I have to press "start" in the gui in order to start it.
Reply
#6
There might be a parameter that you can pass it, but I couldn't find one in my brief look at the valve wiki.
Try something like -start or -run
~ 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
#7
It doesn't work.

Sad
Reply
#8
Some guy showed me autoit.

I made a script that'd do this automatically and it works!

Quote:Run("C:\Program Files\Valve\Server\orangebox\srcds.exe")
WinWait("Start Dedicated Server")
WinActivate("Start Dedicated Server")
WinWaitActive("Start Dedicated Server")
Send("{ENTER}")
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)