-
Posts
110 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by SofieBrink
-
[1.12.9] Starship Launch Expansion - v0.5 Beta (May 31)
SofieBrink replied to SAMCG14's topic in KSP1 Mod Releases
Modular Launch Pads has the 39a Falcon 9 tower and crew access arm. Tundra has a transport erector with an attach node for MLP’s tower -
[1.12.9] Starship Launch Expansion - v0.5 Beta (May 31)
SofieBrink replied to SAMCG14's topic in KSP1 Mod Releases
You’ve most likely attached Mechazilla to the wrong node, place it on the highest node available. -
[1.12.9] Starship Launch Expansion - v0.5 Beta (May 31)
SofieBrink replied to SAMCG14's topic in KSP1 Mod Releases
To be fair you had the model done by then. It just didn’t work lol -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
white??? how did you do that one?? could you provide some screenshots of wht you are seeing and your gamedata folder? -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
Long Story short, the module belongs to tundra as it was made for falcon 9. if tundra is not present we use the stock engine switch that only permits 2 engine modes, you could update your script to call this module if tundra’s isn’t present -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
Consider me Incredibly impressed, The guidance for the ship could use some work in a couple places but those GUI's man those are magic to me. -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
Yep, we’re still going. Albeit a little slowly as Kari is very busy at the moment. From these screenshots of your gamedata folder, you do not appear to have TexturesUnlimited installed. Also, Tundra does not supply TexturesUnlimited, you need to download it yourself. -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
I believe you could use the BDB Saturn V S-II to S-IVb interstage to convert to 3.75 meters. Converting to 5 meters might be a bit more difficult. I would recommend procedural parts or tweak scale if you really need that particular conversion. The invite looks fine on my end, could you try again? -
[KSP 1.8+] Kerbal Konstructs (Continued)
SofieBrink replied to NathanKell's topic in KSP1 Mod Releases
Hi there, I've been trying to write a StaticModule for Kerbal Konstructs but even with the simplest module like this: using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using KerbalKonstructs.Core; namespace StarshipLaunchExpansion { public class KKTestModule : StaticModule { // Constants public const string MODULENAME = "ModuleSLEAnimate"; public void Start() { Debug.Log($"[{MODULENAME}] Hello!!!!"); } } } and i am adding it to the static like this: MODULE { name = KKTestModule } I keep getting this error thrown in the debug log. https://imgur.com/a/yGLoCsa Any suggestions to what i am doing so wrong that something as simple as this doesn't work? Edit: just noticed the MODULENAME string is defined to the wrong thing, oh well that shouldn’t have any affect as it is only for loggin purposes -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
Right okay, that’s intended. The ship cannot fly on earth/kerbin with a full tank of fuel. -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
Could you elaborate a little bit? just the ship? Or the ship ontop of the booster? if the first how much fuel is in the tank? -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
Lunar variant is planned, i am unsure what you mean with “the 45 degree riser canards” -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
Yes, we’re planning to add kerbalism configs in a future update. -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
Can it not? I will check this Edit: just checked, it did not have either of these. Both have been added and will be in the next patch! Thanks for letting us know! -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
Try to stick close to or on the prograde marker. If it is still flipping when you do that it might be a bug. If so I recommend you to join the dev discord. Its easier to help you there! -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
The “engine” is a vent, and yeah its a known bug that it blows you up in RO, not sure why. Its on the tank and the other 2 nosecone variants too. huh that might be something with RO again then, for me the iva is just the MK3 crew cabin and the kerbals fit in it fine -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
Yeah this is a fair point, It’s a double edged blade though. Currently people seek help here or in the Discord to ask basic questions about their own crafts, if we were to include craft files without any action groups etcetera people might seek help because “The flaps do not work, even with the included craft”. Anyhow maybe a tutorial on how to build and use the ship like Tundra had for Gojira could be in order. -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
I'll play devils advocate here and say that configuring all the action groups etc are part of the fun. Also not everyone sets up their action groups the same way. So providing craft files with preset actions might not actually be helpful to most people. And yes the discord is public, There is a hyperlink to it in the main post but here's an invite link for now: https://discord.gg/CQzk9H84pr There are RO configs specifically for SEP in the extra's folder, No need to use the very outdated Tundra configs -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
There won’t be any craft files included, There is only 16 parts and they are all in a nice subcategory. Constructing the ship and booster should be quite easy We’ve seen people in the discord server report issues with attach nodes not being where they are supposed to, sadly we are unable to reproduce these issues and thus cannot fix them at this point. -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
The starship “Folding over” is easily fixed by using autostruts and rigid attachment. The plume issues is a bit more difficult on the other hand. Could you join the discord server? Its a lot easier to provide support there! -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
The HLS is planned, and i have heard Kari talk about an elevator for a while, so this might actually happen. Its redacted, what can i say -
[1.12.5] Starship Expansion Project - SEP | v2.2.0 (June, 23rd, 2024)
SofieBrink replied to Kari's topic in KSP1 Mod Releases
Congrats on the official release Kari! I can’t wait to see what the future will bring for the mod. -
[1.12.9] Starship Launch Expansion - v0.5 Beta (May 31)
SofieBrink replied to SAMCG14's topic in KSP1 Mod Releases
No it adds a completly new starship model, It uses the plugins created by @ValiZockt for Tundra as the flap controls though. This means you do need Tundra V5.0 or higher for SEP's Starship to function properly ( for now ) -
Orbital Tech
SofieBrink replied to Orbital Velocity's topic in KSP1 Modelling and Texturing Discussion
This looks great, Can't wait! -
[1.8.1] Kerbal Konstructs - 1.8.1.15 - 15.Dec.2019
SofieBrink replied to Ger_space's topic in KSP1 Mod Releases
i did put one at about 200 meters in the air, Set to visible so i could spawn there. to no avail just spawned the craft down on the ground. and could see the spawn point floating above me