home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pascal / spx10.zip / SPX_UTIL.ZIP / README.1ST < prev    next >
Text File  |  1993-05-10  |  5KB  |  108 lines

  1. SPX Library Utilites
  2. ===========================
  3.  
  4. In this archive are programs and utilites to aid you in writing games.
  5.  
  6. GEOMAKER.EXE    GUI to create geomorph/tilemaps.  Requires mouse.
  7.  
  8. VSPMAKER.EXE    GUI to create VSP sprites.  Runs in protected mode
  9.                 requires the files RTM.EXE and DPMI16BI.OVL to run.
  10.                 Requires mouse.
  11.  
  12. CHBMAKER.EXE    GUI to create CHB fonts.  Requires mouse.
  13.  
  14. PCX2VSP.EXE     GUI to cut PCX files to VSP files. Requires mouse.
  15.  
  16. FIXGMP.EXE      Command line program to convert the old version GMP files
  17.                 to the SPX GMP file format.
  18.  
  19. VOC2RAW.EXE     Command line program to convert .VOC sound files to raw
  20.                 PCM data files.  (Does not convert Stereo or 22Khz or greater
  21.                 VOC files)  Be sure to record the sample rate.  The rate is
  22.                 NOT stored with in the raw file.
  23.  
  24. CEL2VSP.POC     Poco language program for use with the Animator Pro.  Converts
  25.                 ANI PRO cel files to VSP sprite files.  Just add the file 
  26.                 to your \ANI\RESOURCE directory and select CEL2VSP from the
  27.                 Poco menu.
  28.  
  29. The GUI programs have the same simple interface.  They are self-explanatory. 
  30. Below are some extra tips on some of the programs:
  31.  
  32.   GEOMAKER/VSPMAKER -  Both programs allow you to pick two colors for
  33.              drawing sprites.  Use button 1 on the mouse for color one,
  34.              button 2 for color two.  
  35.                The F4 key toggles the color selection window.  Just click 
  36.              on the new color to change.  The "Adjust Colors" (SPACE BAR) 
  37.              adjusts the menu colors when the palette is changed.
  38.                The F5 key toggles the palette modification window.  This
  39.              allows you to change the color of the two current colors.
  40.              Select LOAD or SAVE in this window to save the palette to disk.
  41.              RESET, resets the entire color palette to the startup palette or
  42.              to the palette when the SET button is selected.
  43.                Below is a table summary of the keys in the window areas. (The 
  44.              map column applies only to the GEOMAKER program):
  45.  
  46.         ACTION                  MAP window         SPRITE window
  47.         -----------------------------------------------------------
  48.         LEFT MOUSE BUTTON       PLACE SPRITE       DRAW /w color 1
  49.         RIGHT MOUSE BUTTON      ERASE SPRITE       DRAW /w color 2
  50.         BOTH BUTTONS                               DRAW with zero color
  51.         LEFT-CTRL               PICK UP SPRITE     PICK UP color 1
  52.         LEFT-ALT                PICK UP SPRITE     PICK UP color 2
  53.  
  54.   GEOMAKER - Geomaker allows for different brush sizes.  Press 0..9 to change
  55.         the brush size in the sprite window.
  56.           Geomaker uses the current directory disk space for its memory.  
  57.         Make sure the current directory is writeable and not a floppy.  It
  58.         will work on a floppy but will be absolutely slow!  For slow computers
  59.         use a ram disk for the current directory.
  60.           Geomaker creates 3 files in the current directory.  If you don't
  61.         save your work when exiting, you can just run Geomaker from that
  62.         directory and the changes will be restored.  If you have problems
  63.         starting Geomaker, just delete the *.GEO files from the working
  64.         directory.
  65.           To do global draws select the view button.  This will show a
  66.         zoomed out version of your geo map.  Select the DRAW radio button
  67.         to 'wipe' the current sprite onto the map.
  68.           Select NEW to create a new geo map.  The large geo map check box
  69.         allows you to create maps that can contain more than 256 sprites.  
  70.         However  with this setting,  the large GMP will make your geo map 
  71.         files twice the size.
  72.  
  73.   VSPMAKER - Vspmaker allows for cursor control in the zoom window.  Move the
  74.         mouse into the zoomed grid. Then just use the keypad to move the
  75.         cursor around. Press 1 to draw with color 1, 2 to draw with color 2,
  76.         3 to draw with zero color.
  77.          VSPMAKER requires the two files two run:
  78.             
  79.                 RTM.EXE
  80.                 DPMI16BI.OVL
  81.  
  82.          They must be in the current directory or in one of the PATH 
  83.         directories.
  84.  
  85.   PCX2VSP - PCX2VSP will load pcx file sizes from 1x1 to 320x200 and supports
  86.         only 256 color pcx files.  Select F2 to load a pcx file.  To grab a
  87.         sprite click drag the left mouse button on the area to define a 
  88.         rectangle area then select the grab button (or F7 key).  You can
  89.         press the F7 key multiple times to save sprites to one file.  Use the
  90.         right mouse button to toggle the main menu bar.  Press the F6 key
  91.         to toggle the sprite view window.  When the main menu bar and sprite
  92.         window is off, horzontal and vertical rulers will be displayed along
  93.         with the cursor position.
  94.           Use the grid button (F5) to toggle a snap grid and set the grid
  95.         size.  The status display will indicate if the grid is on.
  96.           Select F3 to save the grabbed sprites or save the palette from
  97.         the pcx file.
  98.  
  99. Users to Internet email can contact me at:   ramsays@access.digex.net
  100. for any questions, technical support, or just to say hi.
  101.  
  102. Or snail mail me at:
  103.  
  104.     Scott D. Ramsay
  105.     PO BOX 3426
  106.     McLean, VA
  107.         22103-3426
  108.