home *** CD-ROM | disk | FTP | other *** search
/ Shadow Warrior / SWARRIOR.bin / data1.cab / Build_Docs / EDITART.TXT < prev    next >
Text File  |  1997-08-25  |  8KB  |  187 lines

  1. --------------------------------
  2. EDITART Help Reference
  3. Original Docs By Ken Silverman
  4. Edited By Keith Schuler
  5. (c) 1997 3D Realms Entertainment
  6. --------------------------------
  7.  
  8. This is a very brief reference guide to help you use the EDITART program, 
  9. which is found in the \GOODIES\TOOLS directory on your Shadow Warrior CD.
  10. Use EDITART to import custom 2D artwork into Shadow Warrior.
  11.  
  12. Refer to these documents in the \GOODIES\DOC directory on your Shadow
  13. Warrior CD for other important information:
  14.  
  15. ADVANCED.TXT - Brief explanations of room-over-room, sector objects, and
  16. other advanced Shadow Warrior mapping topics.
  17. EDITART.TXT  - Instructions and reference for using the EDITART program.
  18. EXAMPLE.TXT  - Documentation to accompany EXAMPLE.MAP, which includes
  19. demonstrations of almost all of Shadow Warrior's map functionality.
  20. SLABSPRI.TXT - Instructions and reference for using the SLABSPRI program.
  21. SWSOUNDS.TXT - An index of the sound effects and ambient sounds.
  22. SPRITAGS.TXT - Sprite tagging reference. Your guide to all the special
  23. sprites in Shadow Warrior and how to use them.
  24. SWBUILD.TXT  - A tutorial and reference guide to using the BUILD editor.
  25. WALLTAGS.TXT - Wall and sector tagging reference. These are all the wall and
  26. sector tags used in Shadow Warrior.
  27. -----------------------------------------------------------------------------
  28.  
  29.  
  30. ----------------------------------
  31. 1.      Importing Art With EDITART
  32. ----------------------------------
  33.  
  34. You can grab artwork from a 320x200x256 sized picture using the .PCX,
  35. .GIF, or .BMP format. You can grab all or part of a picture. It is also
  36. possible to create tiles larger than 320x200, as is the case with a parallax
  37. sky texture. This is done by grabbing parts of a tile and assembling them
  38. in EDITART.
  39.  
  40. 1.1     The EDITART Keys:
  41.  
  42.         U - Use this to import a section of a 320*200*256 .BMP, .PCX, or
  43.             .GIF file. After selecting a file on the menu, it will be
  44.             displayed on the screen. You can then use the mouse to select
  45.             a rectangular portion of the picture. You can press the
  46.             following four keys in this mode:
  47.  
  48.             Enter - Convert the image that is inside the rectangular
  49.                     selection rectangle to the BUILD palette.
  50.  
  51.             Space - Convert the image that is inside the rectangular
  52.                     selection rectangle without remapping the palette.
  53.  
  54.             O - Place the mouse cursor anywhere in the texture you want to
  55.                 grab and press O. The texture must be drawn on a backdrop
  56.                 that uses the background color (255 - purple.) O will
  57.                 grab the texture or sprite in an optimal way with no extra
  58.                 border on any of the four sides.
  59.  
  60.             P - If in the picture selecting screen (after pressing U and
  61.                 loading the picture), you press P, then the palette of BUILD
  62.                 can be replaced by the palette of the displayed picture.
  63.                 I don't recommend doing this, as it will screw up the
  64.                 colors in all of Shadow Warrior's existing art.
  65.         
  66.         PGUP/PGDN - Select tile to edit
  67.  
  68.         G - GOTO a tile by typing in the tile number.
  69.  
  70.         S - Re-size tile. The X and Y sizes can be any unsigned short
  71.             integer. X ranges from 0 to 1024, and Y ranges from 0 to 240.
  72.  
  73.         Delete - short cut key to set both the X and Y sizes to 0.
  74.  
  75.         "+" or "-" - Change the animation setting. (Default: NoAnm = 0.)
  76.                      To change the animation type, press "-" when the value
  77.                      is 0. For example, if you want an object to have 4 tiles
  78.                      of animation, you can animate it in 4 different
  79.                      sequences: (0 is the current tile)
  80.                      NoAnm=4 sequence: 0,0,0,0,0,0,0,0,0,0,0,...
  81.                            (i.e. no animation)
  82.                      Oscis=4 sequence: 0,1,2,3,2,1,0,1,2,3,2,... (oscillate)
  83.                      AnmFD=4 sequence: 0,1,2,3,0,1,2,3,0,1,2,... (forwards)
  84.                      AnmBK=4 sequence: 0,-1,-2,-3,0,-1,-2,-3,... (backwards)
  85.  
  86.         A - Set the animation speed of the tile.  Press + and - to change the
  87.             animation speed.  There are 16 different animation speeds. The
  88.             animation speed set here sets the speed for BUILD and Shadow
  89.             Warrior also.
  90.             
  91.         ` - This key (located just above the TAB key) allows you to center a
  92.             sprite. Simply use the arrow keys to get to the desired position.
  93.  
  94.         O - Optimize the size of an individual piece of artwork. Use this for
  95.             tiles with invisible pixels on the sides. This is the same as
  96.             "O" listed above.
  97.  
  98.         V - View and select a tile to edit. Same as BUILD editor. While in
  99.             the "V" menu you can use the following keys:
  100.  
  101.                 Space - To swap 2 tiles simply press space bar on the first
  102.                         tile, then space bar on the second.
  103.  
  104.                 1,2,3 - To swap a group of tiles, press 1 on the first tile,
  105.                         press 2 to remember the region between where you
  106.                         pressed 1 and 2.  Press 3 at the place to where you
  107.                         want to swap all the tiles.
  108.  
  109.                 ALT+U - Re-grab artwork from original pictures according to
  110.                         the CAPFIL.TXT script file. If you press ALT-U in the
  111.                         main screen, everything will be re-grabbed. If you
  112.                         press ALT-U in 'V' mode, then you should first select
  113.                         the range by pressing '1' and '2' on the range
  114.                         boundaries.
  115.  
  116.                 ALT+R - Generate a Tile frequency report by scanning all maps
  117.                         in the directory with EDITART. Use in 'V' mode only.
  118.  
  119.         F12 - Screen capture (saves image as a *.PCX file, starting as
  120.               filename CAPT0000.PCX and incrementing by 1 each time F12 is
  121.               pressed.
  122.  
  123.         ESC - Quit
  124.  
  125.  
  126. ----------------------------------
  127. 2.      Modifying Art With EDITART
  128. ----------------------------------
  129.  
  130.       C - Change all pixels on the tile having the same color under the
  131.           graphics cursor to to selected color.
  132.  
  133.       Arrows / Mouse - Move graphics cursor.
  134.  
  135.       Shift + Arrows - Select color. (on bottom right corner of screen)
  136.  
  137.       Space - Plot a pixel with the selected color.
  138.  
  139.       T - Turn drawing trail on / off. Move the mouse and it will leave a
  140.           trail of pixels in the current drawing color.
  141.  
  142.       Tab - Select the color under the graphics cursor.
  143.  
  144.       BACKSPACE - Set the color to color 255 (transparent color).
  145.  
  146.       F - Floodfill a region with the current color and with the current
  147.           color as a boundary.
  148.  
  149.       M,P - Use M to back up a tile into a temporary buffer in memory and P
  150.             to restore it.  It may be wise to press M before a floodfill (F)
  151.             (because sometimes you miss encapsulating the region by 1 pixel,
  152.             and the whole picture gets killed, etc...)
  153.  
  154.       J - Randomly plots dots of current color over any pixels having the
  155.           same color as the color under the tile cursor.
  156.  
  157.       [ - Random antialias of colors in color band under graphics cursor.
  158.  
  159.       ] - Non-random antialias of colors in color band under graphics cursor.
  160.  
  161.       ; - 3-Dimentionalize an image.  Makes colors in different rows of the
  162.           color bar either appear to stick out or stick in to the wall.
  163.  
  164.       ' - 3-Dimentionalize the other way.
  165.  
  166.       R - Rotate the tile in a specified direction.
  167.  
  168.       1 - Mark the first corner of a rectangle for a copy/paste operation.
  169.  
  170.       2 - Mark the other corner of a rectangle for a copy/paste operation.
  171.  
  172.       3 - Paste the selected rectangle (Note: You must press 1 and 2 in that
  173.           order first before pressing 3.  Pretty simple 1-2-3 for copy&paste)
  174.  
  175.       4 - Flip the copied rectangular region x-wise.
  176.  
  177.       5 - Flip the copied rectangular region y-wise.
  178.  
  179.       6 - Swap the x and y coordinates of the copied rectangular region.
  180.  
  181.       < > - Change the shade of the selected region.
  182.  
  183.       \ - Move the cursor to the center or the tile.
  184.  
  185.       | - Get the coordinates of the cursor.
  186.  
  187.