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