Skip to content

Commit

Permalink
Enable various structures to be placed more easily (#6079)
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored and Garanas committed Apr 20, 2024
1 parent 87be658 commit 23f00a0
Show file tree
Hide file tree
Showing 69 changed files with 73 additions and 1 deletion.
6 changes: 5 additions & 1 deletion changelog/3809.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@

## Features

<!-- Remove header when empty -->
- (#6079) Make various structures easier to place to help with base building.
- All Tech 3 Power Generators, Tech 3 Mass Fabricators, Tech 3 Artilleries, Shield Structures, Land Factories and Air Factories:
- MaxGroundVariation: 1.0 --> 1.1
- All Game Enders except for the Scathis:
- MaxGroundVariation: 1.0 --> 1.2

## Graphics

Expand Down
1 change: 1 addition & 0 deletions units/UAB0101/UAB0101_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ UnitBlueprint{
BuildOnLayerCaps = { LAYER_Land = true },
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 4.5,
MeshExtentsY = 1,
MeshExtentsZ = 4.5,
Expand Down
1 change: 1 addition & 0 deletions units/UAB0102/UAB0102_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 4.25,
MeshExtentsY = 2.5,
MeshExtentsZ = 5,
Expand Down
1 change: 1 addition & 0 deletions units/UAB0201/UAB0201_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ UnitBlueprint{
BuildOnLayerCaps = { LAYER_Land = true },
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 4.5,
MeshExtentsY = 1.25,
MeshExtentsZ = 4.5,
Expand Down
1 change: 1 addition & 0 deletions units/UAB0202/UAB0202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 5.5,
MeshExtentsY = 3,
MeshExtentsZ = 5.5,
Expand Down
1 change: 1 addition & 0 deletions units/UAB0301/UAB0301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ UnitBlueprint{
BuildOnLayerCaps = { LAYER_Land = true },
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 4.5,
MeshExtentsY = 1.5,
MeshExtentsZ = 4.5,
Expand Down
1 change: 1 addition & 0 deletions units/UAB0302/UAB0302_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 6,
MeshExtentsY = 4,
MeshExtentsZ = 6,
Expand Down
1 change: 1 addition & 0 deletions units/UAB1301/UAB1301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 5.75,
MeshExtentsY = 4.25,
MeshExtentsZ = 5.75,
Expand Down
1 change: 1 addition & 0 deletions units/UAB1303/UAB1303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 3,
MeshExtentsY = 3,
MeshExtentsZ = 3,
Expand Down
1 change: 1 addition & 0 deletions units/UAB2302/UAB2302_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 5.75,
MeshExtentsY = 4.5,
MeshExtentsZ = 8,
Expand Down
1 change: 1 addition & 0 deletions units/UAB4202/UAB4202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 3,
MeshExtentsY = 2,
MeshExtentsZ = 3,
Expand Down
1 change: 1 addition & 0 deletions units/UAB4301/UAB4301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 2.75,
MeshExtentsY = 2.25,
MeshExtentsZ = 2.75,
Expand Down
1 change: 1 addition & 0 deletions units/UEB0101/UEB0101_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 5,
MeshExtentsY = 4.5,
MeshExtentsZ = 5.45,
Expand Down
1 change: 1 addition & 0 deletions units/UEB0102/UEB0102_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 5.5,
MeshExtentsY = 4.5,
MeshExtentsZ = 5.5,
Expand Down
1 change: 1 addition & 0 deletions units/UEB0201/UEB0201_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
RaisedPlatforms = {
--X, Z, height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/UEB0202/UEB0202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
RaisedPlatforms = {
--X, Z, height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/UEB0301/UEB0301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
RaisedPlatforms = {
--X, Z, height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/UEB0302/UEB0302_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
RaisedPlatforms = {
--X, Z, height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/UEB1301/UEB1301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 5.2,
MeshExtentsY = 4.2,
MeshExtentsZ = 5.2,
Expand Down
1 change: 1 addition & 0 deletions units/UEB1303/UEB1303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 3.2,
MeshExtentsY = 2,
MeshExtentsZ = 3.2,
Expand Down
1 change: 1 addition & 0 deletions units/UEB2302/UEB2302_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 6,
MeshExtentsY = 3.75,
MeshExtentsZ = 9,
Expand Down
1 change: 1 addition & 0 deletions units/UEB2401/UEB2401_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.2,
MeshExtentsX = 7,
MeshExtentsY = 4,
MeshExtentsZ = 7.25,
Expand Down
1 change: 1 addition & 0 deletions units/UEB4202/UEB4202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsY = 4.5,
MotionType = "RULEUMT_None",
SkirtOffsetX = -1.5,
Expand Down
1 change: 1 addition & 0 deletions units/UEB4301/UEB4301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 4.25,
MeshExtentsY = 4.25,
MeshExtentsZ = 4.5,
Expand Down
1 change: 1 addition & 0 deletions units/URB0101/URB0101_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
RaisedPlatforms = {
--X, Z, height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/URB0102/URB0102_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
RaisedPlatforms = {
--X, Z, height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/URB0201/URB0201_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
RaisedPlatforms = {
--X, Z, height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/URB0202/URB0202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
RaisedPlatforms = {
--X, Z, height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/URB0301/URB0301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
RaisedPlatforms = {
--X, Z, height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/URB0302/URB0302_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
RaisedPlatforms = {
--X, Z, height -- Offsets from center
Expand Down
1 change: 1 addition & 0 deletions units/URB1301/URB1301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
SkirtOffsetX = -1.5,
SkirtOffsetZ = -1.5,
Expand Down
1 change: 1 addition & 0 deletions units/URB1303/URB1303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
SkirtOffsetX = -1.5,
SkirtOffsetZ = -1.5,
Expand Down
1 change: 1 addition & 0 deletions units/URB2302/URB2302_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
SkirtOffsetX = -1.5,
SkirtOffsetZ = -1.5,
Expand Down
1 change: 1 addition & 0 deletions units/URB4202/URB4202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
SkirtOffsetX = -2.5,
SkirtOffsetZ = -2.5,
Expand Down
1 change: 1 addition & 0 deletions units/URB4204/URB4204_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
SkirtOffsetX = -2.5,
SkirtOffsetZ = -2.5,
Expand Down
1 change: 1 addition & 0 deletions units/URB4205/URB4205_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
SkirtOffsetX = -2.5,
SkirtOffsetZ = -2.5,
Expand Down
1 change: 1 addition & 0 deletions units/URB4206/URB4206_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
SkirtOffsetX = -2.5,
SkirtOffsetZ = -2.5,
Expand Down
1 change: 1 addition & 0 deletions units/URB4207/URB4207_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MotionType = "RULEUMT_None",
SkirtOffsetX = -2.5,
SkirtOffsetZ = -2.5,
Expand Down
1 change: 1 addition & 0 deletions units/XAB1401/XAB1401_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.2,
MeshExtentsX = 3,
MeshExtentsY = 3,
MeshExtentsZ = 3,
Expand Down
1 change: 1 addition & 0 deletions units/XAB2307/XAB2307_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.2,
MeshExtentsX = 4,
MeshExtentsY = 4.5,
MeshExtentsZ = 5.5,
Expand Down
1 change: 1 addition & 0 deletions units/XEB2402/XEB2402_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.2,
MeshExtentsX = 5.4,
MeshExtentsY = 5.2,
MeshExtentsZ = 5.7,
Expand Down
1 change: 1 addition & 0 deletions units/XSB0101/XSB0101_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 4.5,
MeshExtentsY = 1,
MeshExtentsZ = 4.5,
Expand Down
1 change: 1 addition & 0 deletions units/XSB0102/XSB0102_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 4.25,
MeshExtentsY = 2.5,
MeshExtentsZ = 5,
Expand Down
1 change: 1 addition & 0 deletions units/XSB0201/XSB0201_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 4.5,
MeshExtentsY = 1.25,
MeshExtentsZ = 4.5,
Expand Down
1 change: 1 addition & 0 deletions units/XSB0202/XSB0202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 5.5,
MeshExtentsY = 3,
MeshExtentsZ = 5.5,
Expand Down
1 change: 1 addition & 0 deletions units/XSB0301/XSB0301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 4.5,
MeshExtentsY = 1.5,
MeshExtentsZ = 4.5,
Expand Down
1 change: 1 addition & 0 deletions units/XSB0302/XSB0302_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 6,
MeshExtentsY = 4,
MeshExtentsZ = 6,
Expand Down
1 change: 1 addition & 0 deletions units/XSB1301/XSB1301_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 5.75,
MeshExtentsY = 4.25,
MeshExtentsZ = 5.75,
Expand Down
1 change: 1 addition & 0 deletions units/XSB1303/XSB1303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ UnitBlueprint{
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MaxGroundVariation = 1.1,
MeshExtentsX = 3,
MeshExtentsY = 3,
MeshExtentsZ = 3,
Expand Down
Loading

0 comments on commit 23f00a0

Please sign in to comment.