home *** CD-ROM | disk | FTP | other *** search
/ ftp.team17.com 2014 / 2014.05.ftp.team17.com.tar / ftp.team17.com / pub / t17 / worms / custom / pc / pcxremap.txt < prev    next >
Text File  |  1998-02-21  |  3KB  |  87 lines

  1. Worms Secondary Palette Remapper V1.0
  2. -------------------------------------
  3.  
  4. Have you ever create a stunning worms level?
  5. Have you ever been annoyed that the colours GFXCON gives the water and background
  6. look awful?
  7.  
  8. Well, heres (part of) the answer! If you want to assign the correct palette values
  9. for a predefined water and background set, ie. Alien mountains, City hills then use
  10. this program.
  11.  
  12.  
  13. Usage
  14. -----
  15.  
  16. After GFXCON'ing your level, from the DOS prompt type:
  17.  
  18. PCXREMAP [LEVEL] [WATER] [BACKGROUND]
  19.  
  20. where [LEVEL] is the path of the pcx file,
  21.       NOTE - this must already be "Worms Worthy" (use gfxcon on it first).
  22.  
  23. and   [WATER] & [BACKGROUND] are a landscape set.
  24.  
  25.     ALIEN           Red water         Alien Mountains
  26.     ALPS            Blue Water        Grey Alps
  27.     ARCTIC          Defult Water      Default Mountains
  28.     BEACH           Sea               Default Mountains
  29.     CANDY           Chocolate water   Default Mountains
  30.     DESERT          Defult Water      Default Mountains
  31.     FOREST          Defult Water      Default Mountains
  32.     GRAVEYARD       Green Water       Blue/Grey Mountains
  33.     HADES           Fire              Spikey Mountains
  34.     JUNK            Defult Water      Default Mountains
  35.     MARS            Green Gloop       Alien Mountains
  36.     MONEY           Defult Water      City Hills
  37.     TROPICS         Swamp             Default Mountains
  38.     WARZONE         Muddy Water       Grey Alternitive Alps
  39.    -or-
  40.     SAME             -- Keeps Current Palette Values --
  41.  
  42. eg,
  43.  
  44. PCXREMAP LEVEL.PCX WARZONE GRAVEYARD
  45.  
  46. would remap the palette to "Muddy Water" and "Graveyard Hills".
  47.  
  48.  
  49. Known Problems
  50. --------------
  51.  
  52. I think this is the programming of the palettes, but I'll mention it anyway.
  53. With the HADES background there are some off-colour spikes, and MONEY has some
  54. off-colour windows.  You will have to change these palette values manually as I
  55. *think* the colour is part of your level palette.
  56.  
  57. If you come across any others please e-mail me.
  58.  
  59.  
  60. Other Stuff
  61. -----------
  62.  
  63. The program was written in Pascal (trusty college stuff), source has been included,
  64.  
  65. PCXREMAP.PAS - The main body of the program.
  66. PALETTE.PAS  - Figures out palette values from coltab1 files and creates a large
  67.                piece of code that is included from pcxremap.pas.
  68.  
  69. --->Brian.
  70.  
  71.                     +---------------------------------------------------+
  72.                     |                                                   |
  73.      _              |             Worm GOD - Giver Of Death             |
  74.     |,|___          |                                                   |
  75.    _|_|   \         |                    Brian Hearn                    |
  76.   (___[]  |         |               brianh@globalnet.co.uk              |
  77.        |  /         |                                                   |
  78.       _|_|_         |                 Worm GOD Home Page                |
  79.      /   //\_       |  http://www.globalnet.co.uk/~brianh/wormhome.htm  |
  80.      |  {/_| \__    |                                                   |
  81.      \_ _| _   _)   |           The ORIGINAL "Worm Guru" from           |
  82.        \__/ \_/     |            "Tricks Of The Worm Guru's"            |
  83.                     |                                                   |
  84.                     +---------------------------------------------------+
  85.  
  86.  
  87.