Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Luka

Members
  • Joined

  • Last visited

  1. Luka replied to g_precentralis's topic in Hangar Chat
    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
  2. 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.
  3. This happen when panel.cfg have too much "VCockpit" sections.L.
  4. >(P:ACTIVE VIEW MODE,enum)>1 = 2D>2 = VC>3 = Tower>4 = SpotUnfortunately dont work in FSX :-(
  5. >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.
  6. Try here:http://www.avsim.ru/forum/index.php?showtopic=22159and here:http://www.secretprojects.co.uk/forum/inde.../board,8.0.htmlL.
  7. >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.
  8. 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.
  9. Looking for audio records from Garmin GTX-330 - "Leaving Altitude" and "Timer Expired".:-zhelp L.
  10. Do you have visible=1 or visible=0 in 'VCockpitXX'?
  11. 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.
  12. 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.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.