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")