Jump to content

1.0 non-stock parts cannot attach.


Recommended Posts

nodes just wont connect, and the part you try to add just clips through. only surface attachment is allowed.

happening with any modded parts, can only build stock atm.

the few mods already updated are up to date, but i mostly just run parts-mods, and those usually dont break???

Edited by BobsYerUncle
Link to comment
Share on other sites

Known issue. For once part makers have to actually update their part packs (if they were lazy and didn't set node orientations correctly).l

To you and all the other <plugingin>.dll creators and maintainers ... thank you for your diligence, persistence and dedications. :kiss:

To all the partspack-ers, time to earn your keep again. :wink:

Just kidding, each and every one of your are fantastic KSP-ers with far more talent than I.

With KSP 1.0, life will, hopefully, get a bit easier for you all. :D

Link to comment
Share on other sites

Known issue. For once part makers have to actually update their part packs (if they were lazy and didn't set node orientations correctly).l

Pressing Alt-F12 and then clicking on the dont respect node orientation cheat turns this off until the part cfg gets fixed....

FASA's bottom nodes needed to be fixed as well.

Link to comment
Share on other sites

Known issue. For once part makers have to actually update their part packs (if they were lazy and didn't set node orientations correctly).l

Not lazy, but rather because the old system didn't work right so actually setting the directions incorrectly made the parts work. At least that's the observation I made with my parts pack, plus it was what squad did :P

Link to comment
Share on other sites

nodes just wont connect, and the part you try to add just clips through. only surface attachment is allowed.

happening with any modded parts, can only build stock atm.

the few mods already updated are up to date, but i mostly just run parts-mods, and those usually dont break???

In the new update it is important that the node_stack_top has the 1.0 as fifth value and the node_stack_bottom has the -1.0 as fifth value.

Like so:

// --- node definitions ---

node_stack_top = 0.0, 7.2, 0.0, 0.0, 1.0, 0.0

node_stack_bottom = 0.0, -5.74338, 0.0, 0.0, -1.0, 0.0

Before it was:

node_stack_top = 0.0, 7.2, 0.0, 0.0, 1.0, 0.0

node_stack_bottom = 0.0, -5.74338, 0.0, 0.0, 1.0, 0.0

the "-" was missing.

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