Jump to content

SIMPLE Part Failure!/Reliability Mod?


Recommended Posts

I want to have some sort of Failures with Aircraft Engines (for example i wanna add support for such thing to My mod) 

The mod should

-just include basic failure system (or it should have availability to turn anything besides failures off) 

-it should not be a big mod

 

Bonus:

If the mod can do particles or animations when the part fails, it would be a bonus :)

 

 

TL;DR: Searching for Simple Part Failure Mod

Link to comment
Share on other sites

OhScrap! and DangIt! are the one I'm aware of, but not sure of how simple they are to make compatible.

OhScrap seems to have different modules for each failure type:

@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]]:NEEDS[OhScrap,ScrapYard]:FOR[OhScrap]
{
    MODULE
    {
        name = EngineFailureModule
        baseChanceOfFailure = 0.11
        expectedLifetime = 6
        spaceEngineBaseChanceOfFailure = 0.1
        spaceEngineExpectedLifetime = 3
    }
}

 

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...