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