home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / TILER.ZIP / TILER.DOC < prev    next >
Text File  |  1992-03-07  |  3KB  |  83 lines

  1. This is a document on the "Tile Maker".
  2. -----------------------------------------------------
  3.  
  4.     I have made this tile editor program for easy editting of tiles.
  5. I first made it so I could make a tile graphically and then save it as a
  6. file I could load.  Slowly I have added on more commands and functions
  7. to make the editor easier to use.  I have given it to the public in hopes
  8. of getting a better C compiler, so I can develop a more complete tile
  9. editor.
  10.  
  11.     This editor is only made for the 320x200 mode with 256 colors.  It
  12. was compiled with Quick C.  I have made two demo programs.  One for
  13. Quick Basic (or QBasic) and one for Quick C.  The largest tile size is
  14. 32x32.
  15.  
  16.     Some of the commands are:
  17.  
  18.     (5) or ( ) = plots point on tile editor
  19.     (A) = About the compiler
  20.     (B) = Changes the boarder color of the tile^
  21.     (C) = Changes the size of the tile
  22.     (D) = Gives you the disk options:
  23.     (S) = Saves tile
  24.     (L) = Loads tile
  25.     (P) = Allows you to change the prefix
  26.     (F) = Finds the color the cursor is currently on
  27.     (N) = Erases current tile
  28.     (U) = Puts up or down the pen*
  29.     (Q) = Exits the editor
  30.     (S) = Gives you a list of all the letter codes of the (X, Y) coordinates
  31.     (?) = Shows you the different commands shown here
  32.  
  33.     ^The boarder is not saved with the tile.  It is used to outline the
  34.      boundaries of the tile.
  35.     *The default is pen up.  When you first push the button, the pen goes
  36.      down, the next time you push the button, the pen goes up, and so on.
  37.      On the right side of the screen there is a box with a 'P' to the
  38.      left of it.  When the pen is up it is not lit up.  When the pen is
  39.      down it is lit up.
  40.  
  41.  
  42.     The keys to move the cursor in the tile box are:
  43.  
  44.                     8
  45.                   4-|-6
  46.                     2
  47.  
  48.  
  49.     The keys to move the cursor in the pallet box are:
  50.  
  51.         The arrow keys.
  52.  
  53.  
  54.     I would like $2.50 for it, in order to get enough money for a new and
  55. better compiler.  I am only asking it as a donation, if you like my tile
  56. editor.  I can be contacted on America Online as 'SRC' and my address is:
  57.             1200 Trenton Blvd.
  58.             San Pablo, CA 94806
  59.  
  60.  
  61.  
  62.     Note: don't forget to unzip 'DEMO.ZIP' which is embedded in
  63.     the 'TILER.ZIP' file.  When you are done, the program should
  64.     be arranged like:
  65.  
  66.     TILER\
  67.           TILER.DOC
  68.           TILER.PRE
  69.           TILER256.BAT
  70.           TILER256.EXE
  71.           DEMO\
  72.            DEMODRAW.BAS
  73.            DEMODRAW.C
  74.            DOORS.CLP
  75.            FIGHTY.CLP
  76.            SHADES.CLP
  77.            SHADES2.CLP
  78.            SMALL.CLP
  79.  
  80.     There might be problems if the program is not arranged in
  81.     the way shown above.  If running the program from Windows,
  82.     you should launch the program by the batch file.
  83.