Skip to content

Commit

Permalink
Change the reverse behavior for various units (FAForever#5764)
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored Feb 23, 2024
1 parent c594c9c commit 0b65e08
Show file tree
Hide file tree
Showing 44 changed files with 98 additions and 72 deletions.
3 changes: 2 additions & 1 deletion units/DAL0310/DAL0310_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ UnitBlueprint{
LifeBarOffset = 0.8,
LifeBarSize = 0.75,
Physics = {
BackUpDistance = 10,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion units/DALK003/DALK003_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions units/DELK002/DELK002_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ UnitBlueprint{
LifeBarOffset = 0.35,
LifeBarSize = 1,
Physics = {
BackUpDistance = 4,
BackUpDistance = 10,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -140,7 +140,7 @@ UnitBlueprint{
MeshExtentsZ = 1.15,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Land",
RotateOnSpot = true,
RotateOnSpot = false,
RotateOnSpotThreshold = 0.1,
TurnRadius = 0,
TurnRate = 100,
Expand Down
2 changes: 1 addition & 1 deletion units/DRLK001/DRLK001_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ UnitBlueprint{
MaxAcceleration = 3.6,
MaxBrake = 3.6,
MaxSpeed = 3.6,
MaxSpeedReverse = 0,
MaxSpeedReverse = 3.6,
MaxSteerForce = 7,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Land",
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 @@ -128,7 +128,7 @@ UnitBlueprint{
LifeBarOffset = 0.58,
LifeBarSize = 0.8,
Physics = {
BackUpDistance = 4,
BackUpDistance = 10,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand Down
4 changes: 2 additions & 2 deletions units/UAL0101/UAL0101_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ UnitBlueprint{
LifeBarOffset = 0.25,
LifeBarSize = 0.5,
Physics = {
BackUpDistance = 2,
BackUpDistance = 6,
BankingSlope = 0.5,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions units/UAL0103/UAL0103_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ UnitBlueprint{
LifeBarOffset = 0.25,
LifeBarSize = 0.5,
Physics = {
BackUpDistance = 0,
BackUpDistance = 6,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -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,
Expand Down
3 changes: 2 additions & 1 deletion units/UAL0104/UAL0104_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ UnitBlueprint{
LifeBarOffset = 0.3,
LifeBarSize = 0.7,
Physics = {
BackUpDistance = 6,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -135,7 +136,7 @@ UnitBlueprint{
MeshExtentsZ = 0.8,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Land",
RotateOnSpot = true,
RotateOnSpot = false,
RotateOnSpotThreshold = 0.5,
TurnRadius = 5,
TurnRate = 80,
Expand Down
4 changes: 2 additions & 2 deletions units/UAL0111/UAL0111_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ UnitBlueprint{
LifeBarOffset = 0.45,
LifeBarSize = 0.75,
Physics = {
BackUpDistance = 4,
BackUpDistance = 8,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -136,7 +136,7 @@ UnitBlueprint{
MeshExtentsZ = 1.25,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Land",
RotateOnSpot = true,
RotateOnSpot = false,
RotateOnSpotThreshold = 0.1,
TurnRadius = 0,
TurnRate = 90,
Expand Down
1 change: 1 addition & 0 deletions units/UAL0201/UAL0201_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ UnitBlueprint{
LifeBarOffset = 0.4,
LifeBarSize = 0.65,
Physics = {
BackUpDistance = 6,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand Down
5 changes: 3 additions & 2 deletions units/UAL0202/UAL0202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ UnitBlueprint{
LifeBarOffset = 0.5,
LifeBarSize = 0.95,
Physics = {
BackUpDistance = 8,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -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,
Expand Down
5 changes: 3 additions & 2 deletions units/UAL0205/UAL0205_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ UnitBlueprint{
LifeBarOffset = 0.4,
LifeBarSize = 0.8,
Physics = {
BackUpDistance = 8,
BankingSlope = 0.5,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -140,15 +141,15 @@ UnitBlueprint{
MaxAcceleration = 2.7,
MaxBrake = 2.7,
MaxSpeed = 2.7,
MaxSpeedReverse = 0,
MaxSpeedReverse = 2.7,
MaxSteerForce = 5,
MeshExtentsX = 1.1,
MeshExtentsY = 0.5,
MeshExtentsZ = 1.25,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Hover",
RotateBodyWhileMoving = true,
RotateOnSpot = true,
RotateOnSpot = false,
RotateOnSpotThreshold = 0.5,
TurnFacingRate = 180,
TurnRadius = 0,
Expand Down
5 changes: 3 additions & 2 deletions units/UAL0304/UAL0304_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ UnitBlueprint{
LifeBarOffset = 0.75,
LifeBarSize = 1.25,
Physics = {
BackUpDistance = 10,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -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,
Expand Down
5 changes: 3 additions & 2 deletions units/UAL0307/UAL0307_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ UnitBlueprint{
LifeBarOffset = 0.3,
LifeBarSize = 0.8,
Physics = {
BackUpDistance = 8,
BankingSlope = 0.5,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -169,15 +170,15 @@ UnitBlueprint{
MaxAcceleration = 4,
MaxBrake = 4,
MaxSpeed = 4,
MaxSpeedReverse = 0,
MaxSpeedReverse = 4,
MaxSteerForce = 1000,
MeshExtentsX = 1,
MeshExtentsY = 0.65,
MeshExtentsZ = 1,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Hover",
RotateBodyWhileMoving = true,
RotateOnSpot = true,
RotateOnSpot = false,
RotateOnSpotThreshold = 0.1,
TurnFacingRate = 120,
TurnRadius = 0,
Expand Down
2 changes: 1 addition & 1 deletion units/UEL0101/UEL0101_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ UnitBlueprint{
LifeBarOffset = 0.25,
LifeBarSize = 0.5,
Physics = {
BackUpDistance = 2,
BackUpDistance = 6,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand Down
2 changes: 1 addition & 1 deletion units/UEL0103/UEL0103_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ UnitBlueprint{
LifeBarOffset = 0.25,
LifeBarSize = 0.5,
Physics = {
BackUpDistance = 2,
BackUpDistance = 6,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand Down
3 changes: 2 additions & 1 deletion units/UEL0104/UEL0104_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ UnitBlueprint{
LifeBarOffset = 0.3,
LifeBarSize = 0.6,
Physics = {
BackUpDistance = 6,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -132,7 +133,7 @@ UnitBlueprint{
MeshExtentsZ = 0.6,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Land",
RotateOnSpot = true,
RotateOnSpot = false,
RotateOnSpotThreshold = 0.5,
TurnRadius = 5,
TurnRate = 80,
Expand Down
2 changes: 1 addition & 1 deletion units/UEL0111/UEL0111_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ UnitBlueprint{
LifeBarOffset = 0.45,
LifeBarSize = 0.75,
Physics = {
BackUpDistance = 4,
BackUpDistance = 8,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand Down
5 changes: 3 additions & 2 deletions units/UEL0201/UEL0201_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ UnitBlueprint{
LifeBarOffset = 0.35,
LifeBarSize = 0.65,
Physics = {
BackUpDistance = 6,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -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,
Expand Down
5 changes: 3 additions & 2 deletions units/UEL0202/UEL0202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ UnitBlueprint{
LifeBarOffset = 0.5,
LifeBarSize = 0.95,
Physics = {
BackUpDistance = 8,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions units/UEL0203/UEL0203_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ UnitBlueprint{
LifeBarOffset = 0.4,
LifeBarSize = 0.75,
Physics = {
BackUpDistance = 0,
BackUpDistance = 8,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -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,
Expand Down
5 changes: 3 additions & 2 deletions units/UEL0205/UEL0205_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ UnitBlueprint{
LifeBarOffset = 0.4,
LifeBarSize = 0.8,
Physics = {
BackUpDistance = 8,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -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,
Expand Down
Loading

0 comments on commit 0b65e08

Please sign in to comment.