SRCDS Steam group


Linux and Windows control panels.
#1
I never realized there were so many for Linux, and so few for Windows or cross platform.. at least that are still developed.

Nice list Smile
Mohawk Voice v1.0 now available!
[Image: 331lwzt.jpg]
Reply
#2
(11-16-2009, 01:53 AM)bhumphries Wrote:  I never realized there were so many for Linux, and so few for Windows or cross platform.. at least that are still developed.

Nice list Smile

Yeah. Maybe Window$ is more complicated ?!
Reply
#3
I think it is because of TcAdmin, it is cheap, it works, it is simple. And every one that wants to host a server on windows know about it.
Reply
#4
Windows has a more complex system of authorization.
With Linux you can just write a php script to log into an SSH account and execute a command.

Linux Example.
PHP Code:
$command 'nohup ./srcds/cstrike/bla' > /dev/null 2>&& echo $!';
exec($command); 
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#5
Yer, Linux is much simpler to code for.
~ trewq
Reply
#6
Windows:
PHP Code:
<?php
   exec
("C:\\SRCDS\\SRCDS.exe -game cstrike +map de_dust2 -console");
?>

Should work^^
Reply
#7
(11-16-2009, 08:25 AM)realchamp Wrote:  Windows:
PHP Code:
<?php
   exec
("C:\\SRCDS\\SRCDS.exe -game cstrike +map de_dust2 -console");
?>

Should work^^

AHHHHHHH SATAN'S SON ! :p

You wrote something to call Hell Bill Gates !! :p

sorry, this topic is for the GCP !
[Image: 626335056.png]
Game Control Panel (GCP) list : http://forums.srcds.com/viewtopic/12826/1
Reply
#8
(11-16-2009, 08:25 AM)realchamp Wrote:  Windows:
PHP Code:
<?php
   exec
("C:\\SRCDS\\SRCDS.exe -game cstrike +map de_dust2 -console");
?>

Should work^^

That will make the browser hang, but it will work but that is only launching it.
~ trewq
Reply
#9
Mine should output the echo to a nohup, rather than hanging browser.
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#10
You can kill the browser, it will remain running in the background from my experience.
Reply
#11
(11-17-2009, 01:05 AM)realchamp Wrote:  You can kill the browser, it will remain running in the background from my experience.

Yer, but it doesn't look nice.
~ trewq
Reply
#12
(11-17-2009, 05:34 AM)Goilio Wrote:  
(11-17-2009, 01:05 AM)realchamp Wrote:  You can kill the browser, it will remain running in the background from my experience.

Yer, but it doesn't look nice.

yeah and it's pretty annoying Toungue
Reply
#13
Can you write it to dump the console into another file? that way it doesn't try to wait until the srcds.exe is done running.

Probably should split this topic up again >_>
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#14
lol you people are starting to become masters in changing the subject Big Grin
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply
#15
Hmm.. How did I become the thread starter? lol.. me thinks someone tried merging threads and mixed something up Toungue
Mohawk Voice v1.0 now available!
[Image: 331lwzt.jpg]
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)