Jump to content

K3-Chris

Members
  • Posts

    1,295
  • Joined

  • Last visited

Reputation

183 Excellent

Profile Information

  • About me
    Pretend Genius

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Stock drills only extract Ore don't they? Does ore convert to life support in some way?
  2. Btw does any of the UKS drills extract anything from asteroids for use with space station life support? like water, minerals, substrate etc to turn into stuff?
  3. Well has anyone made that MM.cfg? I have to strap supply storage to everything and it's somewhat tedious. What mods fill that gap? Does any other mods than UKS/MKS interact with this one? Don't get me wrong, having self sufficient bases shouldn't be simple or easy or low tech, but at some point having to send supplies all around the kerbol system to bases and stations elsewhere becomes a massive undertaking making manned missions outside the kerbin SOI unfeasible. First post mentions stuff about combining water and substrate to make more supplies but I don't know what modules you need to make that possible or if it is. Actually U2 pressure suits have a multi-layer grommet that allows the wearer to insert a straw-like plastic tube into their mouth and squeeze a tube of liquid or mushy food: could work in a vacuum if thermally regulated (part touching your lips needs to be body temperature, food/drink needs to be +60c to +15c~ without some way to control the temperature either directly or by being stored in a controlled environment it would get too hot in the sun and too cold in the shade.
  4. Has anyone made a MM .cfg that adds a certain amount of supply storage to manned pods based on number of seats? Should be a base feature of the mod imo but until then an mm.cfg would be appreciated. Is there a flowchart anywhere of how resources interact? Trying to figure out how to make a self sufficient base on say duna, but it seems supplies can only be recycled from mulch at a loss? How do I actually make more? Fertilizer seems to be impossible to make?
  5. Yeah realistically, and yes I know mass is still a factor. Also you can carry stacks of things on your back, pretty sure that's not intended. I can carry a stack of those 1 ton UKS Anchor hubs around and drop em one at a time, which saves time, but is somewhat against the laws of physics I think. Btw is there a keybind to open the inventory of your current kerbal? If not I suggest I, I keep hitting it. XD
  6. I've been using KAS and KIS for a long time now and while I really like it and use it a lot there are some aspects of it I find perplexing, primarily in orbit, the 1 ton weight limit per kerbal makes some sense on kerbin but imo should scale with gravitational forces experienced, ie can lift more than 1 ton on minmus and perhaps a whole lot more in orbit, and in orbit it's a bit... weird moving parts around, since the majority of parts now don't actually fit into kerbal's inventory and doesn't have the back attachment system therefore you can't really transport large parts in orbit except by detaching them and bumping them with your kerbal (I don't recommend this, tends to fly away in random directions) or you can do something pretty weird, you can line up your kerbal to go from where the part is to where it's going, grab the part while you pass it, then attach it to where it's going when you get there, effectively teleporting the part, sometimes really far if you line up your kerbal right (can't use RCS controls while placing the part) That's pretty wonky imo. On the ground I assume you're meant to move parts along the ground by repeatedly picking them up and placing them, which works since you have some ground to use, in orbit you don't have anything to gradually shift it with like that, and keeping kerbals near parts in orbit is a real pain (perhaps extend the distance some in orbit?). Reason I use KIS for orbital construction is that OKS parts are so large that it's hard to get em all into orbit at once, and adding senior docking ports between all parts triples the partcount of a station and makes it really floppy. Not sure how to improve the orbital construction, one idea I got that I'm not sure is possible to implement is to have 2 or more kerbals grab onto large parts in orbit and basically work like RCS thrusters for the part, maneuver the part until it's chosen attachment point (surface, nodes) is close enough to another part and have it attach after you push a button to confirm the placement.
  7. B9 IVA glass have simulated imperfections like dirt and specs on it, it's by design to make it look like glass, an object that's completely transparent doesn't look like glass, it looks like air, glass in reality has all those imperfections and reflections to it which we're good at ignoring out of hand. KSP can't really do reflections as far as I know and it would be really expensive computationally to do so, but imperfections it can simulate using a texture. I made that texture and I tried to layer some white, black and browns in there to simulate a window exposed to high heat (blacks are baked debris), high speed (tried to layer in streaks into the texture to make it look like water and air has pushed along the window in the direction it would go at speed) and some brown specs in places that are very low opacity, middle effect bellow the streaks of a swirling motion to simulate someone cleaning the windows with a rag or similar in a circular motion. I tried to balance the opacity to make it visible enough but not obtrusive. I really wish the windows had different effects based on situation though, would be awesome if they frosted up in space, got gradually more dirty as the plane flew, much more so during re-entry etc.
  8. bac9: #kspmodders mentioned that stock tweakables leak as well: http://i.imgur.com/e8qPKXA.gif https://i.4cdn.org/vg/1420196534801.webm Also terrain is leaking: http://forum.kerbalspaceprogram.com/threads/105514-BUG-Memory-Leak-Flying-Near-Ground Pretty safe to assume at this point it's a problem with the game, not your mod.
  9. First launch with ATM can take a really long time, on the order of 30mins or more, but it's faster after that, install ATM, launch KSP, minimize/alt-tab/whatever and do something else until it chews through the textures, it's making a cache of compressed variants of the textures to load instead of the actual textures, this takes time, but when it's done it's done and doesn't need to be done again.
  10. Unity/KSP limitation, basically colliders only interact when they intersect each other's surfaces, basically they're hollow shells, if you're going fast enough the wheel's collider will clear the surface of the ground between frames/physics ticks, the game sees the collider one one side then on the other, doesn't cause an interaction (some more sophisticated physics engines can assume they intersected based on that information but ancient physx doesn't) way to get around it is to give the engine as much time as possible to register the collision, ie touch down gently (you should anyway).
  11. Playing around with em atm, really like em, has features I begged DYJ for ages to implement like edge variants (control surfaces vanish into the trailing edge of large pWings), heat-shielding on the bottom etc. Might I suggest some changes to the text labels of the tweakables menu? "Height root/tip" would make more sense labeled "thickness" I think, more descriptive at least imo. "offset" might work better labeled "sweep" (https://en.wikipedia.org/wiki/Swept_wing - https://en.wikipedia.org/wiki/Forward-swept_wing)
  12. Yeah stock editor UI only lets you filter based on manufacturer or function, not both. It's really annoying, I can either see all pods, or all B9 parts, not all B9 pods.
  13. @bac9: Sorry wasn't in earlier, I leave my IRC client + PC on 24/7 nothing much to report, working on getting my setup working again post HDD calamity. @karamazovnew: Heh, I actually forgot to try the engine igniter integration, oops. I'd like the buttons on the bottom to control it but I can't actually figure out how to map those buttons to plugin functions, I'll have to read up on that, I'd like to label the buttons on the sides instead but the plugin text goes edge to edge so I can't do that either. If I can't figure out the bottom buttons mapping I'll label the side buttons in the Utilities menu (screen you go to before the engine igniter one) like I have with the cameras. I've come up with a pretty wonky fix for now: PAGE { name = pluginEngineIgnitor text = Engine Ignitor plugin not installed textureInterlayURL = B9_Aerospace/Props/B9_MFD/images/bg03 //textOverlay = B9_Aerospace/Props/B9_MFD/pages/menuOverlay.txt disableSwitchingTo = btn1, btn2, btn3, btn4, btn5, btn6, btn7, btn8, btn9, btn10, up, down, enter, escape, home localMargins = 0,1,0,0 PAGEHANDLER { name = EngineIgnitorRPM method = ShowMenu pageActiveMethod = PageActive buttonClickMethod = ClickProcessor buttonUp = 0 buttonDown = 1 buttonEnter = 2 //buttonEsc = 3 //buttonHome = 4 button6 = 5 button7 = 6 button8 = 7 button9 = 3 button10 = 4 } } That works but none of it is labeled correctly, here is how it works: up, down, enter works as you'd expect back = unselect home = information left = off right = on next = toggle All those other pages/buttons you mention are intentional, allows you to go between the 3 versions of the APFD either by hitting the bottom button again or using next/prev.
  14. Allows you to crossfeed fuel on radially attached parts, you need to fool around with a lot of fuel lines otherwise. Well it breaks all IVAs to remove it, not sure if it's broken or not actually. No it's used to close the air intakes when you get to space and similar animation features. Generators are ResGen and cargo doors are FireSpitter We're only still using it on the VTOL engines, stock's gimbal code doesn't have the engine turning feature the VTOL engines use. That's hotrockets for better engine effects. It's used for the compressed air nozzles. I think that's the mod we use to toggle nodes on the HX parts on/off to aid placement. Correct, some of then were updated by Taverious last time they broke .24/.25~
×
×
  • Create New...