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

File.LoadScreen

From ModEnc
Revision as of 20:02, 10 August 2010 by Nighthawk200 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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: File.LoadScreen
File(s): rules(md).ini
Values: Strings: Normal text. (Limited to: Loadscreen SHP filename)
Extension Version: All versions.
Applicable to: countries

Game ares yes.pngThis flag is part of Ares. Do not use it without Ares installed.



Part of the New Countries and Sides Logic. This flag controls the SHP used for this country's loadscreen. However, it's not a simple matter of just putting in a filename here, the syntax is as follows:

[Country]
File.LoadScreen=filename%s.shp

The filename must have "%s" in it. This is replaced by the current screen width when called for use (which will be either 640 or 800).

Example:

[Country]
File.LoadScreen=ls%snewcountry.shp
Would load "ls640newcountry.shp" in low resolution, and "ls800newcountry.shp" in high resolution.