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

File.LoadScreen: Difference between revisions

From ModEnc
Jump to navigation Jump to search
Nighthawk200 (talk | contribs)
Yet another Ares flag. If it's not to your liking, let me know. :P
 
Nighthawk200 (talk | contribs)
mNo edit summary
 
Line 4: Line 4:
|types={{categ|countries}}
|types={{categ|countries}}
|values={{values|string|Loadscreen SHP filename}}
|values={{values|string|Loadscreen SHP filename}}
|extver=<i>All versions</i>.
|ares=yes
|ares=yes
|aresflag=yes
|aresflag=yes

Latest revision as of 18:02, 10 August 2010

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

This 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.