

methodermis
Members-
Posts
19 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by methodermis
-
Hi, love the mod and thanks for maintaining and continuing it! When I get all the parts up and complete an experiment I got 50 science, yay! I sent up another experiment, completed it, and I get 0 science! Was very excited to see this mod is "designed to be integrated into a permanent space station" but this seems completely untrue by function. Is this correct behavior? Seems like the entire station will be full of completely useless parts once each experiment type is run. I guess a roving science train could have good benefit but all the parts are rendered useless and inert unless they can move. Is there a way to reset the science manually or via future mod version to rerun experiments from the same biome/station? I think this is possible in engine, but maybe someday could implement diminshing returns.
-
Using KSP 1.1.0.1203 and Hyperedit Beta3. Trying I noticed when using the orbit editor to throw a ship into space, the vessel will consider itself still landed. The view wobbles and all sorts of stuff is broken. As a workaround, I have to 'hack gravity', nudge the ship off the landing pad until kerbal engineer tells me the vessel situation goes from 'landed' to a flying state, then i can use the orbit editor freely. Seems like the vessel doesn't realize it's in flight after an orbit change and gets stuck in some broken state.
-
I'm having KIS inventory vanish when boarding the workshop and hab module from EVA. Getting in and out of a stock pod doesn't eat the inventory, but getting into a deployed inflatable module eats the KIS items. Also can't transfer anyone to ag module, even after switching vessels. Anyway thanks for sharing all your hard work, you're amazing!
- 706 replies
-
- gameplay
- colonization
-
(and 1 more)
Tagged with:
-
[1.0.5] Kerbal Planetary Base Systems v1.0.2 Released!
methodermis replied to Nils277's topic in KSP1 Mod Development
Love the mod! Nice K&K icons and good idea separating the gangways from the modules with two manufacturers. The Gangway Docking Port should be in 'gangway and sewer pipes' manufacturer. There needs to be a 'planetary base system' fuselage type in the 'cross section profile' advanced sort. Just needs a little icon. -
[1.3.0] OPT Space Plane v2.0.1 - updated 29/07/2017
methodermis replied to K.Yeon's topic in KSP1 Mod Releases
Hey Yeon, love your work. Looking forward to the scaled up J. Any luck with cargo bays shaking to death? Stock bays don't do this when parts are clipped into them, but the J and K bays do. The ship snaps calm when the bay ends its animation, so you can toggle it open and closed quickly upon launch. But in the case below it caused RUD faster than I could press anything. -
[1.0.5] Kerbal Planetary Base Systems v1.0.2 Released!
methodermis replied to Nils277's topic in KSP1 Mod Development
On the subject of atmospheric entry.. I'd position two stacks of these bottom to bottom, stick a circular heat shield on one side and wrap the whole thing in a fairing. This seems like the way NASA would do it. Unfold/position/dock/expand the modules once landed. How about an attachment node on the bottom and a light decoupler piece that can attach two modules together to a heatshield? Just spitballing, pretty sure landing these on duna would be easy without any ablatives. -
[1.0.3] Editor Extensions v2.12 - 23 June
methodermis replied to MachXXV's topic in KSP1 Mod Releases
Works! Thanks a ton! It now seems to be doing manually what the manual workaround was: click the symmetry count button after cycling editorextensions symmetry count. -
[1.4.*] [2.5.3] (2018-04-06) UbioZur Welding Ltd. Continued
methodermis replied to girka2k's topic in KSP1 Mod Releases
Can you put the dev source on a free Github? Then we could look and contribute without touching your computer. We could also submit issues and follow progress. -
I can use Editor Extensions to surface mount the NERVA without any mod parts, does that not transfer heat like your method does?
-
[1.3.0] OPT Space Plane v2.0.1 - updated 29/07/2017
methodermis replied to K.Yeon's topic in KSP1 Mod Releases
Amazing parts, great update. Really love the new engine types, it's nice to see experimentation in this realm. I recommend bac9's new procedural wings, they go really well with this pack http://forum.kerbalspaceprogram.com/threads/104966-0-90-B9-Aerospace-Procedural-Parts-0-1 -
[1.0] Mk3 Mini Expansion Pack (Mk3 NoseCone and Alternate Cockpit)
methodermis replied to K.Yeon's topic in KSP1 Mod Releases
@PART[mk3Cockpit_Airliner]:HAS[!MODULE[ModuleConnectedLivingSpace]]{ MODULE { name = ModuleConnectedLivingSpace passable = true } } -
[0.23.x] misc "Mk2" parts: set 2 four new nose cones 1.0
methodermis replied to Justin Kerbice's topic in KSP1 Mod Releases
Any hope of updated Mk2 shapes? Pretty neat part ideas! -
Procedural landing gear mod?
methodermis replied to Exerminator2000's topic in KSP1 Mods Discussions
Linking to Adjustable Landing Gear, since this post still shows up high in google. Install this and delete all other landing gear for headache free landing. </thread> -
Does anyone know of any games relating to the Internet?
methodermis replied to Benjamin Space Program's topic in The Lounge
Become a network engineer, they pay you to play this game. -
Heya, looking forward to surface attachment passage. Anyway, I whipped up some patches for a few mods that needed it. I'm not sure if this is the best way to patch things, as this is my first patch. It would be nice to simply patch anything with CrewCapacity > 0. @PART[B9_Cockpit_D25]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[HL_Aero_Cockpit]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[B9_Cockpit_M27]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[B9_Cockpit_MK2]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[B9_Cockpit_S2]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[B9_Cockpit_MK2_Body_Crew_2m]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[B9_Cockpit_MK5]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[B9_Cockpit_S2_Body_Crew]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[B9_Cockpit_S2_Body_Crew_6m]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[B9_Cockpit_S3]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[crewCabinScience]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[Mark1-2SciencePod]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[mk2ScienceLanderCabin]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[mk2ScienceCrewCabin]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[OnionNewScience]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[FSscienceCrewFuselage]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[FSCrewFuselage]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[StnSciLab]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } } @PART[StnSciZoo]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true } }