Skip to content

Commit

Permalink
Multiply power draw by 1000x for stock and stock-alike systems (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Nov 21, 2024
1 parent a79925f commit 79a9e34
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions GameData/RealAntennas/RealAntennasCommNetParams.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,17 @@ Kopernicus:NEEDS[!Kopernicus]
Body { name = Kerbin }
}
//increase power draw by 1000x (might not be enough, tune as needed) for more stock-alike performance
//leave idle power alone, stock doesn't even have idle power
@RealAntennasCommNetParams:FOR[RealAntennas]:NEEDS[!RealSolarSystem]
{
@TechLevelInfo,*
{
@PowerEfficiency /= 1000
}
}


@Kopernicus:HAS[@Body[Kerbin]]:FIRST
{
@Body[Kerbin]
Expand Down

0 comments on commit 79a9e34

Please sign in to comment.