User Tools

Site Tools


falcon4:textures:pcx2dds

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
falcon4:textures:pcx2dds [2007-07-10 17:20]
snakeman created pcx2dds initial page
falcon4:textures:pcx2dds [2007-12-11 20:56] (current)
Line 1: Line 1:
 ====== PCX To DDS Conversion ====== ====== PCX To DDS Conversion ======
  
-To convert your old pcx (Original Falcon and AF) tiles into DDS format what RV and OF uses, there is few options. You can do everything manually by using utility like IrFanview or super manually by PhotoShop and save tile by tile (but I dont know anyone who would do it this way), or you can use the automated method with an extra utility.+To convert your old pcx (Original Falcon and AF) tiles into DDS format what RV and OF uses, there is few options. You can do everything manually by using utility like [[http://​www.irfanview.com/​|IrFanview]], [[http://​www.imageconverterplus.com/​how-to-convert/​pcx_dds.html|Image Converter Plus]] ​or super manually by PhotoShop and save tile by tile (but I dont know anyone who would do it this way), or you can use the automated method with an extra utility.
  
 This automated method is by using utils called [[falcon4:​tools:​seasonswitcher|SeasonSwitcher]] found in the various RV and OF installation packages. This automated method is by using utils called [[falcon4:​tools:​seasonswitcher|SeasonSwitcher]] found in the various RV and OF installation packages.
Line 7: Line 7:
 When you run this util, it reads the Falcon 4 registry for curTheater directory, it then proceeds to find //​\terrdata\textures\//​ directory and starts to process the texture.zip and texture.bin found in this directory. When you run this util, it reads the Falcon 4 registry for curTheater directory, it then proceeds to find //​\terrdata\textures\//​ directory and starts to process the texture.zip and texture.bin found in this directory.
  
-Usage:+<​code>​ 
 +HKEY_LOCAL_MACHINE "​SOFTWARE\Microprose\Falcon\4.0"​ "​curTheater"​  
 +</​code>​ 
 + 
 +And 
 + 
 +<​code>​ 
 +HKEY_LOCAL_MACHINE "​SOFTWARE\Microprose\Falcon\4.0"​ "​theaterDir"​ 
 +</​code>​ 
 + 
 +**Usage**:
  
 <​code>​ <​code>​
Line 14: Line 24:
  
 To run it automatically from command line. To run it automatically from command line.
 +
 +If you want to run it together with registry modification so you dont need to go ingame Falcon to change it, do it like this (in our example for "​Vietnam"​ theater):
 +
 +<​code>​
 +reg add HKLM\Software\Microprose\Falcon\4.0 /v curTheater /t REG_SZ /d "​Vietnam"​ /F
 +SeasonSwitcher.exe -0
 +</​code>​
  
 The util then reads the texture.zip and creates new DDS files for each of the pcx found in the texture.bin,​ it also creates the completely new fartiles system. The util then reads the texture.zip and creates new DDS files for each of the pcx found in the texture.bin,​ it also creates the completely new fartiles system.
Line 21: Line 38:
  
 Also if your registry is not set for proper theater you want to process, the util runs the current theater (what ever that might happen to be). Also if your registry is not set for proper theater you want to process, the util runs the current theater (what ever that might happen to be).
 +
 +
  
 ====== Notes ====== ====== Notes ======
  
-There is also util called **TerrainTexCompress** but I dont know what is the difference regarding ​**SeasonSwitcher**, most likely they perform pretty much the same operations ​to the tiles.+There is also util called **TerrainTexCompress**.exe.  This program basically peforms the same process of convering pcx to dds but t will also run thru the KO.TEX file and convert all the indexed BMP textures in the KO.TEX file and populate the KoreaOBJ (DDS) folder for the Cobra/​RV/​OF. ​**SeasonSwticher** performs a similar function but instead has a preset for changing the color palletes by a specific stepwise offset to simulate the four seasons. I haven'​t seen the specific set of instructions that are associated with each of the four season offsets but I would guess that the setting for -0 gives the standard color setting without any change to the orignial pallete, the other settings for -1, -2, -3 all introduce some sort of adjustment ​to the existing pallete that offsets the colors in a way to increase the color of tiles in some direction, (and I am just guessing now) more yellow/red, more blue/green, or more towards a grey/white. Note, that experience has shown that these generic color offsets do not seem to work well for all tile sets.  It is up to the user to decide what looks best for their personal use.
falcon4/textures/pcx2dds.1184088049.txt.gz · Last modified: 2007-07-10 17:20 (external edit)