Skip to content

Commit

Permalink
Fix consistencies across all factions
Browse files Browse the repository at this point in the history
Fix Inconsistencies with #5764 that changes back up distance but didn't copy the same changes across to the same units from different factions this Unify this so make sure that the chnages are conisisten
  • Loading branch information
MrRowey committed Mar 4, 2024
1 parent 203f8c9 commit c6c9729
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 9 deletions.
2 changes: 2 additions & 0 deletions units/DALK003/DALK003_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ UnitBlueprint{
LifeBarOffset = 0.35,
LifeBarSize = 1,
Physics = {
BackUpDistance = 10,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -147,6 +148,7 @@ UnitBlueprint{
MinSpeedPercent = 0,
MotionType = "RULEUMT_Land",
StandUpright = true,
RotateOnSpot = false,
TurnRadius = 5,
TurnRate = 120,
},
Expand Down
2 changes: 1 addition & 1 deletion units/DELK002/DELK002_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ UnitBlueprint{
MaxAcceleration = 3.3,
MaxBrake = 3.3,
MaxSpeed = 3.3,
MaxSpeedReverse = 1.4,
MaxSpeedReverse = 3.3,
MaxSteerForce = 10,
MeshExtentsX = 1,
MeshExtentsY = 2.6,
Expand Down
2 changes: 2 additions & 0 deletions units/DRLK001/DRLK001_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ UnitBlueprint{
LifeBarOffset = 0.55,
LifeBarSize = 1,
Physics = {
BackUpDistance = 10,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -145,6 +146,7 @@ UnitBlueprint{
MaxSteerForce = 7,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Land",
RotateOnSpot = false,
TurnRadius = 2,
TurnRate = 120,
},
Expand Down
2 changes: 1 addition & 1 deletion units/DSLK004/DSLK004_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ UnitBlueprint{
MaxAcceleration = 3.4,
MaxBrake = 3.4,
MaxSpeed = 3.4,
MaxSpeedReverse = 1.4,
MaxSpeedReverse = 3.4,
MaxSteerForce = 10,
MeshExtentsX = 1,
MeshExtentsY = 2.6,
Expand Down
4 changes: 3 additions & 1 deletion units/UAL0303/UAL0303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ UnitBlueprint{
LifeBarOffset = 0.35,
LifeBarSize = 1,
Physics = {
BackUpDistance = 10,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -178,14 +179,15 @@ UnitBlueprint{
MaxAcceleration = 3.3,
MaxBrake = 2.95,
MaxSpeed = 2.95,
MaxSpeedReverse = 0,
MaxSpeedReverse = 2.95,
MaxSteerForce = 10,
MeshExtentsX = 1,
MeshExtentsY = 1.25,
MeshExtentsZ = 1,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Land",
StandUpright = true,
RotateOnSpot = false,
TurnRadius = 5,
TurnRate = 130,
},
Expand Down
1 change: 1 addition & 0 deletions units/UEL0111/UEL0111_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ UnitBlueprint{
MeshExtentsZ = 1.35,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Land",
RotateOnSpot = false,
TurnRadius = 0,
TurnRate = 90,
},
Expand Down
1 change: 1 addition & 0 deletions units/UEL0203/UEL0203_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ UnitBlueprint{
MinSpeedPercent = 0,
MotionType = "RULEUMT_Hover",
RotateBodyWhileMoving = true,
RotateOnSpot = false,
TurnFacingRate = 120,
TurnRadius = 5,
TurnRate = 90,
Expand Down
4 changes: 2 additions & 2 deletions units/URL0101/URL0101_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ UnitBlueprint{
LifeBarOffset = 0.2,
LifeBarSize = 0.5,
Physics = {
BackUpDistance = 0,
BackUpDistance = 6,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -133,7 +133,7 @@ UnitBlueprint{
MaxAcceleration = 4.8,
MaxBrake = 9.6,
MaxSpeed = 4.8,
MaxSpeedReverse = 0,
MaxSpeedReverse = 4.8,
MaxSteerForce = 10,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Land",
Expand Down
4 changes: 3 additions & 1 deletion units/URL0107/URL0107_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
LifeBarOffset = 0.4,
LifeBarSize = 0.75,
Physics = {
BackUpDistance = 6,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -144,10 +145,11 @@
MaxAcceleration = 3.6,
MaxBrake = 3.6,
MaxSpeed = 3.7,
MaxSpeedReverse = 0,
MaxSpeedReverse = 3.7,
MaxSteerForce = 10,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Land",
RotateOnSpot = false,
TurnRadius = 2,
TurnRate = 80,
},
Expand Down
3 changes: 2 additions & 1 deletion units/XEL0306/XEL0306_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,14 @@ UnitBlueprint{
MaxAcceleration = 2.8,
MaxBrake = 2.8,
MaxSpeed = 2.8,
MaxSpeedReverse = 2.5,
MaxSpeedReverse = 2.8,
MaxSteerForce = 5,
MeshExtentsX = 0.75,
MeshExtentsY = 0.75,
MeshExtentsZ = 1.35,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Land",
RotateOnSpot = false,
TurnRadius = 0,
TurnRate = 60,
},
Expand Down
1 change: 1 addition & 0 deletions units/XRL0305/XRL0305_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ UnitBlueprint{
LifeBarOffset = 0.55,
LifeBarSize = 1,
Physics = {
BackUpDistance = 10,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand Down
3 changes: 2 additions & 1 deletion units/XRL0403/XRL0403_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,12 @@ UnitBlueprint {
LayerChangeOffsetHeight = -2.5,
MaxAcceleration = 2,
MaxSpeed = 2,
MaxSpeedReverse = 1,
MaxSpeedReverse = 2,
MaxSteerForce = 0,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Amphibious",
SinkLower = true,
RotateOnSpot = false,
SkirtOffsetX = -1.5,
SkirtOffsetZ = -1.5,
SkirtSizeX = 9,
Expand Down
1 change: 1 addition & 0 deletions units/XSL0104/XSL0104_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ UnitBlueprint{
LifeBarOffset = 0.25,
LifeBarSize = 0.7,
Physics = {
BackUpDistance = 6,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand Down
3 changes: 2 additions & 1 deletion units/XSL0202/XSL0202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ UnitBlueprint{
LifeBarOffset = 0.2,
LifeBarSize = 0.95,
Physics = {
BackUpDistance = 8,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -191,7 +192,7 @@ UnitBlueprint{
MaxAcceleration = 2.6,
MaxBrake = 2.6,
MaxSpeed = 2.6,
MaxSpeedReverse = 0,
MaxSpeedReverse = 2.6,
MaxSteerForce = 3.1,
MeshExtentsX = 1,
MeshExtentsY = 0.5,
Expand Down
1 change: 1 addition & 0 deletions units/XSL0203/XSL0203_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ UnitBlueprint{
MinSpeedPercent = 0,
MotionType = "RULEUMT_Hover",
RotateBodyWhileMoving = true,
RotateOnSpot = false,
TurnFacingRate = 120,
TurnRadius = 0,
TurnRate = 90,
Expand Down
1 change: 1 addition & 0 deletions units/XSL0304/XSL0304_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ UnitBlueprint{
MinSpeedPercent = 0,
MotionType = "RULEUMT_Land",
StandUpright = true,
RotateOnSpot = false,
TurnRadius = 2,
TurnRate = 75,
},
Expand Down

0 comments on commit c6c9729

Please sign in to comment.