Make a software which allows to launch my gmod server as soon as it crash
6 replies, posted
All is in the title :/
If you're running it in linux you can just run a batch file
[QUOTE]:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game cstrike +map de_dust +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds[/QUOTE]
just change the parameters in /wait srcds.exe to fit with the parameters for your gmod server
edit
[URL="http://forums.srcds.com/viewtopic/13722"]here's one for windows[/URL] if you're using that
Thank you !
[QUOTE=haloguy234;47002159]If you're running it in [b]linux[/b][/quote]
[quote] you can just run a [b]batch[/b] file[/QUOTE]
[img]http://i.imgur.com/ghCuIrH.png[/img]
[highlight](User was banned for this post ("reaction image reply yet again" - Orkel))[/highlight]
[highlight](User was banned for this post ("Evading ban on an alt" - Big Dumb American))[/highlight]
[QUOTE=proboardslol;47003574][img]http://i.imgur.com/ghCuIrH.png[/img][/QUOTE]
i know they're called scripts, i'm not retarded
it was for OPs sake, this is someone who seriously expected a person to build him a program to monitor his gmod server and he had no idea a simple script could do it. i didn't want to confuse OP with linux terminology, and in my experience more people who regularly use computers know what a batch file is
sorreeeeey
[QUOTE=haloguy234;47003613]i know they're called scripts, i'm not retarded
it was for OPs sake, this is someone who seriously expected a person to build him a program to monitor his gmod server and he had no idea a simple script could do it. i didn't want to confuse OP with linux terminology, and in my experience more people who regularly use computers know what a batch file is
sorreeeeey[/QUOTE]
Except that you wrote a Batch application, which won't work in the slightest on Linux. It's not a terminology problem. It'll run and probably also work on Windows, though.
[QUOTE=Alternative Account;47035146]Except that you wrote a Batch application, which won't work in the slightest on Linux. It's not a terminology problem. It'll run and probably also work on Windows, though.[/QUOTE]
To be honest I didn't even write that. I spent 30 seconds on google and found it. The guy who posted it said it was for linux. I don't use linux enough to understand how to write scripts and I know very little of making batch files in Windows.
Sorry, you need to Log In to post a reply to this thread.