Jump to content

darthgently

Members
  • Posts

    4,624
  • Joined

  • Last visited

Everything posted by darthgently

  1. I thought you needed an up-facing control point for vertical flight. If you put the dock port on the front then forward would be forward. But the cockpit should give you that. Are you using kOS or another way beyond stock? I wouldn't want to try to change the modes of a vehicle like that without something like kOS. That is a very cool looking cart/hover thing, btw. Noice. I haven't explored much in the way of controlling something like that, only rovers, planes, jets, and rockets that have a single mode mostly. But I have played with a rover that could hop around using thrusters but I just used kOS where you can do about anything you want with regards to steering, which way is up/fwd, etc, in software. I think I've seen examples of dual mode vehicles using action groups to switch from one mode to another but have no idea how they did it as I don't use action groups beyond simple functions
  2. I just use docking ports as one can control from them also. And you get another point to dock to in the deal
  3. If using kOS you'd do something like: SET TARGET TO VESSEL("MyFaveDockCraft"). WAIT UNTIL TARGET:LOADED AND TARGET:UNPACKED AND TARGET:POSITION:DISTANCE < 200. SET dockport to TARGET:PARTSTAGGEDPATTERN("MyFaveDockPort")[0]. SET TARGET TO dockport. LOCK STEERING TO -dockport:facing:forevector. // translate to dock axis ... // move forward to port ...
  4. That was my point. I am "stopping mecheb" to the best of my ability. But in many cases, it doesn't stop. It isn't a big issue for me because I rely on kOS for nearly everything, but I like to compare my scripts to MJ. Because the warp issue came up I figured I'd chime in with what I've found. I'm on Debian bullseye, KSP 1.11.2, the latest MJ with a ton of mods and the MJ resurrecting warp issue is the least of the issues I deal with on top of the usual kraken barf. But I'm not trying to solve a problem I"m having here, just conversing in a thread about a problem that has been brought up by others and others also experience. I do "clean installs" and add/subtract mods, an submit logs and open issues on git for various mods that are central to my game but it is very time consuming so don't do so for every issue I find everywhere. If really pushed I could probably narrow down exactly when this happens for me and submit logs, but I wouldn't be doing it to solve a problem in my life. I'm fairly sure anyone here can relate to that if they've been running KSP for any time at all
  5. That does not always work for me. I try it every time, but it usually does not work in the "abort landing" context If clicking "abort landing", closing the landing MJ window, doesn't equate to "stop mecheb", then what does?
  6. I never said it wasn't a bug; totally agree. I was attempting to narrow when the bug, that exists, occurs. In addition to what you do, hitting slash, I even unclick the autowarp checkbox, and it still reasserts warp when landing.
  7. That clarifies a lot. With current KIS, the pad being placed is just a green transparent thing with the colored arrows reduced to shades of green. And the pad cannot be manipulated with stock construction so getting it right can be very tedious. But the fact sometimes, but not always, I have to flip the pad so the "arrows" are on the reverse side from the new build is just random. At least when I get the arrows right that aspect works (X,Z?) but the facing is (Y?) doesn't seem to have a rhyme or reason. Probably an interaction between current versions of KIS and ELP and my mix of things [edit] If I were to presume a resolution I'd suggest making the pad (and other parts) work with stock construction as the most direct line of attack as rotation/translation and part colors during placement work better in stock construction. But I'm backing off KSP for awhile, so, well, for what it is worth
  8. That sounds like it could leave a door open for a mod to do something like I wrote about that is lighter weight than a full RO install, but still have L4 and L5 on systems large enough, if the aspects for dealing with Rask and Rusk are leveragable by a mod for other body pairs. Who knows? Time will tell
  9. There is the middle ground of having KSP2 not make it harder for a mod to implement these kinds of things by modularizing code that a mod would need to override, not requiring a body named "Kerbin" for example
  10. I wonder if Lagrange points could be faked in on top of the KSP Keplerian model as small SOIs with an assigned Mu bound to the relationship of the 2 bodies involved, so not n-body, but "sort of" 2.x-body? The point itself would have an SOI like a body, but would not be a true 3rd body as it would have no gravity affecting the 2 main bodies; only a tiny amount of gravity affecting craft in its tiny SOI. So the rails code would have to have a bit more to it to keep track of the points, not necessarily for all bodies (maybe just those above a certain mass, or only those the player enabled). Limiting to only points that allow stable orbits in N-body (L4, and L5?) would narrow down the overhead also. The KSP orbits in the lagrange point SOI would likely not need to be realistic compared to real lagrange orbits (I seem to remember that real lagrange orbits are a bit wonky and not Keplerian at all), but instead just normal ellipses around a pseudo body. Just throwing it out there as a possible half-way meeting point. KSP already compromises on n-body, understandably, so a further compromise that splits the difference between Keplerian an N-body doesn't seem crazy to me
  11. This^^^, MJ absolutely has sporadic issues with a "sticky" autowarp such that even if turned off in MJ, it will re-assert. As previously noted the only time I've experienced this is when aborting a Landing (like I realize used West longitude instead of East in the target coords, click "Abort landing", manually cancel warp...then a few seconds later warp kicks in again. I have to change to another craft or tracking center and back to make it stop. I have no other warp modifying mods other that KAC that will cancel a warp for an alarm. I'd guess it happens about 1 in 5 times. Yes, I should probably be more careful about my target coordinates, lol
  12. The autowarp misbehavior on landing is the only persistent wrinkle I've encountered. I had a one time occurance of either "launch into plane of target" or "match planes with target" (can't recall which now) where it put me in the same plane, but going in the retrograde direction of the target. Only happened once, never repeated. <shrug>. Ditto on the thanks to Sarbian. I use MJ as my ballpark design target for most of my kOS scripts. The functionality of MJ is well thought out and fleshed out for sure
  13. It would be kind of fun if a klaxon sounded (in the EVA kerb's headseat presumable) and rotating/flashing lights fired up prior to things like warp or craft reorientation of more than a few degrees. As for EVAs and MJ warping as discussed above: I presume the kerbal is on a ladder; is MJ able to warp while a kerb is on a ladder? As for MJ warping, the only bad behavior I've had is when Aborting a landing in which 'autowarp' was on. Something kept restarting warp even after aborting the landing. I assume it was MJ as it was the only thing running that altered warp and the situation that it occurs, when it occurs, is always the same: aborting MJ landing with autowarp on. But other than that, very well behaved
  14. I can't imagine what would have changed the perms there. I'm on linux and haven't type "chmod" or "chgrp" in about a year. Can module manager or other change perms? [Edit] Neither of us read the WRN message close enough. It isn't a perm error, it is the fact that both files end in .cfg and yet neither file has any config statements as they are example files and completely commented out. So there are zero WRN, EXC, or ERR msg in KSP log for DR. Hmmm. I'll try rebooting later as that is the path of least effort and nothing has been updated or altered install-wise since it worked fine. Probably spurious inductance from a cosmic ray hitting a bit that stuck up too far above the rest
  15. I rarely have an issue with DockRotate but currently a craft that has worked for DR fine isn't working now. I haven't made any changes. The "rotate clockwise (+)" and "rotate counterclockwise (-)" are not appearing in the Part Action Window, but all other DR related things are there; the enable/disable rotate works "clicks" fine for example. I did find these in the log, but other than these there are no DR relate errors or warnings. Any ideas? [WRN 00:43:08.150] Cannot create config from file '/home/marty/ksp1.11.2/KSP_linux/GameData/DockRotate/DockRotate-Realism.cfg'. [WRN 00:43:08.150] Cannot create config from file '/home/marty/ksp1.11.2/KSP_linux/GameData/DockRotate/NodeRotate.cfg'.
  16. Has anyone else here had an issue with the sspx-science-1875-1 mobile science lab appearing to transmit science, but no science actually gets transmitted? Trying to narrow down what could be influencing an issue. [edit] spammed log messages added for reference [ERR 20:57:55.542] Exception handling event onPartActionUICreate in class ModuleScienceLab:System.NullReferenceException: Object reference not set to an instance of an object at ModuleScienceLab.updateModuleUI () [0x00000] in <dc0e5f458c0f4571ad839b9c4153f347>:0 at ModuleScienceLab.onPartActionUI (Part p) [0x00025] in <dc0e5f458c0f4571ad839b9c4153f347>:0 at EventData`1[T].Fire (T data) [0x000b0] in <dc0e5f458c0f4571ad839b9c4153f347>:0 [EXC 20:57:55.918] NullReferenceException: Object reference not set to an instance of an object ModuleScienceLab.updateModuleUI () (at <dc0e5f458c0f4571ad839b9c4153f347>:0) ModuleScienceLab.onPartActionUI (Part p) (at <dc0e5f458c0f4571ad839b9c4153f347>:0) EventData`1[T].Fire (T data) (at <dc0e5f458c0f4571ad839b9c4153f347>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception) EventData`1:Fire(Part) UIPartActionWindow:CreatePartList(Boolean) UIPartActionWindow:UpdateWindow() UIPartActionController:UpdateActiveWindows() UIPartActionController:UpdateFlight() UIPartActionController:Update()
  17. I didn't get into KSP until late 1.8xx or early 1.9.xx and these mythical tales of the GRAPPLE HOOK make it sound so great. It sounds like a ton of fun, even if not a completely necessary item. What are the reasons that it was dropped? Was it kraken prone? [edit] I just read back into the thread a bit and see the history. I'm chiming in. I'm also pretty sure that when I went looking for the grapple a few years back I did ask about it in either KIS/KAS/other forum on this site and only got crickets
  18. Can stakes be used in combination with the disposable pad to orient the build? Whinging: I can't seem to grok how the pads work when mounted on a vertical surface. Inevitably I have to KAS them into a different rotation/position which is tedious as KIS on my system has a 15 to 20 seconds freeze every time I detach/attach something. Other than the freeze it works fine, but placing something by trial and error on a high part count base can take a very, very long time. The fact that KIS turns the part an even green jello during placement makes orientation particularly tricky as one has to remember how it attached last placement, then mentally apply the rotation. Currently I'm having to rotate the pad to face the part that will be added onto instead of having the colored compass rose facing out toward the new build in order to keep the new build from appearing back into the pre-existing structure instead of projecting from it. wtfrak am I missing here? I tried rotating the new assembly in the editor to face the other direction, saving, and reloading in EL at the base and it made no difference
  19. If some kind of symbiotic organism combination of tardigrades, algae, fungi, along with a dydration resistant bacterial biofilm coating the entire glom...maybe some kind of tiny team approach could work. I include the tardigrades because they are tough and would give the "team" a way to move away from danger, perhaps burrowing underground during high radiation days, but still able to make use of photosynthesis when feasible. Basically a tardigrade in a "bio-EVA suit" that helped sustain it. A Martian tiny tardigrade Fremen in a bio-stillsuit
  20. How about some IVAs with the KSP loading screen on one of the IVA screens. <mind blown>
  21. Do you mean ships that have already been launched or just the design built in the editor? On non-console, In KSP1 you can copy .craft files from the ..saves/.../Ships/... directory from one save to another. But of course you need the same parts available so you'd still need to unlock the right parts in career mode or install the mods involved. I don't know about console. But yeah, KSP2 would do us a favor to have a way to do on all platforms
  22. One of the main reasons I use CKAN is that it makes it easier to find the maintainers. The metadata tab in the lower right of the window when EL is highlighted, for example, has a link to this forum. Its my "Mod Forum Browser" as much as a way to install mods.
  23. I'll just stick with modifying the savegame after instantiating clamps then. It will be far easier in the long run. Is there a drawback to my installing EL from CKAN given you don't do CKAN stuff?
×
×
  • Create New...