Skip to content

Commit

Permalink
Clarified comment for damping factor. Fixes #472
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMortimer committed Jul 21, 2019
1 parent 3a15ebb commit 55573fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GameData/KerbalismConfig/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ Kerbalism
ScienceDialog = true // keep showing the stock science dialog

// comms
DataRateDampingExponent = 6 // stock commnet: exponent by which antenna bandwidth decreases with distance. rescaled systems will require a smaller value
DataRateDampingExponentRT = 6 // RemoteTech: exponent by which antenna bandwidth decreases with distance. rescaled systems will require a smaller value
DataRateDampingExponent = 6 // stock commnet: exponent by which antenna bandwidth decreases with distance. higher value = lower bandwidth.
// systems that have been scaled up or down should change this value accordingly
DataRateDampingExponentRT = 6 // same as above, but for RemoteTech
TransmitterActiveEcFactor = 1.5 // factor to the nominal ec consumption rate while antenna is active (transmitting)
TransmitterPassiveEcFactor = 0.2 // factor to the nominal ec consumption rate while antenna is inactive (idle/receiving)

Expand Down

0 comments on commit 55573fa

Please sign in to comment.