Jump to content

Collider1

Members
  • Posts

    47
  • Joined

  • Last visited

Everything posted by Collider1

  1. Yeah, I think I recall some direct hits not destroying the target before, maybe the nuke clips into it, or the ground, causing it to glitch. Try airbursts and see if it fixes the problem.
  2. I found airbust detonations are much more efficient, possibly because terrain/buildings can block the explosion, so anything that doesn't have line of sight to the explosion won't be destroyed. You can edit the cfg file of a nuke to make it airburst though. See link in second quote.
  3. You need CAL: It adds a new ammo box which can be configured to hold many different ammo types. Do MOABs FOABs and MGM-140s work? Are you sure the bombs are working properly and not just impact exploding like a regular part? Cluster bombs could also be a good way to test this.
  4. I posted some code on the last page that converts the tomahawk missile into a nuclear variant. Will also work on any other missile and if you duplicate the file and change the names, you can keep the original part too.
  5. Wow, that sounds unpleasant. Glad the surgery went well though and hope you feel better soon. Thanks for making such an awesome mod!
  6. Yeah, they don't detonate if you use a decoupler or crash your craft. You need to right click it, then fire or assign it to an action group in the editor. Or you can add a weapon manager and assign its fire missile button to a key so you can fire any of your missiles/bombs with a single key. I believe the MIRV also has an instant detonate button if you want an airburst.
  7. Are you clicking the "Fire missile" button and not jettisoning or crashing it into the ground?
  8. It's actually very easy to modify the Tomahawk to make it nuclear. Just add the following to the .cfg: MODULE { name = ModuleNuclearExplosive blastRadius = 7470 blastPower = 1650 baseRadius = 100 explGroundPath = North Kerbin Weaponry/effects/Explosion_Megaton explAirPath = North Kerbin Weaponry/effects/Explosion_340_Air explSpacePath = North Kerbin Weaponry/effects/Explosion_340_Space explSoundPath = North Kerbin Weaponry/sounds/explosion_MOAB } Put it at the end, but before the final }. This gives it a 1.2 megaton explosion. If you want a larger or smaller one, you can look through the .cfgs of other nuclear weapons to find the one you like. In fact, if you're thinking about making mods in the future, I'd recommend trying some tinkering like this to get started. There's a lot of fun to be had making ridiculous parts. This method will modify the current missile. If you want a separate one that is nuclear whilst retaining the conventional variant, you'll need to duplicate the file and edit the copy, but I got some weird bugs when I tried this before. I have an idea of what I might have done wrong though, so I'll look into it. Edit: Duplicating seems to work now. If you give rename the folder, the .cfg, the name under general parameters and the title under editor parameters, it seems to work. (Not sure if you need to do all of those things, but if you do it should work) Edit 2: If there is a shortened name you need to edit that too.
  9. Jettisoning does not activate the bomb. It's for getting rid of your munitions without them exploding (in a big way at least). Use "Fire missile" in the cargo bay to actually use the bomb. Also, when using the weapon manager, you can assign "Fire missile" on the weapon manager to an action group, which will then fire whatever missile you have selected when you use it, so you can fire all of your weapons with only one action group.
  10. Ah, of course. Just begun testing with the SCUD's configuration. I think it needs a little tweaking as the cluster nuke is now travelling across the galaxy, hunting for alien civilisations to destroy. Edit: I reduced the power a bit, but for some reason it's making no attempt to point towards its target.
  11. Awesome, thanks. Come to think of it, your SCUD missiles could launch on pretty steep trajectories, so maybe using their guidance would work.
  12. Fair point, could you make us one? Also, if you could find a way of making it point downwards when it deploys, such as being a missile with a high angle arc or a snake eye bomb style slowing mechanism, so the bomblets spread outwards, that would be cool as currently a lot of them go almost straight down, causing a dense cluster and increasing the bomblet velocity spreads it out a bit but also makes some of them go miles away.
  13. Changing the number of bomblets would require editing the model in a program like blender, rather than just altering the cfg. I'll have a look into it, but I have no experience with computer modelling so I don't know if I will actually be able to do this.
  14. Challenge accepted. Go to GameData > BDArmory > Parts > clusterBomb > clusterBomb.cfg and replace the code with the following: PART { // Kerbal Space Program - Part Config // // // --- general parameters --- name = bahaClusterBomb module = Part author = BahamutoD // --- asset parameters --- mesh = model.mu rescaleFactor = 1 // --- node definitions --- node_attach = 0.0, 0.25, -0.1, 0, 1, 0, 0 node_stack_top = 0.0, 0.25, 0, 0, 1, 0, 0 // --- editor parameters --- TechRequired = precisionEngineering entryCost = 2100 cost = 950 category = none subcategory = 0 title = CBU-87 Cluster Bomb manufacturer = Bahamuto Dynamics description = This bomb splits open and deploys many small bomblets at a certain altitude. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,0,0,1 // --- standard part parameters --- mass = 0.467 dragModelType = none maximum_drag = 0.03 minimum_drag = 0.03 angularDrag = 1 crashTolerance = 5 maxTemp = 3600 MODULE { name = MissileLauncher shortName = CBU-87 thrust = 50 //KN thrust during boost phase cruiseThrust = 0 //thrust during cruise phase dropTime = 1 //how many seconds after release until engine ignites boostTime = 10 //seconds of boost phase cruiseTime = 0 //seconds of cruise phase guidanceActive = true //missile has guidanceActive maxTurnRateDPS = 70 //degrees per second guidanceActive = false blastRadius = 800 //meters blastPower = 625 decoupleSpeed = 50 deployAnimationName = deploy deployedDrag = 0.03 deployTime = 0.2 explModelPath = BDArmory/Models/explosion/explosion useSimpleDrag = true simpleCoD = 0,0,-2 simpleStableTorque = 5 rndAngVel = 0.7 homingType = AGM missileType = missile homingType = GPS optimumAirspeed = 1000 exhaustPrefabPath = BDArmory/Models/exhaust/smallExhaust } MODULE { name = ClusterBomb deployAltitude = 1000 deployDelay = 2.5 submunitionMaxSpeed = 2000 swapCollidersOnDeploy = true subExplModelPath = North Kerbin Weaponry/effects/Explosion_M65 subExplSoundPath = North Kerbin Weaponry/sounds/explosion_MOAB } } Warning, this will very probably cause your game to lag as it will cause 20 or 30 nuclear explosions and will look something like this: I made it a GPS guided missile as well as I figured that a higher speed when it deploys its submunitions may increase the spread. I recommend giving it a high deploy altitude. Unfortunately the submunitons cannot be set to airburst detonate, (at least I don't know how to do it) but the sheer number of them should ensure sufficient destruction of whatever you're aiming at.
  15. I found that by shoehorning the cluster bomb module from BDA into a nuclear bomb's cfg file, it's possible to make it detonate at an altitude between 100m and 1000m, which is pretty useful for maximising its destructive potential on the KSC. http://imgur.com/a/yiT7s
  16. I actually found using the mini nukes fired by the valentina to be a better choice as the plane can survive shooting them. http://imgur.com/a/XqN7R
  17. Challenge accepted! Unfortunately, although I can make the gun shoot tsars, I can't find a way to stop the bullets from de-spawning when they get more than 5km away from the craft. I tried increasing the maxEffectiveDistance in the cfg and increased physics range but they still de-spawn, so the gun can only be used as a suicide weapon. On the bright side though, it can fire a hell of a lot of them before it explodes so here is what happens when you cause about 50 tsar explosions at the same time: How's that for a nuclear sunrise?
  18. Editing the configs is so much fun. I made the Karl Gerät fully automatic, Exocets nuclear and the hellfires have MOAB explosions. 1. Make sure you have a weapon manager on your craft as well as either a targeting pod or FLIR ball. 2. Launch the craft and open the BDarmoury weapon manager tab, then select the modules menu. 3. Select the targeting pod/ball, use the arrow buttons to centre the camera on your desired target and click the lock target button. 4. The lock target button will now turn into 2 buttons saying unlock and send GPS. Click send GPS. 5. On the modules menu select GPS coordinator and click on the correct coordinate. (You can send and store multiple GPS coordinates allowing you to switch between targets quickly in the GPS menu.) 6. You have now locked on to the target and can fire at will. Your GPS coordinates that you saved will also be remembered and can be accessed by other crafts you build (as long as you don't revert flight or delete them), so you don't actually need to have your targeting pod on the same vehicle as your missile, but if you do use separate targeting and missile launch vehicles, both will need weapons managers. You need to use GPS with the scud (see above). "I am become death, destroyer of worlds."
  19. Alternatively, if you don't want to use the BDarmoury model, the AGM-129A was also armed with a nuclear warhead. Personally, I'd also quite like to see one of these as I'm currently using MIRV-tipped stock built missiles as standoff missiles, but this means relinquishing control of my aircraft whilst in flight. https://en.wikipedia.org/wiki/AGM-129_ACM
  20. The nukes in this mod are (possibly accidentally) very realistic in a certain way. When detonated at an altitude (I made the bomb detonate in its bay) the nukes do a much better job at destroying the KSC than when detonated at ground level. Could you maybe try implementing a timed or altitude detonation option? (The code for BD armoury's cluster bombs could maybe be used for this?) Ground Detonation: (Only radio dishes destroyed) Altitude Detonation: (Only administrative building survived) I tried a few tests and there was some variation depending on the impact/detonation point, but air-burst detonations typically performed better, I think the detonation may only damage buildings it has line of sight to, so at ground level it often only damages the buildings near it, whereas an air-burst has line of sight to most of them.
  21. This one essentially: Thanks, I saw it and couldn't pass up the opportunity to have both a circuitry joke and a Borg reference in my avatar at once.
  22. The target painter is looking really cool and I can't wait to try it out, just one extra suggestion for it; could there be an option for it to project a visible red beam like the ABL? I always enjoyed doing that in the Lazor mod, adds to that "Locked on" feeling a little.
×
×
  • Create New...