• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Recent content by TheGreyGoose

  1. TheGreyGoose

    Request help with building new XML gauges in P3Dv5 from existing XML.

    I'm using Prepar3D v5.1 and I'm hoping some of you gauge guys can please help me from pulling out the last two hairs I have left with some XML gauges. I've installed some freeware aircraft and I'm trying to make a new 2D panel set for one of them with updated artwork for 1080p monitors or...
  2. TheGreyGoose

    How do you rotate 2D XML knobs for endless rotation or fixed points -- for autopilot, radios, overhead, etc

    I'm talking about XML.. Baby steps guys..baby steps lol. -- And by repeat=yes, I'm not sure what you mean or where that gets inserted. I mean I get that <Click Repeat="Yes"> for the mouse affects the action, but what about the physical characteristic of the knob so that it visually appears to...
  3. TheGreyGoose

    How do you rotate 2D XML knobs for endless rotation or fixed points -- for autopilot, radios, overhead, etc

    I'm trying to establish the best method for creating XML 2D knob visual movements (and 3D if it's the same). After looking at several 2D knob gauges I'm really confused because I see it being done in really simple ways (minimal code) and then also really complex (lots of code)..literally the...
  4. TheGreyGoose

    MSFS20 2D gauges - 2D Panels

    Geoff, as I understand it, it cannot happen as 3D cockpit gauges are a completely different animal from 2D panel gauges. 3D is designed as 3D with polygons whereas 2D gauges just use 2D art bitmaps. So for 3D gauges, while you can extract them from their native 3D environment there is no way...
  5. TheGreyGoose

    Knobs, Mouse Clicks, and Zone Widening Question

    Ok, but then how exactly does that work? (and do I have this set up properly below now?) I mean I know that mouse clicks are independent of the artwork but for example if you are only using say a 100 x 100 image for the knob itself, how can you set up a larger (wider) click area of like 300...
  6. TheGreyGoose

    Knobs, Mouse Clicks, and Zone Widening Question

    Hi gang, I'm rebuilding some knobs and it occurred to me that I would like to make the mouse click interaction area on each side wider by ~50 pixel so that you can more easily touch what would be the outside area next to the knob and not just right on the knob itself, mainly to facilitate much...
  7. TheGreyGoose

    Double Expressions of Variables and Other Items --- WHY???

    That's actually a good reason if only from a design / layout perspective. Are you saying that when you select the gauge in FSPS for use on a panel it will show it at the default ImageSizes= size?
  8. TheGreyGoose

    Double Expressions of Variables and Other Items --- WHY???

    Yeah, I'll look up the variables I referenced to see what's up. I was just copying code directly from some gauges I'm working on that had what appear to be a double reference. Obviously one is incorrect. And I wonder why the ImageSizes= is no longer needed??? I have to assume something...
  9. TheGreyGoose

    Double Expressions of Variables and Other Items --- WHY???

    Why are some things declared twice like (A Prop1 MAX RPM PERCENT, PERCENT) for Engine 1 but then not in another gauge that is very similar or could be the same exact gauge but for another engine. What dictates a double use or double expression as I've seen this used in both engine 1 and engine...
  10. TheGreyGoose

    Need Help to demistify XML needle pointing and nonlinearity table correlations.

    Guys is there any good documentation on such things. I'm am an obvious noob here. I've been taking a ton of notes and have at least 50 or more web pages bookmarked including all the new Prepar3D v5 SDK pages, and was also studying the Reverse Polish SDK page and Variables pages before I even...
  11. TheGreyGoose

    Need Help to demistify XML needle pointing and nonlinearity table correlations.

    That's kind of what I suspected. So I can I just name it anything then? Just "bug" ?
  12. TheGreyGoose

    Need Help to demistify XML needle pointing and nonlinearity table correlations.

    Thanks for the clarification sir Dai, master of C++! I have another small issue that I could use some help with. I'm trying to make an adjustable bug for a round engine torque gauge and cannot find any applicable generic value / event ID or applicable A, G, or L.? I just need something...
  13. TheGreyGoose

    Need Help to demistify XML needle pointing and nonlinearity table correlations.

    Thanks Tom, that's one down out of the list. I wonder if that may just be an old issue for C++ gauges only? I know it used to be a "thing" somewhere in yesteryear. I've been out of simulation for the last 5 years or so but recall that was some sort of requirement and that either the gauge...
  14. TheGreyGoose

    Need Help to demistify XML needle pointing and nonlinearity table correlations.

    Ok, some final questions and I think this subject is totally resolved for me once and for all. It looks like everything I was saying in my lengthy post was correct. #1- Let's say you have a south drawn needle graphic and are using the PointsTo=South, but the arc you are wanting to effect...
  15. TheGreyGoose

    Need Help to demistify XML needle pointing and nonlinearity table correlations.

    I'm about to knit this new XML sweater with a needle... Let's call it a fuel gauge. I've worn out far too many old threads and the now vintage FS2X tutorials which leaves some things to be desired in the way of full explanations so I will attempt to provide some here to help future proof while...
Back
Top