Skip to content

Commit

Permalink
Mod update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisAdderley committed Aug 18, 2024
1 parent d3d41b2 commit 009e7d3
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ package:
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.2.1
version: 4.2.3
location: s3
B9PartSwitch:
version: 2.18.0
version: 2.20.0
location: s3
deploy:
SpaceDock:
Expand Down
4 changes: 4 additions & 0 deletions GameData/HeatControl/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Localization
en-us
{
// CONFIG
// Subcategories
#LOC_HeatControl_Subcategory_staticRadiators = Static Radiators


// Manufacturers
#LOC_HeatControl_manufacturer_kerbkastria_title = Kerb Kastria Inc.
#LOC_HeatControl_manufacturer_postkerbin_title = Post Kerbin Mining Corporation
Expand Down
2 changes: 1 addition & 1 deletion GameData/HeatControl/Patches/HeatControl1-10.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Deletes cargo partmodule in KSP < 1.11
@PART[*]:HAS[#author[Chris?Adderley??Nertea?],@MODULE[ModuleCargoPart]]:NEEDS[!Squad/Parts/Engine/Size2LFB_v2]:FOR[SpaceDust]
@PART[*]:HAS[#author[Chris?Adderley??Nertea?],@MODULE[ModuleCargoPart]]:NEEDS[!Squad/Parts/Engine/Size2LFB_v2]:FOR[HeatControl]
{
!MODULE[ModuleCargoPart] {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

ORGANIZERSUBCATEGORY
{
name = staticRadiators
Label = #LOC_HeatControl_Subcategory_staticRadiators
Priority = 25
CategoryPriority = 50
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@PART[radiator-conformal-*|radiator-universal-*|radiator-microchannel-1|radiator-microchannel-2]:FOR[HeatControl]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = radiators
}
}
@PART[radiator-fixed-*|radiator-microchannel-fixed*|radiator-surface*]:FOR[HeatControl]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = staticRadiators
}
}
@PART[*radPanel*]:AFTER[VABOrganizer]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = staticRadiators
}
}
4 changes: 2 additions & 2 deletions GameData/HeatControl/Versioning/HeatControl.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":0,
"MINOR":6,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":12,
"PATCH":1
"PATCH":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ A complete and total rebuild of my old Stockalike Station Parts Expansion projec

### Required
These components are required for the mod to function and are bundled as part of any download:
* [ModuleManager (4.2.1)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.18.0)](https://github.com/blowfishpro/B9PartSwitch)
* [ModuleManager (4.2.3)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.20.0)](https://github.com/blowfishpro/B9PartSwitch)

## Installation

Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.6.2
------
- Updated ModuleManager to 4.2.3
- Updated B9PartSwitch to 2.20.0
- Fixed an erronous patch specifier that meant MM might think SpaceDust was installed
- Support VABOrganizer
- Added EVA construction/cargo storage capabilities to radiators (coredumpster)

v0.6.1
------
- Updated ModuleManager to 4.2.1
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
====================
HEAT CONTROL v0.6.1
HEAT CONTROL v0.6.2
====================

This is a pack containing parts useful for controlling the heat on your spacecraft.
Expand All @@ -9,8 +9,8 @@ DEPENDENCIES
============

Required
- ModuleManager (v4.2.1)
- B9PartSwitch (v2.18.0)
- ModuleManager (v4.2.3)
- B9PartSwitch (v2.20.0)

Optional
- Community Tech Tree (v2.2+)
Expand Down

0 comments on commit 009e7d3

Please sign in to comment.