Jump to content

Tigrou

Members
  • Posts

    50
  • Joined

  • Last visited

Reputation

11 Good

Profile Information

  • About me
    Rocketeer

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. It should be done, but it needs some more complex dev. Not actually a priority, maybe later ? For now, I'll try to solve two things : make the mod to disappear when UI is off with F2 key, and include it into the AppLauncher. Thx all for feedbacks.
  2. Hello guys, I Update this mod for 1.2. See here. Cheers
  3. This is an update of this this old project. The Pappolo Flite Panel displays in the flight view in a Appolo DSKY style some useful informations only available in map or internal views such as : - Altitude from ground (known as Radar Altitude). - Coordinates on planets, N = Northing for longitude, E = Easting for latitude. - Apoapsis and Periapsis. This panel can be dragged en dropped anywhere, and can be unactivated by clicking on the "P" icon. Position of this icon can be modified by editing config.xml file found in PappoloPanel/Plugins/PluginData/PappoloPanel folder and by changing iconxpos & iconypos values. Dowload on Curse Unzip and install on GameData folder. Source code available soon on GitHub.
  4. The icon position can be set by editing the config.xml file. There's a way to do it directly in game, I'll have a look at this.
  5. Updated ! Bugs fixed. Added on/off lights on panel. http://tigroukam.free.fr/Hotel/KSP/Mods/ModApolloPanel/WIP/PappoloPanel.zip Unzip in /GameData
  6. In facts, it bugs when value is very huge and it is displayed as exponential format as "1.1234567E+7". So, the parser function is driving crazy. Edit : fixed. The Mathf.Round function has been declared guilty and mercilessly replaced by a rough cast.
  7. There's another display bug when apoapsis is over 10,000,000. Needs to be formated.
  8. Title talks by itself. ApA and PeA are current apopsis en periapsis values, but what about PeR and ApR ?
  9. Yes, updated : http://tigroukam.free.fr/Hotel/KSP/Mods/ModApolloPanel/PappoloPanel.zip Unzip in /GameData folder ! With On/Off icon, graphic display and panel position saved into config file. I think I'm close to release. Still need minor improvements.
  10. Many thanks, that is exactly the purpose of this plugin ! Release coming soon.
  11. The Protractor mod provides this feature too, and code is on Github.
  12. If you only need launch windows and dV, look at Protractor, a far less "intrusive" mod.
  13. Thanks a lot, here are some improvements on the panel background. To do : save the panel position on config.xml.
×
×
  • Create New...