-
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.
- Loading branch information
Showing
12 changed files
with
193 additions
and
19 deletions.
There are no files selected for viewing
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
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 not shown.
59 changes: 59 additions & 0 deletions
59
FOR_RELEASE/GameData/PlanetaryBaseInc/BaseSystem/Parts/Cargo/_storage_Inv_big_legacy.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,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 | ||
} | ||
|
||
} |
57 changes: 57 additions & 0 deletions
57
FOR_RELEASE/GameData/PlanetaryBaseInc/BaseSystem/Parts/Cargo/_storage_Inv_legacy.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,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 | ||
} | ||
|
||
} |
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.
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"VERSION": { | ||
"MAJOR": 1, | ||
"MINOR": 6, | ||
"PATCH": 14 | ||
"PATCH": 15 | ||
}, | ||
|
||
"KSP_VERSION": { | ||
|
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