-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added missing bulkheadProfiles to aerocam180
- Loading branch information
1 parent
5f8cf60
commit f5ec2aa
Showing
4 changed files
with
102 additions
and
95 deletions.
There are no files selected for viewing
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,96 @@ | ||
|
||
PART | ||
{ | ||
// --- general parameters --- | ||
name = aerocam180 | ||
module = Part | ||
author = sirkut | ||
|
||
// --- asset parameters --- | ||
mesh = model.mu | ||
scale = 1 | ||
rescaleFactor = 0.25 | ||
|
||
// --- node definitions --- | ||
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z | ||
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0 | ||
|
||
|
||
// --- editor parameters --- | ||
TechRequired = advElectrics | ||
entryCost = 3800 | ||
cost = 100 | ||
category = Utility | ||
subcategory = 0 | ||
title = Aerocam 180 | ||
manufacturer = Magic Smoke Industries | ||
description = The Aerocam is a gutted KerbPro in an aerodynamic case. Now the KerbPro won't be a drag on your vessel. This version has it's CCD flipped. Now you wont have the feelling you are hanging upside down underneath a horizontal craft. | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 1,1,1,1,0 | ||
|
||
// --- standard part parameters --- | ||
mass = 0.001 | ||
dragModelType = default | ||
maximum_drag = 0 | ||
minimum_drag = 0 | ||
angularDrag = 0 | ||
crashTolerance = 8 | ||
//impactTolerance = 8 | ||
maxTemp = 1200 | ||
|
||
bulkheadProfiles = srf | ||
|
||
MODULE | ||
{ | ||
name = MuMechModuleHullCameraZoom | ||
cameraName = Aerocam180 | ||
cameraForward = 0, 0, 1 | ||
cameraUp = 0, -1, 0 | ||
cameraPosition = 0.0, 0.45, -0.0 | ||
cameraFoVMax = 75 | ||
cameraFoVMin = 30 | ||
} | ||
|
||
// MODULE | ||
// { | ||
// name = HullCamera | ||
// cameraName = Aerocam180 | ||
// cameraForward = 0, 0, 1 | ||
// cameraUp = 0, -1, 0 | ||
// cameraPosition = 0.0, 0.45, -0.0 | ||
// cameraFoVMax = 75 | ||
// cameraFoVMin = 30 | ||
// | ||
// //This camera uses film resource to get science | ||
// usesfilm = false | ||
// | ||
// specialExperimentName = photo- | ||
// | ||
// specialExperimentTitle = #Anon# Picture | ||
// | ||
// //you still have to set this to something or it throws an error when the part loads | ||
// experimentID = hullcampicture | ||
// | ||
// experimentActionName = Snap Picture | ||
// resetActionName = Delete Picture | ||
// collectActionName = Take Photo | ||
// | ||
// useStaging = False | ||
// useActionGroups = True | ||
// hideUIwhenUnavailable = True | ||
// xmitDataScalar = 0.8 | ||
// | ||
// dataIsCollectable = True | ||
// interactionRange = 1.2 | ||
// | ||
// rerunnable = True | ||
// } | ||
// RESOURCE | ||
// { | ||
// name = Resolution | ||
// amount = 1 | ||
// maxAmount = 15 | ||
// } | ||
|
||
} |
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"MAJOR": 0, | ||
"MINOR": 1, | ||
"PATCH": 10, | ||
"BUILD": 0 | ||
"BUILD": 1 | ||
}, | ||
"KSP_VERSION": { | ||
"MAJOR": 1, | ||
|