-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
793c601
commit c9783b2
Showing
12 changed files
with
310 additions
and
0 deletions.
There are no files selected for viewing
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.
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 @@ | ||
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. |
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,103 @@ | ||
PART | ||
{ | ||
// --- general parameters --- | ||
name = JackOLantern0 | ||
module = Part | ||
author = Porkjet | ||
|
||
// --- asset parameters --- | ||
//mesh = model.mu | ||
MODEL | ||
{ | ||
model = JackOLantern/small | ||
} | ||
|
||
rescaleFactor = 1.0 | ||
|
||
// --- node definitions --- | ||
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z | ||
node_stack_bottom = 0.0, -0.1, 0.0, 0.0, -1.0, 0.0, 0 | ||
node_attach = 0.0, -0.1, 0.0, 0.0, -1.0, 0.0 | ||
|
||
// --- editor parameters --- | ||
TechRequired = start | ||
entryCost = 1 | ||
cost = 3 | ||
category = Utility | ||
subcategory = 0 | ||
title = Jack-O'-Lantern (Small) | ||
manufacturer = PorkWorks | ||
description = Yes, the candle works in a vacuum too - it's Halloween magic! | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 1,1,1,1,1 | ||
|
||
// --- standard part parameters --- | ||
mass = 0.0125 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.3 | ||
angularDrag = 2 | ||
crashTolerance = 8 | ||
maxTemp = 1000 | ||
|
||
//PhysicsSignificance = 1 | ||
|
||
vesselType = Probe | ||
bulkheadProfiles = 0, srf | ||
|
||
MODULE | ||
{ | ||
name = ModuleCommand | ||
minimumCrew = 0 | ||
} | ||
MODULE | ||
{ | ||
name = ModuleReactionWheel | ||
|
||
PitchTorque = 0.2 | ||
YawTorque = 0.2 | ||
RollTorque = 0.2 | ||
|
||
} | ||
MODULE | ||
{ | ||
name = ModuleSAS | ||
} | ||
MODULE | ||
{ | ||
name = ModuleLight | ||
lightName = Candle1, Candle2 | ||
useAnimationDim = true | ||
lightBrightenSpeed = 1 | ||
lightDimSpeed = 1 | ||
resourceAmount = 0.01 | ||
animationName = PumpkinSmall | ||
useResources = true | ||
} | ||
MODULE | ||
{ | ||
name = ModuleGenerator | ||
isAlwaysActive = true | ||
OUTPUT_RESOURCE | ||
{ | ||
name = ElectricCharge | ||
rate = 0.01 | ||
} | ||
} | ||
|
||
MODULE | ||
{ | ||
name = TweakScale | ||
type = Stack | ||
defaultScale = 0.625 | ||
freeScale = True | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = ElectricCharge | ||
amount = 100 | ||
maxAmount = 100 | ||
} | ||
} |
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,102 @@ | ||
PART | ||
{ | ||
// --- general parameters --- | ||
name = JackOLantern1 | ||
module = Part | ||
author = Porkjet | ||
|
||
// --- asset parameters --- | ||
mesh = medium // model.mu | ||
MODEL | ||
{ | ||
model = JackOLantern/medium | ||
} | ||
|
||
rescaleFactor = 1.0 | ||
|
||
// --- node definitions --- | ||
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z | ||
node_stack_bottom = 0.0, -0.2, 0.0, 0.0, -1.0, 0.0, 1 | ||
node_attach = 0.0, -0.2, 0.0, 0.0, -1.0, 0.0 | ||
|
||
// --- editor parameters --- | ||
TechRequired = start | ||
entryCost = 1 | ||
cost = 3 | ||
category = Utility | ||
subcategory = 0 | ||
title = Jack-O'-Lantern (Medium) | ||
manufacturer = PorkWorks | ||
description = Yes, the candle works in a vacuum too - it's Halloween magic! | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 1,1,1,1,1 | ||
|
||
// --- standard part parameters --- | ||
mass = 0.05 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.3 | ||
angularDrag = 2 | ||
crashTolerance = 8 | ||
maxTemp = 1000 | ||
|
||
//PhysicsSignificance = 1 | ||
vesselType = Probe | ||
bulkheadProfiles = 1, srf | ||
|
||
MODULE | ||
{ | ||
name = ModuleCommand | ||
minimumCrew = 0 | ||
} | ||
MODULE | ||
{ | ||
name = ModuleReactionWheel | ||
|
||
PitchTorque = 0.6 | ||
YawTorque = 0.6 | ||
RollTorque = 0.6 | ||
|
||
} | ||
MODULE | ||
{ | ||
name = ModuleSAS | ||
} | ||
MODULE | ||
{ | ||
name = ModuleLight | ||
lightName = Candle1, Candle2 | ||
useAnimationDim = true | ||
lightBrightenSpeed = 1 | ||
lightDimSpeed = 1 | ||
resourceAmount = 0.01 | ||
animationName = Pumpkin | ||
useResources = true | ||
} | ||
MODULE | ||
{ | ||
name = ModuleGenerator | ||
isAlwaysActive = true | ||
OUTPUT_RESOURCE | ||
{ | ||
name = ElectricCharge | ||
rate = 0.01 | ||
} | ||
} | ||
|
||
MODULE | ||
{ | ||
name = TweakScale | ||
type = Stack | ||
defaultScale = 1.25 | ||
freeScale = True | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = ElectricCharge | ||
amount = 100 | ||
maxAmount = 100 | ||
} | ||
} |
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,103 @@ | ||
PART | ||
{ | ||
// --- general parameters --- | ||
name = JackOLantern2 | ||
module = Part | ||
author = Porkjet | ||
|
||
// --- asset parameters --- | ||
//mesh = model.mu | ||
MODEL | ||
{ | ||
model = JackOLantern/big | ||
} | ||
|
||
rescaleFactor = 1.0 | ||
|
||
// --- node definitions --- | ||
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z | ||
node_stack_bottom = 0.0, -0.4, 0.0, 0.0, -1.0, 0.0, 2 | ||
node_attach = 0.0, -0.4, 0.0, 0.0, -1.0, 0.0 | ||
|
||
// --- editor parameters --- | ||
TechRequired = start | ||
entryCost = 1 | ||
cost = 3 | ||
category = Utility | ||
subcategory = 0 | ||
title = Jack-O'-Lantern (Big) | ||
manufacturer = PorkWorks | ||
description = Yes, the candle works in a vacuum too - it's Halloween magic! | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 1,1,1,1,1 | ||
|
||
// --- standard part parameters --- | ||
mass = 0.2 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.3 | ||
angularDrag = 2 | ||
crashTolerance = 8 | ||
maxTemp = 1000 | ||
|
||
//PhysicsSignificance = 1 | ||
|
||
vesselType = Probe | ||
bulkheadProfiles = 2, srf | ||
|
||
MODULE | ||
{ | ||
name = ModuleCommand | ||
minimumCrew = 0 | ||
} | ||
MODULE | ||
{ | ||
name = ModuleReactionWheel | ||
|
||
PitchTorque = 2 | ||
YawTorque = 2 | ||
RollTorque = 2 | ||
|
||
} | ||
MODULE | ||
{ | ||
name = ModuleSAS | ||
} | ||
MODULE | ||
{ | ||
name = ModuleLight | ||
lightName = Candle1, Candle2 | ||
useAnimationDim = true | ||
lightBrightenSpeed = 1 | ||
lightDimSpeed = 1 | ||
resourceAmount = 0.01 | ||
animationName = PumpkinBig | ||
useResources = true | ||
} | ||
MODULE | ||
{ | ||
name = ModuleGenerator | ||
isAlwaysActive = true | ||
OUTPUT_RESOURCE | ||
{ | ||
name = ElectricCharge | ||
rate = 0.01 | ||
} | ||
} | ||
|
||
MODULE | ||
{ | ||
name = TweakScale | ||
type = Stack | ||
defaultScale = 2.5 | ||
freeScale = True | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = ElectricCharge | ||
amount = 100 | ||
maxAmount = 100 | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. |