Jump to content

[Min KSP 1.12.X] Sandcastle: 3D printing for parts and vessels


Angelo Kerman

Recommended Posts

22 hours ago, Mr. Kerbin said:

https://github.com/Angel-125/Sandcastle

Nope, it seems the source code has all this added. However, it is not in full release. I can finally make my Minmus base! (maybe also a hotel and casino if you know what I mean..)

No, this is actually in release. A pre-release mind you, but still a release!

https://github.com/Angel-125/Sandcastle/releases/tag/v1.2.0

Any how-to or short video somewhere available how this works? I am currently about to return to ksp.... (as soon as RL lets me :-) )

 

 

And... I know about the Minmus casino by matt lowne. :D

Edited by Rakete
Link to comment
Share on other sites

On 9/23/2024 at 1:55 PM, JadeOfMaar said:

The latter. Unless I mis-read, Angelo said when the vessel is finished printing, then it presents this bounding box with the movement gizmo.

I'm interested in what the offset limits are and what they're decided from.

At present when spawning a vessel on the ground, there are no offset limits for where you move the  bounding box. Right now I'm just trying to make sure that the thing works. :)

The pre-release is indeed available, but expect to find bugs. I'm trying to sort out the fundamentals before diving into the next major planned release.

5 hours ago, Rakete said:

Any how-to or short video somewhere available how this works? I am currently about to return to ksp.... (as soon as RL lets me :-) )

 

 

And... I know about the Minmus casino by matt lowne. :D

I've found over the years that too many don't bother to read the directions or tutorials for me to make them. What I suggest is you download the latest, turn on Debug mode, and use that to play with spawning vessels in-game. Then try the normal route where you have to spend time printing the vessel from Ore (or go nuts and create module manager configs to turn on part requirements if you're in the mood for Kerbal Satisfactory).

Link to comment
Share on other sites

there seems to be a problem with defining custom materials for the printer. my MaterialList.cfg looks like this

MATERIALS_LIST
{
    name = Default
    RESOURCE
    {
          name = MaterialKits 
          rate = 0.5
    }
    RESOURCE
    {
          name = SpecializedParts
          rate = 0.25
    }
}

and it does make the printers require materialkits and specialisedparts, but it also still demands ore (so it needs 3 rescources instead of 2 i specified). Am i doing something wrong, or is this a bug?

Link to comment
Share on other sites

5 hours ago, tokamak_tinkerer said:

there seems to be a problem with defining custom materials for the printer. my MaterialList.cfg looks like this

MATERIALS_LIST
{
    name = Default
    RESOURCE
    {
          name = MaterialKits 
          rate = 0.5
    }
    RESOURCE
    {
          name = SpecializedParts
          rate = 0.25
    }
}

and it does make the printers require materialkits and specialisedparts, but it also still demands ore (so it needs 3 rescources instead of 2 i specified). Am i doing something wrong, or is this a bug?

From the looks of it, your ratios don't add up to 1.0. It looks like 50% MaterialKits and 25% Specialized parts. The remaining 25% will automatically be Ore. Sandcastle automatically adds Ore to ensure that the ratio of all the resources adds up to 1.0. If you increase your ratios to add up to 1.0 then you should be good to go. :)

Link to comment
Share on other sites

5 hours ago, tokamak_tinkerer said:

there seems to be a problem with defining custom materials for the printer. my MaterialList.cfg looks like this

MATERIALS_LIST
{
    name = Default
    RESOURCE
    {
          name = MaterialKits 
          rate = 0.5
    }
    RESOURCE
    {
          name = SpecializedParts
          rate = 0.25
    }
}

and it does make the printers require materialkits and specialisedparts, but it also still demands ore (so it needs 3 rescources instead of 2 i specified). Am i doing something wrong, or is this a bug?

In addition to @Angelo Kerman's answer, if you're creating a new MATERIALS_LIST node and not editing the one that already exists, then it's possible that you're causing two default recipes to exist and that Sandcastle is merging them. And indeed, if your ratios don't add up to one, Ore will appear and fill in the remainder.

Link to comment
Share on other sites

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