January 30, 20206 yr 47 minutes ago, Bert Pieke said: Nice, but no 3rd party GPS options that I can find.. Yeah, a p.i.s.s.e.r. eh? No weather radar, no auto pilot, The World is divided into two groups. Those who say "Give me a link" and those that provide the link. WWG1WGA
January 30, 20206 yr 10 minutes ago, Ron Attwood said: Yeah, a p.i.s.s.e.r. eh? No weather radar, no auto pilot, Radar, Autopilot? ;> Zenith its a very simply and cheap plane! 😄 BUT +1 for 3rd party GPS like F1. btw. I have this addon, very like it. Notice about new version from 2 weeks before (with proper gauge of alt ect). Edited January 30, 20206 yr by YoYo Webmaster of yoyosims.pl.Win 10 64, i9 9900k, RTX 3090 24Gb, RAM32Gb, SSD M.2 NVMe, Predator XB271HU res.2560x1440 27'' G-sync, Sound Blaster Z + 5.1, TiR5 [MSFS, P3Dv5, DCS, RoF, Condor, IL-2 CoD/BoX] VR fly only: HP Reverb G2
January 30, 20206 yr 34 minutes ago, Ron Attwood said: Yeah, a p.i.s.s.e.r. eh? No weather radar, no auto pilot, You are kidding.. no autopilot?? Bert
January 30, 20206 yr I AM kidding. I thought you were. 59 minutes ago, YoYo said: Radar, Autopilot? ;> Zenith its a very simply and cheap plane! 😄 BUT +1 for 3rd party GPS like F1. btw. I have this addon, very like it. Notice about new version from 2 weeks before (with proper gauge of alt ect). Yoyo, it's what passes for humour. New version eh? I didn't know that. Thanks The World is divided into two groups. Those who say "Give me a link" and those that provide the link. WWG1WGA
January 31, 20206 yr 2 hours ago, Bert Pieke said: Just installed an RXP GNS530 into the panel.. this could work out OK.. For VC? Give us Your settings so :). Webmaster of yoyosims.pl.Win 10 64, i9 9900k, RTX 3090 24Gb, RAM32Gb, SSD M.2 NVMe, Predator XB271HU res.2560x1440 27'' G-sync, Sound Blaster Z + 5.1, TiR5 [MSFS, P3Dv5, DCS, RoF, Condor, IL-2 CoD/BoX] VR fly only: HP Reverb G2
January 31, 20206 yr Commercial Member I had the privilege of helping build the right wing of its bigger brother the 801 in Tanzania a couple years ago. Jonathan "FRAG" Bleeker Formerly known here as "Narutokun" If I speak for my company without permission the boss will nail me down. So unless otherwise specified...Im just a regular simmer who expresses his personal opinion
January 31, 20206 yr 4 hours ago, JB3DG said: I had the privilege of helping build the right wing of its bigger brother the 801 in Tanzania a couple years ago. Doing the left wing was much easier. Just flip the right wing over. (Painters joke) The World is divided into two groups. Those who say "Give me a link" and those that provide the link. WWG1WGA
January 31, 20206 yr 10 hours ago, YoYo said: For VC? Give us Your settings so :). [Window01] ....... //gauge00=LHCZ701!GNS530, 0,0,498,365 gauge00=rxpGNS2!GNS_530_1,0,0,498,365 [Vcockpit01] ..... //gauge00=LHCZ701!GNS530, 0,0,1019,737 gauge00=rxpGNS2!GNS_530_1, 180,60,689,507,VC gauge01=LHCZ701!LHC_GTX327, 0,745,1021,277 gauge02=LHCZ701!GNS_Buttons, 0, 0, 1, 1 RXP ini file: [GNS_530_1.VC] ; show screen only gauge if true. nobezel = true GNS_Buttons.xml file: (L:CH70_avs_GNS530_ENT,bool) if{ (>K:GPS_ENTER_BUTTON) 0 (>L:CH70_avs_GNS530_ENT,bool) } With more to come.. Edited January 31, 20206 yr by Bert Pieke Bert
January 31, 20206 yr OK.. to make the right bottom knob work: GNS_Buttons.xml file: (L:CH70_avs_GNS530_K_RC, bool) if{ (>K:GPS_CURSOR_BUTTON) 0 (>L:CH70_avs_GNS530_K_RC, bool) } (L:CH70_avs_GNS530_K_RI, enum) 0 == if{ (>K:GPS_PAGE_KNOB_INC) 1 (>L:CH70_avs_GNS530_K_RI, enum) } (L:CH70_avs_GNS530_K_RI, enum) 2 == if{ (>K:GPS_PAGE_KNOB_DEC) 1 (>L:CH70_avs_GNS530_K_RI, enum) } (L:CH70_avs_GNS530_K_RO, enum) 0 == if{ (>K:GPS_GROUP_KNOB_INC) 1 (>L:CH70_avs_GNS530_K_RO, enum) } (L:CH70_avs_GNS530_K_RO, enum) 2 == if{ (>K:GPS_GROUP_KNOB_DEC) 1 (>L:CH70_avs_GNS530_K_RO, enum) } However, for this to work properly, you need to disable the incorrect coding in the Interior Model file, using a hex editor. Easiest way: 1. Search for all instances of >K:GPS_PAGE and replace K by L. 2. Search for all instances of >K:GPS_GROUP and replace K by L. 3. Search for all instances of >K:GPS_ENTER and replace K by L. Edited January 31, 20206 yr by Bert Pieke Bert
January 31, 20206 yr Structure of the GNS_Buttons.xml file: <Gauge Name="GNS 530 missing buttons" Version="1.0"> <Element> <Select> <Value> (L:CH70_avs_GNS530_ENT,bool) if{ (>K:GPS_ENTER_BUTTON) 0 (>L:CH70_avs_GNS530_ENT,bool) } (L:CH70_avs_GNS530_K_RC, bool) if{ (>K:GPS_CURSOR_BUTTON) 0 (>L:CH70_avs_GNS530_K_RC, bool) } (L:CH70_avs_GNS530_K_RI, enum) 0 == if{ (>K:GPS_PAGE_KNOB_INC) 1 (>L:CH70_avs_GNS530_K_RI, enum) } (L:CH70_avs_GNS530_K_RI, enum) 2 == if{ (>K:GPS_PAGE_KNOB_DEC) 1 (>L:CH70_avs_GNS530_K_RI, enum) } (L:CH70_avs_GNS530_K_RO, enum) 0 == if{ (>K:GPS_GROUP_KNOB_INC) 1 (>L:CH70_avs_GNS530_K_RO, enum) } (L:CH70_avs_GNS530_K_RO, enum) 2 == if{ (>K:GPS_GROUP_KNOB_DEC) 1 (>L:CH70_avs_GNS530_K_RO, enum) } </Value> </Select> </Element> </Gauge> Bert
February 1, 20206 yr He's a clever ol' boy ain't he? The World is divided into two groups. Those who say "Give me a link" and those that provide the link. WWG1WGA
February 1, 20206 yr Commercial Member On 1/31/2020 at 3:01 PM, Ron Attwood said: Doing the left wing was much easier. Just flip the right wing over. (Painters joke) Yikes! Asymmetric lift on the most extreme uncontrollable scale lol. Jonathan "FRAG" Bleeker Formerly known here as "Narutokun" If I speak for my company without permission the boss will nail me down. So unless otherwise specified...Im just a regular simmer who expresses his personal opinion
February 2, 20206 yr Another CH-701. I'm sorry but I coulbn't find a good representation of the bee motif on this plane. So I had to do an approximation.: The real one: My effort: Yes, I know the real one has a yellow/wooden prop but not having a picture I wasn't sure. So I left it. If anyone has a photo... On my Mediafire now or on AVSIM soon The World is divided into two groups. Those who say "Give me a link" and those that provide the link. WWG1WGA
Archived
This topic is now archived and is closed to further replies.