ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
Difference between revisions of "File.LoadScreen"
From ModEnc
Nighthawk200 (talk | contribs) (Yet another Ares flag. If it's not to your liking, let me know. :P) |
(No difference)
|
Revision as of 20:08, 26 April 2009
Flag: | File.LoadScreen |
File(s): | rules(md).ini |
Values: | Strings: Normal text. (Limited to: Loadscreen SHP filename) |
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.shpWould load "ls640newcountry.shp" in low resolution, and "ls800newcountry.shp" in high resolution.