Remove dependency on RA mixen and package loose files into overrides.mix
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -2,12 +2,9 @@
|
||||
|
||||
Folders:
|
||||
./mods/cnc/
|
||||
./mods/ra/packages/
|
||||
./
|
||||
|
||||
Packages:
|
||||
mods/cnc/overrides.mix
|
||||
# Fully qualify the cnc package names
|
||||
mods/cnc/packages/cclocal.mix
|
||||
mods/cnc/packages/speech.mix
|
||||
mods/cnc/packages/conquer.mix
|
||||
@@ -18,9 +15,6 @@ Packages:
|
||||
mods/cnc/packages/temperat.mix
|
||||
mods/cnc/packages/winter.mix
|
||||
mods/cnc/packages/desert.mix
|
||||
# TODO: Obsolete conquer.mix
|
||||
~main.mix
|
||||
conquer.mix
|
||||
|
||||
LegacyRules:
|
||||
mods/cnc/minimal.ini: Minimal rules definitions
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 37 KiB |
Binary file not shown.
@@ -48,6 +48,15 @@
|
||||
<unit name="120mm">
|
||||
<sequence name="idle" start="0" length="1" />
|
||||
</unit>
|
||||
|
||||
<!-- Notes on explosions:
|
||||
cnc does not recognize water explosions, so these will cause problems (missing art)
|
||||
it also defines the following sets of explosions that we are not using all of:
|
||||
frag1, frag3 : medium explosions
|
||||
napalm1, napalm2, napalm3 : small, medium, large fire
|
||||
veh-hit1, veh-hit2, veh-hit3
|
||||
-->
|
||||
|
||||
<unit name="explosion">
|
||||
<sequence name="1" start="0" length="4" src="piff" />
|
||||
<sequence name="2" start="0" length="8" src="piffpiff" />
|
||||
@@ -65,9 +74,6 @@
|
||||
<sequence name="8" start="0" length="22" src="art-exp1" />
|
||||
</unit>
|
||||
<unit name="pips">
|
||||
<!-- TODO: Pull these out into their own shp in overrides -->
|
||||
<sequence name="groups" start="8" length="10" />
|
||||
|
||||
<sequence name="ready" start="3" length="1" src="hpips" />
|
||||
<sequence name="hold" start="4" length="1" src="hpips" />
|
||||
<sequence name="pip-empty" start="0" length="1" src="hpips" />
|
||||
@@ -76,6 +82,7 @@
|
||||
<sequence name="pip-gray" start="6" length="1" src="hpips" />
|
||||
<sequence name="pip-red" start="7" length="1" src="hpips" />
|
||||
<sequence name="tag-primary" start="2" length="1" src="hpips" />
|
||||
<sequence name="groups" start="1" length="10" src="pdigits" />
|
||||
</unit>
|
||||
<unit name="flagfly">
|
||||
<sequence name="idle" start="0" length="14" />
|
||||
@@ -125,6 +132,5 @@
|
||||
<sequence name="idle" start="0" src="wcrate" />
|
||||
</unit>
|
||||
<unit name="crate-effects">
|
||||
<sequence name="speed" start="0" length="*" src="speed" />
|
||||
</unit>
|
||||
</sequences>
|
||||
Reference in New Issue
Block a user