Tweak starting unit defaults.
This commit is contained in:
@@ -94,7 +94,7 @@ namespace OpenRA.Network
|
||||
public bool Crates = true;
|
||||
public bool Shroud = true;
|
||||
public bool Fog = true;
|
||||
public string StartingUnitsClass = "default";
|
||||
public string StartingUnitsClass = "none";
|
||||
public bool AllowVersionMismatch;
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ namespace OpenRA.Mods.RA
|
||||
{
|
||||
public class MPStartUnitsInfo : TraitInfo<MPStartUnits>
|
||||
{
|
||||
public readonly string Class = "default";
|
||||
public readonly string Class = "none";
|
||||
public readonly string[] Races = { };
|
||||
|
||||
public readonly string BaseActor = null;
|
||||
|
||||
@@ -327,7 +327,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
|
||||
var classNames = new Dictionary<string,string>()
|
||||
{
|
||||
{"none", "MCV Only"},
|
||||
{"default", "Light Support"},
|
||||
{"light", "Light Support"},
|
||||
{"heavy", "Heavy Support"},
|
||||
};
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@ ServerTraits:
|
||||
LobbyDefaults:
|
||||
AllowCheats: false
|
||||
Crates: true
|
||||
StartingUnitsClass: default
|
||||
StartingUnitsClass: light
|
||||
FragileAlliances: false
|
||||
Shroud: true
|
||||
Fog: true
|
||||
|
||||
@@ -318,22 +318,27 @@ World:
|
||||
Races: gdi, nod
|
||||
BaseActor: mcv
|
||||
MPStartUnits@defaultgdia:
|
||||
Class: light
|
||||
Races: gdi
|
||||
BaseActor: mcv
|
||||
SupportActors: e1,e1,e1,e1,e1,e3,e3,jeep
|
||||
MPStartUnits@defaultgdib:
|
||||
Class: light
|
||||
Races: gdi
|
||||
BaseActor: mcv
|
||||
SupportActors: e1,e1,e1,e1,e1,e1,e3,apc
|
||||
MPStartUnits@defaultnoda:
|
||||
Class: light
|
||||
Races: nod
|
||||
BaseActor: mcv
|
||||
SupportActors: e1,e1,e1,e1,e3,bggy,bike
|
||||
MPStartUnits@defaultnodb:
|
||||
Class: light
|
||||
Races: nod
|
||||
BaseActor: mcv
|
||||
SupportActors: e1,e1,e1,e3,e3,e3,bggy
|
||||
MPStartUnits@defaultnodc:
|
||||
Class: light
|
||||
Races: nod
|
||||
BaseActor: mcv
|
||||
SupportActors: e1,e1,e1,e1,e1,e1,e1,e3,bike
|
||||
|
||||
@@ -107,7 +107,7 @@ ServerTraits:
|
||||
LobbyDefaults:
|
||||
AllowCheats: false
|
||||
Crates: true
|
||||
StartingUnitsClass: default
|
||||
StartingUnitsClass: none
|
||||
FragileAlliances: false
|
||||
Shroud: false
|
||||
Fog: true
|
||||
|
||||
@@ -123,7 +123,7 @@ ServerTraits:
|
||||
LobbyDefaults:
|
||||
AllowCheats: false
|
||||
Crates: true
|
||||
StartingUnitsClass: default
|
||||
StartingUnitsClass: none
|
||||
FragileAlliances: false
|
||||
Shroud: true
|
||||
Fog: true
|
||||
|
||||
@@ -146,7 +146,7 @@ ServerTraits:
|
||||
LobbyDefaults:
|
||||
AllowCheats: false
|
||||
Crates: true
|
||||
StartingUnitsClass: default
|
||||
StartingUnitsClass: none
|
||||
FragileAlliances: false
|
||||
Shroud: true
|
||||
Fog: true
|
||||
|
||||
Reference in New Issue
Block a user