Skip to content

Commit

Permalink
Update to 1.3.10
Browse files Browse the repository at this point in the history
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
Nils277 committed Dec 20, 2016
1 parent f01ff61 commit eaebf03
Show file tree
Hide file tree
Showing 39 changed files with 988 additions and 267 deletions.
Binary file modified Changelog.txt
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/CommunityCategoryKit/CCK.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 2,
"PATCH": 1
"PATCH": 2
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 2,
"PATCH": 1
"PATCH": 2
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand All @@ -26,6 +26,6 @@
"BUILD": 0,
"MAJOR": 1,
"MINOR": 2,
"PATCH": 0
"PATCH": 1
}
}
3 changes: 3 additions & 0 deletions FOR_RELEASE/GameData/CommunityCategoryKit/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.2.1 - 2016.12.12
- [Change] Recompile for KSP 1.2.2

1.2.0 - 2016.12.2
- [Enhancement] Define common filters via a config file.
- [Enhancement] Allow defining custom filters by updating via ModuleManager (read Wiki!).
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ PART
node_stack_top = 0, 1.734, 0, 0, 1, 0, 2
node_stack_bottom = 0, -1.734, 0, 0, -1, 0, 2

node_stack_top2 = 0, 1.734, 0, 0, -1, 0, 1
node_stack_bottom2 = 0, -1.734, 0, 0, 1, 0, 1
node_stack_top2 = 0, 1.734, 0, 0, -1, 0, 2
node_stack_bottom2 = 0, -1.734, 0, 0, 1, 0, 2

node_stack_cover = 0, 0, 0.9375, 0, 0, 1, 0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ PART
method = FIXED_JOINT
}

node_stack_top2 = 0, 0.349, 0, 0, -1, 0, 2
node_stack_bottom2 = 0, -0.349, 0, 0, 1, 0, 2

// --- editor parameters ---
TechRequired = composites
entryCost = 2000
Expand Down
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions FOR_RELEASE/GameData/PlanetaryBaseInc/KPBS_config.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
KPBSConfig
{
showModCategory = true
separateFunctionFilter = false
}
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:
}

This file was deleted.

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
}
}


This file was deleted.

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
}
}
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
}
}
Loading

0 comments on commit eaebf03

Please sign in to comment.