Forged Alliance Forever Forged Alliance Forever Forums 2014-05-12T15:29:05+02:00 /feed.php?f=42&t=7378 2014-05-12T15:29:05+02:00 2014-05-12T15:29:05+02:00 /viewtopic.php?t=7378&p=72745#p72745 <![CDATA[Re: UEF rambo sACU are broken.]]>
Maybe there's a better solution with preventing fraction > 0 when multiple e-drawing engineers start a building something but haven't found where that would be handled.

Statistics: Posted by Crotalus — 12 May 2014, 15:29


]]>
2014-05-12T10:36:45+02:00 2014-05-12T10:36:45+02:00 /viewtopic.php?t=7378&p=72732#p72732 <![CDATA[Re: UEF rambo sACU are broken.]]> Statistics: Posted by IceDreamer — 12 May 2014, 10:36


]]>
2014-05-12T09:25:46+02:00 2014-05-12T09:25:46+02:00 /viewtopic.php?t=7378&p=72728#p72728 <![CDATA[Re: UEF rambo sACU are broken.]]>
For some reason fraction of a new structure isn't 0 when you're building with 2+ e-draining engineers.

A simple fix is to check if it's >0.01 instead of > 0 in lua/sim/Unit.lua, function CheckFractionComplete,

Code:
CheckFractionComplete = function(self, unitBeingBuilt, threadCount)
        -- rebuild bonus check 1 [159]
        -- This code checks if the unit is allowed to be accelerate-built. If not the unit is destroyed (for lack
        -- of a SetFractionComplete() function). Added by brute51
        local fraction = unitBeingBuilt:GetFractionComplete()
        if fraction > (self.InitialFractionComplete or 0.01) then
            unitBeingBuilt:OnRebuildBonusIsIllegal()
        end
        self.InitialFractionComplete = nil
    end,

Statistics: Posted by Crotalus — 12 May 2014, 09:25


]]>
2014-05-12T04:07:51+02:00 2014-05-12T04:07:51+02:00 /viewtopic.php?t=7378&p=72714#p72714 <![CDATA[Re: UEF rambo sACU are broken.]]> Statistics: Posted by IceDreamer — 12 May 2014, 04:07


]]>
2014-05-11T22:06:50+02:00 2014-05-11T22:06:50+02:00 /viewtopic.php?t=7378&p=72695#p72695 <![CDATA[Re: UEF rambo sACU are broken.]]> Statistics: Posted by BRNKoINSANITY — 11 May 2014, 22:06


]]>
2014-05-11T21:10:36+02:00 2014-05-11T21:10:36+02:00 /viewtopic.php?t=7378&p=72688#p72688 <![CDATA[Re: UEF rambo sACU are broken.]]> Statistics: Posted by IceDreamer — 11 May 2014, 21:10


]]>
2014-05-11T20:49:47+02:00 2014-05-11T20:49:47+02:00 /viewtopic.php?t=7378&p=72684#p72684 <![CDATA[Re: UEF rambo sACU are broken.]]> Statistics: Posted by pip — 11 May 2014, 20:49


]]>
2014-05-11T20:23:07+02:00 2014-05-11T20:23:07+02:00 /viewtopic.php?t=7378&p=72682#p72682 <![CDATA[Re: UEF rambo sACU are broken.]]> Statistics: Posted by IceDreamer — 11 May 2014, 20:23


]]>
2014-05-11T19:37:53+02:00 2014-05-11T19:37:53+02:00 /viewtopic.php?t=7378&p=72681#p72681 <![CDATA[Re: UEF rambo sACU are broken.]]> Statistics: Posted by Tokyto — 11 May 2014, 19:37


]]>
2014-05-11T19:26:39+02:00 2014-05-11T19:26:39+02:00 /viewtopic.php?t=7378&p=72678#p72678 <![CDATA[UEF rambo sACU are broken.]]> Statistics: Posted by BRNKoINSANITY — 11 May 2014, 19:26


]]>