Jump to content

0.20: Installed new parts, now default parts don't load


Recommended Posts

I put new parts in the parts folder and when the game loaded I opened the VAB to find it empty of everything except the parts I had just added to the game. Didn't lose anything from 0.19 because it's a separate KSP program now, but this would have killed very ship I had in orbit.

Edited by Bigred2989
Link to comment
Share on other sites

I can confirm that putting in parts from damned robotics into the parts folder will cause this.

And this applies also to the ball-bearing part that is in the modular wheels mod, as it came from damned robotics to begin with.

as soon as you remove all the damned robotics parts, the build menus should return to normal.

That is of course... unless you have another mod that is causing the same problem :)

In that case try removing all mods and then adding them back one by one to find the culprit.

Link to comment
Share on other sites

The parts format changed slightly. You need to add text, as follows, to make the old .cfg files work with version 0.20:

PART

{

<all the existing .cfg stuff goes here>

}

So, basically, right at the very beginning the word "PART" in all caps, and then enclose the whole body in curlybrackets. Should work fine after that!

Link to comment
Share on other sites

The parts format changed slightly. You need to add text, as follows, to make the old .cfg files work with version 0.20:

So, basically, right at the very beginning the word "PART" in all caps, and then enclose the whole body in curlybrackets. Should work fine after that!

I'll wait for the plugin developers to fix this.

Link to comment
Share on other sites

really want that damn bearing to work so I gave it a try, and the result was the same error.

after editing the config file looked like the following, have I made the adjustment correctly?

PART

{

// --- general parameters ---

name = DRBallbearing

module = MuMechServo

author = r4m0n (code) || Damnyoujapan (model)

// --- asset parameters ---

mesh = cylinder.DAE

scale = 1.0

texture = Rotatron.png

specPower = 0.1

rimFalloff = 3

alphaCutoff = 0

// --- node definitions ---

node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0

node_stack_bottom = 0.0, -0.05, 0.0, 0.0, -1.0, 0.0

node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0

// --- editor parameters ---

cost = 50

category = Utility

subcategory = 0

title = Ballbearing

manufacturer = Damned Robotics

description = Essentially a Damned Robotics Rotatron with its MHD drive guts ripped out... it doesn't rotate stuff, but stuff can rotate on it. Provided with permission in TT modular wheels pack v0.03+

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision

attachRules = 1,1,1,1,0

// --- standard part parameters ---

mass = 0.1

dragModelType = default

maximum_drag = 0.2

minimum_drag = 0.2

angularDrag = 2

crashTolerance = 15

maxTemp = 3000

breakingForce = 999

breakingTorque = 999

// toggle parameters

rotateJoint = True

rotateAxis = 0, -1, 0

keyRotateSpeed = 20.0

rotateLimits = False

jointSpring = 0.0000001

jointDamping = 0

onActivate = False

rotateKey = left

revRotateKey = right

fixedMesh = Base

servoName = New Rotatron

}

Link to comment
Share on other sites

  • 2 weeks later...
really want that damn bearing to work so I gave it a try, and the result was the same error.

after editing the config file looked like the following, have I made the adjustment correctly?

PART

{

// --- general parameters ---

name = DRBallbearing

module = MuMechServo

author = r4m0n (code) || Damnyoujapan (model)

// --- asset parameters ---

mesh = cylinder.DAE

scale = 1.0

texture = Rotatron.png

specPower = 0.1

rimFalloff = 3

alphaCutoff = 0

// --- node definitions ---

node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0

node_stack_bottom = 0.0, -0.05, 0.0, 0.0, -1.0, 0.0

node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0

// --- editor parameters ---

cost = 50

category = Utility

subcategory = 0

title = Ballbearing

manufacturer = Damned Robotics

description = Essentially a Damned Robotics Rotatron with its MHD drive guts ripped out... it doesn't rotate stuff, but stuff can rotate on it. Provided with permission in TT modular wheels pack v0.03+

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision

attachRules = 1,1,1,1,0

// --- standard part parameters ---

mass = 0.1

dragModelType = default

maximum_drag = 0.2

minimum_drag = 0.2

angularDrag = 2

crashTolerance = 15

maxTemp = 3000

breakingForce = 999

breakingTorque = 999

// toggle parameters

rotateJoint = True

rotateAxis = 0, -1, 0

keyRotateSpeed = 20.0

rotateLimits = False

jointSpring = 0.0000001

jointDamping = 0

onActivate = False

rotateKey = left

revRotateKey = right

fixedMesh = Base

servoName = New Rotatron

}

it doesn't want to work ;.; did you have any success ??

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