Hirato | 2007-10-24 08:40
Linux server launcher script
 
(3.0 from 2 votes)
A very small script to launch a sauerbraten server on GNU/Linux

There's not much too it, just a few days ago I wanted to start a server, and I ended up writing this up to make it easier. not everyone is looking forward to typing ./bin_unix/native_server -n"Ultimate Server" -p"I like pie" -c8. yeah I know, just press the up arrow several times and use the version in the history. As far as I know, everyone even running a server probably already created one of these for themselves.
I'm not saying mine's the best, but it's written by a newbie for a newbie. I've made it 'easy' to configure so to speak.

below is the part of the script where the user would define a few variables

#SAUER_DIR, should be .
SAUER_DIR=.
#SAUER_PASS, just set a password for admin, if it contains spaces, place it in "" eg "hack me"
SAUER_PASS="hack me"
#SAUER_CLIENT, set the maximum number clients eg "4"
SAUER_CLIENT=8
#SAUER_NAME, the name of your server in the server GUI
SAUER_NAME="Sauerbraten Server"
#SAUER_SERVER, eg linux, native, the prefix of the executable.
SAUER_SERVER=linux

just a few notes, the script it meant to be installed in the / of the sauer directory, and it will actually check the root first, before the bin_unix folder for the executable. if it's not installed in the / dir, it's still easy enough to point it to the right location.
other than that, download it, configure it, use it, and own me in a game.... or twenty =-p
enjoy

~Hirato Kirata

PS I just felt like showing off =-p

Update 1 There was no change, just placed the file in a zip so that others could access it

hirato_server.zip (683 bytes)
(3.0 from 2 votes)
User login
Users on Quadropolis
9 guests & 1 user online
 
(4.9 from 11 votes)
Created 2008-11-25 22:50
6 days 43 min ago
 
(3.8 from 4 votes)
Created 2008-11-09 11:41
3 weeks 1 day ago
fugudude
 
(1.0 from 2 votes)
Created 2008-11-30 00:28
1 day 23 hours ago
 
(4.8 from 19 votes)
Created 2008-05-30 16:28
26 weeks 3 days ago
 
(2.9 from 7 votes)
Created 2007-12-07 22:18
51 weeks 3 days ago
demonmoooseguy
 
(3.9 from 10 votes)
Created 2008-11-17 12:27
2 weeks 11 hours ago
 
(5.0 from 3 votes)
Created 2008-11-18 09:24
1 week 6 days ago
 
(2.6 from 10 votes)
Created 2008-11-19 21:37
1 week 5 days ago
alex256
 
(3.0 from 6 votes)
Created 2008-02-18 18:05
41 weeks 5 hours ago
NikolaiH
 
(1.0 from 3 votes)
Created 2008-11-27 14:25
4 days 9 hours ago