Import of Empire 4.2.12

This commit is contained in:
Markus Armbruster 2003-08-23 12:23:04 +00:00
commit d8b7fdfae1
817 changed files with 126589 additions and 0 deletions

6
scripts/blitz/README Normal file
View file

@ -0,0 +1,6 @@
These are the scripts that we use to run the Cheetah and Vampire
blitzes. If you want to use them, then you should copy them to the
bin directory, change the pathnames where appropriate and install the
crontab.config using the crontab command.
Wolfpack! 1996

View file

@ -0,0 +1,3 @@
8,18,28,38,48,58 * * * * /empire/wolfpack/cheetah/bin/keepitup -check vampire /empire/wolfpack/cheetah 6667 Lurker password 1>>/empire/wolfpack/logs/keepitup 2>&1
00 6 * * * /empire/wolfpack/cheetah/bin/setup-blitz 1>>/empire/wolfpack/logs/setup-blitz 2>&1
25 6 * * * /empire/wolfpack/cheetah/bin/start-blitz 1>>/empire/wolfpack/logs/start-blitz 2>&1

18
scripts/blitz/motd Normal file
View file

@ -0,0 +1,18 @@
turn on
Welcome to the Wolfpack
Cheetah Blitz
Empire 4.0.0 (Wolfpack) code
New players should start by typing "info".
All players should check "info Empire4" and "info Infrastructure".
The Wolfpack home page is: http://www.wolfpackempire.com, and has
complete info pages on-line with cross-links.
The blitz resets at 6:00pm EDT every day. Updates start at 6:30pm EDT.
Please email all comments and bug reports to wolfpack@wolfpackempire.com
.

37
scripts/blitz/setup-blitz Normal file
View file

@ -0,0 +1,37 @@
#!/bin/csh
echo '================Setup begin================='
date
cd /empire/wolfpack/cheetah/bin
/empire/wolfpack/cheetah/bin/keepitup -kill cheetah
\rm -f /empire/wolfpack/cheetah/data/server.log
./files <<EOF
y
EOF
./fairland 10 30
/empire/wolfpack/cheetah/bin/keepitup -start cheetah /empire/wolfpack/cheetah
sleep 10
/empire/wolfpack/cheetah/bin/emp_client POGO peter < newcap_script
/empire/wolfpack/cheetah/bin/emp_client POGO peter << EOF
power new
disable
dump * | /empire/wolfpack/cheetah/scripts/bigstart > bigstart.out
bye
EOF
/empire/wolfpack/cheetah/bin/emp_client POGO peter < bigstart.out >> /dev/null
/empire/wolfpack/cheetah/bin/emp_client POGO peter < motd
/empire/wolfpack/cheetah/bin/emp_client POGO peter << EOF
change coun Wolf
change rep password
realm 0 0:-1,0:-1
add 13 Lurker password v i
add 14 Mapmaker password g i
bye
EOF
echo '================Setup end================='

14
scripts/blitz/start-blitz Normal file
View file

@ -0,0 +1,14 @@
#!/bin/csh
echo '================Start begin================='
date
/empire/wolfpack/cheetah/bin/keepitup -check cheetah /empire/wolfpack/cheetah 6667 Lurker password
cd /empire/wolfpack/cheetah/bin
/empire/wolfpack/cheetah/bin/emp_client Wolf password << EOF
enable
ann
Updates are enabled. Have a blast!
.
bye
EOF
echo '================Start end================='