Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0Kerbal committed Aug 10, 2019
0 parents commit 0381801
Show file tree
Hide file tree
Showing 118 changed files with 4,179 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
Binary file added NohArksPnP/Flags/jollykerbal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added NohArksPnP/Flags/jollykerbal2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added NohArksPnP/Parts/Command/Mono/monoPod.mu
Binary file not shown.
Binary file added NohArksPnP/Parts/Command/Mono/panoPod_DIF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added NohArksPnP/Parts/Command/Mono/panoPod_EMI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
159 changes: 159 additions & 0 deletions NohArksPnP/Parts/Command/Mono/part.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
PART
{

// --- general parameters ---
name = monoPod
module = Part
author = nli2work

// --- asset parameters ---
//mesh = monoPod.mu
rescaleFactor = 1

MODEL
{
model = NohArksPnP/Parts/Command/Mono/monoPod
texture = panoPod_DIF , NohArksPnP/Spaces/panoPod_IVA/panoPod_DIF
texture = panoPod_EMI , NohArksPnP/Spaces/panoPod_IVA/panoPod_EMI
}

// --- node definitions ---
node_stack_top = 0, -0.5, 0, 0, 1, 0, 2
node_stack_bottom = 0.0, 0.0, 0.59, 0.0, 0.0, -1, 2


// --- editor parameters ---
TechRequired = spaceExploration
entryCost = 8000
cost = 3125
category = Pods
subcategory = 0
title = Mono Pressurized Command Chair
manufacturer = Nohark's Pick n' Pull
description = Diminutive, but fully fitted and functional Hard-Shell EVA system with advanced displays and controls.


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

// --- standard part parameters ---
mass = 0.67
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 4
crashTolerance = 9
breakingForce = 1500
breakingTorque = 1500
maxTemp = 3000

vesselType = Ship

CrewCapacity = 1

INTERNAL
{
name = monoPod_INT
}

MODULE
{
name = ModuleScienceContainer

reviewActionName = Review Data
storeActionName = Store Experiments
collectActionName = Take Data

evaOnlyStorage = True
storageRange = 2

allowRepeatedSubjects = False
}


MODULE
{
name = ModuleCommand
minimumCrew = 1
}

MODULE
{
name = RasterPropMonitorComputer
}

MODULE
{
name = ModuleScienceExperiment

experimentID = crewReport

experimentActionName = Crew Report
resetActionName = Discard Crew Report
reviewActionName = Review Report

useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
rerunnable = True

xmitDataScalar = 1.0
}

MODULE
{
name = ModuleSAS
}

MODULE
{
name = ModuleReactionWheel

PitchTorque = 1.50
YawTorque = 1.50
RollTorque = 1.50

RESOURCE
{
name = ElectricCharge
rate = 0.05
}
}


MODULE
{
name = ModuleRCS
thrusterTransformName = RCSthruster
thrusterPower = 0.5
resourceName = MonoPropellant
atmosphereCurve
{
key = 0 300
key = 1 220
}
}

MODULE
{
name = JSITransparentPod
transparentTransforms = MonoEVA_Window
}


RESOURCE
{
name = ElectricCharge
amount = 20
maxAmount = 20
}

RESOURCE
{
name = MonoPropellant
amount = 25
maxAmount = 25
}


}
Binary file added NohArksPnP/Parts/Command/cycloPod/cycloPod.mu
Binary file not shown.
Binary file added NohArksPnP/Parts/Command/cycloPod/panoPod_DIF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added NohArksPnP/Parts/Command/cycloPod/panoPod_EMI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
144 changes: 144 additions & 0 deletions NohArksPnP/Parts/Command/cycloPod/part.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
PART
{

// --- general parameters ---
name = cycloPod
module = Part
author = nli2work

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

MODEL
{
model = NohArksPnP/Parts/Command/cycloPod/cycloPod
texture = panoPod_DIF, NohArksPnP/Spaces/panoPod_IVA/panoPod_DIF
texture = panoPod_EMI, NohArksPnP/Spaces/panoPod_IVA/panoPod_EMI
}

// --- node definitions ---
node_stack_bottom = 0.0, -1.6, 0, 0.0, -1.0, 0, 2
node_stack_top = 0, 1.68, 0, 0, 1, 0, 2

// --- editor parameters ---
TechRequired = spaceExploration
entryCost = 8000
cost = 4050
category = Pods
subcategory = 0
title = Cyclops Command Pod
manufacturer = Nohark's Pick n' Pull
description = Developed for the solo adventurer this pod offers all the amenities of regular pods without the claustrophobia. Dubbed "Cyclops: by Marketing Department; the Engineering Department calls it "Humpty Dumpty"
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,0
// --- standard part parameters ---
mass = 0.95
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 4
crashTolerance = 9
breakingForce = 1500
breakingTorque = 1500
maxTemp = 3000
vesselType = Ship
CrewCapacity = 1
INTERNAL
{
name = cycloPodIVA
}
MODULE
{
name = ModuleScienceContainer
reviewActionName = Review Data
storeActionName = Store Experiments
collectActionName = Take Data
evaOnlyStorage = True
storageRange = 2
allowRepeatedSubjects = False
}
MODULE
{
name = ModuleCommand
minimumCrew = 1
}
MODULE
{
name = RasterPropMonitorComputer
}
MODULE
{
name = ModuleScienceExperiment
experimentID = crewReport
experimentActionName = Crew Report
resetActionName = Discard Crew Report
reviewActionName = Review Report
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
rerunnable = True
xmitDataScalar = 1.0
}
MODULE
{
name = ModuleSAS
}
MODULE
{
name = ModuleReactionWheel
PitchTorque = 1.50
YawTorque = 1.50
RollTorque = 1.50
RESOURCE
{
name = ElectricCharge
rate = 0.05
}
}
MODULE
{
name = JSITransparentPod
transparentTransforms = HumptyEVA_Window
}
RESOURCE
{
name = ElectricCharge
amount = 50
maxAmount = 50
}
RESOURCE
{
name = MonoPropellant
amount = 25
maxAmount = 25
}
}
Binary file added NohArksPnP/Parts/Command/panoPod/panoPod.mu
Binary file not shown.
Binary file added NohArksPnP/Parts/Command/panoPod/panoPod_DIF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added NohArksPnP/Parts/Command/panoPod/panoPod_EMI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0381801

Please sign in to comment.