MKSheppard Posted June 17, 2020 Share Posted June 17, 2020 Here's a little patch I made to fix a hole in the 1.25m station part list: It converts the PTD-6 Star Utility Module into a combined science-utility module: @PART[sspx-utility-125-1] //Station Parts Expansion Redux 1.0.0 -- 1.25m utility pod { %title = PTD-6 'Star' Science-Utility Module %description = This crewed science-utility module has enough space for the station engineer to poke his head in every once in a while and hope things aren't going *too* wrong. Additionally, it contains provisions for a scientist to do a small amount of research. %category = Science MODULE { name = ModuleScienceContainer reviewActionName = #autoLOC_502204 //#autoLOC_502204 = Review Data storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments collectActionName = #autoLOC_238018 //#autoLOC_238018 = Take Data evaOnlyStorage = True storageRange = 0.5 allowRepeatedSubjects = True } MODULE { name = ModuleScienceLab containerModuleIndex = 0 dataStorage = 50 crewsRequired = 1 canResetConnectedModules = True canResetNearbyModules = True interactionRange = 5 SurfaceBonus = 0.1 ContextBonus = 0.25 homeworldMultiplier = 0.1 RESOURCE_PROCESS { name = ElectricCharge amount = 10 } } MODULE { name = ModuleScienceConverter dataProcessingMultiplier = 0.5 // Multiplier to data processing rate and therefore science rate scientistBonus = 0.25 //Bonus per scientist star - need at least one! So 0.25x - 2.5x researchTime = 7 //Larger = slower. Exponential! scienceMultiplier = 5 //How much science does data turn into? scienceCap = 25 //How much science can we store before having to transmit? powerRequirement = 2.5 //EC/Sec to research ConverterName = #autoLOC_502055 //#autoLOC_502055 = Research StartActionName = #autoLOC_502056 //#autoLOC_502056 = Start Research StopActionName = #autoLOC_502057 //#autoLOC_502057 = Stop Research } MODULE { name = ModuleKerbNetAccess MinimumFoV = 17 MaximumFoV = 63 AnomalyDetection = 0 DISPLAY_MODES { Mode = Terrain,#autoLOC_438839 //#autoLOC_438839 = Terrain Mode = Biome,#autoLOC_438890 //#autoLOC_438890 = Biome } REQUIRED_EFFECTS { Effect = ScienceSkill } } MODULE { name = ModuleExperienceManagement costPerKerbal = 0 } } Quote Link to comment Share on other sites More sharing options...
CSA Posted June 17, 2020 Share Posted June 17, 2020 (edited) I have a problem with the CTD-10 "bagel" part. I cannot transfer crew to this piece. Message: "The SSPX-inflatable-centrifuge-125-1 capsule has no personal inventory space." In the inventory of this piece, there is only capacity for 1 liter. Resolved. I had it wrongly installed. I missed putting the contents of the "extra" folder in the "gamedata" folder Edited June 17, 2020 by CSA Quote Link to comment Share on other sites More sharing options...
Wyzard Posted June 17, 2020 Share Posted June 17, 2020 37 minutes ago, CSA said: I had it wrongly installed. I missed putting the contents of the "extra" folder in the "gamedata" folder All that's in Extras is optional metal textures. Install it if you want that, but it's not needed for the parts to work correctly. The error you're getting is caused by a known KIS limitation: expandable parts (like the Bagel) don't support personal inventory for kerbals in them. This is unrelated to the 1L container inventory that you mentioned; a kerbal's personal inventory is stored separately from that. The kerbal's inventory is stored as data on the part where the kerbal is sitting, and when you transfer a kerbal from one part to another, KIS needs to transfer the associated inventory data from the old part to the new one. However, expandable parts don't have a place to store personal inventory data, so KIS blocks the crew transfer because the alternative would be to have the kerbal's inventory items just vanish. The workaround is to empty the kerbal's personal inventory before transferring into the Bagel (or any other expandable part). Give the items to another kerbal, or put them into a regular KIS container. (Separately from that, though, the Bagel's 1L container inventory does seem weird. It probably ought to be either bigger, or not there at all.) Quote Link to comment Share on other sites More sharing options...
CSA Posted June 18, 2020 Share Posted June 18, 2020 12 hours ago, Wyzard said: All that's in Extras is optional metal textures. Install it if you want that, but it's not needed for the parts to work correctly. The error you're getting is caused by a known KIS limitation: expandable parts (like the Bagel) don't support personal inventory for kerbals in them. This is unrelated to the 1L container inventory that you mentioned; a kerbal's personal inventory is stored separately from that. The kerbal's inventory is stored as data on the part where the kerbal is sitting, and when you transfer a kerbal from one part to another, KIS needs to transfer the associated inventory data from the old part to the new one. However, expandable parts don't have a place to store personal inventory data, so KIS blocks the crew transfer because the alternative would be to have the kerbal's inventory items just vanish. The workaround is to empty the kerbal's personal inventory before transferring into the Bagel (or any other expandable part). Give the items to another kerbal, or put them into a regular KIS container. (Separately from that, though, the Bagel's 1L container inventory does seem weird. It probably ought to be either bigger, or not there at all.) Ahhh. Okay. okay. I thought it was because of the contents of the extra folder. I understand now. Very well explained. Thank you. Quote Link to comment Share on other sites More sharing options...
Probro Posted June 18, 2020 Share Posted June 18, 2020 On 6/16/2020 at 1:20 AM, Gargamel said: Considering I am currently using this mod to build a really nice Station, along with the other 59 pages of the thread stating how it works, I think you might be mistaken. Most likely you have installed it wrong, and inadvertently borked your install. Please show a little respect to the mod writers who make these mods in their own time, for no pay. The first post in the thread usually has troubleshooting guides and how to request help with fixing any errors you have. This might get you started in the right direction: okay look i may have started a few contreversies and angered alot of people when i called the mod fake but the truth is that i messed up my install and i lost a amazing space station that i've spent weeks designing and building and all for it to just go just like that i was just overcome with rage i have rebuild the station but i dont think i'll be touching this mod for a while since i tried downloading it again it deleted all my crafts again but luckily i had a save in a diffrent folder so that was a relief even after all that i still dont know how to download mods if anyone wants to teach me i'd be more than happy to be taught because i admit im a script kiddie and i dont know how to download mods, i've combined gamedata files of the mod wih the gamedata of KSP but thats what caused it to destroy my save so yeah Quote Link to comment Share on other sites More sharing options...
Nertea Posted June 18, 2020 Author Share Posted June 18, 2020 On 6/17/2020 at 4:06 AM, Virtualgenius said: Really I disagree, I did not seem to have any problems with it at all, I built a very nice Mun Base Dang that's a beauty! Quote Link to comment Share on other sites More sharing options...
Gargamel Posted June 19, 2020 Share Posted June 19, 2020 2 hours ago, Probro said: okay look i may have started a few contreversies and angered alot of people when i called the mod fake but the truth is that i messed up my install and i lost a amazing space station that i've spent weeks designing and building and all for it to just go just like that i was just overcome with rage i have rebuild the station but i dont think i'll be touching this mod for a while since i tried downloading it again it deleted all my crafts again but luckily i had a save in a diffrent folder so that was a relief even after all that i still dont know how to download mods if anyone wants to teach me i'd be more than happy to be taught because i admit im a script kiddie and i dont know how to download mods, i've combined gamedata files of the mod wih the gamedata of KSP but thats what caused it to destroy my save so yeah Check the link I provided in the first post so you can learn how to install mods. Quote Link to comment Share on other sites More sharing options...
Dep_Opt Posted June 19, 2020 Share Posted June 19, 2020 (edited) On 6/17/2020 at 12:06 PM, Virtualgenius said: Really I disagree, I did not seem to have any problems with it at all, I built a very nice Mun Base That's gorgeous. What are the parts for those rovers from? Edit: NVM, worked it out. Buffalo rover, right? Edited June 19, 2020 by Dep_Opt Quote Link to comment Share on other sites More sharing options...
vossiewulf Posted June 19, 2020 Share Posted June 19, 2020 2 hours ago, Dep_Opt said: That's gorgeous. What are the parts for those rovers from? Edit: NVM, worked it out. Buffalo rover, right? Those are ERS rovers. Quote Link to comment Share on other sites More sharing options...
Virtualgenius Posted June 19, 2020 Share Posted June 19, 2020 @Dep_Opt the rovers are from @alexustas ERS rovers they are awesome one of the best mods ever created Quote Link to comment Share on other sites More sharing options...
Wyzard Posted June 20, 2020 Share Posted June 20, 2020 On 6/17/2020 at 7:06 AM, Virtualgenius said: Out of curiosity, how'd you put that together? In sections using USI Konstruction ports, or built in-place with GC/EPL, or something else? I'm assuming you didn't launch that whole thing from Kerbin fully assembled, but I don't see any docking ports (aside from the ones for the rovers). Quote Link to comment Share on other sites More sharing options...
Virtualgenius Posted June 20, 2020 Share Posted June 20, 2020 (edited) @Wyzard each module is connected by a docking port, I think I used the restock grande ones you can see them they have a serrated edge, the large section with the antenna actually folds down so i had to do minimal installs on site The whole center section you can fit into @Nertea Near Future Launch Vehicles then i just use disposable skycranes to land them I use mechjeb and you can get quite close and the the magnetic docking ports pull them together plus you can do some pushing with the Rovers @Nertea thanks for reply, I was wondering if you would consider adding a deployable ramp and stairs into an airlock module finding cool ladders and ramps is hard Edited June 20, 2020 by Virtualgenius Quote Link to comment Share on other sites More sharing options...
Wyzard Posted June 20, 2020 Share Posted June 20, 2020 1 minute ago, Virtualgenius said: I think I used the restock grande ones you can see them they have a serrated edge Aha — I was looking for the shape of 1.25m docking ports, and forgetting that the bigger ones aren't as thick relative to the diameter, and they don't have the flange that the smaller ones have. Thanks, now I see. Quote Link to comment Share on other sites More sharing options...
Dep_Opt Posted June 21, 2020 Share Posted June 21, 2020 On 6/19/2020 at 12:31 PM, Virtualgenius said: @Dep_Opt the rovers are from @alexustas ERS rovers they are awesome one of the best mods ever created They look absolutely awesome, but the lack of life support integration is putting me off for now. Guess I'll just have to make do with the Lynx, Karibou, Malamute and Akita. Yeah, I like rovers... Quote Link to comment Share on other sites More sharing options...
Chadley123 Posted June 21, 2020 Share Posted June 21, 2020 (edited) I do not know if this has been brought up already, but I have been having issues with the Coriolis centrifuge module. It does not appear to deflate properly. After some testing, it doesn't seem to collide with fairings, and it looks correct when inflated. I was just wondering if there was anything I could do on my end to fix the visual bug. Any help you are willing to give will be greatly appreciated. Thank you Edit: I found the issue myself, it was related to the render quality setting in my game settings. I had it turned all the way down. Edited June 21, 2020 by Chadley123 Quote Link to comment Share on other sites More sharing options...
Chemical Factory Posted June 30, 2020 Share Posted June 30, 2020 Excuse me, what should I do after this? Quote Link to comment Share on other sites More sharing options...
DStaal Posted June 30, 2020 Share Posted June 30, 2020 Click the bright green 'Create Pull Request' button. Quote Link to comment Share on other sites More sharing options...
Chemical Factory Posted July 1, 2020 Share Posted July 1, 2020 Pull request have to be closed? Quote Link to comment Share on other sites More sharing options...
Virtualgenius Posted July 1, 2020 Share Posted July 1, 2020 (edited) Some Duna Outpost Pics for everyone Duna Outpost morning weather readings Duna Outpost at dawn Edited July 1, 2020 by Virtualgenius Quote Link to comment Share on other sites More sharing options...
hypervelocity Posted July 1, 2020 Share Posted July 1, 2020 (edited) On 6/20/2020 at 12:21 AM, Virtualgenius said: @Nertea thanks for reply, I was wondering if you would consider adding a deployable ramp and stairs into an airlock module finding cool ladders and ramps is hard You can use the Infernal Robotics to create your own deployable ramps, moving ladders and much more! Edited July 1, 2020 by hypervelocity Quote Link to comment Share on other sites More sharing options...
Dogmeat551 Posted July 2, 2020 Share Posted July 2, 2020 My inflatable habitats and centrifuges does not have a crew inside, Anyone help??? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted July 2, 2020 Share Posted July 2, 2020 (edited) 1 hour ago, Dogmeat551 said: My inflatable habitats and centrifuges does not have a crew inside, Anyone help??? Are they inflated? Edited July 2, 2020 by linuxgurugamer Quote Link to comment Share on other sites More sharing options...
Kerminator K-100 Posted July 3, 2020 Share Posted July 3, 2020 Do I need the extras folder? What does it add? If I do need it where do I put it: Game data folder or KSP folder? Quote Link to comment Share on other sites More sharing options...
rib3irojr Posted July 3, 2020 Share Posted July 3, 2020 On 7/1/2020 at 9:23 AM, Virtualgenius said: Some Duna Outpost Pics for everyone Duna Outpost morning weather readings Duna Outpost at dawn from where's the cargo bay? Quote Link to comment Share on other sites More sharing options...
Virtualgenius Posted July 4, 2020 Share Posted July 4, 2020 (edited) From Near Future Launch Vehicles Spacedock Link https://spacedock.info/mod/1434/Near Future Launch Vehicles Edited July 4, 2020 by Virtualgenius Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.