Jump to content

[1.0.x] WIP! TestFlightExtended v1.0.5


anxcon

Recommended Posts

AS OF KSP 1.0.5 THIS IS MERGED WITH TESTFLIGHT ITSELF

source: github

download: releases

license: CC-BY-NC-SA

making additional failure modules for TestFlight mod, so TestFlight is required

as i do not play stock balances, i have no configs compatable

the wiki lists currently tested/released failure modules, many more to come

current modules are compatible with causing stock partmodules to fail

@PART[engineLargeSkipper]

{

// MODULE //stock default module on the engine for reference

// {

// name = ModuleGimbal

// gimbalTransformName = thrustTransform

// gimbalRange = 2

// }

@MODULE[ModuleGimbal]

{

//if false, gimbals move to angle instant, making GimbalSpeed failure pointless, unless we dont use it

%useGimbalResponseSpeed = true

//faster speed for hell of it //optional

%gimbalResponseSpeed = 10

//lets add some range too //optional

%gimbalRange = 10

}

MODULE

{

name = TestFlightFailure_GimbalCenter

gimbalTransformName = thrustTransform //name gotten from transformName above

weight = 16

failureType = hardware

duRepair = 50

duFail = 100

severity = major

}

MODULE //remember if using this, enable useGimbalResponseSpeed = true

{

name = TestFlightFailure_GimbalSpeed

gimbalTransformName = thrustTransform

weight = 8

failureType = hardware

duRepair = 50

duFail = 100

severity = minor

}

MODULE

{

name = TestFlightFailure_CoolantFail

heatMultiplier = 3.0

weight = 8

failureType = hardware

duRepair = 50

duFail = 100

severity = major

}

}

1.0.5:

-Added failures:

--TestFlightFailure_SolarMechFail

--TestFlightFailure_FARFlapGlitch

--TestFlightFailure_FARFlapMechFail

-Added recorders:

--FlightDataRecorder_FARCtrlSrf

--FlightDataRecorder_Solar

1.0.4:

-Added failures:

--TestFlightFailure_LightFail

--TestFlightFailure_ResourcePumpFail

--GenericFail now supports ModuleRCS and ModuleResourceIntake

-Added recorders:

--FlightDataRecorder_Intake

--FlightDataRecorder_RCS

--FlightDataRecorder_Lights

1.0.3:

-Added failure modules:

--TestFlightFailure_ReactionFail

--TestFlightFailure_ReactionTorque

--TestFlightFailure_WheelBrakeFail

--TestFlightFailure_WheelMotorFail

--TestFlightFailure_WheelSteerFail

-Added flight recorders:

--FlightDataRecorder_DockingPort

--FlightDataRecorder_ReactionWheel

--FlightDataRecorder_Wheels

1.0.2:

-Added failure modules:

--TestFlightFailure_DockingClampFail

--TestFlightFailure_DockingFeedFail

-Added various example configs

Edited by anxcon
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...