Jump to content

One of the parts breaks KSP [SOLVED]


Recommended Posts

Hi!

I'm working on some mod, and one on the parts is breaking the game (Other parts aren't loading)

Here it is

Maybe i have did something wrong?

part.cfg:

PART{

name = bomb1000

module = Part

author = PatPL

mesh = model.mu

scale = 0.1

TechRequired = aerodynamicSystems

entryCost = 4000

cost = 1000

category = Utility

subcategory = 0

title = 1000kg Bomb

manufacturer = Bombs and Stuff

description = Brand new 1000kg bomb with built-in decoupler

node_attach = 0.0, 0.0, -1,2, 0.0, 0.0, 0.0, 1

attachRules = 0,1,0,0,0,1

mass = 1.0

dragModelType = default

maximum_drag = 0.15

minimum_drag = 0.15

angularDrag = 1

crashTolerance = 5

maxTemp = 3200

stagingIcon = DECOUPLER_HOR

sound_vent_large = decouple

stageOffset = 1

childStageOffset = 1

MODULE

{

name = ModuleAnchoredDecoupler

anchorName = anchor

ejectionForce = 0

explosiveNodeID = srf

}

}

Other parts worked well, but this one is somewhat broken.

Thanks for help!

Edited by PatPL
solved
Link to comment
Share on other sites

Glad it worked! :D

But what does the 6th digit in attachRules do? I thought it only uses 5?...

stack, srfAttach, allowStack, allowSrfAttach, allowCollision, ?????????????

Edited by slumpie
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...