FILE: BOOTING

HUB MUD

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

-------Compiling--------------------------

If you do not have a source release skip this section.

1. Edit src/makefile
2. Do "make" 
3. If any errors occur, edit src/include/config.h 
4. When "hubdrv" is made, do "cd .." (You may need to copy hubdrv to /) if
   a symbolic link is not already there.

-------Genesis----------------------------

1.  READ SECURITY

2.  Copy and edit docs/config.txt to your requirements.  Make certain cold
    boot option is NOT on.

3.  Execute hubdrv with -cu

            Example: hubdrv -cu config

3.  Login to game to create admin character
4.  In game execute "shutdown reboot" (if you wish the game to run now --
otherwise simply "shutdown now"

Now, whenever you wish to perform a normal boot, perform "hubdrv >& log &"


--------Beyond Genesis--------------------
For information on building game areas:
See: docs/areas.txt, docs/basics.txt, docs/combat.txt, docs/door.txt

When ready see tools in /tools

Reading docs/driver.txt will also be helpful.


END OF BOOTING