Releases: yalov/CommNetAntennasConsumptor
Releases · yalov/CommNetAntennasConsumptor
Version 3.5.8
Version 3.5.7
- simplify loading icons
Version 3.5.6
- icons in the "Filter by Module" in the Editor
Version 3.5.5
- fix KSPCommunityFixes incompatibility
Version 3.5.4
- fix info strings in the editor
- make ModuleAntennaToggler patch more flexible
Version 3.5.3
- update localization
Version 3.5.2
- ksp 1.12.2
- MM 4.2.1
Version 3.5.1
- fix NFEX support
- fix MPO Probe toggler
- fix duplicating ModuleAntennaToggler patch logic in the ModuleGeneratorAntenna
Version 3.5.0
Changes since 3.0.3:
- ksp 1.12
- Fix a bug with unrectactable antennas with ModuleCargoPart
- Fix wrong consumption for CAE antennas (patch order problem introduce in v3.1.0)
- Scale consumption for a power of 0.4 (by request of @Starman4308)
By default, RELAY Consumption is:
5M в†’ 0.00005 ^ 0.4 = 0.019 EC/s
2G в†’ 0.02 ^ 0.4 = 0.2 EC/s
100G в†’ 1 ^ 0.4 = 1 EC/s
10T в†’ 100 ^ 0.4 = 6.3 EC/s
Version 3.1.0
- scale consumption for a power of 0.4 (by request of @Starman4308)
For example:
5M = 0.00005^0.4 = 0.019 EC/s
2G = 0.02^0.4 = 0.2 EC/s
100G = 1 EC/s
10T = 100^0.4 = 6.3 EC/s