Nereid Posted July 22, 2014 Author Share Posted July 22, 2014 (edited) Thank you so much for bringing back the Bucky gauges! I loved using them for flying in external view so I could keep vert speed and radar alt next to the nav ball.If there's remotely a chance to drag them bigger/smaller, it would be great. As it is, they're just barely small enough to not easily read. My addiction to Steam Gauges may finally be broken --except of course for the full-screen HUD.I don't have any plans to make them resizeable, sorry. A HUD is completely out of scope. There are other mods out there (Steam Gauges), that do a real good job about this. My future plans so far:Add a gauge for heat shield temp (done in 0.5.11)Add a gauge for flap positions (difficult)Maybe trim positions Edited July 26, 2014 by Nereid Quote Link to comment Share on other sites More sharing options...
artboomy Posted July 22, 2014 Share Posted July 22, 2014 Nereid, can you provide larger skin images? I found how to upscale gauge windows myself, but my painting skills are awful. Quote Link to comment Share on other sites More sharing options...
Nereid Posted July 22, 2014 Author Share Posted July 22, 2014 Nereid, can you provide larger skin images? I found how to upscale gauge windows myself, but my painting skills are awful.Not that soon. Because of a mistake I made most of the skins are undersized anyway. They should have 100x42 pixel, but the skins are only about 80x42 pixel. But its rarely noticeable on screen (Unity does a good job on rescaling). And at the moment all skins are derived from a skin that's a resample of Buckys Instruments. Maybe some day I will use only one skin with individual text painted on runtime over it. Or I will write a small generator for the skins. But at the moment this would be too much work. My eyes are not the best, but I can read the gauges very well and resizing them would cover to much space on the screen. This is a personal opinion of course and if someone else would upscale the skins and scales, so that they look well in their current and their native resolution I can implement an option for larger gauges. I have to get rid of a few magic numbers in the code of course, but this is doable. But I will accept the skins and scale only, if the look the same or better in the current small resolution. No compromises on this. Quote Link to comment Share on other sites More sharing options...
artboomy Posted July 22, 2014 Share Posted July 22, 2014 Noob question - how do I redraw gadget? Quote Link to comment Share on other sites More sharing options...
Nereid Posted July 22, 2014 Author Share Posted July 22, 2014 Noob question - how do I redraw gadget?Redraw gadget? Quote Link to comment Share on other sites More sharing options...
artboomy Posted July 22, 2014 Share Posted July 22, 2014 Well, I found magic numbers, and I found that gauge beeing created with size from module AbstractGauge.cs. I made simple buttons in config window to resize gauges, but now I don't know how to apply new sizes to them. Quote Link to comment Share on other sites More sharing options...
Nereid Posted July 22, 2014 Author Share Posted July 22, 2014 (edited) The classes are not perfect yet. I know this. I had a lot of trouble to get them to work at the beginning (Unity is really weird in some aspects) and I have just not done some kind of overhaul of the class hierarchy. I have some other gauges with other sizes in mind, so the magic numbers must be replaced soon. But the current version is working and this kind of "redesign" of the code is a boring task.Because of the constants in the textures and in the scale-drawing-algorithm, apllying new sizes would not be that easy at the moment. Some magic numbers are from my spreadsheet. They create the mapping to the logarithmic scale. This is not a pretty way to make the scales work, but it had worked for the first and it's easy to apply without doing to much math.Until I get rid of some magic numbers, you will find resizing the gauges to be a hard task. Doable, but really no fun. Edited July 22, 2014 by Nereid Quote Link to comment Share on other sites More sharing options...
Nereid Posted July 26, 2014 Author Share Posted July 26, 2014 NanoGauges 0.5.11 is online New gauge: HEAT - heatshield temperature (Deadly Reentry required) Quote Link to comment Share on other sites More sharing options...
dtrauma Posted August 11, 2014 Share Posted August 11, 2014 Hey nereid,'tis a cool mod you got there, but of course after saying this I'll immediately turn around and pester you with a few small requests : Can you also support NEAR? Code-wise it's just a stripped down FAR, so it should be somewhat easy... (?) Is there a way (preferably configurable) to still display the gauges when the rest of the UI is disabled with F1? Say, for preeeeetty screenshots with some select information about height, or to make it possible to fly with just some gauges visible for added difficultyfun. I personally would be happier with clustering if it only stuck one row together at a time, not multiple gauges above each other, but I realize that's very subjective. There might be people wanting to arrange them all in a single column, and for them my horizontal clustering would be useless... Anyway it's much more stylish to have a fuel gauge than to constantly peek at that resource button, very nice mod! Quote Link to comment Share on other sites More sharing options...
Hattivat Posted September 17, 2014 Share Posted September 17, 2014 A massive improvement over the clutter of ugly mechjeb windows that used to cover half of my screen in flight. Should've installed this earlier. Quote Link to comment Share on other sites More sharing options...
Noio Posted September 17, 2014 Share Posted September 17, 2014 These things are marvelous. They are clean and clear, with a good use of color. I certainly don't want them ALL on the screen at once but there are a few that have found a home near the center of my field of vision. Thanks much for all your hard work. Quote Link to comment Share on other sites More sharing options...
kookoo_gr Posted September 17, 2014 Share Posted September 17, 2014 i finally found the time to use this mod and the variety of displays is amazing. One question though, it would be nice for the gauges to be able to resize them. I find it difficult for some gauges to read but if the gauges i like were a bit larger it would replace the steam gauges hands down. I know you mention that if someone wants bigger gauges they should use steam gauges but as i mentioned the resize addition would be amazing. Quote Link to comment Share on other sites More sharing options...
Nereid Posted September 29, 2014 Author Share Posted September 29, 2014 Sorry I'm still abit busy atm. Too much coding/debugging in real live prevents me from supporting my mods at the moment. And there are other games than KSP of course.But to answer a few questions:Hey nereid,[*]Can you also support NEAR? Code-wise it's just a stripped down FAR, so it should be somewhat easy... (?) I have tried to get NEAR to work, but NEAR won't support Mach-Numbers. At least at the time I have asked the dev of NEAR.Hey nereid,[*]Is there a way (preferably configurable) to still display the gauges when the rest of the UI is disabled with F1? Say, for preeeeetty screenshots with some select information about height, or to make it possible to fly with just some gauges visible for added difficultyfun. To be honest, Id didn't event realized yet that the gauges will go away if the UI is hidden...Hey nereid,[*]I personally would be happier with clustering if it only stuck one row together at a time, not multiple gauges above each other, but I realize that's very subjective. There might be people wanting to arrange them all in a single column, and for them my horizontal clustering would be useless... Well. The autolayout function was a bit tricky to implement. I have done it for myself, because I'm to lazy to get a pretty layout by hand. But a vertical alignment should be not that hard todo. Maybe in a next release. But don't expect one in the next few weeks. Quote Link to comment Share on other sites More sharing options...
Iron4venger Posted October 10, 2014 Share Posted October 10, 2014 This is one of my staple plugins in Ksp, I do hope its officially implemented in the future. My request is: Make the gauges self dock in a predefined space between each, that way is faster to order and set up them around the scren (im an order maniac). I'm asking about the spaces between each, so it does "dock" to screen and in relation to each.An example of docking with fixed minimum spaces: http://gridster.net/Auto-ordering is not necessary imho, xD just the fixed empty spaces inbetween each. Quote Link to comment Share on other sites More sharing options...
Nereid Posted October 12, 2014 Author Share Posted October 12, 2014 My request is: Make the gauges self dock in a predefined space between each, that way is faster to order and set up them around the scren (im an order maniac). I'm asking about the spaces between each, so it does "dock" to screen and in relation to each.Sometimes the simplest ideas are the best. Well, I will give it a try. Maybe today, maybe next week. We will see. Quote Link to comment Share on other sites More sharing options...
Nereid Posted October 12, 2014 Author Share Posted October 12, 2014 NanoGauges 0.5.14-105 is online KSP-AVC support Version scheme changed (KSP-AVC scheme) Optional stock toolbar button Gauges do now snap to each other Approximated Mach number on Kerbin, if FAR isn't installed. Quote Link to comment Share on other sites More sharing options...
Nereid Posted October 13, 2014 Author Share Posted October 13, 2014 (edited) NanoGauges 0.5.15-138 is online trim indicators (optional)The trim indicators are based on an idea by dazoe but were completely redone. They are enabled by default. If you are using your own trim indicators or those by dazoe you should disable them in the NanoGauge configuration and restart KSP. Edited October 13, 2014 by Nereid Quote Link to comment Share on other sites More sharing options...
Iron4venger Posted October 18, 2014 Share Posted October 18, 2014 Thank you to add my suggestion! Quote Link to comment Share on other sites More sharing options...
kiwiak Posted November 2, 2014 Share Posted November 2, 2014 Thanks for these trim indicators.. Quote Link to comment Share on other sites More sharing options...
White Owl Posted November 5, 2014 Share Posted November 5, 2014 I picked up this mod for the good old trim indicators, and just now got around to trying out the actual NanoGauges themselves while flying unmanned spaceplane reentrys. I love the VSI that's more precise than stock, and can be placed next to the navball for better visibility. But I can't figure out what the vertical velocity gauge is for.Any chance of expanding the range on the machmeter? It only displays values up to mach 10, and flying a reentry over Kerbin in any scaled up RSS system means your vehicle can easily get up to mach 20 or more. Quote Link to comment Share on other sites More sharing options...
zekes Posted November 5, 2014 Share Posted November 5, 2014 i like the layout, and what tehy look like, but unless they're really in the ship it doesn't seem very helpful; just cluttered. Put these in a lander pod, and you have apollo LM gold. Quote Link to comment Share on other sites More sharing options...
White Owl Posted November 5, 2014 Share Posted November 5, 2014 I figure the NanoGauges are best used for unmanned craft. If you want lotsa gauges inside a cockpit or capsule, get Raster Prop Monitor. Quote Link to comment Share on other sites More sharing options...
Spectre111 Posted November 23, 2014 Share Posted November 23, 2014 Hey NereidWould it be possible for you to make a download with just the trim indicators?Don't really want all the other stuff slowing my game down.Thanks. Quote Link to comment Share on other sites More sharing options...
MedwedianPresident Posted November 23, 2014 Share Posted November 23, 2014 Can you make them into 3d props for IVA's? Then you will become the biggest hero of KSP ever. Quote Link to comment Share on other sites More sharing options...
Vectura Posted November 23, 2014 Share Posted November 23, 2014 You know what. THIS IS AMAZING!Edit: Oh and by the way, will it ever be in kerbalstuff? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.