Jump to content

darthgently

Members
  • Posts

    4,009
  • Joined

  • Last visited

Everything posted by darthgently

  1. I think this may have been what made me wonder (in the OP recommended list): Kethane. Allows hot-spot mining of MetalOre. old thread (for history). My question probably should have been "What is hot-spot mining"? The old thread link isn't working so I ask
  2. I read the OP and the manual. I always RTFM first. That is how I knew to ask the question about kethane in the first place. The OP was posted awhile ago and ksp mod docs typically get updated far less often and with less accuracy than the code. It seemed plausible something might have changed in the code, but not the OP or the docs, in the intervening months. So thanks for the assurance that the OP and manual are completely up to date. Good to know and I appreciate your answering at all given the high ratio of unanswered, but reasonable, questions, I see posted in various ksp forums
  3. I apologize for not reading the entire thread to find an answer but I want to play with EPL and want to know if the Kethane mod is still required for metalworking. I'm trying to reduce mods to just the core that I need to enjoy the challenges of kerbaling in space and would like to try EPL in that select group but a small red flag popped up when I read an older post about a kethane mod req. Thanks in advance, and a bajillion thanks for all the creative and administrative work keeping a big mod going
  4. That isn't exactly what I'm getting at. For example I want to define a "rover parts kit" ( a lot of wheels mostly, ha ha), or another example a container with a variety of solar panels that commonly get busted up by Jeb not looking where he is going etc. I want to define contents of a container then be able to make copies of that container with its contents without having to place each wheel in each container each time. I want to grab a "rover parts kit" from my custom category. I'm looking into the manufacturing but for now I just need to get my first bases going. I can't decide which manufacturing mod to focus on. Then there is the issue of yet another mod and how stability goes down as number of mods goes up, lol. I figured out the .craft file stuff and am looking into what it would take to make a mod. What I'm thinking for now is that if you tag name a container in a .craft file 'rover parts' and it has contents, then the script would look for any other container of the same type, even if empty, that has '[rover parts]' (with the square brackets) as the tag name. The script would populate the empties using the one named 'rover parts' as a reference. The contents of a KIS container in a .craft file is real straightforward from what I've figured out so far so this really isn't making it complicated if one is comfortable scripting and parsing text files, but yeah, an in game mod would be better. Coding a mod isn't my comfort zone at this time
  5. Quick question. I know I can save pre-packaged containers as subassemblies but unless I can duplicate them somehow I still end up having to grind a lot to get multiple similar content containers into a launch. Is there any additional mod or hackish technique that will allow me to copy a prepackaged container that is easier than repeatedly pulling up the subassembly, rooting my ship to the sub, moving the precious container over to the ship, getting another subassembly, then repeating 12 times? I suppose I could have multiple same conent containers in the subassembly but this isn't really helpful when I want to use symmetry to put 12 containers of pylons and such onto a base ship. If there is no solution then I'll do what I did before using KIS/KAS and just radially attach all this stuff to the ship directly and use the ship as my "attachment system". Is there any way around the grind? Clarification: I'm willing to edit .craft files if necessary, but if it is just as grindy as the UI then would probably not. I'm considering a tedium-reducing python script that would look in the .craft file for a KIS container attached to some symmetric radial point, like a ring of docking ports, and if it has contents and the other symmetric attachment points are have nothing attached to them, then it would edit the file to mirror the full container to all the other symmetric points. There are problems in doing this; like coming up with all the unique IDs for the new containers. Maybe I could have say 11 empties, and one with contents, that way the IDs would all be in place, but I think I'd still have to gen IDs for all the items in each container Looking at a .craft file it appears that contents in KIS containers all have a persistentID of zero, so the probably don't "exist" in the game until taken out of the container and put in play, so maybe I will try to script something, but it really seems like something that would make far more sense built-in in KIS or into a mod on top of KIS. I've never coded a mod for ksp and it would be far less familiar to me than doing a script to modify the .craft file. Still, either a mod, or a fix in KIS would be far more ideal in the long run for everyone
  6. Thanks, I did re-edit and put a google drive link to all my logs but I'm not seeing that in my post now, though it seemed to show up fine right after I added the link (subject to moderation I suppose). Anyway, I'll get them into the original report from now on
  7. @linuxgurugamer, thanks for all you and others who herd these cats we call mods. Very much appreciated. I'm having an issue on debian linux 64 ksp 1.9.1, IR Next, and with version 2.2.0.7 of QuickExit that CKAN is doling out. A couple of questions; is there a better version of QuickMods or QuickExit I should be using with 1.9.1? Is QuickExit considered stable currently and if not what are the caveats re: other mods? The issue I'm having is that Infernal Robotics goes into fits when I quick exit. It apparently has a hook in for when the vessel gets destroyed but is not handling the quick exit well. I can send full logs but below is the spam that repeats for several minutes until the main process finally just hangs up the phone (so no quick exit at all). The downside is that my IR settings for parts on the craft not only don't get saved, but get wiped, also I sometimes get similar behavior from Action Groups Extended where action groups will lose their details, but the actions names are still there in the custom action list, just no associated parts or actions. QuickExit seems to be the common factor and if it isn't honoring protocol for giving other mods a chance to do their final chores prior to exiting it would fit the symptoms overall. Let me know if you think this is an IR issue or if you want more info, or want me to test anything Exception handling event onVesselDestroy in class ControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object at FlightGlobals.get_Vessels () [0x00005] in <ac04291822974a138f007b85091a10d0>:0 at InfernalRobotics_v3.Command.Controller.RebuildServoGroupsFlight () [0x00154] in <7643688b073444688efe2328ed71d977>:0 at InfernalRobotics_v3.Command.Controller.OnVesselUnloaded (Vessel v) [0x00016] in <7643688b073444688efe2328ed71d977>:0 at EventData`1[T].Fire (T data) [0x000b0] in <ac04291822974a138f007b85091a10d0>:0 (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35) After reading back in forum I see you *always* ask for logs, so here are links to Player.log, KSP.log, and edu.log (exception detector) Also, I'm newish to KSP and am in the middle of sorting out what mods I should or should not be mixing and matching on 1.9.1 by just trying them out so there is a lot of noise in the logs which is why I was going to spare you that https://drive.google.com/drive/folders/1dWxgvCPeiwhRO9UnVYRuISWHcaHUHIAk?usp=sharing
  8. I'm running ksp 1.9.1 running a beta IR from MS site from last week or so. I'm relatively new to IR but not to the real world stuff that IR replicates. Anyway, is it possible in IR, through some 'recoupler' type trick or similar, to have a robotic limb connected via more than one IR moving part path to a common ancestor? See pic. I faked the top joint visually, it ain't workin. Can I edit the file and link those points up if I drink a pot of coffee first? I really need the extra leverage and stability and the biggest scale Liftotron isn't up to it. On a related not, can I put 2 gantries face to face to get twice the distance and double the joint surface in an IR device? Editing the file is what I'm thinking of trying but if everyone here but me knows that that won't work I'd like to know before I get down that rabbit hole. And if there is a better forum to ask this in (I looked around, a big booming central IR forum eluded me) then I'll go ask there I got a boost when I discovered IR as it made KSP seem 'new' again; more to play with. Thank you devs for your passion and work It appears my shareable google drive link isn't good enough for the server, it is just a pic of a gantry visually connected to parallel 2 pivotrons on extendatrons upstream toward the root part. I probably haven't posted enough to earn that priv, but you it isn't like I have to draw a picture, right? :^)
  9. linuxgurugamer, I'm using the faster zoom all the time as zooming with the mousewheel under linux is spotty for me and I end up using the -/+ keys all the time. Thanks for your attention keeping all this rolling. If you could find it in your heart to do the same double-tap/fast change for the PgUp and PgDn keys with regards to moving up and down in the hangars that would be so very cool. Or if someone could point me to how I can reliably make my mousewheel scale up under linux I'd really appreciate it. I changed the scale in for AXIS_MOUSEWHEEL in the global settings.cfg and it seems to work for the first few scrolls, then goes back to glacial. Mousewheel speed is great in X in general. Just glacial in KSP. I'm running 1.9.1 and a bunch of mods so not sure I want to keep going down that rabbit hole for now; but if you have something that might help I'd appreciate
  10. Is there a way to refer to the Windows Key in the KSP settings.cfg file? I'd like to assign the windows key on my keyboard as the MODIFIER_KEY as it isn't used by any linux distro windows manager that I'll ever use and having the mod key on the left makes a lot more sense to me. I could config my XFCE to use the windows key (which is called 'Super' in this config context) instead of Alt and let KSP have Alt, but I do a lot of Alt-Tab multitasking while waiting for scenes to load in KSP. Any other related ideas welcome, thanks in advance
×
×
  • Create New...