Adapt the utility commands to import crates as well
This commit is contained in:
@@ -85,10 +85,13 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
|
|||||||
static string[] overlayActors = new string[]
|
static string[] overlayActors = new string[]
|
||||||
{
|
{
|
||||||
// Fences
|
// Fences
|
||||||
"sbag", "cycl", "brik", "fenc", "wood", "wood",
|
"sbag", "cycl", "brik", "fenc", "wood",
|
||||||
|
|
||||||
// Fields
|
// Fields
|
||||||
"v12", "v13", "v14", "v15", "v16", "v17", "v18"
|
"v12", "v13", "v14", "v15", "v16", "v17", "v18",
|
||||||
|
|
||||||
|
// Crates
|
||||||
|
"wcrate", "scrate"
|
||||||
};
|
};
|
||||||
|
|
||||||
void UnpackOverlayData(MemoryStream ms)
|
void UnpackOverlayData(MemoryStream ms)
|
||||||
|
|||||||
@@ -73,10 +73,13 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
|
|||||||
static string[] overlayActors = new string[]
|
static string[] overlayActors = new string[]
|
||||||
{
|
{
|
||||||
// Fences
|
// Fences
|
||||||
"sbag", "cycl", "brik", "fenc", "wood", "wood",
|
"sbag", "cycl", "brik", "fenc", "wood",
|
||||||
|
|
||||||
// Fields
|
// Fields
|
||||||
"v12", "v13", "v14", "v15", "v16", "v17", "v18"
|
"v12", "v13", "v14", "v15", "v16", "v17", "v18",
|
||||||
|
|
||||||
|
// Crates
|
||||||
|
"wcrate", "scrate"
|
||||||
};
|
};
|
||||||
|
|
||||||
void ReadOverlay(IniFile file)
|
void ReadOverlay(IniFile file)
|
||||||
|
|||||||
Reference in New Issue
Block a user