Add Great Shot!' and Map theme' scores. Use Map theme for the shellmap. Fixes #913.
This commit is contained in:
@@ -19,7 +19,7 @@ namespace OpenRA.Mods.RA
|
|||||||
{
|
{
|
||||||
class CncShellmapScriptInfo : ITraitInfo
|
class CncShellmapScriptInfo : ITraitInfo
|
||||||
{
|
{
|
||||||
public string Music = "otp";
|
public string Music = "map1";
|
||||||
public object Create(ActorInitializer init) { return new CncShellmapScript(this); }
|
public object Create(ActorInitializer init) { return new CncShellmapScript(this); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ Packages:
|
|||||||
~movies-nod.mix
|
~movies-nod.mix
|
||||||
~movies.mix
|
~movies.mix
|
||||||
~scores.mix
|
~scores.mix
|
||||||
|
~transit.mix
|
||||||
|
|
||||||
Rules:
|
Rules:
|
||||||
mods/cnc/rules/defaults.yaml
|
mods/cnc/rules/defaults.yaml
|
||||||
|
|||||||
@@ -5,10 +5,12 @@ ind2: Canyon Chase
|
|||||||
stopthem: Deception
|
stopthem: Deception
|
||||||
heavyg: Demolition
|
heavyg: Demolition
|
||||||
fwp: Fight Win Prevail
|
fwp: Fight Win Prevail
|
||||||
|
win1: Great Shot!
|
||||||
ind: Industrial
|
ind: Industrial
|
||||||
linefire: In the Line of Fire
|
linefire: In the Line of Fire
|
||||||
justdoit: Just do it!
|
justdoit: Just do it!
|
||||||
trouble: Looks like Trouble
|
trouble: Looks like Trouble
|
||||||
|
map1: Map Theme
|
||||||
march: March to Doom
|
march: March to Doom
|
||||||
target: Mechanical Man
|
target: Mechanical Man
|
||||||
nomercy: No Mercy
|
nomercy: No Mercy
|
||||||
@@ -18,4 +20,4 @@ radio: Radio
|
|||||||
rain: Rain in the Night
|
rain: Rain in the Night
|
||||||
jdi_v2: Take em' out
|
jdi_v2: Take em' out
|
||||||
j1: Untamed Land
|
j1: Untamed Land
|
||||||
warfare: Warfare
|
warfare: Warfare
|
||||||
|
|||||||
Reference in New Issue
Block a user