diff --git a/GameData/MonkeyWrench/Assets/Junction.mbm b/GameData/MonkeyWrench/Assets/Junction.mbm new file mode 100644 index 0000000..95f6631 Binary files /dev/null and b/GameData/MonkeyWrench/Assets/Junction.mbm differ diff --git a/GameData/MonkeyWrench/Assets/MW_DropPod.mu b/GameData/MonkeyWrench/Assets/MW_DropPod.mu new file mode 100644 index 0000000..16db323 Binary files /dev/null and b/GameData/MonkeyWrench/Assets/MW_DropPod.mu differ diff --git a/GameData/MonkeyWrench/Assets/MW_OmniVernierRCS.mbm b/GameData/MonkeyWrench/Assets/MW_OmniVernierRCS.mbm new file mode 100644 index 0000000..4c30572 Binary files /dev/null and b/GameData/MonkeyWrench/Assets/MW_OmniVernierRCS.mbm differ diff --git a/GameData/MonkeyWrench/Parts/MW_RCS/MW_OmniVernierRCS.mu b/GameData/MonkeyWrench/Assets/MW_OmniVernierRCS.mu similarity index 100% rename from GameData/MonkeyWrench/Parts/MW_RCS/MW_OmniVernierRCS.mu rename to GameData/MonkeyWrench/Assets/MW_OmniVernierRCS.mu diff --git a/GameData/MonkeyWrench/Assets/MW_PodAdapter.mu b/GameData/MonkeyWrench/Assets/MW_PodAdapter.mu new file mode 100644 index 0000000..dfddb8c Binary files /dev/null and b/GameData/MonkeyWrench/Assets/MW_PodAdapter.mu differ diff --git a/GameData/MonkeyWrench/Assets/Tile-BW_N.mbm b/GameData/MonkeyWrench/Assets/Tile-BW_N.mbm new file mode 100644 index 0000000..f179dc1 Binary files /dev/null and b/GameData/MonkeyWrench/Assets/Tile-BW_N.mbm differ diff --git a/GameData/MonkeyWrench/Assets/Tile-Black_D.mbm b/GameData/MonkeyWrench/Assets/Tile-Black_D.mbm new file mode 100644 index 0000000..d697401 Binary files /dev/null and b/GameData/MonkeyWrench/Assets/Tile-Black_D.mbm differ diff --git a/GameData/MonkeyWrench/Assets/Tile-White_D.mbm b/GameData/MonkeyWrench/Assets/Tile-White_D.mbm new file mode 100644 index 0000000..87c3296 Binary files /dev/null and b/GameData/MonkeyWrench/Assets/Tile-White_D.mbm differ diff --git a/GameData/MonkeyWrench/MonkeyWrench.version b/GameData/MonkeyWrench/MonkeyWrench.version index 8ea4c90..1904ce7 100644 --- a/GameData/MonkeyWrench/MonkeyWrench.version +++ b/GameData/MonkeyWrench/MonkeyWrench.version @@ -10,7 +10,7 @@ "VERSION":{ "MAJOR":0, "MINOR":1, - "PATCH":5, + "PATCH":6, "BUILD":0 }, "KSP_VERSION":{ diff --git a/GameData/MonkeyWrench/Parts/MW_DropPod.cfg b/GameData/MonkeyWrench/Parts/MW_DropPod.cfg new file mode 100644 index 0000000..ee43abd --- /dev/null +++ b/GameData/MonkeyWrench/Parts/MW_DropPod.cfg @@ -0,0 +1,93 @@ +// ToDo: +// Model: +// +// Config: +// +// + +PART + { + name = MW_DropPod + module = Part + author = Warren Schultz + + MODEL + { + model = MonkeyWrench/Assets/MW_DropPod + } + + rescaleFactor = 1 + + node_stack_bottom = 0.0, -0.25, 0.0, 0.0, 1.0, 0.0, 4 + node_stack_top = 0.0, 8.0, 0.0, 0.0, 1.0, 0.0, 3 + node_stack_cargobay = 0.0, 5.9, 0.0, 0.0, 1.0, 0.0, 3 + node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0 + + attachRules = 1,0,1,0,1 + + TechRequired = advFlightControl + entryCost = 0 + cost = 100 + category = Control + subcategory = 0 + title = Drop Pod + manufacturer = MonkeyWrench Labs + description = Drop pod description goes here. + + mass = 0.75 + dragModelType = default + maximum_drag = 0.20 + minimum_drag = 0.15 + angularDrag = 2 + crashTolerance = 50 + breakingForce = 500 + breakingTorque = 500 + maxTemp = 3500 + + vesselType = Ship + + CrewCapacity = 0 + + MODULE + { + name = FSanimateGeneric + animationName = LegDeploy + startEventGUIName = Deploy Cargo + endEventGUIName = Enclose Cargo + startDeployed = False + startDeployedString = Start Deployed? + availableInEVA = True + availableInVessel = True + EVArange = 5 + layer = 1 + useActionEditorPopup = True + moduleID = 0 + playAnimationOnEditorSpawn = True + // suspensionUpperLimit = 0.65 + // impactTolerance = 1000 + // suspensionSpring = 5 + // suspensionDamper = 2 + } + + MODULE + { + name = FSanimateGeneric + animationName = Airbrake + startEventGUIName = Deploy Airbrake + endEventGUIName = Retract Airbrake + startDeployed = False + startDeployedString = Start Deployed? + availableInEVA = False + availableInVessel = True + // EVArange = 5 + layer = 2 + useActionEditorPopup = True + moduleID = 1 + playAnimationOnEditorSpawn = True + // suspensionUpperLimit = 0.65 + // impactTolerance = 1000 + // suspensionSpring = 5 + // suspensionDamper = 2 + } + +} diff --git a/GameData/MonkeyWrench/Parts/MW_RCS/MW_OmniVernierRCS.cfg b/GameData/MonkeyWrench/Parts/MW_OmniVernierRCS.cfg similarity index 97% rename from GameData/MonkeyWrench/Parts/MW_RCS/MW_OmniVernierRCS.cfg rename to GameData/MonkeyWrench/Parts/MW_OmniVernierRCS.cfg index a7fc010..1486760 100644 --- a/GameData/MonkeyWrench/Parts/MW_RCS/MW_OmniVernierRCS.cfg +++ b/GameData/MonkeyWrench/Parts/MW_OmniVernierRCS.cfg @@ -10,7 +10,7 @@ PART:NEEDS[ModuleRCSFX] { // --- asset parameters --- MODEL { - model = MonkeyWrench/Parts/MW_RCS/MW_OmniVernierRCS + model = MonkeyWrench/Assets/MW_OmniVernierRCS } scale = 1 rescaleFactor = 1 diff --git a/GameData/MonkeyWrench/Parts/MW_PodAdapter.cfg b/GameData/MonkeyWrench/Parts/MW_PodAdapter.cfg new file mode 100644 index 0000000..3884ccc --- /dev/null +++ b/GameData/MonkeyWrench/Parts/MW_PodAdapter.cfg @@ -0,0 +1,70 @@ +// ToDo: +// Model: +// +// Config: +// +// + +PART + { + name = MW_PodAdapter + module = Part + author = Warren Schultz + + MODEL + { + model = MonkeyWrench/Assets/MW_PodAdapter + } + + rescaleFactor = 1 + + node_stack_bottom = 0.0, 0.05, 0.0, 0.0, 1.0, 0.0, 3 + node_stack_top = 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 3 + node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0 + + attachRules = 1,0,1,1,1 + + TechRequired = advFlightControl + entryCost = 0 + cost = 100 + category = Control + subcategory = 0 + title = Drop Pod to stack adapter + manufacturer = MonkeyWrench Labs + description = Drop pod adapter description goes here. + + mass = 0.5 + dragModelType = default + maximum_drag = 0.20 + minimum_drag = 0.15 + angularDrag = 2 + crashTolerance = 50 + breakingForce = 500 + breakingTorque = 500 + maxTemp = 3500 + + vesselType = Ship + + CrewCapacity = 0 + + MODULE + { + name = ModuleReactionWheel + PitchTorque = 20 + YawTorque = 20 + RollTorque = 20 + + RESOURCE + { + name = ElectricCharge + rate = 1.2 + } + } + RESOURCE + { + name = ElectricCharge + amount = 250 + maxAmount = 250 + } + +} diff --git a/GameData/MonkeyWrench/Parts/MW_RCS/MW_OmniVernierRCS.png b/GameData/MonkeyWrench/Parts/MW_RCS/MW_OmniVernierRCS.png deleted file mode 100644 index 4abba65..0000000 Binary files a/GameData/MonkeyWrench/Parts/MW_RCS/MW_OmniVernierRCS.png and /dev/null differ