init_data file format
---------------------

Example file:
5000 3 1 1 4 1 1 ABC
A square BC 0 1
B pond AC 0 1
C shop AB 0 1

First line variables seperated by spaces:
PORT #                  number between 1000 and 9999
TOTAL ROOMS             total number of rooms
ROOM ATMOSPHERICS       1 for yes, 0 for no, initially
SYSTEM LOGGING          1 for yes, 0 for no, initially
MESSAGE LIFETIME        a whole number in days
NEW USERS ALLOWED       1 for yes, 0 for no, initially
RESOLVE IP ADDRESSES    1 for yes, 0 for no, initially
ROOMS LOCKED TO PUBLIC  room letters locked to public

Room connection lines, variables seperated by spaces:
ROOM LETTER IDENTIFIER the letter indetifying the room. start from "A", all
                       the way to "Z", then the following characters:
                       [ \ ] ^ _ ` and then start with "a" to "z"
ROOM NAME              the name of the room, case-sensitive
EXITS                  consecutive letters designating a 1-way connection
                       to another room(s). For a room with no connections,
                       use a *
IS ROOM HIDDEN?        1 for yes, 0 for no
IS ROOM WITH ATMOS ON? 1 for yes, 0 for no, initially

 Each line after the first line is considered a room. The first room line
designates the first room as room A, the second as room B, and so on; So 
that you can make the exits from room to room in the EXITS field. If
you need more than 26 rooms (A-Z) refer to the 437 code page table for the
characters that come after them (or refer above).
 
ALL fields for the lines are required!

-Cygnus
cygnus@misty.com
