Author Topic: Command for the server  (Read 1555 times)

ic3y

  • Committee Member
  • Autococker
  • Posts: 1398
Command for the server
« on: March 12, 2008, 05:27:39 AM »
some1 now the SCREEN command to start the server?

Screen -m -a or so

i forgot it

ic3y
« Last Edit: March 17, 2008, 02:31:53 PM by ic3 »

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: SCREEN Command to start server
« Reply #1 on: March 12, 2008, 06:49:17 AM »
Code: [Select]
#!/bin/bash
screen -A -m -d -S server27910 ./server27910.sh

The above code is in a file I call start_server27910.sh
I launch it with the command ./start_server27910.sh

The referenced file server27910.sh contains the following:
Code: [Select]

#!/bin/sh
while true; do
./paintball2 +set dedicated 1 +set public 1 +set maxclients 16 +exec server27910
done
[code]
[/code]

ic3y

  • Committee Member
  • Autococker
  • Posts: 1398
Re: SCREEN Command to start server
« Reply #2 on: March 12, 2008, 06:50:28 AM »
Code: [Select]
#!/bin/bash
screen -A -m -d -S server27910 ./server27910.sh

The above code is in a file I call start_server27910.sh
I launch it with the command ./start_server27910.sh

The referenced file server27910.sh contains the following:
Code: [Select]

#!/bin/sh
while true; do
./paintball2 +set dedicated 1 +set public 1 +set maxclients 16 +exec server27910
done
[code]
[/code]

big thx

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: SCREEN Command to start server
« Reply #3 on: March 12, 2008, 04:39:20 PM »
Thanks go out to XB as he shared that with me.

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470
Re: SCREEN Command to start server
« Reply #4 on: March 13, 2008, 09:27:29 AM »
I stole it from the warsow wiki, because I couldn't find my old scripts that Sad wrote for me.

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: SCREEN Command to start server
« Reply #5 on: March 13, 2008, 10:25:23 AM »
Back in the SnowSTORM era, Sprinkle did the scripts.  I just couldnt remember them for these new servers.

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470
Re: SCREEN Command to start server
« Reply #6 on: March 13, 2008, 11:10:29 AM »
24.28.99.60 -- not sure if I'll ever be able to forget that IP

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: SCREEN Command to start server
« Reply #7 on: March 13, 2008, 12:40:43 PM »
lol I know

Whats really bad is going to the wayback machine and looking up www.snowstorm.org and all of thoe nasty orange colors.

ewe!