Tidy ra dir
@@ -40,7 +40,7 @@ namespace OpenRA.Mods.RA
|
|||||||
if (r == null) return;
|
if (r == null) return;
|
||||||
Font = r.BoldFont;
|
Font = r.BoldFont;
|
||||||
|
|
||||||
var s = new Sheet("mods/ra/loadscreen.png");
|
var s = new Sheet("mods/ra/uibits/loadscreen.png");
|
||||||
Logo = new Sprite(s, new Rectangle(0,0,256,256), TextureChannel.Alpha);
|
Logo = new Sprite(s, new Rectangle(0,0,256,256), TextureChannel.Alpha);
|
||||||
Stripe = new Sprite(s, new Rectangle(256,0,256,256), TextureChannel.Alpha);
|
Stripe = new Sprite(s, new Rectangle(256,0,256,256), TextureChannel.Alpha);
|
||||||
StripeRect = new Rectangle(0, Renderer.Resolution.Height/2 - 128, Renderer.Resolution.Width, 256);
|
StripeRect = new Rectangle(0, Renderer.Resolution.Height/2 - 128, Renderer.Resolution.Width, 256);
|
||||||
|
|||||||
@@ -2,23 +2,25 @@
|
|||||||
|
|
||||||
Folders:
|
Folders:
|
||||||
.
|
.
|
||||||
mods/cnc/
|
mods/cnc
|
||||||
mods/cnc/uibits/
|
mods/cnc/bits
|
||||||
|
mods/cnc/uibits
|
||||||
|
mods/cnc/packages
|
||||||
Packages:
|
Packages:
|
||||||
mods/cnc/bits/snow.mix
|
overrides.mix
|
||||||
mods/cnc/bits/overrides.mix
|
snow.mix
|
||||||
mods/cnc/packages/speech.mix
|
speech.mix
|
||||||
mods/cnc/packages/conquer.mix
|
conquer.mix
|
||||||
mods/cnc/packages/sounds.mix
|
sounds.mix
|
||||||
mods/cnc/packages/tempicnh.mix
|
tempicnh.mix
|
||||||
mods/cnc/packages/updatec.mix
|
updatec.mix
|
||||||
mods/cnc/packages/temperat.mix
|
temperat.mix
|
||||||
mods/cnc/packages/winter.mix
|
winter.mix
|
||||||
mods/cnc/packages/desert.mix
|
desert.mix
|
||||||
~mods/cnc/packages/movies-gdi.mix
|
~movies-gdi.mix
|
||||||
~mods/cnc/packages/movies-nod.mix
|
~movies-nod.mix
|
||||||
~mods/cnc/packages/movies.mix
|
~movies.mix
|
||||||
~mods/cnc/packages/scores.mix
|
~scores.mix
|
||||||
|
|
||||||
Rules:
|
Rules:
|
||||||
mods/cnc/rules/defaults.yaml: Basic stuff
|
mods/cnc/rules/defaults.yaml: Basic stuff
|
||||||
|
|||||||
@@ -148,7 +148,7 @@
|
|||||||
<image name="corner-bl" x="640" y="82" width="1" height="1" />
|
<image name="corner-bl" x="640" y="82" width="1" height="1" />
|
||||||
<image name="corner-br" x="722" y="82" width="1" height="1" />
|
<image name="corner-br" x="722" y="82" width="1" height="1" />
|
||||||
</collection>
|
</collection>
|
||||||
<collection name="dialog4" src="dialog4.png">
|
<collection name="dialog4" src="dialog.png">
|
||||||
<image name="border-t" x="773" y="0" width="52" height="6" />
|
<image name="border-t" x="773" y="0" width="52" height="6" />
|
||||||
<image name="border-b" x="773" y="58" width="52" height="6" />
|
<image name="border-b" x="773" y="58" width="52" height="6" />
|
||||||
<image name="border-l" x="768" y="5" width="6" height="54" />
|
<image name="border-l" x="768" y="5" width="6" height="54" />
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 437 B |
|
Before Width: | Height: | Size: 438 B |
|
Before Width: | Height: | Size: 628 B |
@@ -1,11 +1,11 @@
|
|||||||
# Classic Red Alert Mod -- Package Manifest
|
# Classic Red Alert Mod -- Package Manifest
|
||||||
|
|
||||||
Folders:
|
Folders:
|
||||||
./mods/ra/packages
|
.
|
||||||
./mods/ra/extras
|
mods/ra
|
||||||
./mods/ra
|
mods/ra/bits
|
||||||
./
|
mods/ra/uibits
|
||||||
|
mods/ra/packages
|
||||||
Packages:
|
Packages:
|
||||||
~main.mix
|
~main.mix
|
||||||
redalert.mix
|
redalert.mix
|
||||||
@@ -24,13 +24,13 @@ Packages:
|
|||||||
~movies2.mix
|
~movies2.mix
|
||||||
|
|
||||||
Rules:
|
Rules:
|
||||||
mods/ra/defaults.yaml
|
mods/ra/rules/defaults.yaml
|
||||||
mods/ra/system.yaml
|
mods/ra/rules/system.yaml
|
||||||
mods/ra/vehicles.yaml
|
mods/ra/rules/vehicles.yaml
|
||||||
mods/ra/structures.yaml
|
mods/ra/rules/structures.yaml
|
||||||
mods/ra/infantry.yaml
|
mods/ra/rules/infantry.yaml
|
||||||
mods/ra/civilian.yaml
|
mods/ra/rules/civilian.yaml
|
||||||
mods/ra/trees.yaml
|
mods/ra/rules/trees.yaml
|
||||||
|
|
||||||
Sequences:
|
Sequences:
|
||||||
mods/ra/sequences.yaml: Original animation sequences
|
mods/ra/sequences.yaml: Original animation sequences
|
||||||
@@ -59,9 +59,9 @@ Voices:
|
|||||||
mods/ra/voices.yaml
|
mods/ra/voices.yaml
|
||||||
|
|
||||||
TileSets:
|
TileSets:
|
||||||
mods/ra/tileset-sno.yaml: Snow
|
mods/ra/tilesets/snow.yaml: Snow
|
||||||
mods/ra/tileset-int.yaml: Interior
|
mods/ra/tilesets/interior.yaml: Interior
|
||||||
mods/ra/tileset-tem.yaml: Temperate
|
mods/ra/tilesets/temperat.yaml: Temperate
|
||||||
|
|
||||||
Music:
|
Music:
|
||||||
mods/ra/music.yaml
|
mods/ra/music.yaml
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |