-
Notifications
You must be signed in to change notification settings - Fork 24
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 #90 from DMagic1/dev
Version 1.4.1
- Loading branch information
Showing
19 changed files
with
943 additions
and
885 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"VERSION":{ | ||
"MAJOR":1, | ||
"MINOR":4, | ||
"PATCH":0, | ||
"PATCH":1, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
|
128 changes: 66 additions & 62 deletions
128
GameData/DMagicOrbitalScience/ProbeScience/ASERT/ASERT.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 |
---|---|---|
@@ -1,69 +1,73 @@ | ||
PART | ||
{ | ||
name = dmASERT | ||
module = Part | ||
author = DMagic | ||
|
||
MODEL | ||
{ | ||
model = DMagicOrbitalScience/ProbeScience/ASERT/modelASERT | ||
scale = 0.7, 0.7, 0.7 | ||
} | ||
|
||
rescaleFactor = 1 | ||
|
||
node_attach = 0.0, -0.056, 0.0, 0.0, -1.0, 0.0 | ||
attachRules = 0,1,0,0,0 | ||
|
||
TechRequired = actuators | ||
entryCost = 20000 | ||
cost = 6500 | ||
category = Science | ||
subcategory = 0 | ||
title = Asteroid Sounding Experiment by Radiowave Transmission | ||
manufacturer = DMagic | ||
description = The ASERT is an asteroid-only experiment used to study the interior composition of asteroids. It must be paired with a second module placed on the opposite side of an asteroid. When two modules are properly positioned the experiment can be conducted with the science amount dependent on how much of the asteroid the signal passed through. | ||
|
||
// --- standard part parameters --- | ||
mass = 0.02 | ||
bulkheadProfiles = srf | ||
crashTolerance = 10 | ||
maxTemp = 1400 | ||
emissiveConstant = 0.85 | ||
thermalMassModifier = 4.0 | ||
name = dmASERT | ||
module = Part | ||
author = DMagic | ||
|
||
angularDrag = 1 | ||
dragModelType = default | ||
maximum_drag = 0.1 | ||
minimum_drag = 0.1 | ||
|
||
tags = experiment research rerun re-run reus re-us redo re-do reset re-set science dmagic dmos asteroid sounding | ||
|
||
MODULE | ||
{ | ||
name=ModuleAsteroidAnalysis | ||
} | ||
|
||
MODULE | ||
{ | ||
name=ModuleAnalysisResource | ||
resourceName = Ore | ||
} | ||
|
||
MODULE | ||
MODEL | ||
{ | ||
name = DMAsteroidScanner | ||
animationName = dishDeploy | ||
greenLight = greenAnim | ||
yellowLight = yellowAnim | ||
model = DMagicOrbitalScience/ProbeScience/ASERT/modelASERT | ||
scale = 0.7, 0.7, 0.7 | ||
} | ||
|
||
rescaleFactor = 1 | ||
|
||
node_attach = 0.0, -0.056, 0.0, 0.0, -1.0, 0.0 | ||
attachRules = 0,1,0,0,0 | ||
|
||
TechRequired = actuators | ||
entryCost = 20000 | ||
cost = 6500 | ||
category = Science | ||
subcategory = 0 | ||
title = Asteroid Sounding Experiment by Radiowave Transmission | ||
manufacturer = DMagic | ||
description = The ASERT is an asteroid-only experiment used to study the interior composition of asteroids. It must be paired with a second module placed on the opposite side of an asteroid. When two modules are properly positioned the experiment can be conducted with the science amount dependent on how much of the asteroid the signal passed through. | ||
|
||
experimentID = dmAsteroidScan | ||
rerunnable = True | ||
transmitValue = 1.0 | ||
dataIsCollectable = True | ||
collectActionName = Take Data | ||
experimentResource = ElectricCharge | ||
resourceCost = 0.25 | ||
usageReqMaskExternal = 8 | ||
// --- standard part parameters --- | ||
mass = 0.02 | ||
bulkheadProfiles = srf | ||
crashTolerance = 10 | ||
maxTemp = 1400 | ||
emissiveConstant = 0.85 | ||
thermalMassModifier = 4.0 | ||
|
||
angularDrag = 1 | ||
dragModelType = default | ||
maximum_drag = 0.1 | ||
minimum_drag = 0.1 | ||
|
||
tags = experiment research rerun re-run reus re-us redo re-do reset re-set science dmagic dmos asteroid sounding | ||
|
||
MODULE | ||
{ | ||
name=ModuleAsteroidAnalysis | ||
} | ||
|
||
MODULE | ||
{ | ||
name=ModuleAnalysisResource | ||
resourceName = Ore | ||
} | ||
|
||
MODULE | ||
{ | ||
name = DMAsteroidScanner | ||
animationName = dishDeploy | ||
greenLight = greenAnim | ||
yellowLight = yellowAnim | ||
|
||
experimentID = dmAsteroidScan | ||
rerunnable = True | ||
transmitValue = 1.0 | ||
dataIsCollectable = True | ||
collectActionName = Take Data | ||
usageReqMaskExternal = 8 | ||
|
||
RESOURCE | ||
{ | ||
name = ElectricCharge | ||
rate = 0.25 | ||
} | ||
} | ||
} |
174 changes: 89 additions & 85 deletions
174
GameData/DMagicOrbitalScience/ProbeScience/MagBoom/MagBoom.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
Oops, something went wrong.