Jump to content

Search the Community

Showing results for tags 'gameevents'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Welcome Aboard
  • Kerbal Space Program 1
    • KSP1 Discussion
    • KSP1 Suggestions & Development Discussion
    • KSP1 Challenges & Mission ideas
    • KSP1 The Spacecraft Exchange
    • KSP1 Mission Reports
    • KSP1 Gameplay and Technical Support
    • KSP1 Mods
    • KSP1 Expansions
  • Kerbal Space Program 2
    • KSP2 Dev Updates
    • KSP2 Discussion
    • KSP2 Suggestions and Development Discussion
    • Challenges & Mission Ideas
    • The KSP2 Spacecraft Exchange
    • Mission Reports
    • KSP2 Prelaunch Archive
  • Kerbal Space Program 2 Gameplay & Technical Support
    • KSP2 Gameplay Questions and Tutorials
    • KSP2 Technical Support (PC, unmodded installs)
    • KSP2 Technical Support (PC, modded installs)
  • Kerbal Space Program 2 Mods
    • KSP2 Mod Discussions
    • KSP2 Mod Releases
    • KSP2 Mod Development
  • Community
    • Science & Spaceflight
    • Kerbal Network
    • The Lounge
    • KSP Fan Works
  • International
    • International

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Twitter


About me


Location


Interests

Found 2 results

  1. Does checkboxes' clicking in the Difficulty settings send some GameEvents ? I move some code (which doesn't need to be updated every tick) from LateUpdate() to the functions, called by events, and it almost works with OnGameSettingsApplied() and some flight-scene-events. But I noticed, what if you open difficulty settings while in the flight-scene, and then click some checkboxes, LateUpdate() on-the-fly take this new values, so I need GameEvents for this (something like OnGameSettingsChanges(), but it isn't there) or how to limit flight-scene to take only saved settings, after OnGameSettingsApplied event (I am using HighLogic.CurrentGame.Parameters.CustomParams<modSettings>().setting_name, and they are taken on-the-fly)
  2. Hi all, I have a question regarding some strange behaviour with onPartJointBreak events. If a part is decoupled from a Vessel and that Vessel has 1 or more landing gears (tested with SmallGearBay) then the event OnPartJointBreak is thrown for every landing gear joint. Even if landing gear parts are not linked with the parts decoupled. I'm thinking that this can be an issue.
×
×
  • Create New...