Forged Alliance Forever Forged Alliance Forever Forums 2013-07-01T17:25:43+02:00 /feed.php?f=42&t=4379 2013-07-01T17:25:43+02:00 2013-07-01T17:25:43+02:00 /viewtopic.php?t=4379&p=47334#p47334 <![CDATA[Sera Quantum GW Rolloff]]>
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:
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:
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,
            },
        },

Statistics: Posted by Crotalus — 01 Jul 2013, 17:25


]]>