Is there any specific reason the Seraphim Quantum Gateway only is using its southern ramp when offloading SCUs?
Here's a fix so all exits are useable:
- Code: Select all
OccupyRects = {
# offsetX offsetZ sizeX sizeZ, offset from center of unit
-3.5,
0.9,
0.5,
2,
3,
0.9,
0.5,
2,
-1.5,
-3,
3,
0.5,
},
- Code: Select all
RollOffPoints = {
{
UnitSpin = 0,
X = 0,
Y = 0,
Z = 3,
},
{
UnitSpin = 130,
X = -2.5,
Y = 0,
Z = -1.8,
},
{
UnitSpin = -130,
X = 2.5,
Y = 0,
Z = -1.8,
},
},