SCLABGEN (StarCraft Labyrinth Generator)
========
The program is a command line utility!

FILES:
------
SCLABGEN.EXE    The program
README.TXT      This file
SCRAMAGE.DAT    Data file
LABYRINT.DLL    DLL for creating 2D and 3D labyrinths
LABYRINT.H      Header file for LABYRINT.DLL

USAGE: sclabgen xsize ysize pathwidth waterwidth tileset outfile

xsize      = map xsize                (valid values: 64,...,256)
ysize      = map ysize                (valid values: 64,...,256)
pathwidth  = walkable paths width     (valid values: 4 and more)
waterwidth = non walkable paths width (valid values: 2 and more)
tileset    = tileset                  (valid values: 0-4)
outfile    = map name                 (valid values: <name>.scm)

Note!
The path and water tiles used have only been tested with
tileset 0 and 4.

This version will not put starting positions, minerals or gas on the map.
You'll have to use the standard scenario editor (StarEdit) for that. Do NOT
change the map layout! It'll NOT look good! Since SCLABGEN creates maps not
ment to be possible to create, StarEdit gets confused when you change the map!


LABYRINT.DLL
============
You are welcome to use the library LABYRINT.DLL if you'd like to create 2D/3D
labyrinths with only one path between any two coordinates.
The header file labyrint.h contains everything you need to use the DLL.


This is a debug/alfa release. Please report any problems to me!


Kind regards,
Ted Lyngmo
Email: ted@lyncon.se
Gothenburg, 04-DEC-1998
