You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The machine base entity has ENT:UpdateWireOutputs() but only calls it on ENT:Initialize(). AFAIK WireLib.TriggerOutput is not called anywhere else and thus the wire outputs for most (or all) machines do not update.
Example: Powerbank
Screen is wired to the Power output:
100 power is added but the wire output is still 0:
After manually updating wire outputs the wire output is correct:
The machine base entity has
ENT:UpdateWireOutputs()but only calls it onENT:Initialize(). AFAIKWireLib.TriggerOutputis not called anywhere else and thus the wire outputs for most (or all) machines do not update.Example: Powerbank
Screen is wired to the
Poweroutput:100 power is added but the wire output is still 0:
After manually updating wire outputs the wire output is correct: