home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / patch / chgcol / read.me < prev    next >
Text File  |  1995-02-12  |  2KB  |  45 lines

  1. With two player deathmatches one of the players is green
  2. and the other grey.  On most WADs this gives the grey player
  3. and advantage because grey is harder to see.  This archive
  4. contains recolored player sprites to make all the players
  5. appear the same colour.  I have only used it on two player
  6. modem games but three and four player games will have the
  7. same effect.  I have included WADTOOLS by Jeff Miller to
  8. perform the importing of the modified sprites.
  9.  
  10. This patch has been tested on DOOM2 only.  I don't think that
  11. the patch level will make any difference but my version was at
  12. 1.7a.  It would probably work on DOOM but will require a
  13. version of WADTOOLS for that release.
  14.  
  15. The installation of this archive is a bit tedious but that's
  16. all I'm going to do.  The rest is up to yourself.
  17.  
  18. 1.  Unpack the archive in your DOOM2 directory.
  19. 2.  Crank up WADTOOLS (wt.exe)
  20. 3.  Go to the first player sprite.  It is number 1145 and
  21.     is called PLAYA1.
  22. 4.  Press F6, the import resource command and press enter for
  23.     the default filename (PLAYA1).
  24. 5.  Repeat step 4 for all PLAY???? sprites.  They are numbered
  25.     from 1145 to 1195.  Read the WADTOOLS documentation for more
  26.     information.
  27. 6.  Delete all the PLAY???? files.  They are no longer needed.
  28.  
  29. Oops, do I have to remind you to back up your WAD file before
  30. you do this!
  31.  
  32. Technical Note:
  33. ===============
  34.  
  35. There is only one set of sprites for all players which is coloured
  36. green.  DOOM remaps all pixels coloured shades of green, values
  37. 0x6e to 0x82, to the other multiplayer colours at some time when
  38. it starts up.  I found a document on the net called CC.TXT that
  39. describes the colour map used by DOOM and wrote a little program
  40. to remap all pixels up by 21.
  41.  
  42.  
  43.  
  44. This is a free patch by gerry browne (gbrown@ozemail.com.au)
  45.