- Deleted UB loadscreens (800x600 and 1024x768)

- Added UB loadscreens in PNG format
- Updated SectorLoadscreens.xml comments

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1523 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2012-08-24 13:11:21 +00:00
parent 7aab13e7fd
commit 512427dd1d
51 changed files with 220 additions and 226 deletions
@@ -3,16 +3,14 @@
uiIndex - the loadscreen index, number the loadscreens sequentially starting at 0 and ending at 256 (do not change!)
szLocation - the location (sector) to which the loadscreen applies
RandomAltSector - Should there be a random 50/50 chance (set to 1) to load alternate sector?
szImageFormat - The image format of the loadscreen. Currently only STI is used.
szDay - Path to the loadscreen image (640x480), which should be displayed at daytime, starting from Loadscreen folder, without image format
szNigh - Path to the loadscreen image (640x480), which should be displayed at nighttime, starting from Loadscreen folder, without image format
szDayAlt - Path to the alternate loadscreen image (640x480), which should be displayed at daytime, starting from Loadscreen folder, without image format
szImageFormat - The image format of the loadscreen (PNG, STI)
szDay - Path to the loadscreen image, which should be displayed at daytime, starting from Loadscreen folder, without image format
szNigh - Path to the loadscreen image, which should be displayed at nighttime, starting from Loadscreen folder, without image format
szDayAlt - Path to the alternate loadscreen image, which should be displayed at daytime, starting from Loadscreen folder, without image format
There is a 50/50 chance that this image will be used instead of szDay, if RandomAltSector is set to 1
szNighAlt - Path to the alternate loadscreen image (640x480), which should be displayed at nighttime, starting from Loadscreen folder, without image format
szNighAlt - Path to the alternate loadscreen image, which should be displayed at nighttime, starting from Loadscreen folder, without image format
There is a 50/50 chance that this image will be used instead of szNight, if RandomAltSector is set to 1
INFO: Hight resolution loadscreens must be postfixed in the filesystem with _800x600 or _1024x768. If this rule applies to the image, they will be automatically loaded
(E.g: LS_Heli_800x600.sti, LS_DayChitzena_1024x768.sti)
-->
<LOADSCREENS>
<!-- Start Sector (Landing Zone) -->
+1 -1
View File
@@ -26,7 +26,7 @@ ImagePositionRelative if 0 the image is displayed on the same place on any resol
<uiIndex>1</uiIndex>
<Visible>1</Visible>
<Description>BackGround</Description>
<FileName>Interface\MM24Background.sti</FileName>
<FileName>Loadscreens\MainMenuBackground.sti</FileName>
<FitToScreen>1</FitToScreen>
<StretchImage>0</StretchImage>
<CenterImage>0</CenterImage>
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 KiB

+5 -7
View File
@@ -3,16 +3,14 @@
uiIndex - the loadscreen index, number the loadscreens sequentially starting at 0 and ending at 256 (do not change!)
szLocation - the location (sector) to which the loadscreen applies
RandomAltSector - Should there be a random 50/50 chance (set to 1) to load alternate sector?
szImageFormat - The image format of the loadscreen. Currently only STI is used.
szDay - Path to the loadscreen image (640x480), which should be displayed at daytime, starting from Loadscreen folder, without image format
szNigh - Path to the loadscreen image (640x480), which should be displayed at nighttime, starting from Loadscreen folder, without image format
szDayAlt - Path to the alternate loadscreen image (640x480), which should be displayed at daytime, starting from Loadscreen folder, without image format
szImageFormat - The image format of the loadscreen (PNG, STI)
szDay - Path to the loadscreen image, which should be displayed at daytime, starting from Loadscreen folder, without image format
szNigh - Path to the loadscreen image, which should be displayed at nighttime, starting from Loadscreen folder, without image format
szDayAlt - Path to the alternate loadscreen image, which should be displayed at daytime, starting from Loadscreen folder, without image format
There is a 50/50 chance that this image will be used instead of szDay, if RandomAltSector is set to 1
szNighAlt - Path to the alternate loadscreen image (640x480), which should be displayed at nighttime, starting from Loadscreen folder, without image format
szNighAlt - Path to the alternate loadscreen image, which should be displayed at nighttime, starting from Loadscreen folder, without image format
There is a 50/50 chance that this image will be used instead of szNight, if RandomAltSector is set to 1
INFO: Hight resolution loadscreens must be postfixed in the filesystem with _800x600 or _1024x768. If this rule applies to the image, they will be automatically loaded
(E.g: LS_Heli_800x600.sti, LS_DayChitzena_1024x768.sti)
-->
<LOADSCREENS>
<!-- Start Sector (Landing Zone) -->
+1 -1
View File
@@ -116,7 +116,7 @@ MOUNT_POINT =
[LOC_Intro]
TYPE = LIBRARY
PATH = Data/Intro.slf
PATH = Data-UB/Intro.slf
VFS_PATH = Intro.slf
MOUNT_POINT =
OPTIONAL = True