Jump to content

[0.90] Mk1 Cargo Bay


Roxette

Recommended Posts

[quote name='Kerbas_ad_astra']You will need to manually scale the node sizes as well (adjusting rescaleFactor will do this automatically, but that's not an option for us). I.e. reduce their y-positions by half.[/QUOTE]

You mean, in the @MODEL section? The y-position would be the second number?

[CODE]+PART[RxMk1CargoBayS]:FINAL
{
@name = RxMk1CargoBayT
//non-unity rescaleFactor and MODEL node are bad together.
@rescaleFactor = 1.0
@MODEL
{
@scale = 0.2075,[COLOR="#FF0000"]0.10375[/COLOR],0.2075
}
@entryCost = 3000
@cost = 550
@title = Mk1 Tiny Cargo Bay (0.625m)
@description = A smaller version of the Mk1CargoBay for tiny cargos. Kerbals are not allowed inside it. Read the disclaimer on your ticket.
@mass = 0.15
}[/CODE]
Link to comment
Share on other sites

Nevermind, I think I got it right, this time. At least, it apparently works (despite some flickering on the stacknodes)...

Can you check it, please?

[CODE]+PART[RxMk1CargoBayS]:FINAL
{
@name = RxMk1CargoBayT
//non-unity rescaleFactor and MODEL node are bad together.
@rescaleFactor = 1.0
@MODEL
{
@scale = 0.2075,0.2075,0.2075
}

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z

//Delete old nodes, because they're in a bad order.
-node_stack_top2 = 0.00, 0.415, 0.00, 0.0, 1.0, 0.0, 1
-node_stack_bottom2 = 0.00, -0.415, 0.00, 0.0, -1.0, 0.0, 1
-node_stack_top = 0.00, 0.415, 0.00, 0.0, -1.0, 0.0, 1
-node_stack_bottom = 0.00, -0.415, 0.00, 0.0, 1.0, 0.0, 1

//Recreate nodes with proper order, also fixed orientation and placement.
node_stack_top2 = 0.00, 0.2075, 0.00, 0.0, -1.0, 0.0, 1
node_stack_bottom2 = 0.00, -0.2075, 0.00, 0.0, 1.0, 0.0, 1
node_stack_top = 0.00, 0.2075, 0.00, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.00, -0.2075, 0.00, 0.0, -1.0, 0.0, 1

@entryCost = 2500
@cost = 400
@title = Mk0 Cargo Bay
@description = A smaller version of the Mk1CargoBay for tiny cargos. Kerbals are not allowed inside it. Read the disclaimer on your ticket.
@mass = 0.110
}[/CODE]
Link to comment
Share on other sites

  • 3 weeks later...

Alright, so I've finally put together a decent all-in-one package of an updated config (and a proper config for the size 0 bay -- which uses the same name as jlcarneiro's patch, so be careful) and DDS texture.  I like the original interior better than the brownish interior of Master39's texture, while Master39's exterior color is closer to PorkJet's, so I made a hybrid.

Download and enjoy!

Version history and changelog

  • 2015 12 12: "Initial" release. Fixes include:
    • DDS texture
    • Fixed scaling to avoid stock MODEL/rescaleFactor bug
    • Drag cubes
    • ModuleCargoBay for shielding contents
    • Size 0 (0.625m) bay added

Roadmap

Nothing in particular -- just keeping it up-to-date.

Credits

Thanks to Talisar for the models, Roxette for the initial release, jlcarneiro for suggesting the Mk0 bay, and Master39 for the revised texture (I went back to the original interior rather than the gold/orange stuff, but the outside color looks much better).

License

(This release of) Mk 1 Cargo Bay is copyright 2015 Kerbas_ad_astra. Part configuration files, Module Manager patches, models, and textures are released under the CC-BY-SA 3.0 license (or any later version).

Edited by Kerbas_ad_astra
Link to comment
Share on other sites

Thanks, @Kerbas_ad_astra!

I'm glad you made this all-in-one package. I think this is essential to make it easier to new users and to users with little free time.

I prefer the brownish interior, but I'll give your hybrid a shot.

EDIT: I agree, it looks more techy now!

Edited by jlcarneiro
Link to comment
Share on other sites

16 minutes ago, Stone Blue said:

@Kerbas_ad_astra, not to be a jerk, but wouldnt it be better to just make a new release thread for this, instead of having the new version/link buried on page 3?

Good job keeping an old mod going, tho!... :thumbsup:

No, I agree -- I should make a proper standalone thread.  I'll get on that in the next couple of days.  Glad you like the release!

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