-
Sad news
irreparable loss for sms-team... Savke always said "I do not want to see the readme text that says this is impossible due to limitations in MSFS, anything is possible and we will find a solution"... the last project that was started by Savke is just that damn Lasta-95 for FSX. one of last flights: R.I.P. and have blue skies, my friend. sorry for bad English, I cry and I can not think of spelling
-
Does anyone know what the font is used the HUD?
...or Glass Gauge.
-
Keeping a window open when changing view direction
Try to change your panel id from 40 to something in range 10000...19999; For example, 12151 (>K:PANEL_ID_OPEN) works just fine for me.From fs9gauges.h:#define IDENT_MAIN_PANEL 0#define IDENT_THROTTLE_PANEL 10#define IDENT_RADIO_STACK_PANEL 50#define IDENT_COMPASS_PANEL 75#define IDENT_MINI_CONTROLS_PANEL 100#define IDENT_ANNUNCIATOR_PANEL 125#define IDENT_ANNUNCIATOR2_PANEL 150#define IDENT_IFR_MAIN_PANEL 175#define IDENT_COLLECTIVE_PANEL 200#define IDENT_GPS_PANEL 225#define IDENT_OVERHEAD_PANEL 250#define IDENT_USER 10000#define IDENT_USER_MAX 19999#define IDENT_AIRCRAFT_HUD_3D_PANEL 20000#define IDENT_HELICOPTER_HUD_3D_PANEL 20001#define IDENT_CONTROLS_HUD_3D_PANEL 20002#define IDENT_TEXT_HUD_3D_PANEL 20003#define IDENT_DAMAGE_HUD_3D_PANEL 20004#define IDENT_SCORE_HUD_3D_PANEL 20005#define IDENT_LSO_WINDOW 22000#define IDENT_INVALID 4294967295Hth,L.
-
how to define gauges data "refresh-rate" variables?
This happen when panel.cfg have too much "VCockpit" sections.L.
-
how to play a sound at end of one another using dsd_xml_so...
bool?
-
dsd_xml_sound gauge - documentation error
>(P:ACTIVE VIEW MODE,enum)>1 = 2D>2 = VC>3 = Tower>4 = SpotUnfortunately dont work in FSX :-(
-
Russian radios
>There is a perfect example of what you are looking for done>in russian with docs in the avsim library , look under " SOKO>GALEB "This is wrong. Galeb G-2 is Yugoslavian made aircraft (1957) and have all western avionics. Many of gauges are borrowed from T-33 and F-84G. One curiosity - control stick is from Me-262. Don't ask how:)God examples for quality russian planes and gauges:http://samdimdesign.free.fr/Registration for avsim.ru is with classic tmplate , as for many other forums:http://www.avsim.ru/forum/index.php?act=Reg&CODE=00After registration you can switch to english...L.
-
Russian radios
Try here:http://www.avsim.ru/forum/index.php?showtopic=22159and here:http://www.secretprojects.co.uk/forum/inde.../board,8.0.htmlL.
-
3 Views for a Sukhoi Su-26 or a Zivko Edge
Su-26M
-
Panel draw order?
>The order in which you open a window make the>order the windows take place on top of [Windows00]. So better>open the GPS view after having opened the Captain's panel and>the First Officer panel. If you don't, depending the GPS>position, it could be hidden by one of these panels.But in fs9/fsx you can bypas this with zorder:http://www.aerodynamika.com/cgi-bin/yabb/Y...?num=1173807636L.
-
1 external model plus 1 internal model = same inefficiency as the old system?
For model...You can place mdl and cfg files in different folders and use path with model filename in model.cfg file.For example, place all mdl files (VC_1.mdl, VC_2.mdl, exterior_1.mdl, etc.) into '..aircraftnamemodels', and cfg files into '..aircraftnamemodel.1model.cfg', '..aircraftnamemodel.2model.cfg', etc.In first model.cfg:normal=../models/exterior_1interior=../models/VC_1(same for other model.cfg's)L.
-
GTX-330 sounds
Looking for audio records from Garmin GTX-330 - "Leaving Altitude" and "Timer Expired".:-zhelp L.
-
Reading Views in XML Gauges
Do you have visible=1 or visible=0 in 'VCockpitXX'?
-
Reading Views in XML Gauges
Maybe to try with ?This is my last idea. I'm working on simple C gauge for identify when particularly panel is open or closed. I need it to manipulate with panels for front and rear cockpit, and Working fine in fs9. Mmaybe help you in VCockpit, I hope.When you put this gauge to WindowXX in panel.cfg, this will set (L:panel_1,enum) to 1 when panel defined in WindowXX is open and to 0 when closed. May to have more similar gauges for different panels (with unique variable name). "panel_1" and "pnl1_id" are custom variable names, you may name them what you want - I use L:panel_1, L:panel_2, etc. ...double pnl1 = 0 ; // C variableID pnl1_id; // pointer address to the XML variable ... case PANEL_SERVICE_PRE_INITIALIZE: register_named_variable ( "panel_1" ); break; case PANEL_SERVICE_PANEL_OPEN: pnl1_id = check_named_variable("panel_1"); set_named_variable_value ( pnl1_id, 1 ); // "1 (>L:panel_1,enum)" break; case PANEL_SERVICE_PANEL_CLOSE: pnl1_id = check_named_variable("panel_1"); set_named_variable_value ( pnl1_id, 0 ); // "0 (>L:panel_1,enum)" break; ...L.
-
Reading Views in XML Gauges
Few days ago Rob Barendregt wrote that gauge is active only in active view.http://forums.avsim.net/dcboard.php?az=sho..._id=30285&page=Maybe you can suspend beacon from VC through xml placed in VCockpit? Sorry I can't check this because don't have fsx yet (must obtain new PC first, and demo was removed from my HD).hth.
Luka
Members
-
Joined
-
Last visited