-
RXP GNS V2 and GTN database update
Sad to say this lack of nav data support is a showstopper, it's a decent product, but after too much time struggling with exceedingly outdated Navdata I'm finding myself going back to the Laminar built in's ... I think it is on RealityXP to solve this problem, it should NOT be the end users who have to find some way to acquire a worldwide.bin file. The current method of "sharing" somewhat newer copies of data, which comes from ...? While it is kind of those who share, it's not very legit. Great product, but not usable if you are a current real life pilot and trying to use it to enhance currency. If somebody can tell me where to purchase, real navdata for it that is not a hack to make work, and at a realistic price (i.e. like Navigraph) I'd love to keep using it. I paid $$$ for the product, as a paying customer I feel this is a reasonable expectation. Jeff
-
Official Panel Configuration Thread
Just a note for the Carenado B200 previously mentioned in this thread using the 430's, if you do not replace the animations.sec, with the animations.lua script mentioned for the GTN-750 fix, it absolutely will NOT work. I spent an evening trying to get it to go to no avail, until I stumbled onto the GTN thread, and applied that fix. Now it works Multiple symptoms, but the first is that the default view in the cockpit is with the flight crew in place, and your view is inside/behind the pilots head ... After trying to use the RealityXP 430, then after removing the ini file to revert your setup the Carenado config files have also been messed up and the aircraft stays broken, so to fix it you have to replace them in the aircraft folder. Replacing the animations.sec with the animations.lua fixes everything.
- Official Panel Configuration Thread
-
Official Panel Configuration Thread
Here's my Config, and mods for the Carenado B58 Baron, I also posted my file mods which you will need to make your buttons an knobs work. In addition I deleted the two stock GNS 430W entries from the cockpit using planemaker.exe, these could probably be deleted from the obj file directly with a text editor. I'm not sure this matters, but if you don't delete them, and your sizing is not perfect you can see edge glow from the stock GNS 430W underneath it. Jeff ; ; Carenado B58 Baron RealityXP.GNS.ini Config lines, modify your config accordingly ; [GNS_430_1.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 6,442,420,230 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true [GNS_430_2.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 451,442,420,230 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true ; ; If you want buttons and knobs, modify this file, the modified lines follow: ; X-Plane 11\Aircraft\Carenado B58_Baron_v3.2\Custom Avionics\DRFS\XPCMNDS.lua ; n1Cup = findCommand("RXP/GNS/COM_OUTR_CW_1") n1Fup = findCommand("RXP/GNS/COM_INNR_CW_1") n1chu = findCommand("RXP/GNS/GPS_OUTR_CW_1") n1pgu = findCommand("RXP/GNS/GPS_INNR_CW_1") n1Cdn = findCommand("RXP/GNS/COM_OUTR_CCW_1") n1Fdn = findCommand("RXP/GNS/COM_INNR_CCW_1") n1chd = findCommand("RXP/GNS/GPS_OUTR_CCW_1 ") n1pgd = findCommand("RXP/GNS/GPS_INNR_CCW_1") n1zmo = findCommand("RXP/GNS/RUP_1") n1zmi = findCommand("RXP/GNS/RDN_1") n1cdi = findCommand("RXP/GNS/CDI_1") n1obs = findCommand("RXP/GNS/OBS_1") n1msg = findCommand("RXP/GNS/MSG_1") n1fpl = findCommand("RXP/GNS/FPL_1") n1prc = findCommand("RXP/GNS/PROC_1") n1vnv = findCommand("RXP/GNS/VNAV_1") n1dir = findCommand("RXP/GNS/DTO_1") n1mnu = findCommand("RXP/GNS/MNU_1") n1clr = findCommand("RXP/GNS/CLR_1") n1ent = findCommand("RXP/GNS/ENT_1") n1cmf = findCommand("RXP/GNS/CFLP_1") n1nvf = findCommand("RXP/GNS/VFLP_1") n1nct = findCommand("RXP/GNS/COM_PUSH_1") n1csr = findCommand("RXP/GNS/GPS_PUSH_1") n2Cup = findCommand("RXP/GNS/COM_OUTR_CW_2") n2Fup = findCommand("RXP/GNS/COM_INNR_CW_2") n2chu = findCommand("RXP/GNS/GPS_OUTR_CW_2") n2pgu = findCommand("RXP/GNS/GPS_INNR_CW_2") n2Cdn = findCommand("RXP/GNS/COM_OUTR_CCW_2") n2Fdn = findCommand("RXP/GNS/COM_INNR_CCW_2") n2chd = findCommand("RXP/GNS/GPS_OUTR_CCW_2 ") n2pgd = findCommand("RXP/GNS/GPS_INNR_CCW_2") n2zmo = findCommand("RXP/GNS/RUP_2") n2zmi = findCommand("RXP/GNS/RDN_2") n2cdi = findCommand("RXP/GNS/CDI_2") n2obs = findCommand("RXP/GNS/OBS_2") n2msg = findCommand("RXP/GNS/MSG_2") n2fpl = findCommand("RXP/GNS/FPL_2") n2prc = findCommand("RXP/GNS/PROC_2") n2vnv = findCommand("RXP/GNS/VNAV_2") n2dir = findCommand("RXP/GNS/DTO_2") n2mnu = findCommand("RXP/GNS/MNU_2") n2clr = findCommand("RXP/GNS/CLR_2") n2ent = findCommand("RXP/GNS/ENT_2") n2cmf = findCommand("RXP/GNS/CFLP_2") n2nvf = findCommand("RXP/GNS/VFLP_2") n2nct = findCommand("RXP/GNS/COM_PUSH_2") n2csr = findCommand("RXP/GNS/GPS_PUSH_2")
-
RXP GNS V2 and GTN database update
Curious if any kind forum members could assist me with figuring out a way out of 2009 and into the modern era, I'm looking for a way to acquire a better dataset for my 430 I need to land occasionally, and half my approaches don't exist ... Can PM me here, or email offline at n85ae ( at ) yahoo.com Thanks in advance, Jeff
n85ae
Members
-
Joined
-
Last visited