Jump to content
Sign in to follow this  
Gibbage

Announcing the Zenith 701 for P3D V4!

Recommended Posts

47 minutes ago, Bert Pieke said:

Nice, but no 3rd party GPS options that I can find.. :huh:

Yeah, a p.i.s.s.e.r. eh? No weather radar, no auto pilot, :unsure:


How long does it take for 'smug' to wear off after buying an EV?

"It’s easier to fool people than to convince them that they have been fooled". Whoever said it wasn't wrong!

 

Share this post


Link to post
10 minutes ago, Ron Attwood said:

Yeah, a p.i.s.s.e.r. eh? No weather radar, no auto pilot, :unsure:

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 by YoYo

Webmaster of yoyosims.pl.
Yoyosimsbanner.gif
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

Share this post


Link to post
34 minutes ago, Ron Attwood said:

Yeah, a p.i.s.s.e.r. eh? No weather radar, no auto pilot, :unsure:

You are kidding.. no autopilot??  :huh:

 


Bert

Share this post


Link to post

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


How long does it take for 'smug' to wear off after buying an EV?

"It’s easier to fool people than to convince them that they have been fooled". Whoever said it wasn't wrong!

 

Share this post


Link to post

Just installed an RXP GNS530 into the panel.. this could work out OK.. :cool:

  • Like 1

Bert

Share this post


Link to post
2 hours ago, Bert Pieke said:

Just installed an RXP GNS530 into the panel.. this could work out OK.. :cool:

For VC? Give us Your settings so :).


Webmaster of yoyosims.pl.
Yoyosimsbanner.gif
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

Share this post


Link to post

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

Share this post


Link to post
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. :biggrin: (Painters joke)


How long does it take for 'smug' to wear off after buying an EV?

"It’s easier to fool people than to convince them that they have been fooled". Whoever said it wasn't wrong!

 

Share this post


Link to post
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.. :happy:

 

 

Edited by Bert Pieke
  • Upvote 1

Bert

Share this post


Link to post

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 by Bert Pieke
  • Upvote 1

Bert

Share this post


Link to post

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>

 

 

 

  • Upvote 2

Bert

Share this post


Link to post

He's a clever ol' boy ain't he?


How long does it take for 'smug' to wear off after buying an EV?

"It’s easier to fool people than to convince them that they have been fooled". Whoever said it wasn't wrong!

 

Share this post


Link to post
On 1/31/2020 at 3:01 PM, Ron Attwood said:

Doing the left wing was much easier. Just flip the right wing over. :biggrin: (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

Share this post


Link to post

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:

stolreal.jpg 

 

My effort:

stol1.jpg

stol2.jpg

stol3.jpg

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

  • Like 1

How long does it take for 'smug' to wear off after buying an EV?

"It’s easier to fool people than to convince them that they have been fooled". Whoever said it wasn't wrong!

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...