ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
File.LoadScreen: Difference between revisions
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
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.