Jump to content

TMS

Members
  • Posts

    1,302
  • Joined

  • Last visited

Posts posted by TMS

  1. Reminder: multiplayer was a late-roadmap, long-teased (if not officially promised) feature of KSP1 which semi-officially disappeared (I have a vague recollection of an official announcement that it was being dropped from active development).

    If you want to know what the options are, the old wiki has some suggestions.  The conceptual constraints will probably give you some idea on what the likely gameplay model can be.

    My opinion is still the same as it was eight years ago:  I hope it never comes to fruition and that no developer resources are allocated to it.

  2. gturn-thanks.png

    Using the crafts above (3, 5 and 6), the update appears to work.  The radial separators and subsequent stages activate as expected.  I'll leave the updated mod in my game data and run with it in my main game to see if I can find any exceptions (may take a while because I removed engine plates from my repertoire) , but it looks pretty good from where I'm sitting.

    Thanks for fixing this.  I know you have taken guardianship of a large amount of code, but this mod makes launcher development and testing so much more precise.  Much appreciated.

  3. Why use imprecise and awkward labels (SM, MD , etc) for part diameters when their numerical originators exist?  How would future mods for custom diameters work around this? 

    Also, the part variations added towards the end of KSP1 development were an absolute joy - especially when you realised you could combine a barebones variant of a 2.5m engine on a stack of 1.25m tanks without it looking odd.

  4. On 12/19/2022 at 1:46 AM, linuxgurugamer said:

    The issue seems to be that the tanks on the side are also engines, with fuel in them, the fuel in them is what's confusing GT.

    lol... I just spent this morning trying to replicate my craft without seeing this post. 

    I got there eventually and can independently confirm that this has something to do with the use of radially-mounted boosters.  My original craft file used liquid boosters with fuel ducts in an asparagus configuration.  My test files did the same with and without asparagus and swapping out liquid boosters with solid fuel alternatives. 

    The results are all broadly the same so far: the radial separator fails to stage.  However, the exact staging behaviour depends on where the radial stage is located, relative to the engine plate staging event. 

    For example, using the image below (craft file), if the radial stage (3) is immediately before the engine plate staging event (2), then the gturn script will perform two stage events back-to-back when ALL the fuel is expired from the preceding stages (just allow the central core to keep running with expired boosters attached and it will eventually stage).

    gturn3.png

    If, however, there is a preceding stage that exists between the events, it appears to fail completely.  Using the image below (craft file), if the radial stage (4) is followed by a stage (3) that precedes the engine plate staging event (2), then the gturn script will fail to perform any future staging completely.

    gturn5.png

    If we amend how that above ship works (craft file) and replace the engine plate with a a normal separator and an inverted fairing with interstage nodes enabled, the (otherwise) same craft will stage appropriately.  Note to other users: The only down side to this approach is that you need to remember to set the fairing air pressure cutoff to zero in the mod GUI (or you'll have an early ejection mid-atmosphere).

    gturn6.png

    Maybe you already know all that and the reasons why... but those are my findings.

  5. The only disappointing thing about Multiplayer not happening... is that Squad would have unnecessarily burnt resources on something that most people recognised early on would be inherently compromised by the game's nature.

    I'd really rather Squad addressed the very long list of other fundamental issues with the game, rather than dicking around with multiplayer.

    That said, if multiplayer ever materialises, I'd totally spend a few hours launching SRB missiles at your perfectly constructed ISS replica.

    Of course, given that most of the original dev team have walked away from the project, I don't see either of these two outcomes happening.

  6. 11 hours ago, XLjedi said:

    Is there a hidden store of oxygen in the closed intakes?

    I'm sure there used to be a bug where the intakes would carry oxygen as a resource - but not enough to run an engine on for anything more than a split second.

    As @MiffedStarfish says, it's just likely that 12 intakes scraped enough oxygen out of the upper atmosphere to run one engine.

    You can use this to your advantage by grouping your engines and shutting those groups down sequentially (thus diverting more oxygen to fewer engines) and squeezing out the last bits of velocity from the air-breathing engines. 

  7. On 6/24/2017 at 7:57 AM, qzgy said:

    Back on topic, another cool feature would be the ability to hide a group of flights, just cause sometimes i don't want 127 commsats cluttering the tracking station.

    When I originally wrote this, I had assumed that the group could be 'collapsed' into a single line (hence the green triangle on the group).

    For complete removal of visibility, I'd expect that the vessel type selector at the top of the Tracking Centre could perform that function - especially as there's now a 'relay' vessel type.

  8. Quick question to everybody else... is anyone else noticing that the "Default Burn Node Margin (KER/VOID)" option isn't working?

    Settings > Specifics > [Select] Maneuver Node Alarms > Default Burn Node Margin (KER/VOID)

    You can change these options but get no corresponding change to node alarms in the alarm list window - even if you delete the alarm and have it re-detect the existing node.

    I seem to recall this happening before after an update but I can't remember if it was a bug... or me not using the settings correctly???

    EDIT

    Ah... seems it was me who reported it last time!  Haha!  God, getting old sucks.

     

  9. 18 hours ago, lajoswinkler said:

    OK, I found the solution. It's a Steam thing, apparently.

    It's in the right click menu of the game, under "Play game". It's stupid. It basically forces, ina clandestine way, the players to play 32-bit without knowing. At least you could see what you've chosen before.

    • Open Steam
    • Right click KSP in library
    • Select Properties in popup context menu
    • Set launch options...
    • "C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64.exe" %command%

    Amend path to whatever suits you.

    This will default all startup methods to 64bit.

  10. Ah, this is great.

    I always did wonder what happened to the ridges and plateaus I remembered navigating in the DEMV mods (someone needs to resurrect those, BTW).

    One question: if this changes the height map, how does this handle Easter Egg positioning?  Quite a few were buried by the 0.21 changes and have since been restored by the 1.2 release.

    Does this mod reposition them to their original pre-1.2 state?

  11. 5 hours ago, EladDv said:

    I've heard some stories from devs on how TT work, I wont divulge most of the details but let's just say that funding can be tight, quality is sometimes sacrificed for hitting deadlines and community support is not at the top of their priorities 

    So no change then?

  12. Most decouplers and docking ports have a module that specifies how strongly the part is ejected when decoupling/undocking:

        MODULE
        {
            name = ModuleDecouple
            isOmniDecoupler = true
            ejectionForce = 600
        }

    I can't find an ejectionForce parameter (or anything that looks equivalent) in The Klaw's cfg file.  I had hoped to target it with a modulemanager script.

    Anyone know how to do this?

  13. This has only really happened to me on larger vessels.  I had assumed it was either due to clipped parts or just a limitation in Squad's latter revisions of the SAS function.  Not had the problem since I installed Kerbal Joint Reinforcement.

    Your example is interesting, however, in that the vessel looks like it has very few parts AND it looks like it's also occurring during time warp.

    ...gotta say, my first suspicion would be that PhysicsRangeExtender! :D

    If that doesn't solve it, try taking a backup of your save game, then continually remove half of your mods until you identify a cause.

  14. I rage quit when my Class E asteroid space station decided to shake itself to pieces, and left a load of sections either escaping at light speed or being completely bug-ridden (where they think they're still connected even though they aren't).

    I think it may be time to retire for another year, until the next 'update' happens.

×
×
  • Create New...