Jump to content

Xyphos

Members
  • Posts

    1,083
  • Joined

  • Last visited

Posts posted by Xyphos

  1. I'd like to request an additional KAL-1000 (ModuleRoboticController) Sequence Play Mode to be added to the game;

    1. "Rewind" - This Loop Mode would play the sequence to the end like "Loop Mode: None" but will automatically rewind the Play Position to zero after the sequence completes;
      this will allow players to Loop the sequence as needed via Action Groups using only the "Play Sequence" Action.
      Currently, there's no known or easy way to repeat a sequence without using complex timing and sync'n multiple controllers together.

    EDIT: Alternatively, this can be achieved by allowing the "Stop Sequence" Action of the playing controller to stop itself while in "Repeat" mode,
    the controller could loop until it triggers it's own stop and await the player to continue playing the sequence.
    Currently, it's not possible for a controller to activate it's own Actions.

    Thank you for your consideration.

  2. 31 Sequences and 124 Actions so far, and adding more causes the game client to freeze while it performs some long, unoptimized job of adding additional sequence tracks.

    I wanted to build something big and awesome but it's taking me over a week to accomplish because I literally add an action then have to get up from my desk and go do something else while the game attempts to process whatever it has to do.

  3. I'm playing KSP 1.8 on Win10 with both DLC's installed, and only RCS Build Aid as a mod. (which should be a stock feature IMHO)

    I've a folding leg on my vessel, four hinges and a piston.
    each hinge and piston has a "pack" mode at 0.0s so I can play the sequence in reverse to pack everything prior to launch.
    the pack sequence consists of an angle setting of -90 for each hinge and 0 extension for the piston, as well as nodes to turn off the motors and lock them in place to keep them from wiggling around.
    when the sequence is played forwards, the hinges and piston have their motors turned on at 0.1s and unlock at 0.2s then start moving into position at 0.5s
    leg is supposed to unfold, but it seems that the robotics controller isn't remembering all the sequence tracks when I switch from editor to flight.
    I'm not 100% sure what's causing it, but if I had to guess, it could be a de/serialization and/or persistence data issue because reverting back to the editor doesn't fix the problem, the sequence tracks are gone forever.

  4. Just now, zer0Kerbal said:

    so what is different / better than On Demand Fuel Cells (ODFC)?

    I couldn't tell you the difference, because I can't find your source code to determine the behavior, so take a look at my source code and compare for yourself.
    Based on what I can see, Mine uses a Min/Max slider with Axis Groups, and can be toggled into manual mode if needed.

  5. This plugin will attempt to conserve fuel consumption by automatically toggling Fuel Cells on or off in accordance with a minimum and maximum threshold setting on the Fuel Cell's context menu.

    • Requires "Advanced Tweakables" to be enabled in your game settings.
    • Only works with Stock fuel cells, but additional module manager .cfg patches could make it work with mod fuel cells.

     

    ENo2wmy.png

    Downloads:
    SpaceDock: https://spacedock.info/mod/2248/Automatic Fuel Cells
    GitHub: https://github.com/Xyphos/KSP_AutomaticFuelCells/releases/tag/1.0.0.0
    Also available via CKAN.

    Source Code: https://github.com/Xyphos/KSP_AutomaticFuelCells

  6. after some deep investigation, I've concluded that there's no clues given in the engine cfg file, but the only thing I can suggest is to investigate the engine's animation modules for the reverse thrust animation, it's possible that the thrust transform (the point and direction of thrust) reverses when the reverse animation is played thus causing the thrust to reverse direction.

    so you'll have to experiment a little and see if you can force the reverse thrust animation to play and see if that helps.

  7. Mod Update: Full AutoStrut v3.0.0.0
    This mod will automatically set AutoStrut modes and other part options while you build your vessel.


    Added persistent settings, which now load/save when the plugin is loaded/unloaded, respectively.


    Updated UI - it's slightly smaller and easier to use plus the UI position now persists per settings file.


    Updated robotics support for both Breaking Ground DLC and Infernal Robotics.

    --- Robotic parts and parts attached to robotic parts will no longer have AutoStrut modes set in "Automatic" mode so they can move around freely.


    Added "Same Vessel Interaction" support.
    --- "Automatic" setting will automatically turn on SVI for all robotic parts and parts attached to robotic parts so they will collide. non-robotic parts will have SVI turned off by default unless the "On" setting is selected, then ALL parts being attached have SVI turned on by default.

    Mod is available for download
    GitHub: https://github.com/Xyphos/KSP_FullAutoStrut/releases/tag/3.0.0.0

    SpaceDock: https://spacedock.info/mod/1479/FullAutoStrut

    And CKAN release is pending (I don't control CKAN.)

×
×
  • Create New...