-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General: - Updated CCK Enchancements: - Added Attachment Nodes to the Garage Structure Mod Support: - Updated support for Kerbalism (with two profiles Classic and Default) - Adjusted Waste Usage and Production for TAC LS for better compatibility Bug Fixes: - Fixed Texture of the Garage Adapter
- Loading branch information
Showing
39 changed files
with
988 additions
and
267 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-53.5 KB
FOR_RELEASE/GameData/PlanetaryBaseInc/BaseSystem/Agencies/KermanAndKerman_scaled.dds
Binary file not shown.
Binary file added
BIN
+680 Bytes
...ELEASE/GameData/PlanetaryBaseInc/BaseSystem/Agencies/KermanAndKerman_scaled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.28 KB
(100%)
FOR_RELEASE/GameData/PlanetaryBaseInc/BaseSystem/Parts/Utility/Garages/garage_cover_g.mu
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
FOR_RELEASE/GameData/PlanetaryBaseInc/BaseSystem/Parts/Utility/Garages/garage_g.dds
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
FOR_RELEASE/GameData/PlanetaryBaseInc/BaseSystem/Plugins/PlanetarySurfaceStructures.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
FOR_RELEASE/GameData/PlanetaryBaseInc/BaseSystem/Plugins/_src.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
KPBSConfig | ||
{ | ||
showModCategory = true | ||
separateFunctionFilter = false | ||
} |
67 changes: 67 additions & 0 deletions
67
...EASE/GameData/PlanetaryBaseInc/ModSupport/Configs/Kerbalism/KPBS_MM_Kerbalism_Comfort.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
@PART[KKAOSS_Central_Hub]:FOR[PlanetarySurfaceStructures]:NEEDS[Kerbalism] | ||
{ | ||
MODULE | ||
{ | ||
name = Comfort | ||
bonus = firm-ground | ||
desc = It really feels comforting being in a bigger part on the surface to strech your legs. | ||
} | ||
|
||
MODULE | ||
{ | ||
name = Comfort | ||
bonus = call-home | ||
desc = This parts has an included television with the ability to phone home. Very handy when you are far away. | ||
} | ||
|
||
@tags ^= :$: comfort: | ||
} | ||
|
||
@PART[KKAOSS_Habitat_MK2_g]:FOR[PlanetarySurfaceStructures]:NEEDS[Kerbalism] | ||
{ | ||
MODULE | ||
{ | ||
name = Comfort | ||
bonus = call-home | ||
desc = This parts has an included television with the ability to phone home. Very handy when you are far away. | ||
} | ||
|
||
@tags ^= :$: comfort: | ||
} | ||
|
||
@PART[KKAOSS_Habitat_MK1_g]:FOR[PlanetarySurfaceStructures]:NEEDS[Kerbalism] | ||
{ | ||
MODULE | ||
{ | ||
name = Comfort | ||
bonus = call-home | ||
desc = This parts has an included television with the ability to phone home. Very handy when you are far away. | ||
} | ||
|
||
@tags ^= :$: comfort: | ||
} | ||
|
||
@PART[KKAOSS_Cupola_g]:FOR[PlanetarySurfaceStructures]:NEEDS[Kerbalism] | ||
{ | ||
MODULE | ||
{ | ||
name = Comfort | ||
bonus = panorama | ||
desc = The cupola offer a relaxing panoramic view of the void of space. | ||
} | ||
|
||
@tags ^= :$: comfort: | ||
} | ||
|
||
@PART[KKAOSS_Automatic_Control_g]:FOR[PlanetarySurfaceStructures]:NEEDS[Kerbalism] | ||
{ | ||
MODULE | ||
{ | ||
name = Comfort | ||
bonus = not-alone | ||
desc = This probe comes with the H.A.L. User Interface Software, designed to play chess and disgress about philosophical matters with the crew. The innovative OVER-REACT interface trick the user into feeling empathy for the software. | ||
} | ||
|
||
@tags ^= :$: comfort: | ||
} | ||
|
24 changes: 0 additions & 24 deletions
24
.../GameData/PlanetaryBaseInc/ModSupport/Configs/Kerbalism/KPBS_MM_Kerbalism_LifeSupport.cfg
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
...EASE/GameData/PlanetaryBaseInc/ModSupport/Configs/Kerbalism/KPBS_MM_Kerbalism_Planner.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@PART[*]:HAS[@MODULE[ModuleKPBSConverter]]:FOR[PlanetarySurfaceStructures]:NEEDS[Kerbalism] | ||
{ | ||
MODULE | ||
{ | ||
name = PlannerController | ||
} | ||
} | ||
|
||
|
59 changes: 0 additions & 59 deletions
59
...ameData/PlanetaryBaseInc/ModSupport/Configs/Kerbalism/KPBS_MM_Kerbalism_QualityOfLife.cfg
This file was deleted.
Oops, something went wrong.
14 changes: 8 additions & 6 deletions
14
.../GameData/PlanetaryBaseInc/ModSupport/Configs/Kerbalism/KPBS_MM_Kerbalism_Reliability.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
@PART[*]:HAS[@MODULE[ModuleKPBSConverter]]:FOR[PlanetarySurfaceStructures]:NEEDS[Kerbalism] | ||
@PART[*]:HAS[@MODULE[ModuleKPBSConverter]]:FOR[PlanetarySurfaceStructures]:NEEDS[Kerbalism&FeatureReliability] | ||
{ | ||
MODULE | ||
{ | ||
name = Reliability | ||
type = Converter | ||
mtbf = 43200000.0 // 2000 days | ||
trait = Engineer | ||
level = 3 | ||
desc = Output reduced | ||
type = ModuleResourceConverter | ||
title = Converter | ||
repair = Engineer | ||
mtbf = 72576000 // 8y | ||
extra_cost = 1.0 | ||
extra_mass = 0.2 | ||
@extra_mass *= 0.2 | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...EASE/GameData/PlanetaryBaseInc/ModSupport/Configs/Kerbalism/KPBS_MM_Kerbalism_Science.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@PART[KKAOSS_Science_g]:FOR[PlanetarySurfaceStructures]:NEEDS[Kerbalism&FeatureScience] | ||
{ | ||
!MODULE[ModuleScienceLab] {} | ||
!MODULE[ModuleScienceConverter] {} | ||
|
||
MODULE | ||
{ | ||
name = Laboratory | ||
researcher = Scientist | ||
analysis_rate = 0.005 // 5 kbps | ||
ec_rate = 1.0 | ||
} | ||
} |
Oops, something went wrong.