Skip to content

Commit

Permalink
Removed dynamic radioactivity feature, MM patches clean-up, added sup…
Browse files Browse the repository at this point in the history
…port for few mods, added TweakScale support for radiators
  • Loading branch information
judicator committed Jun 6, 2022
1 parent 9597171 commit 57854cb
Show file tree
Hide file tree
Showing 31 changed files with 1,919 additions and 415 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ UpgradeLog*.htm
FakesAssemblies/

# Other files
bugs/
unsupported_Modules.txt
Modules.bak/
promo/
Extras/SystemHeatKerbalismHabitats/
*.bak
*.netkan
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.5.0
-----
- Removed dynamic radioactivity feature completely (in order to fix issues with FAR and KopenicusExpansion, feature possibly would migrate to a separate mod).
* Hopefully fixed issues #3, #4 and #8, thus making mod compatible with FAR and KopenicusExpansion. Need more testing though.
* Some clean-up of module manager patches (also see PR #7 by Gordon-Dry).
+ Implemented TweakScale support for SystemHeatRadiatorKerbalism.
+ Added support for several mods: AtomicAge, MissingHistory, NearFutureAeronautics, USI FTT. Mostly SystemHeat support patches, which could be used separately from KerbalismSystemHeat.

0.4.1
-----
+ Added optional patch (Extras/SystemHeatFissionReactorsLowerMinThrust): sets minimum throttle to fission reactors to 10% (default is 25%). Could help you save some EnrichedUranium on long journeys.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@PART[*]:HAS[@MODULE[ModuleSystemHeatFissionReactor]]:AFTER[SystemHeatFissionReactors]
@PART[*]:HAS[@MODULE[ModuleSystemHeatFissionReactor]]:NEEDS[SystemHeatFissionReactors]:AFTER[zzzz_KerbalismSystemHeat]
{
@MODULE[ModuleSystemHeatFissionReactor]
{
Expand Down
3 changes: 3 additions & 0 deletions GameData/zKerbalismSystemHeat/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ Localization
#LOC_KerbalismSystemHeat_Brokers_Converter = converter
#LOC_KerbalismSystemHeat_Brokers_Harvester = harvester
#LOC_KerbalismSystemHeat_Radiator = radiator

#LOC_KerbalismSystemHeatHarvester_UI_GroupTitle = Harvester type
#LOC_KerbalismSystemHeatHarvester_Desc =
}
}
3 changes: 3 additions & 0 deletions GameData/zKerbalismSystemHeat/Localization/ru.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ Localization
#LOC_KerbalismSystemHeat_Brokers_Converter = конвертер
#LOC_KerbalismSystemHeat_Brokers_Harvester = сборщик ресурсов
#LOC_KerbalismSystemHeat_Radiator = радиатор

#LOC_KerbalismSystemHeatHarvester_UI_GroupTitle = Добываемый ресурс
#LOC_KerbalismSystemHeatHarvester_Desc =
}
}
Loading

0 comments on commit 57854cb

Please sign in to comment.