ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "FileName"

From ModEnc
Jump to: navigation, search
(Created page with "{{Flag |values={{Values|string}} |files=Terrain Control INI files |types={{Categ|TileSets}} |ts=yes |fs=yes |hp=yes |ra2=yes |yr=yes |ares=yes }} Specifies the root name...")
 
Line 11: Line 11:
 
}}
 
}}
  
Specifies the root name of the [[TMP]] files used by this [[TileSets|tile set]]. All TMP filenames consist of this root, a two-digit suffix (to separate tiles) and an optional alphabetical suffix (to separate tile variants). For example, suppose the tile set consists of tiles <tt>clear01.tem</tt>, <tt>clear01a.tem</tt>, <tt>clear01b.tem</tt>, etc. The correct value would be {{f|FileName|clear}}. The flag is case-insensitive, so {{f|FileName|CLEAR}} or even {{f|FileName|ClEaR}} would also work.
+
Specifies the root name of the [[TMP]] files used by this [[TileSets|tile set]]. All TMP filenames consist of this root, a two-digit suffix (to separate tiles) and an optional alphabetical suffix (to separate tile variants). For example, suppose the tile set consists of tiles <tt>clear01.tem</tt>, <tt>clear01a.tem</tt>, <tt>clear01b.tem</tt>, etc. The correct value would be {{f|FileName|clear}}. The flag is not case-insensitive, so {{f|FileName|CLEAR}} or even {{f|FileName|ClEaR}} would also work.
 +
 
 +
If the optional letter suffix is used after the filename, the multiple tiles which share the same root name will be randomized both when placed in FA2, and when the game loads. If the tile in question has more than one sub tiles, a 2x2 cliff tile for example, then all four subtiles are also randomized.

Revision as of 02:04, 20 April 2022

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: FileName
File(s): Terrain Control INI files
Values: Strings: Normal text.
Applicable to: TileSets


Specifies the root name of the TMP files used by this tile set. All TMP filenames consist of this root, a two-digit suffix (to separate tiles) and an optional alphabetical suffix (to separate tile variants). For example, suppose the tile set consists of tiles clear01.tem, clear01a.tem, clear01b.tem, etc. The correct value would be FileName=clear. The flag is not case-insensitive, so FileName=CLEAR or even FileName=ClEaR would also work.

If the optional letter suffix is used after the filename, the multiple tiles which share the same root name will be randomized both when placed in FA2, and when the game loads. If the tile in question has more than one sub tiles, a 2x2 cliff tile for example, then all four subtiles are also randomized.