Skip to content

Commit

Permalink
update to 1.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils277 committed Apr 28, 2022
1 parent dcc90e1 commit 04385ef
Show file tree
Hide file tree
Showing 12 changed files with 193 additions and 19 deletions.
Binary file modified Changelog.txt
Binary file not shown.
7 changes: 7 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.5.0 - TBD
------------------
Updated density and volume of Glykerol
Karborundum is now on Moho
Karborundum exospheric band moved to be in line with (roughly) Moho's orbit
Oceanic Karborundum on Eve

1.4.2 - 2020.12.20
------------------
KSP 1.11 Compatibility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2396,15 +2396,16 @@ RESOURCE_DEFINITION
RESOURCE_DEFINITION
{
name = Glykerol
displayName = #LOC_CRP_Glykerol_DisplayName
density = 0.012
displayName = #LOC_CRP_Glykerol_DisplayName
density = 0.0012
unitCost = 2
hsp = 2430 // specific heat capacity (kJ/tonne-K as units) // http://www.engineeringtoolbox.com/specific-heat-fluids-d_151.html
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
ksparpicon = REPOSoftTech/DeepFreeze/Icons/Glykerol
ksparpdisplayvalueas = Units
volume = 1
}

//****************************************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ PLANETARY_RESOURCE
}
}

PLANETARY_RESOURCE
{
ResourceName = Karborundum
ResourceType = 1
PlanetName = Eve

Distribution
{
PresenceChance = 100
MinAbundance = 10
MaxAbundance = 50
Variance = 50
Dispersal = 3
}
}

PLANETARY_RESOURCE
{
ResourceName = Karborundum
Expand All @@ -41,6 +57,7 @@ PLANETARY_RESOURCE
Dispersal = 3
}
}

PLANETARY_RESOURCE
{
ResourceName = Karborundum
Expand All @@ -56,6 +73,23 @@ PLANETARY_RESOURCE
Dispersal = 3
}
}

PLANETARY_RESOURCE
{
ResourceName = Karborundum
ResourceType = 0
PlanetName = Moho

Distribution
{
PresenceChance = 100
MinAbundance = 5
MaxAbundance = 20
Variance = 50
Dispersal = 3
}
}

PLANETARY_RESOURCE
{
ResourceName = Karborundum
Expand All @@ -65,13 +99,14 @@ PLANETARY_RESOURCE
Distribution
{
PresenceChance = 100
MinAbundance = 10
MinAbundance = 50
MaxAbundance = 100
MinAltitude = 40
MaxAltitude = 40
MinRange = 5
MaxRange = 5
Variance = 50
MinAltitude = 16
MaxAltitude = 25

MinRange = 10
MaxRange = 12
Variance = 20
}
}

Binary file modified FOR_RELEASE/GameData/KSPModFileLocalizer.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
PART
{
// Kerbal Space Program - Part Config
// A small inventory storage for the bases
MODEL
{
model = PlanetaryBaseInc/BaseSystem/Parts/Cargo/storage_Inv_small
}


// --- general parameters ---
name = KKAOSS_INV_FuelTank_small
module = Part
author = Nils277

// --- asset parameters ---
scale = 1
rescaleFactor = 1

// --- node definitions ---
node_stack_top = 0, 0.78125, 0, 0, 1, 0, 1
node_stack_bottom = 0, -0.78125, 0, 0, -1, 0, 1
node_stack_front = 0, 0, -0.73494, 0, 0, -1, 0
node_stack_back = 0, 0, 0.6266, 0, 0, 1, 0

// --- editor parameters ---
TechRequired = unavailable
entryCost = 8000
cost = 6000
category = none
subcategory = 0
title = #LOC_KPBS.inventorystorage.title
manufacturer = none
description = #LOC_KPBS.inventorystorage.description


// --- attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision ---
attachRules = 1,0,1,1,0


// --- standard part parameters ---
mass = 0.8
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 15
maxTemp = 2000 // = 3000
tags = #LOC_KPBS.containerinventory.tags
bulkheadProfiles = zDEPRECATED

MODULE
{
name = ModuleInventoryPart
InventorySlots = 16
packedVolumeLimit = 9000
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
PART
{
// Kerbal Space Program - Part Config
// A inventory storage for the bases
MODEL
{
model = PlanetaryBaseInc/BaseSystem/Parts/Cargo/storage_Inv
}

// --- general parameters ---
name = KKAOSS_INV_FuelTank
module = Part
author = Nils277

// --- asset parameters ---
scale = 1
rescaleFactor = 1

// --- node definitions ---
node_stack_top = 0, 1.5580, 0, 0, 1, 0, 1
node_stack_bottom = 0, -1.5580, 0, 0, -1, 0, 1
node_stack_front = 0, 0, -0.73494, 0, 0, -1, 0
node_stack_back = 0, 0, 0.6266, 0, 0, 1, 0

// --- editor parameters ---
TechRequired = unavailable
entryCost = 12300
cost = 3000
category = none
subcategory = 0
title = #LOC_KPBS.inventorystoragesmall.title
manufacturer = none
description = #LOC_KPBS.inventorystoragesmall.description

// --- attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision ---
attachRules = 1,0,1,1,0


// --- standard part parameters ---
mass = 0.4
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 15
maxTemp = 2000 // = 3000
tags = #LOC_KPBS.containerinventory.tags
bulkheadProfiles = zDEPRECATED

MODULE
{
name = ModuleInventoryPart
InventorySlots = 12
packedVolumeLimit = 4500
}

}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PART
{
// Kerbal Space Program - Part Config
// A inventory storage for the bases
// A small inventory storage for the bases
MODEL
{
model = PlanetaryBaseInc/BaseSystem/Parts/Cargo/storage_Inv
model = PlanetaryBaseInc/BaseSystem/Parts/Cargo/storage_Inv_small
}

// --- general parameters ---
name = KKAOSS_INV_FuelTank
name = KKAOSS_INV_FuelTank_small_2
module = Part
author = Nils277

Expand All @@ -17,8 +17,8 @@ PART
rescaleFactor = 1

// --- node definitions ---
node_stack_top = 0, 1.5580, 0, 0, 1, 0, 1
node_stack_bottom = 0, -1.5580, 0, 0, -1, 0, 1
node_stack_top = 0, 0.78125, 0, 0, 1, 0, 1
node_stack_bottom = 0, -0.78125, 0, 0, -1, 0, 1
node_stack_front = 0, 0, -0.73494, 0, 0, -1, 0
node_stack_back = 0, 0, 0.6266, 0, 0, 1, 0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PART
{
// Kerbal Space Program - Part Config
// A small inventory storage for the bases
// A inventory storage for the bases
MODEL
{
model = PlanetaryBaseInc/BaseSystem/Parts/Cargo/storage_Inv_small
model = PlanetaryBaseInc/BaseSystem/Parts/Cargo/storage_Inv
}


// --- general parameters ---
name = KKAOSS_INV_FuelTank_small
name = KKAOSS_INV_FuelTank_2
module = Part
author = Nils277

Expand All @@ -18,8 +18,8 @@ PART
rescaleFactor = 1

// --- node definitions ---
node_stack_top = 0, 0.78125, 0, 0, 1, 0, 1
node_stack_bottom = 0, -0.78125, 0, 0, -1, 0, 1
node_stack_top = 0, 1.5580, 0, 0, 1, 0, 1
node_stack_bottom = 0, -1.5580, 0, 0, -1, 0, 1
node_stack_front = 0, 0, -0.73494, 0, 0, -1, 0
node_stack_back = 0, 0, 0.6266, 0, 0, 1, 0

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 6,
"PATCH": 14
"PATCH": 15
},

"KSP_VERSION": {
Expand Down
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v1.6.15
**General:**

* Recompile for KSP 1.12.3
* Updated KSPModFileLocalizer to version 0.2.3.8

**Mod Support:**

* Fixed/Updated mod support for Kerbalism. Thanks to [Grimmas](https://forum.kerbalspaceprogram.com/index.php?/profile/207818-grimmas/)
* Fixed confused storage capacity of K&K Storage and K&K Storage (small), part in flight remain unchanged

**Bug Fixes:**

* Fixed garage adapter and garage cover not clickable in VAB/SPH

# v1.6.14
**Enhancements:**

Expand Down

0 comments on commit 04385ef

Please sign in to comment.