net-lisias-ksp / HLAirshipsCore

Mod for KSP that adds lighter than air parts. Core component.
MIT License
4 stars 2 forks source link

Rework the attachment nodes for the HL Envelopes. #9

Closed Lisias closed 2 years ago

Lisias commented 2 years ago

TL;DR

I made that parts 100% compatible with crafts made by the older ones, and that included resizing things and moving some nodes.

Then I understood what you said about having some attachment nodes completely screwed up! :)

Because they got "screwed" for me… It took me some time until I could understand what was happening - you was building the vessel from the cockpit to the envelop, but I'm used to do it from the envelope to the cockpit, a situation where that nodes was working, more if you add envelopes to the side to create wider crafts like the ones I liked to do in the past

However… I also see value on the new way of using the nodes.

So I will try this:

Try putting this into the Octo, replacing what is there, or just add the bottom 2, port and starboard.

    node_stack_top = 0.0, 4.0, 0.0, 0.0, 1.0, 0.0, 2
    node_stack_bottom = 0.0, -4.0, 0.0, 0.0, -1.0, 0.0, 2
    node_attach = 0.0, 0.0, 2.5, 0.0, 0.0, -1.0, 1

    node_stack_starboard = 3.7552, 0.0, 0.0, 1.0, 0.0, 0.0, 2
    node_stack_port = -3.7552, 0.0, 0.0, -1.0, 0.0, 0.0, 2

Tinker with it as time allows.

A huge thanks for ColdJ for the help on this matter!

Lisias commented 2 years ago

Worked on commit https://github.com/net-lisias-ksp/HLAirshipsCore/commit/4942142a67997b1bdc8e3eb2706dd5b3a4fc4bdc

hurray! :)