Jump to content

Tigrou

Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by Tigrou

  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.
  14. I created a dedicated On/Off icon, and begin to implement a Apollo-style look with custom LCD font.
  15. Here is an alpha version, but all values are fonctionnal. Unzip in root folder.
  16. Here is a very tricky problem... I'm trying myself to use a specific font, so I had a look on KOs code to see how Nivekk implemented his C64-like font. He uses a png file from where characters are extracted. https://github.com/Nivekk/KOS/blob/master/TermWindow.cs Cause I only need digits, an other way consists of arrays of png files. Look at this tip : http://answers.unity3d.com/questions/37277/Custom-score-texture.html I'll try this last one.
  17. Those who use MechJeb or SteamGauges will not need this one, but I wanted to created a light and non-intrusive panel which should be able to display some essential informations actually available only in Map or IVA views : - Radar altitude ; - Geographic coordinates ; - Apoapsis & periapsis. This actually looks like this : For the moment, I only implemented altitude over terrain for testing, and it works nicely. Other values will come soon. To do list : - Add icon to hide/reveal panel. - Implement missing parameters. - Use LCD font to give an Apollo-like computer panel, as this one : I started to project by using codes shared by NavyFish for a non-part plugin. Many thanks to him.
  18. Movie created initially to participate to Apollo Style challenge. This is my second try. Hope you'll like it.
  19. Here we go again, hoping this time to complete a Grand Slam ! But to fulfil all the goals defined by this challenge, we really need an expert... So, 218pts I guess...
  20. My ultra light 2-stages munar lander and his rover.
×
×
  • Create New...