• 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.

Program to Build Gauge In; Real Time?

Messages
10,158
Country
us-arizona
Hey all,

Is there a program for making gauges in (in FS2004 XML) that is in real time? A gauge that shows you your progress without having to boot up into FSX/P3D over and over again?

I know there is a gauge builder (gauge checker?) program that comes with the FSX SDK. I know nothing about it, but wondered... can it possibly run the gauges?

Thought I would ask.

I run P3D, sitting on the tarmac, and have setup a button to 'reload user aircraft' on my keyboard. I do not have to restart the sim each time, just reload the plane and the gauge shows instant results. But I program in FS2004 code and thought, what if I could build the gauge in a program that runs and shows the gauge and code in real time?

Maybe it hasnt been made yet?



Bill
 
It's unfortunate that the author of FSPS is so very slow to update his program to keep up with changes. There is still no native support for P3D at all, and even though you can 'redirect' the FS2002 path to point to P3D, for some reason FSPS will not recognize 64bit .gau or .dll files at all...

...which severely limits the usefulness of FSPS. Also, it has the very annoying habit of completely deleting any comments one makes, as well as any entries that aren't SDK generic, such as those required for TrueGlass and RealLights.

For example, this "RealLights" entry would be deleted should I be foolish enough to use FSPS to 'edit' the existing panel.cfg file:
Code:
//--------------------------------------------------------
[Vcockpit07]
Background_color=0,0,0
size_mm=1024,1024
visible=0
pixel_size=1024,1024
texture=$VCNL_4

texture00=RL_4, 0,0,1024,1024
:mad:
 
I wonder what happened to him or them? That is a brilliant program. Same for FSSS; FS Sound Studio.
 
It's unfortunate that the author of FSPS is so very slow to update his program to keep up with changes. There is still no native support for P3D at all, and even though you can 'redirect' the FS2002 path to point to P3D, for some reason FSPS will not recognize 64bit .gau or .dll files at all...

...which severely limits the usefulness of FSPS.
I'd had the same perspective when I converted a FS9 model to P3Dv4 and used FSPS to edit the panel. Specifically, I'd wanted to replace the Cyrillic labeled bit maps of an An-12 to Mandarin style for a Y-8 - and I had pretty good success. In fact, FSDS seemed so capable, that I decided to edit the VC. I actually created and placed those $ placeholder textures, a task I don't think I could have performed with my skills any other way, without the help of FSDS.
However, in regard to the OP,
a program for making gauges in (in FS2004 XML) that is in real time? A gauge that shows you your progress without having to boot up into FSX/P3D over and over again?
FSDS should be perfect.
I wonder what happened to him or them? That is a brilliant program.
The license.txt of the FS Panel Studio installation lists Copyright (c) 1999-2007 Ed Struzynski.
Same for FSSS; FS Sound Studio.
"Jan 15//2007: New version Build 7716 available with FSX support!"
http://www.fssoundstudio.com/

The support forum is Flight1 for both FSPS & FSSS.
https://www.simforums.com/forums/forum13.html
 
Hmmm, I have not yet experienced the "targeted malware" aspect of the software..
Here are some other examples of how FSPS deletes comments. Any comments other that the first two lines that FSPS adds is deleted upon saving the file:
Code:
// This Panel.cfg file created by FS Panel Studio panel editor utility - http://www.fspanelstudio.com
// Built Tuesday, June 19, 2018 at 11:12 FSPS Build:22900

//DEFAULT AVIONICS + WX RADAR//
I like to identify specific panel.cfg files so that I can keep track of which options are included, as our custom system will automatically copy/rename each specific panel.cfg file that is stored in the ..\panel\PanelConfigs sub-folder. This example is named: F1_GNS530_430_WX_Panel.cfg

In the example below, not only will my comment be removed, but since FSPS doesn't recognize the "texture00=" entry, it too will be removed!
Code:
//------- AUTOPILOT LIGHTING ----------------
[Vcockpit18]
Background_color=0,0,0
size_mm=1024,1024
visible=0
pixel_size=1024,1024
texture=$VCNL_15

texture00=RL_15, 0,0,1024,1024
 
FS Panel Studio may not do things as well as any text editor can, however it can perform functions and provide a GUI that no text editor can.
 
FS Panel Studio may not do things as well as any text editor can, however it can perform functions and provide a GUI that no text editor can.
FSPS is good, as @=rk= said, there no text editor that can perform like FSPS.
for fast and easy for user to make a custom panel, FSPS is the best software till it time.

Hmmm, I have not yet experienced the "targeted malware" aspect of the software..
not that I mean. maybe this the correct sentences
since my experience and knowledge going more advanced, FSPS is not suit with me anymore.
 
I still like FSPS, but as time goes by it is falling further and further behind and will eventually lose its usefulness entirely.

Edited per grammar policeman's scolding... :rotfl:
 
Last edited:
Back
Top