Jump to content

MoonstreamInSpace

Members
  • Posts

    138
  • Joined

  • Last visited

Posts posted by MoonstreamInSpace

  1. A few other missing features to add on to this thread:

    Craft folders: this was one of my favorite feature additions to KSP1, and made it much easier to keep track of huge sprawling save files. (also, if it is implemented, please implement it so that it works with the filesystem like how KSP1 did)

    Alarm clock: This made not overshooting maneuver nodes that much less easy, and both the softer slowdown at the end compared to just clicking the "warp to node" button and the ability to set the delay before the node made trying to not miss maneuvers 30 years in the future that much easier.

    Forced Physwarp (alt+timewarp): makes landings a lot easier, as you don't have to stop warping every few seconds to reset orientation and adjust throttle

    Maneuver node planner (the thing from the room to maneuver update): First and more obviously, it lets people fine-tune your maneuvers much more carefully, making it easy to find that last 0.1 m/s change that brings them to a close encounter, and also text input made it easy to reset an unintentional direction change by setting it back to 0. It also gave the ability to edit the maneuver while it isn't on-screen, which lets people focus on looking at where they are going to go, instead of having to awkwardly adjust the camera so they can see where the maneuver started.

    Pinnable part menus: The ability to have the guis for multiple parts available so you can fine-tune values such as friction on landing gear, or thrust on multiple VTOL engines, is very useful.

    Selecting parts in the VAB when setting action groups (left-click on a part, its actions are now highlighted in the AG menu)

    Action groups for parts being grouped by symmetry: Much easier than setting 8 multimode engine keys seperately

    Global rotation/translation, especially having parts snap to a "global grid" when moving and rotating.

    Renaming vessels in-flight

    Fuel tank locking

    Fuel tank priority

  2. Reported Version: v0.1.2 (latest) | Mods: none | Can replicate without mods? Yes 
    OS: Windows 11 (Through Parallels on Mac 13.4) | CPU: M2 CPU (Not sure how emulation works) | GPU: (Not sure how emulation works) | RAM12GB allocated

    (Using a Windows emulator, I understand this is not officially supported, but I'm curious if this might be useful info)
    Issue involving a black border between Kerbin and space.

    My findings on the problem:
    - It appears at the border between Kerbin's surface and space
    - It stays anywhere on screen that it had been in the past (leading to a kind of "smearing")
    - However, if between 2 frames, it moves to another section of the screen, then there is no black in between (likely because it never rendered there?)
    - Changing the window size (possibly forcing the game to re-render everything?) removes the "smears" leaving only the border itself.
    - It shows up on the KSC and in flight mode, but not in map view or the Tracking Station.
    - It is much thicker at alt 0 than at alt 70K
    - The sun shows through it
    - The "smears" of the border also remain even after changing the view to the map screen and back.
    Sorry, I get this isn't the most coherent bug report or that relevant.

    Note: the game is entirely playable, and runs surprisingly well! I just need to manually reset the "smears" sometimes to keep the screen visible.

    Included Attachments:

    Screenshot_2023-06-06_at_17.png.aef796da385c0e5554f88d6d976413a4.png

     

  3. On 12/9/2022 at 6:23 PM, MoonstreamInSpace said:

    I actually had KSP_PartVolume do all the work for me, by mass-replacing all instances ModuleInventoryPart to be unrecognizable, running it, taking the generated MM file, and resetting that to use ModuleStorablePart. We'll see how this spaghetti plays out.

    Update: It didn't work. I'll have to do it manually.

  4. This mod does not work with stock EVA construction. I can't attach modules in a line (due to EVA construction collision detection), and part variants have the attach nodes of the root part (it's a bug even when the parts were placed in the VAB). Is there anything I can do to fix these problems? On that note, is there any mods that make it possible to detach parts that aren't at the very edge for EVA construction and/or place parts that would overlap?

    EDIT: There seems to be a (temporary) workaround to the construction problem involving offsetting parts around, and I can still build with the basic chassis parts without variants, but if there are fixes to either of these, please let me know. Also, "Mountain Goat" wheels are bugged , they shift backward and up relative to their mounts once placed, but can be fixed with by quicksaving and reloading.

    It's possible that most of these are caused by mod conflicts, though.

  5. Another issue: When I print a part variant (buffalo chassis long), it prints the part like it should, but the attachment nodes appear to be taken from the base part instead  of the variant (it has the buffalo chassis short nodes, but looks like a long chassis). What is going on?

    EDIT: OK, it appears it's a bigger bug than I thought. Even a part placed in the VAB has the wrong nodes in EVA construction.

  6. 1 hour ago, Angel-125 said:

    That ModuleStorablePart comes from Sandcastle, so any parts that have ModuleCargoPart would would need a ModuleManager patch to replace it with ModuleStorablePart. You'd have to make the patch so that it applies only if Sandcastle is installed, and it would have to be applied after KSP_PartVolume. Other than that, it would be straightforward to do.

    Gotcha, thank you for clarifying that! Is there an easy way to get/estimate the volume of a part?

  7. 2 hours ago, capi3101 said:

    Not in the most recent version. As a workaround, I carry around a Rangeland inflatable launch pad and use it to print up care packages I put together in the VAB. It does mean I need to carry around a Claimp Jumper and an Ironworks with my starter base, but that's not a bad idea anyway. Set your first Chuckwagon for equipment and the second to Rocket Parts. Once that done, the first care package can include everything you want to finish building the final base.

    It works, but it's a bit clunky. I for one would like to see the functionality return to the Blacksmith and Clockworks, frankly.

    Come to think of it, I think I was able to print up a screwdriver. But don't quote me on that...

    I actually use the Buffalo2 Workshop for printing out things.

  8. I noticed that there is a config inside the Buffalo2 files that allows parts with ModuleInventoryPart to effectively also have ModuleCargoPart. How hard would it be to give this to, say, all the Pathfinder and/or stonk parts? Would it be possible to make a variant/modification of KSP_PartVolume that uses the new system instead?

  9. I just reconfigured a Ponderosa into a Sandcastle to test that everything is working, and there are no parts whatsoever in the print dialog. How do I fix this?

    EDIT:It appears that it's some bug specifically with Pathfinder itself, as the basic Sandcastle thing works. Maybe the Ponderosa doesn't have enough inventory space?

    EDIT:I'm pretty sure it has something to do with the Ponderosa not having its own inventory.

  10. On 5/4/2022 at 8:32 AM, linuxgurugamer said:

    So what's the problem, then?  The mod itself already ignores parts which have an inventory

    On 5/4/2022 at 4:28 AM, flart said:

    the game does not allow to put an inventory into inventory, so it is stock limitation

    I see the problem now. Sorry about that.

  11. 4 hours ago, Revilo2601 said:

    I think I know what you ate missing. Sandcastle offers some separate parts that can print the other parts for you (well obviously that is what the description says) there are 2 buttons on the printer, one for the printing itself, one for recycling. The first one ist what you are looking for.

    I knew about that. In the past, when OSE was around, the Hacienda and the Casa had configurations where they would act as part printers, and I was wondering if they hand Sandcastle configurations now.

  12. 5 minutes ago, Angel-125 said:

    Not sure what you are referring to, but you should find the parts listed in the Sandcastle Print Shop GUI.

    I was mostly unsure how to/if you can print things using the inflatable parts. I'll try and launch KSP again to see if I just missed something, as I'm really good at missing a bunch of hard-to-miss things.

×
×
  • Create New...