XP-L0 DE: Tactical Part Removal Device

My first mod!

Add this onto your rocket and activate it to "remove" a part from your rocket "safely”. (It's basically a bomb)
Can be activated through an action group, or by right-clicking it in-flight.

Also supports grabbing and storing trough KAS! (I think you can strap it onto kerbals, but we wouldn't do that, right?)

The model is just the big radial battery which i simply reskinned. But i think it looks pretty good!

 

Spoiler for source code!

using System;
using System.Collections.Generic;
using System.Collections;
using UnityEngine;

public class KSPBomb : PartModule
{
    [KSPAction("ExplodeAction"KSPActionGroup.NoneguiName = "Explode")] //Action Group thingy
    public void BlowUpByActionGroup(KSPActionParam param)
    {
        DoBoom ();
    }

    [KSPEvent(name = "Explode"active = trueguiActive = trueguiName = "Explode")] //Right click in-flight
    public void DoBoom()
    {
        foreach (Part childPart in part.children) //I don't think you can attach stuff to this, but in case someone changes it it will work.
        {
            childPart.temperature = childPart.maxTemp * 2;
        }

        part.parent.temperature = part.parent.maxTemp * 2; //heat whatever i'm attached to to twice it's max temprature
        part.temperature = part.maxTemp * 2; //Same for myself. Goodbye world!
    }
}

 

Download

File Name Status Version Downloads Date
KSPBomb.zip R 0.23.5 +3 653 16/06/2014
KSPBomb.zip R 0.23.5 +4 85 15/06/2014
XP-L0 DE: Tactical Part Removal Device 1.7.5 Updating 1.7.5 Updating Updating
XP-L0 DE: Tactical Part Removal Device 1.7.4 Updating 1.7.4 Updating Updating
XP-L0 DE: Tactical Part Removal Device 1.7.3 Updating 1.7.3 Updating Updating
XP-L0 DE: Tactical Part Removal Device 1.7.2 Updating 1.7.2 Updating Updating
XP-L0 DE: Tactical Part Removal Device 1.7.1 Updating 1.7.1 Updating Updating
XP-L0 DE: Tactical Part Removal Device 1.7 Updating 1.7 Updating Updating
XP-L0 DE: Tactical Part Removal Device 1.6.1 Updating 1.6.1 Updating Updating
XP-L0 DE: Tactical Part Removal Device 1.6.0 Updating 1.6.0 Updating Updating
XP-L0 DE: Tactical Part Removal Device 1.5.1 Updating 1.5.1 Updating Updating
XP-L0 DE: Tactical Part Removal Device 1.5 Updating 1.5 Updating Updating
XP-L0 DE: Tactical Part Removal Device
XP-L0 DE: Tactical Part Removal Device

Dear youtuber!
Have you a channel youtube and want to bring your Video to quality visitors?
Do you want your video to appear on our website?
Do you want to become partner with us?
Just 3 steps to become our partner:
Step 1: Make video review for mods, addons, plugins, ... which you like
Step 2: Upload this video to youtube and our link to your video description
Step 3: Send the youtube video link via message to http://fb.com/9lifehack or leave a comment in the post. We will add your video in the our post, it will help you have more view.
JOIN to get more youtube view with us!!!!

Related Posts

Smarty Productivity Happiness

9LifeHack.com - make things smart