Jump to content

cybutek

Members
  • Posts

    390
  • Joined

  • Last visited

Posts posted by cybutek

  1. I am confused.

    Tested 1.0.0.1 in .24x64 KSP - together with lots of other mods - adding my usual cfg to the game.

    @PART[*]:HAS[@MODULE[ModuleCommand]]
    {
    MODULE
    {
    name = FlightEngineerTweakable
    }

    MODULE
    {
    name = BuildEngineerTweakable
    }
    }

    But I do not get the Flight window of KER?

    KER 1.0 does not include the Tweakable modules and has no need for them. It only has the FlightEngineerModule module and the build engineer is completely part-less.

    Edit: Double ninja'd also! :D

  2. Version 0.6.2.8 is now available!

    I have merged Padishar's fixes into the official release. Also because people have mentioned that they either love or hate the extra atmospheric and debug tweakables for various reasons, I have moved them out into their own modules.

    Added: BuildEngineerTweakable module including the extra tweakables.

    Added: FlightEngineerTweakable module including the extra tweakables.

    Padishar's Fixes:

    Fixed: Possible inaccuracies in the Slope readout.

    Fixed: Problems caused with NEAR mod (uses the same fix as with FAR).

    Fixed: Problems when the settings files were not read/written correctly.

    Version 1.0.0.1 is now available!

    Added: Stock toolbar support in the Flight Engineer.

    Changed: Orbital Period has higher precision.

    Fixed: Various NullRefs in editor window and overlay.

  3. Hint... The backslash "\" key is bound to the visibility of the window. But there's a known bug in the editor where if you hide the window whilst the mouse is hovering over it, the editor will remain locked. Just unhide and move your mouse over and out of the window to fix, or just don't hide it with your mouse hovering for the time being. :D

  4. That is caused by 1.0 – the Engineer Chip and Engineer Flight Chip parts were removed – @cybutek, maybe deprecate them instead? You're fix is probably easiest for saved crafts, but you can also fix crafts in flight. You'll need to open the persistence file and remove all the sections that look like this:


    PART
    {
    name = EngineerChip
    ...
    }

    OR:

    PART
    {
    name = EngineerChipFlight
    ...
    }

    Anyone who's better at persistence editing than me – would replacing the names with Engineer7500 work?

    The difference is that the old module was just called "FlightEngineer", but for clearer semantics in the code v1.0 uses "FlightEngineerModule". This should be solved by opening the persistence file and doing a find/replace "name = FlightEngineer" to "name = FlightEngineerModule".

    Also the reverse will be true for going from v1.0 to v0.6.

  5. Does AVC react on the download link at course or on other sources?

    It gets its details via checking the differences between the local and remote .version file which is linked to from the local one, so it can be anywhere. Many mods just link to the remote .version on their GitHub. I use ksp-avc.cybutek.net for hosting my remote .version file for extra control over when players will start receiving notifications that there is an update (only want it to say there is an update after it has actually been made available for download).

  6. Are you planning to make part-less version of KER? Since we have great toolbar functionality both in stock game and available via mods, requirement to put KER part on the vessel to turn plugin on seems a bit redundant.

    In v1.0 which is almost ready for an alpha release. Most of the readouts are now implemented and there's a couple display bugs which require squashing.

  7. Version 0.6.2.6 is now available!

    Blizzy's Toolbar support is now back in and has been overhauled.

    Stock toolbar support is optional via a toolbar.cfg config file.

    Both the Biome and Slope readouts from Padishar's patch are now implemented.

    I'm also very sorry for the oversight with the last update, but it's fixed now and better because of it :)

  8. Ok, so I'll see to add the .version file in my next release! :)

    EDIT: where can I find some specific documentation about the formatting and the available fields? Can I have a revision field for the version, too? two numbers ain't gonna cut it for me :/

    There's a breakdown of how the .version file should be formatted in the ReadMe file. Also all versions use the normal formatting, 'major.minor.patch(revision).build'.

  9. I have not experienced any craft disassemblements yet. My testing included a large-ish centripetal space station that was a little bit out of balance and spun up to the point it was flexing all over the place. Nearly flying apart on its own without any help. Although it was a bit nerve racking going in and out of time warp, it stuck together without any extra stress, apart from what was already present :D

  10. So, out of curiosity (maybe I'll do a test later, but maybe you know), what will happen if I dock a post-mod capsule to a pre-mod station, spin them both up and then wait a bit?

    EDIT: but definitely testing after .24 :cool:

    Not tried it yet, but given that the pre-mod station will come out of time-warp with no momentum and the post-mod capsule will. It's not a great stretch on the imagination that there may be some disassemblement involved if you spinned the station up. As all the built up energy in the post-mod capsule will be exerted on the docking ring. Considering you asked the question, I'm guessing that this is just confirming what you already thought :D

  11. Persistent Momentum 1.0

    This mod allows for momentum to persist through time warp and game saves/loads. Allowing the creation of rotational stabilised satellites, centripetal space stations and an all round more realistic docking experience. It also adds difficulty via not being able to rely on freezing your momentum by quickly enabling and disabling time warp.

    Please note that Persistent Momentum is not retroactive, so any previously launched crafts or debris in flight will not persist momentum. Only parts launched after the installation of Persistent Momentum will persist momentum. Also note that because of the way Persistent Momentum dynamically adds the part modules on game load, Persistent Momentum is fully compatible with modded parts and content packs.

    For installation instructions and change log, please View the Online ReadMe File.

    This mod is KSP-AVC Ready

    KSP Add-on Version Checker is a standardised system for versioning mods. You can get more information on this forum thread.

    Licensed under GNU General Public License v3

×
×
  • Create New...