diff --git a/units/DAL0310/DAL0310_unit.bp b/units/DAL0310/DAL0310_unit.bp index 0fbb15980c..99e0fe1cbd 100644 --- a/units/DAL0310/DAL0310_unit.bp +++ b/units/DAL0310/DAL0310_unit.bp @@ -121,6 +121,7 @@ UnitBlueprint{ LifeBarOffset = 0.8, LifeBarSize = 0.75, Physics = { + BackUpDistance = 10, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -135,7 +136,7 @@ UnitBlueprint{ MaxAcceleration = 3.5, MaxBrake = 3.5, MaxSpeed = 3.5, - MaxSpeedReverse = 0, + MaxSpeedReverse = 3.5, MaxSteerForce = 50, MeshExtentsX = 0.75, MeshExtentsY = 0.5, diff --git a/units/DALK003/DALK003_unit.bp b/units/DALK003/DALK003_unit.bp index 129799f8fb..f9f103e0dd 100644 --- a/units/DALK003/DALK003_unit.bp +++ b/units/DALK003/DALK003_unit.bp @@ -139,7 +139,7 @@ UnitBlueprint{ MaxAcceleration = 3.5, MaxBrake = 3.5, MaxSpeed = 3.5, - MaxSpeedReverse = 0, + MaxSpeedReverse = 3.5, MaxSteerForce = 10, MeshExtentsX = 1, MeshExtentsY = 1.25, diff --git a/units/DELK002/DELK002_unit.bp b/units/DELK002/DELK002_unit.bp index b05f7cf3f4..a7b8d0d441 100644 --- a/units/DELK002/DELK002_unit.bp +++ b/units/DELK002/DELK002_unit.bp @@ -119,7 +119,7 @@ UnitBlueprint{ LifeBarOffset = 0.35, LifeBarSize = 1, Physics = { - BackUpDistance = 4, + BackUpDistance = 10, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -140,7 +140,7 @@ UnitBlueprint{ MeshExtentsZ = 1.15, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 100, diff --git a/units/DRLK001/DRLK001_unit.bp b/units/DRLK001/DRLK001_unit.bp index 3c6dd69c84..32c00292c0 100644 --- a/units/DRLK001/DRLK001_unit.bp +++ b/units/DRLK001/DRLK001_unit.bp @@ -135,7 +135,7 @@ UnitBlueprint{ MaxAcceleration = 3.6, MaxBrake = 3.6, MaxSpeed = 3.6, - MaxSpeedReverse = 0, + MaxSpeedReverse = 3.6, MaxSteerForce = 7, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", diff --git a/units/DSLK004/DSLK004_unit.bp b/units/DSLK004/DSLK004_unit.bp index aace063cee..c9b46a3019 100644 --- a/units/DSLK004/DSLK004_unit.bp +++ b/units/DSLK004/DSLK004_unit.bp @@ -128,7 +128,7 @@ UnitBlueprint{ LifeBarOffset = 0.58, LifeBarSize = 0.8, Physics = { - BackUpDistance = 4, + BackUpDistance = 10, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, diff --git a/units/UAL0101/UAL0101_unit.bp b/units/UAL0101/UAL0101_unit.bp index 11b30ab42f..f3525e9b6a 100644 --- a/units/UAL0101/UAL0101_unit.bp +++ b/units/UAL0101/UAL0101_unit.bp @@ -133,7 +133,7 @@ UnitBlueprint{ LifeBarOffset = 0.25, LifeBarSize = 0.5, Physics = { - BackUpDistance = 2, + BackUpDistance = 6, BankingSlope = 0.5, BuildOnLayerCaps = { LAYER_Air = false, @@ -148,7 +148,7 @@ UnitBlueprint{ MaxAcceleration = 4.6, MaxBrake = 10, MaxSpeed = 4.6, - MaxSpeedReverse = 3, + MaxSpeedReverse = 4.6, MaxSteerForce = 1000, MeshExtentsX = 0.55, MeshExtentsY = 0.25, diff --git a/units/UAL0103/UAL0103_unit.bp b/units/UAL0103/UAL0103_unit.bp index 8aff74b40a..f06e5e212d 100644 --- a/units/UAL0103/UAL0103_unit.bp +++ b/units/UAL0103/UAL0103_unit.bp @@ -117,7 +117,7 @@ UnitBlueprint{ LifeBarOffset = 0.25, LifeBarSize = 0.5, Physics = { - BackUpDistance = 0, + BackUpDistance = 6, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -131,14 +131,14 @@ UnitBlueprint{ MaxAcceleration = 2.7, MaxBrake = 2.7, MaxSpeed = 2.7, - MaxSpeedReverse = 0, + MaxSpeedReverse = 2.7, MaxSteerForce = 10, MeshExtentsX = 0.55, MeshExtentsY = 0.35, MeshExtentsZ = 0.65, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 2, TurnRate = 90, diff --git a/units/UAL0104/UAL0104_unit.bp b/units/UAL0104/UAL0104_unit.bp index 9169c944cf..b5258abf34 100644 --- a/units/UAL0104/UAL0104_unit.bp +++ b/units/UAL0104/UAL0104_unit.bp @@ -115,6 +115,7 @@ UnitBlueprint{ LifeBarOffset = 0.3, LifeBarSize = 0.7, Physics = { + BackUpDistance = 6, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -135,7 +136,7 @@ UnitBlueprint{ MeshExtentsZ = 0.8, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.5, TurnRadius = 5, TurnRate = 80, diff --git a/units/UAL0111/UAL0111_unit.bp b/units/UAL0111/UAL0111_unit.bp index 018ad692de..3b7b392997 100644 --- a/units/UAL0111/UAL0111_unit.bp +++ b/units/UAL0111/UAL0111_unit.bp @@ -115,7 +115,7 @@ UnitBlueprint{ LifeBarOffset = 0.45, LifeBarSize = 0.75, Physics = { - BackUpDistance = 4, + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -136,7 +136,7 @@ UnitBlueprint{ MeshExtentsZ = 1.25, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 90, diff --git a/units/UAL0201/UAL0201_unit.bp b/units/UAL0201/UAL0201_unit.bp index f9cb60652d..f0a1b36813 100644 --- a/units/UAL0201/UAL0201_unit.bp +++ b/units/UAL0201/UAL0201_unit.bp @@ -121,6 +121,7 @@ UnitBlueprint{ LifeBarOffset = 0.4, LifeBarSize = 0.65, Physics = { + BackUpDistance = 6, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, diff --git a/units/UAL0202/UAL0202_unit.bp b/units/UAL0202/UAL0202_unit.bp index 0a9237a488..6bc44763b1 100644 --- a/units/UAL0202/UAL0202_unit.bp +++ b/units/UAL0202/UAL0202_unit.bp @@ -136,6 +136,7 @@ UnitBlueprint{ LifeBarOffset = 0.5, LifeBarSize = 0.95, Physics = { + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -149,14 +150,14 @@ UnitBlueprint{ MaxAcceleration = 2.7, MaxBrake = 2.7, MaxSpeed = 2.7, - MaxSpeedReverse = 0, + MaxSpeedReverse = 2.7, MaxSteerForce = 3.1, MeshExtentsX = 1, MeshExtentsY = 0.5, MeshExtentsZ = 1, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 90, diff --git a/units/UAL0205/UAL0205_unit.bp b/units/UAL0205/UAL0205_unit.bp index f27f718984..a3584c6ed2 100644 --- a/units/UAL0205/UAL0205_unit.bp +++ b/units/UAL0205/UAL0205_unit.bp @@ -126,6 +126,7 @@ UnitBlueprint{ LifeBarOffset = 0.4, LifeBarSize = 0.8, Physics = { + BackUpDistance = 8, BankingSlope = 0.5, BuildOnLayerCaps = { LAYER_Air = false, @@ -140,7 +141,7 @@ UnitBlueprint{ MaxAcceleration = 2.7, MaxBrake = 2.7, MaxSpeed = 2.7, - MaxSpeedReverse = 0, + MaxSpeedReverse = 2.7, MaxSteerForce = 5, MeshExtentsX = 1.1, MeshExtentsY = 0.5, @@ -148,7 +149,7 @@ UnitBlueprint{ MinSpeedPercent = 0, MotionType = "RULEUMT_Hover", RotateBodyWhileMoving = true, - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.5, TurnFacingRate = 180, TurnRadius = 0, diff --git a/units/UAL0304/UAL0304_unit.bp b/units/UAL0304/UAL0304_unit.bp index 4da1a651f6..c238a4dfa2 100644 --- a/units/UAL0304/UAL0304_unit.bp +++ b/units/UAL0304/UAL0304_unit.bp @@ -107,6 +107,7 @@ UnitBlueprint{ LifeBarOffset = 0.75, LifeBarSize = 1.25, Physics = { + BackUpDistance = 10, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -120,14 +121,14 @@ UnitBlueprint{ MaxAcceleration = 2.2, MaxBrake = 2.2, MaxSpeed = 2.2, - MaxSpeedReverse = 0, + MaxSpeedReverse = 2.2, MaxSteerForce = 10, MeshExtentsX = 1.5, MeshExtentsY = 0.75, MeshExtentsZ = 2.25, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 75, diff --git a/units/UAL0307/UAL0307_unit.bp b/units/UAL0307/UAL0307_unit.bp index a4a30acfd6..94f5a72a0d 100644 --- a/units/UAL0307/UAL0307_unit.bp +++ b/units/UAL0307/UAL0307_unit.bp @@ -155,6 +155,7 @@ UnitBlueprint{ LifeBarOffset = 0.3, LifeBarSize = 0.8, Physics = { + BackUpDistance = 8, BankingSlope = 0.5, BuildOnLayerCaps = { LAYER_Air = false, @@ -169,7 +170,7 @@ UnitBlueprint{ MaxAcceleration = 4, MaxBrake = 4, MaxSpeed = 4, - MaxSpeedReverse = 0, + MaxSpeedReverse = 4, MaxSteerForce = 1000, MeshExtentsX = 1, MeshExtentsY = 0.65, @@ -177,7 +178,7 @@ UnitBlueprint{ MinSpeedPercent = 0, MotionType = "RULEUMT_Hover", RotateBodyWhileMoving = true, - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnFacingRate = 120, TurnRadius = 0, diff --git a/units/UEL0101/UEL0101_unit.bp b/units/UEL0101/UEL0101_unit.bp index f4baef84ba..e7476b38a9 100644 --- a/units/UEL0101/UEL0101_unit.bp +++ b/units/UEL0101/UEL0101_unit.bp @@ -115,7 +115,7 @@ UnitBlueprint{ LifeBarOffset = 0.25, LifeBarSize = 0.5, Physics = { - BackUpDistance = 2, + BackUpDistance = 6, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, diff --git a/units/UEL0103/UEL0103_unit.bp b/units/UEL0103/UEL0103_unit.bp index 0e81244ffa..3e67b287e9 100644 --- a/units/UEL0103/UEL0103_unit.bp +++ b/units/UEL0103/UEL0103_unit.bp @@ -112,7 +112,7 @@ UnitBlueprint{ LifeBarOffset = 0.25, LifeBarSize = 0.5, Physics = { - BackUpDistance = 2, + BackUpDistance = 6, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, diff --git a/units/UEL0104/UEL0104_unit.bp b/units/UEL0104/UEL0104_unit.bp index e73ff695c6..d2a6cbe467 100644 --- a/units/UEL0104/UEL0104_unit.bp +++ b/units/UEL0104/UEL0104_unit.bp @@ -112,6 +112,7 @@ UnitBlueprint{ LifeBarOffset = 0.3, LifeBarSize = 0.6, Physics = { + BackUpDistance = 6, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -132,7 +133,7 @@ UnitBlueprint{ MeshExtentsZ = 0.6, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.5, TurnRadius = 5, TurnRate = 80, diff --git a/units/UEL0111/UEL0111_unit.bp b/units/UEL0111/UEL0111_unit.bp index b70d097e40..7fbebbe560 100644 --- a/units/UEL0111/UEL0111_unit.bp +++ b/units/UEL0111/UEL0111_unit.bp @@ -117,7 +117,7 @@ UnitBlueprint{ LifeBarOffset = 0.45, LifeBarSize = 0.75, Physics = { - BackUpDistance = 4, + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, diff --git a/units/UEL0201/UEL0201_unit.bp b/units/UEL0201/UEL0201_unit.bp index 67d68f36b0..c0341e9fce 100644 --- a/units/UEL0201/UEL0201_unit.bp +++ b/units/UEL0201/UEL0201_unit.bp @@ -112,6 +112,7 @@ UnitBlueprint{ LifeBarOffset = 0.35, LifeBarSize = 0.65, Physics = { + BackUpDistance = 6, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -125,14 +126,14 @@ UnitBlueprint{ MaxAcceleration = 3.4, MaxBrake = 3.4, MaxSpeed = 3.4, - MaxSpeedReverse = 0, + MaxSpeedReverse = 3.4, MaxSteerForce = 10, MeshExtentsX = 0.65, MeshExtentsY = 0.35, MeshExtentsZ = 0.95, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 90, diff --git a/units/UEL0202/UEL0202_unit.bp b/units/UEL0202/UEL0202_unit.bp index 3aa5a093e8..016f97fbd7 100644 --- a/units/UEL0202/UEL0202_unit.bp +++ b/units/UEL0202/UEL0202_unit.bp @@ -110,6 +110,7 @@ UnitBlueprint{ LifeBarOffset = 0.5, LifeBarSize = 0.95, Physics = { + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -123,14 +124,14 @@ UnitBlueprint{ MaxAcceleration = 3.1, MaxBrake = 3.1, MaxSpeed = 3.1, - MaxSpeedReverse = 0, + MaxSpeedReverse = 3.1, MaxSteerForce = 3.1, MeshExtentsX = 0.75, MeshExtentsY = 0.45, MeshExtentsZ = 1.25, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 90, diff --git a/units/UEL0203/UEL0203_unit.bp b/units/UEL0203/UEL0203_unit.bp index e20d027c85..a5658a1b4d 100644 --- a/units/UEL0203/UEL0203_unit.bp +++ b/units/UEL0203/UEL0203_unit.bp @@ -156,7 +156,7 @@ UnitBlueprint{ LifeBarOffset = 0.4, LifeBarSize = 0.75, Physics = { - BackUpDistance = 0, + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -171,7 +171,7 @@ UnitBlueprint{ MaxAcceleration = 3.7, MaxBrake = 3.7, MaxSpeed = 3.7, - MaxSpeedReverse = 1, + MaxSpeedReverse = 3.7, MaxSteerForce = 10, MeshExtentsX = 1.3, MeshExtentsY = 0.65, diff --git a/units/UEL0205/UEL0205_unit.bp b/units/UEL0205/UEL0205_unit.bp index 553c5f220c..894a7a91c1 100644 --- a/units/UEL0205/UEL0205_unit.bp +++ b/units/UEL0205/UEL0205_unit.bp @@ -110,6 +110,7 @@ UnitBlueprint{ LifeBarOffset = 0.4, LifeBarSize = 0.8, Physics = { + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -123,14 +124,14 @@ UnitBlueprint{ MaxAcceleration = 3.1, MaxBrake = 3.1, MaxSpeed = 3.1, - MaxSpeedReverse = 0, + MaxSpeedReverse = 3.1, MaxSteerForce = 5, MeshExtentsX = 0.9, MeshExtentsY = 0.55, MeshExtentsZ = 1.05, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.5, TurnRadius = 0, TurnRate = 90, diff --git a/units/UEL0304/UEL0304_unit.bp b/units/UEL0304/UEL0304_unit.bp index 00038ec166..03d5a1e9c9 100644 --- a/units/UEL0304/UEL0304_unit.bp +++ b/units/UEL0304/UEL0304_unit.bp @@ -115,6 +115,7 @@ UnitBlueprint{ LifeBarOffset = 0.7, LifeBarSize = 1.25, Physics = { + BackUpDistance = 10, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -128,14 +129,14 @@ UnitBlueprint{ MaxAcceleration = 2.2, MaxBrake = 2.2, MaxSpeed = 2.2, - MaxSpeedReverse = 0, + MaxSpeedReverse = 2.2, MaxSteerForce = 10, MeshExtentsX = 0.9, MeshExtentsY = 0.7, MeshExtentsZ = 1.6, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 75, diff --git a/units/UEL0307/UEL0307_unit.bp b/units/UEL0307/UEL0307_unit.bp index f0f5b1f55f..383d5891a7 100644 --- a/units/UEL0307/UEL0307_unit.bp +++ b/units/UEL0307/UEL0307_unit.bp @@ -142,6 +142,7 @@ UnitBlueprint{ LifeBarOffset = 0.3, LifeBarSize = 0.7, Physics = { + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -155,14 +156,14 @@ UnitBlueprint{ MaxAcceleration = 3.5, MaxBrake = 3.5, MaxSpeed = 3.5, - MaxSpeedReverse = 0, + MaxSpeedReverse = 3.5, MaxSteerForce = 10, MeshExtentsX = 0.75, MeshExtentsY = 0.6, MeshExtentsZ = 0.85, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 120, diff --git a/units/URL0103/URL0103_unit.bp b/units/URL0103/URL0103_unit.bp index f7eda300dd..7b8444f944 100644 --- a/units/URL0103/URL0103_unit.bp +++ b/units/URL0103/URL0103_unit.bp @@ -114,7 +114,7 @@ UnitBlueprint{ LifeBarOffset = 0.25, LifeBarSize = 0.5, Physics = { - BackUpDistance = 0, + BackUpDistance = 6, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -128,11 +128,11 @@ UnitBlueprint{ MaxAcceleration = 2.9, MaxBrake = 2.9, MaxSpeed = 2.9, - MaxSpeedReverse = 0, + MaxSpeedReverse = 2.9, MaxSteerForce = 1000, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 2, TurnRate = 90, diff --git a/units/URL0104/URL0104_unit.bp b/units/URL0104/URL0104_unit.bp index 2dc15e253f..8211920511 100644 --- a/units/URL0104/URL0104_unit.bp +++ b/units/URL0104/URL0104_unit.bp @@ -114,6 +114,7 @@ UnitBlueprint{ LifeBarOffset = 0.3, LifeBarSize = 0.5, Physics = { + BackUpDistance = 6, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -127,11 +128,11 @@ UnitBlueprint{ MaxAcceleration = 2.9, MaxBrake = 2.9, MaxSpeed = 2.9, - MaxSpeedReverse = 0, + MaxSpeedReverse = 2.9, MaxSteerForce = 10, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.5, TurnRadius = 5, TurnRate = 90, diff --git a/units/URL0111/URL0111_unit.bp b/units/URL0111/URL0111_unit.bp index f423f702f4..4a2bd9dc87 100644 --- a/units/URL0111/URL0111_unit.bp +++ b/units/URL0111/URL0111_unit.bp @@ -111,7 +111,7 @@ UnitBlueprint{ LifeBarOffset = 0.35, LifeBarSize = 1, Physics = { - BackUpDistance = 4, + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -129,7 +129,7 @@ UnitBlueprint{ MaxSteerForce = 5, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 2, TurnRate = 90, diff --git a/units/URL0202/URL0202_unit.bp b/units/URL0202/URL0202_unit.bp index c7b6b3e534..068bf38fca 100644 --- a/units/URL0202/URL0202_unit.bp +++ b/units/URL0202/URL0202_unit.bp @@ -105,6 +105,7 @@ UnitBlueprint{ LifeBarOffset = 0.3, LifeBarSize = 1, Physics = { + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -118,11 +119,11 @@ UnitBlueprint{ MaxAcceleration = 2.9, MaxBrake = 2.9, MaxSpeed = 2.9, - MaxSpeedReverse = 0, + MaxSpeedReverse = 2.9, MaxSteerForce = 3.1, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 90, diff --git a/units/URL0203/URL0203_unit.bp b/units/URL0203/URL0203_unit.bp index be2ed1a327..903613328b 100644 --- a/units/URL0203/URL0203_unit.bp +++ b/units/URL0203/URL0203_unit.bp @@ -122,6 +122,7 @@ UnitBlueprint{ LifeBarOffset = 0.3, LifeBarSize = 1, Physics = { + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -136,11 +137,11 @@ UnitBlueprint{ MaxAcceleration = 3.7, MaxBrake = 3.7, MaxSpeed = 3.7, - MaxSpeedReverse = 0, + MaxSpeedReverse = 3.7, MaxSteerForce = 10, MinSpeedPercent = 0, MotionType = "RULEUMT_Amphibious", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 90, diff --git a/units/URL0205/URL0205_unit.bp b/units/URL0205/URL0205_unit.bp index b63fabb70b..85e17bbd42 100644 --- a/units/URL0205/URL0205_unit.bp +++ b/units/URL0205/URL0205_unit.bp @@ -105,6 +105,7 @@ UnitBlueprint{ LifeBarOffset = 0.45, LifeBarSize = 1, Physics = { + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -118,11 +119,11 @@ UnitBlueprint{ MaxAcceleration = 2.9, MaxBrake = 2.9, MaxSpeed = 2.9, - MaxSpeedReverse = 0, + MaxSpeedReverse = 2.9, MaxSteerForce = 5, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 90, diff --git a/units/URL0304/URL0304_unit.bp b/units/URL0304/URL0304_unit.bp index 79be6304cb..21ac94c623 100644 --- a/units/URL0304/URL0304_unit.bp +++ b/units/URL0304/URL0304_unit.bp @@ -114,6 +114,7 @@ UnitBlueprint{ LifeBarOffset = 0.7, LifeBarSize = 1.5, Physics = { + BackUpDistance = 10, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -127,11 +128,11 @@ UnitBlueprint{ MaxAcceleration = 2.2, MaxBrake = 2.2, MaxSpeed = 2.2, - MaxSpeedReverse = 0, + MaxSpeedReverse = 2.2, MaxSteerForce = 10, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 75, diff --git a/units/URL0306/URL0306_unit.bp b/units/URL0306/URL0306_unit.bp index 835e6e2f73..9a6e77c9e2 100644 --- a/units/URL0306/URL0306_unit.bp +++ b/units/URL0306/URL0306_unit.bp @@ -125,6 +125,7 @@ UnitBlueprint{ LifeBarOffset = 0.25, LifeBarSize = 0.75, Physics = { + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -138,11 +139,11 @@ UnitBlueprint{ MaxAcceleration = 4, MaxBrake = 4, MaxSpeed = 4, - MaxSpeedReverse = 0, + MaxSpeedReverse = 4, MaxSteerForce = 10, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 120, diff --git a/units/URL0401/URL0401_unit.bp b/units/URL0401/URL0401_unit.bp index e91c0e9704..bb41467f37 100644 --- a/units/URL0401/URL0401_unit.bp +++ b/units/URL0401/URL0401_unit.bp @@ -151,6 +151,7 @@ UnitBlueprint{ LifeBarOffset = 3.7, LifeBarSize = 6, Physics = { + BackUpDistance = 15, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -165,11 +166,11 @@ UnitBlueprint{ MaxAcceleration = 1.5, MaxBrake = 1.5, MaxSpeed = 1.5, - MaxSpeedReverse = 0, + MaxSpeedReverse = 1.5, MaxSteerForce = 10, MinSpeedPercent = 0, MotionType = "RULEUMT_Amphibious", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.5, SkirtOffsetX = -1.5, SkirtOffsetZ = -1, diff --git a/units/XAL0203/XAL0203_unit.bp b/units/XAL0203/XAL0203_unit.bp index 24931762c0..f3e4ae47f6 100644 --- a/units/XAL0203/XAL0203_unit.bp +++ b/units/XAL0203/XAL0203_unit.bp @@ -144,6 +144,7 @@ UnitBlueprint{ LifeBarOffset = 0.6, LifeBarSize = 0.8, Physics = { + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -158,7 +159,7 @@ UnitBlueprint{ MaxAcceleration = 4.3, MaxBrake = 4.3, MaxSpeed = 4.3, - MaxSpeedReverse = 0, + MaxSpeedReverse = 4.3, MaxSteerForce = 20, MeshExtentsX = 1, MeshExtentsY = 0.5, diff --git a/units/XEL0306/XEL0306_unit.bp b/units/XEL0306/XEL0306_unit.bp index a3e6da7108..a9045cb6ca 100644 --- a/units/XEL0306/XEL0306_unit.bp +++ b/units/XEL0306/XEL0306_unit.bp @@ -106,7 +106,7 @@ UnitBlueprint{ LifeBarOffset = 1, LifeBarSize = 1.2, Physics = { - BackUpDistance = 4, + BackUpDistance = 10, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, diff --git a/units/XRL0403/XRL0403_unit.bp b/units/XRL0403/XRL0403_unit.bp index a2456c3941..4873e12b6d 100644 --- a/units/XRL0403/XRL0403_unit.bp +++ b/units/XRL0403/XRL0403_unit.bp @@ -218,7 +218,7 @@ UnitBlueprint { LifeBarOffset = 3.7, LifeBarSize = 9, Physics = { - BackUpDistance = 12, + BackUpDistance = 15, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, diff --git a/units/XSL0103/XSL0103_unit.bp b/units/XSL0103/XSL0103_unit.bp index 0bc3e60355..b74771ca21 100644 --- a/units/XSL0103/XSL0103_unit.bp +++ b/units/XSL0103/XSL0103_unit.bp @@ -151,6 +151,7 @@ UnitBlueprint{ LifeBarOffset = 0.4, LifeBarSize = 0.6, Physics = { + BackUpDistance = 6, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -165,7 +166,7 @@ UnitBlueprint{ MaxAcceleration = 2.7, MaxBrake = 2.7, MaxSpeed = 2.7, - MaxSpeedReverse = 0, + MaxSpeedReverse = 2.7, MaxSteerForce = 10, MeshExtentsX = 0.55, MeshExtentsY = 0.35, diff --git a/units/XSL0111/XSL0111_unit.bp b/units/XSL0111/XSL0111_unit.bp index 84a409d7b1..1a4ce484ce 100644 --- a/units/XSL0111/XSL0111_unit.bp +++ b/units/XSL0111/XSL0111_unit.bp @@ -112,7 +112,7 @@ UnitBlueprint{ LifeBarOffset = 0.55, LifeBarSize = 0.95, Physics = { - BackUpDistance = 4, + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -133,7 +133,7 @@ UnitBlueprint{ MeshExtentsZ = 1.25, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 90, diff --git a/units/XSL0201/XSL0201_unit.bp b/units/XSL0201/XSL0201_unit.bp index 4ae3a03187..25a42305b9 100644 --- a/units/XSL0201/XSL0201_unit.bp +++ b/units/XSL0201/XSL0201_unit.bp @@ -110,6 +110,7 @@ UnitBlueprint{ LifeBarOffset = 0.55, LifeBarSize = 0.75, Physics = { + BackUpDistance = 6, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -123,14 +124,14 @@ UnitBlueprint{ MaxAcceleration = 3.6, MaxBrake = 3.6, MaxSpeed = 3.5, - MaxSpeedReverse = 0, + MaxSpeedReverse = 3.5, MaxSteerForce = 10, MeshExtentsX = 1, MeshExtentsY = 0.5, MeshExtentsZ = 1, MinSpeedPercent = 0, MotionType = "RULEUMT_Land", - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnRadius = 0, TurnRate = 90, diff --git a/units/XSL0203/XSL0203_unit.bp b/units/XSL0203/XSL0203_unit.bp index 332f94312c..5fa54f1de3 100644 --- a/units/XSL0203/XSL0203_unit.bp +++ b/units/XSL0203/XSL0203_unit.bp @@ -149,7 +149,7 @@ UnitBlueprint{ LifeBarOffset = 0.4, LifeBarSize = 0.75, Physics = { - BackUpDistance = 2, + BackUpDistance = 8, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -164,7 +164,7 @@ UnitBlueprint{ MaxAcceleration = 4, MaxBrake = 4, MaxSpeed = 4, - MaxSpeedReverse = 1, + MaxSpeedReverse = 4, MaxSteerForce = 10, MeshExtentsX = 1.3, MeshExtentsY = 0.65, diff --git a/units/XSL0205/XSL0205_unit.bp b/units/XSL0205/XSL0205_unit.bp index 9d5b66a3b7..24528f7d7f 100644 --- a/units/XSL0205/XSL0205_unit.bp +++ b/units/XSL0205/XSL0205_unit.bp @@ -158,6 +158,7 @@ UnitBlueprint{ LifeBarOffset = 0.58, LifeBarSize = 0.8, Physics = { + BackUpDistance = 8, BankingSlope = 0.5, BuildOnLayerCaps = { LAYER_Air = false, @@ -172,7 +173,7 @@ UnitBlueprint{ MaxAcceleration = 2.6, MaxBrake = 2.6, MaxSpeed = 2.6, - MaxSpeedReverse = 0, + MaxSpeedReverse = 2.6, MaxSteerForce = 5, MeshExtentsX = 1.1, MeshExtentsY = 0.5, diff --git a/units/XSL0303/XSL0303_unit.bp b/units/XSL0303/XSL0303_unit.bp index 352adf91f0..aabe39a269 100644 --- a/units/XSL0303/XSL0303_unit.bp +++ b/units/XSL0303/XSL0303_unit.bp @@ -179,7 +179,7 @@ UnitBlueprint{ LifeBarOffset = 0.95, LifeBarSize = 1.2, Physics = { - BackUpDistance = 15, + BackUpDistance = 10, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, diff --git a/units/XSL0304/XSL0304_unit.bp b/units/XSL0304/XSL0304_unit.bp index dbda02484d..2dbde77608 100644 --- a/units/XSL0304/XSL0304_unit.bp +++ b/units/XSL0304/XSL0304_unit.bp @@ -143,6 +143,7 @@ UnitBlueprint{ LifeBarOffset = 0.7, LifeBarSize = 1.3, Physics = { + BackUpDistance = 10, BankingSlope = 0, BuildOnLayerCaps = { LAYER_Air = false, @@ -156,7 +157,7 @@ UnitBlueprint{ MaxAcceleration = 2.2, MaxBrake = 2.2, MaxSpeed = 2.2, - MaxSpeedReverse = 0, + MaxSpeedReverse = 2.2, MaxSteerForce = 10, MeshExtentsX = 1, MeshExtentsY = 1.25, diff --git a/units/XSL0307/XSL0307_unit.bp b/units/XSL0307/XSL0307_unit.bp index 9bca2ae021..1443687262 100644 --- a/units/XSL0307/XSL0307_unit.bp +++ b/units/XSL0307/XSL0307_unit.bp @@ -176,6 +176,7 @@ UnitBlueprint{ LifeBarOffset = 0.45, LifeBarSize = 0.8, Physics = { + BackUpDistance = 10, BankingSlope = 0.5, BuildOnLayerCaps = { LAYER_Air = false, @@ -190,7 +191,7 @@ UnitBlueprint{ MaxAcceleration = 4, MaxBrake = 4, MaxSpeed = 4, - MaxSpeedReverse = 0, + MaxSpeedReverse = 4, MaxSteerForce = 1000, MeshExtentsX = 1, MeshExtentsY = 0.65, @@ -198,7 +199,7 @@ UnitBlueprint{ MinSpeedPercent = 0, MotionType = "RULEUMT_Hover", RotateBodyWhileMoving = true, - RotateOnSpot = true, + RotateOnSpot = false, RotateOnSpotThreshold = 0.1, TurnFacingRate = 120, TurnRadius = 0,