Doom Sysadmin- by wares@hotmail.com
----------------------BEGIN NOTICE--------------------------
Doom Sysadmin- by wares@hotmail.com
This is version .60. Newer versions can always be obtained at
http://www.geocities.com/doomhack/
Feel free to redistribute this as long as this notice
is maintained in the README file.
-----------------------END NOTICE----------------------------
This was all inspired by Dennis Chao's work. http://www.cs.unm.edu/~dlchao/flake/doom/

Howto Install:
You need two things, this distribution doomsysadmin.tar.gz and an IWAD file.
If you don't have the iwad file you can download it at
ftp://ftp.idsoftware.com/idstuff/doom/doom-1.8.wad.gz
or
http://www.doomworld.com/cgi-bin/download.pl?dir=ports/&filename=shareware_doom_iwad.zip&dl=local

tar zxfv doomsysadmin.tar.gz 
cd xdoom
cd xdoomsrc/
make linux-x86
make install-linux-x86

) unzip or gunzip the wad file as necessary
) rename the doomwad file to /usr/local/games/xdoom/doom1.wad
) mv setup.conf /usr/local/games/xdoom/
) cd /usr/local/games/xdoom/
) Edit the setup.conf file (Make sure you leave the blank lines in)
) format of the setup.conf file:
--------------------------
which

host

--------------------------
Each parameter is followed on the following line by it's value.
which has two valid values: linux or windows
(if you set which to windows then the monsters are spawned via a remote back orifice connection)
(if you set which to linux then the monsters are spawned via a local ps command [and nice will work])
host is set to the target Back Orifice Server ip.
Windows Example:
-----------------
which
windows
host
204.34.32.34
-----------------
Linux Example:
-----------------
which
linux
host

-----------------

If you don't know the IP of a windows machine with the Back Orifice
server installed. You can install the server on your target machine.
I've included the windows Back Orifice server (bo120.zip). To install
unzip bo120.zip in Windows then run the " .exe" file. The author does
note condone installing Back Orifice on machines that are not your own.
(Note: if you can get an extra ip for VMware then running windows in
VMware works great. I won't address installing VMware though. Goto 
www.vmware.com)

Have fun killing your windows box!
(If you kill the boserver process then all your fun stops and xdoom
freezes, you'll need to kill xdoom. I start xdoom from the command line
then hit <CTRL>-C when i'm done.)
