Jump to content

Skavin

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Skavin

  1. BeepingTermometer By Skavin (30/4/15) BeepingTermometer is a part the beeps at a specific percent of maxTemp the threshold is configurable via the slider on the part. it also shows the max percentage of maxTemp in an optional button (toggle display of window bindable to an action group) Part Category Utility I would like to thank Nifty255 and cybutek for their helpful youtube videos and code as this is my first C# project. Dependencies none Download from https://sourceforge.net/projects/beepthermometer/ How to install find where your game is installed extract contents of zip int the folder named GameData so you should have <ksp install path>/GameData/BeepingTermometer How to Uninstall delete the folder BeepingThermometer This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
  2. Writing my first C# app and have created a part that Beeps when some part of the Rocket is over a threshold % of maxTemp. how do I know the game is paused to stop the beeping? I have found FlightDriver.Pause checking it from inside OnUpdate does not seem to work. any help would be appreciated
×
×
  • Create New...