MyRadioAntenna Modding MaxBroadcastPowerDrainkW
Outdated
MaxBroadcastPowerDrainkW - not used at all, but should be in function
UpdatePowerInput
private float UpdatePowerInput() { float num = (this.EnableBroadcasting ? this.RadioBroadcaster.BroadcastRadius : 1f) / 500f; if (!base.Enabled || !base.IsFunctional) { return 0f; } return num * 0.002f; }
Instead of const 0.002f
Hello, Engineer!
Thank you for your feedback! Your topic has been added between considered issues.
Please keep voting for the issue as it will help us to identify the most serious bugs.
We really appreciate your patience.
Kind Regards
Keen Software House: QA Department
Hello, Engineer!
Thank you for your feedback! Your topic has been added between considered issues.
Please keep voting for the issue as it will help us to identify the most serious bugs.
We really appreciate your patience.
Kind Regards
Keen Software House: QA Department
Replies have been locked on this page!