Skip to content

Commit

Permalink
Fix selection boxes of air units intersecting with the terrain (#6504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored Nov 10, 2024
1 parent 5ae907e commit d1d28f7
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/snippets/fix.6504.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- (#6504) Improve the selection boxes of various air units. Alleviate the issue of terrain partially obstructing the selection boxes of most transports when they are grounded. Slightly improve the visuals of the Vulthoo's (Seraphim T2 Gunship's) selection box.
1 change: 1 addition & 0 deletions units/UAA0104/UAA0104_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ UnitBlueprint{
MeshExtentsZ = 2,
MotionType = "RULEUMT_Air",
},
SelectionCenterOffsetY = 0.15,
SelectionSizeX = 2.75,
SelectionSizeZ = 3.8,
SelectionThickness = 0.26,
Expand Down
1 change: 1 addition & 0 deletions units/UEA0104/UEA0104_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ UnitBlueprint{
MeshExtentsZ = 8.5,
MotionType = "RULEUMT_Air",
},
SelectionCenterOffsetY = 0.15,
SelectionSizeX = 0.95,
SelectionSizeZ = 5,
SelectionThickness = 0.19,
Expand Down
1 change: 1 addition & 0 deletions units/UEA0107/UEA0107_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ UnitBlueprint{
MeshExtentsZ = 5.25,
MotionType = "RULEUMT_Air",
},
SelectionCenterOffsetY = 0.15,
SelectionSizeX = 0.8,
SelectionSizeZ = 3,
SelectionThickness = 0.22,
Expand Down
1 change: 1 addition & 0 deletions units/UEA0203/UEA0203_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ UnitBlueprint{
MeshExtentsZ = 3,
MotionType = "RULEUMT_Air",
},
SelectionCenterOffsetY = 0.15,
SelectionSizeX = 0.6,
SelectionSizeZ = 0.9,
SelectionThickness = 0.49,
Expand Down
1 change: 1 addition & 0 deletions units/URA0104/URA0104_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ UnitBlueprint{
MaxSpeed = 0.5,
MotionType = "RULEUMT_Air",
},
SelectionCenterOffsetY = 0.15,
SelectionSizeX = 1.65,
SelectionSizeZ = 4.25,
SelectionThickness = 0.22,
Expand Down
1 change: 1 addition & 0 deletions units/URA0107/URA0107_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ UnitBlueprint{
MaxSpeed = 0.5,
MotionType = "RULEUMT_Air",
},
SelectionCenterOffsetY = 0.15,
SelectionSizeX = 1.6,
SelectionSizeZ = 3.25,
SelectionThickness = 0.21,
Expand Down
1 change: 1 addition & 0 deletions units/XEA0306/XEA0306_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ UnitBlueprint{
MeshExtentsZ = 8.5,
MotionType = "RULEUMT_Air",
},
SelectionCenterOffsetY = 0.2,
SelectionSizeX = 2.7,
SelectionSizeZ = 4.8,
SelectionThickness = 0.2,
Expand Down
1 change: 1 addition & 0 deletions units/XSA0104/XSA0104_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ UnitBlueprint{
MeshExtentsZ = 6,
MotionType = "RULEUMT_Air",
},
SelectionCenterOffsetY = 0.15,
SelectionSizeX = 2.1,
SelectionSizeZ = 4.5,
SelectionThickness = 0.23,
Expand Down
1 change: 1 addition & 0 deletions units/XSA0107/XSA0107_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ UnitBlueprint{
MeshExtentsZ = 1.6,
MotionType = "RULEUMT_Air",
},
SelectionCenterOffsetY = 0.15,
SelectionSizeX = 2.1,
SelectionSizeZ = 4.5,
SelectionThickness = 0.23,
Expand Down
4 changes: 2 additions & 2 deletions units/XSA0203/XSA0203_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ UnitBlueprint{
MotionType = "RULEUMT_Air",
},
SelectionSizeX = 0.5,
SelectionSizeZ = 1.2,
SelectionThickness = 0.47,
SelectionSizeZ = 1.3,
SelectionThickness = 0.37,
SizeSphere = 1.76,
SizeX = 0.8,
SizeY = 0.4,
Expand Down

0 comments on commit d1d28f7

Please sign in to comment.