home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 3 / cd.iso / games / dcg303ut / worldgen.doc < prev    next >
Text File  |  1993-05-16  |  5KB  |  162 lines

  1. NOTE: This utility uses a LOT of stack space to generate new worlds.
  2.       If your computer 'locks-up' when you run this program, try 
  3.       adding the following line to your CONFIG.SYS file:
  4.  
  5.         STACKS   = 16,512
  6.  
  7.       You may already have a STACKS line, if so, just make sure the
  8.       numbers are at least as large as those shown above.  After you
  9.       make the change, remember to re-boot your computer so they can
  10.       take effect.
  11.  
  12. ----------------------------------------------------------------------
  13.  
  14. WorldGen
  15. ========
  16.  
  17. This utility is designed to be used in conjunction with DCGAMES adventure
  18. construction program DCWORLD. The purpose of this program is to speed up
  19. the generation of different types of worlds. The worlds generated will
  20. be finished on only a few seconds, just waiting for you to add people,
  21. objects, and fine-tuning any terrain features you might wish to cutomize!
  22.  
  23. If you already have some worlds generated, WorldGen will begin to add
  24. worlds at the next available world number. To begin using WorldGen just 
  25. make a copy of the WorldGen program in the same subdirectory as your 
  26. DCWORLD program. 
  27.  
  28. Type "WorldGen" to begin the program. Although the program works best 
  29. with a mouse, the keyboard may also be used. You will notice two menus
  30. at the top of the screen,one reads World, the other Terrain.
  31.  
  32. The world menu is used to describe the global features of a world reguardless
  33. of the terrain it contains. The terrain menu is used to set specific
  34. details concerning the generation of different types of worlds.
  35.  
  36. IMPORTANT NOTES FOR KEYBOARD USERS !
  37.  
  38. All of the items may be accessed by keyboard, the tab key moves from field
  39. to field, the return key accepts your choice, and the esc key cancels. Note
  40. that all windows initially are set up to reject any changes, you must first
  41. select the options you want, then hit the return key. Editing of numeric data
  42. may be done with the backspace and delete keys.
  43.  
  44. File contents-
  45.  
  46. Worldgen.doc - This short manual.
  47. Worldgen.lsc - The licensing agreement for using Worldgen.
  48. Worldg.exe - A subroutine program used by worldgen. Must be present!
  49. Worldgen.exe - This is the main program.
  50. Worldgen.sav - Created to save your block types.
  51.  
  52.  
  53.  
  54.  
  55.  
  56. In the world menu is the following options:
  57.  
  58. 1-Number: This is used to display the world number about to be generated. 
  59.           This number may be changed if you wish to replace a previously
  60.           generated world. The number must be 0-999.
  61.  
  62. 2-Size: This is used to change the size of the world to be generated. The
  63.         default is 100 X 100. The largest allowable is 64K bytes. This is
  64.         about 640 X 100, 320 X 200 etc. 
  65.  
  66. 3-Level: Sets the entry level for a character to any level.
  67.  
  68. 4-Blocks: This feature allows you to select any graphics block to replace
  69.           the standard terrain. To find the number you need the list in
  70.           DCWORLD literature. Grass is zero, count up from there. This
  71.           feature enables you to get unusual combinations for both outdoor
  72.           and indoor worlds by choosing some non-conventional terrain for 
  73.           walls and floor. For example, by using grass for a tile, and
  74.           trees for walls, we could get a maze of trees. 
  75.  
  76. 5-Go: This enables you to select the type of world you will generate. It
  77.       takes about 5 to 10 seconds to generate an outdoor world of 100 X
  78.       100 blocks.
  79.  
  80. 6-About: Tells you about this software.
  81.  
  82. 7-DCWORLD: Allows you to run the DCworld program and return when you
  83.            are finished.
  84.  
  85. 8-Exit: Quit the program.
  86.  
  87.  
  88.  
  89. The other menu, the terrain menu allows you to specify information about the 
  90. terrain being generated. the options are:
  91.  
  92. 1-Outdoor: This is the most complex. First you click on the types of 
  93.            terrain you wish to appear. Then you must set the "relative"
  94.            weights.The program totals these relative weights to determine 
  95.            what pecentage of the available land will be forest, swamp,etc.
  96.            Finally you select the types of special objects which appear
  97.            (rivers,islands,cities,castles,houses). 
  98.            Once these parameters are set they can be used over and over, 
  99.            or changed quickly by turning on new types of terrain using the 
  100.            terrain switches on the left row of check boxes.
  101.  
  102. 2-City/Town: Your only choices here are whether the walls are brick or stone.
  103.              NOTE: If you changed the brick block number in the blocks
  104.              menu, then your walls can be any available block!
  105.  
  106. 3-Dungeon: A dungeon will have a maze-like structure, not the neat orderly
  107.            rooms one would find in a house. Again your only choices are
  108.            brick or stone walls.
  109.  
  110. 4-House/castle: This will generate one building, it may contain hidden
  111.                 rooms, dead end doors etc. You may have to do a little
  112.                 editing of the house to get it just right. Once more
  113.                 your only choices are Brick/Stone.
  114.  
  115. 5-Arena: This is not a terrain type, but will allow you to choose a terrain type
  116.          and then generate it as if it were an arena.
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. Your comments are always welcome! You may contact me at:
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.                      Cichoracki Software
  140.                      106 Ellen Ln.
  141.                      Frankfort Il. 60423
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.