forked from ScottPaladin/DeepFreeze
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from JPLRepo/dev
V0.20.0.0
- Loading branch information
Showing
77 changed files
with
764 additions
and
518 deletions.
There are no files selected for viewing
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.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+1.38 MB
...es/Cry-0300Internals/Cry-0300Internals.mu → ...ch/DeepFreeze/Assets/Cry-0300Internals.mu
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file renamed
BIN
+4.85 MB
...es/Cry-1300Internals/Cry-1300Internals.mu → ...ch/DeepFreeze/Assets/Cry-1300Internals.mu
Binary file not shown.
Binary file renamed
BIN
+11.4 MB
...es/Cry-2300Internals/Cry-2300Internals.mu → ...ch/DeepFreeze/Assets/Cry-2300Internals.mu
Binary file not shown.
File renamed without changes.
Binary file renamed
BIN
+683 KB
...aces/Cry-0300Internals/CryopodTexture.dds → ...Tech/DeepFreeze/Assets/CryopodTexture.dds
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+277 KB
...DeepFreeze/Parts/Cryo2300Freezer/model.mu → ...a/REPOSoftTech/DeepFreeze/Assets/model.mu
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
63 changes: 63 additions & 0 deletions
63
GameData/REPOSoftTech/DeepFreeze/Parts/CRY0300RFreezer.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,63 @@ | ||
PART | ||
{ | ||
name = CRY-0300RFreezer | ||
module = Part | ||
author = JPLRepo | ||
//mesh = CRY-0300Freezer.mu | ||
scale = 1 | ||
rescaleFactor = 1 | ||
MODEL | ||
{ | ||
model = REPOSoftTech/DeepFreeze/Assets/CRY-0300RFreezer | ||
texture = CryopodTexture, REPOSoftTech/DeepFreeze/Assets/CryopodTexture | ||
texture = RadialCryopodTexture, REPOSoftTech/DeepFreeze/Assets/RadialCryopodTexture | ||
} | ||
|
||
//node_attach = 0.0, 0.0, 0.312, 0.0, 0.0, -1.0 | ||
node_attach = 0.0, 0.0, 0.352, 0.0, 0.0, -1.0 | ||
node_stack_top = 0.0, 0.667, 0.0, 0.0, 1.0, 0.0, 0 | ||
TechRequired = spaceExploration | ||
entryCost = 8000 | ||
cost = 4000 | ||
category = Utility | ||
subcategory = 0 | ||
title = CRY-0300R Cryonic Freezing Chamber | ||
manufacturer = REPOSoftTech | ||
description = Designed for long term storage of 1 kerbal. The CRY-0300R uses Glykerol and ElectricCharge to freeze or thaw one Kerbal. | ||
Please ensure you have enough ElectricCharge capacity on your ship. The CRY-0300R comes stocked with 10 units of Glykerol. | ||
CAUTION: The CRY-0300R also requires ElectricCharge per minute per Kerbal to keep it's Monitoring Systems Functioning. If it cannot get this ElectricCharge | ||
there is a risk of frozen Kerbals dying. | ||
attachRules = 1,1,0,1,1 | ||
mass = 0.75 | ||
dragModelType = default | ||
maximum_drag = 0.20 | ||
minimum_drag = 0.15 | ||
angularDrag = 2 | ||
crashTolerance = 8 | ||
maxTemp = 2000 // = 3400 | ||
vesselType = Ship | ||
CrewCapacity = 1 | ||
bulkheadProfiles = size1 | ||
INTERNAL | ||
{ | ||
name = Cry-0300RInternals | ||
} | ||
RESOURCE | ||
{ | ||
name = Glykerol | ||
amount = 10 | ||
maxAmount = 10 | ||
} | ||
MODULE | ||
{ | ||
name = DeepFreezer | ||
FreezerSize = 1 | ||
ChargeRequired = 3000 | ||
GlykerolRequired = 5 | ||
ChargeRate = 30 | ||
FrznChargeRequired = 10 | ||
isPartAnimated = False | ||
isPodExternal = True | ||
cryopodstateclosedstring = True | ||
} | ||
} |
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
GameData/REPOSoftTech/DeepFreeze/Parts/CRY0300RRPMInternalsMM.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,8 @@ | ||
@PART[CRY-0300RFreezer]:FOR[DeepFreeze]:NEEDS[RasterPropMonitor] | ||
{ | ||
@MODULE[DeepFreezer] | ||
MODULE | ||
{ | ||
name = JSITransparentPod | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
PART | ||
{ | ||
name = CRY-2300Freezer | ||
module = Part | ||
author = ScottPaladin, JPLRepo | ||
rescaleFactor = 1 | ||
MODEL | ||
{ | ||
model = REPOSoftTech/DeepFreeze/Assets/model | ||
texture = model000, REPOSoftTech/DeepFreeze/Assets/model000 | ||
texture = model001, REPOSoftTech/DeepFreeze/Assets/model001_NRM | ||
} | ||
node_stack_top = 0.0, 1.830905, 0.0, 0.0, 1.0, 0.0, 2 | ||
node_stack_bottom = 0.0, -1.830905, 0.0, 0.0, -1.0, 0.0, 2 | ||
|
||
CrewCapacity = 10 | ||
TechRequired = advMetalworks | ||
entryCost = 16000 | ||
cost = 8000 | ||
category = Utility | ||
subcategory = 0 | ||
title = CRY-2300 Cryonic Freezing Chamber | ||
manufacturer = REPOSoftTech | ||
description = Designed for long term storage of up to 10 Kerbals. The CRY-2300 uses Glykerol and ElectricCharge to freeze or thaw one Kerbal. | ||
Please ensure you have enough ElectricCharge capacity on your ship. The CRY-2300 comes stocked with 50 units of Glykerol. | ||
CAUTION: The CRY-2300 also requires ElectricCharge per minute per Kerbal to keep it's Monitoring Systems Functioning. If it cannot get this ElectricCharge | ||
there is a risk of frozen Kerbals dying. | ||
attachRules = 1,0,1,1,0 | ||
mass = 5.25 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.3 | ||
angularDrag = 2 | ||
crashTolerance = 6 | ||
breakingForce = 200 | ||
breakingTorque = 200 | ||
maxTemp = 2900 | ||
vesselType = Ship | ||
bulkheadProfiles = size2 | ||
INTERNAL | ||
{ | ||
name = Cry-2300Internals | ||
} | ||
RESOURCE | ||
{ | ||
name = Glykerol | ||
amount = 50 | ||
maxAmount = 50 | ||
} | ||
MODULE | ||
{ | ||
name = DeepFreezer | ||
FreezerSize = 10 | ||
ChargeRequired = 3000 | ||
GlykerolRequired = 5 | ||
ChargeRate = 30 | ||
FrznChargeRequired = 10 | ||
isPartAnimated = True | ||
cryopodstateclosedstring = True, True, True, True, True, True, True, True, True, True | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
GameData/REPOSoftTech/DeepFreeze/Parts/CRY2300partDepricated.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,8 @@ | ||
PART[CRY-2300Freezer] | ||
{ | ||
@name = cryofreezer | ||
@TechRequired = hidden | ||
@category = -1 | ||
@title ^= :$: [DEPRECATED]: | ||
@description = REPOSoftTech has Deprecated this Duplicate Part Definition. CONVERT CRAFT to use NEW CRY-2300 part AND DELETE this one. REPOSoftTech_DEPRECATED | ||
} |
63 changes: 0 additions & 63 deletions
63
GameData/REPOSoftTech/DeepFreeze/Parts/Cryo2300Freezer/CRY2300Freezer.cfg
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-1.33 MB
GameData/REPOSoftTech/DeepFreeze/Parts/Cryo2300Freezer/model000.dds
Binary file not shown.
Binary file removed
BIN
-1.33 MB
GameData/REPOSoftTech/DeepFreeze/Parts/Cryo2300Freezer/model001.dds
Binary file not shown.
60 changes: 0 additions & 60 deletions
60
GameData/REPOSoftTech/DeepFreeze/Parts/Cryo2300Freezer/partDepricated.cfg
This file was deleted.
Oops, something went wrong.
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.
Binary file not shown.
Oops, something went wrong.