Parking break pauses the aircraft mid air

Locked
Cleptric
Posts: 9
Joined: Fri Mar 09, 2018 4:58 pm
Parking break pauses the aircraft mid air

Post by Cleptric » Sat Nov 03, 2018 10:11 pm

The same bug was present in the 310 iirc.

Krazycolin
Site Admin
Posts: 1728
Joined: Mon Sep 08, 2008 4:18 pm
Re: Parking break pauses the aircraft mid air

Post by Krazycolin » Sat Nov 03, 2018 11:45 pm

and again, why on earth are you using the parking brake in the air?

Please, answer this burning question....

N4GIX
Posts: 1023
Joined: Mon Sep 06, 2010 3:47 pm
Re: Parking break pauses the aircraft mid air

Post by N4GIX » Sat Nov 03, 2018 11:51 pm

It is not a "bug", it is intentional to keep the aircraft from moving even when the PB is set.

Cleptric
Posts: 9
Joined: Fri Mar 09, 2018 4:58 pm
Re: Parking break pauses the aircraft mid air

Post by Cleptric » Sun Nov 04, 2018 1:10 am

@Krazycolin Why not? I don't see anything that prohibits me to set the PB mid air.

Thx N4GIX, I understand this. I guess it's not possible to determine safely in P3D if the aircraft is in the air or not.

Krazycolin
Site Admin
Posts: 1728
Joined: Mon Sep 08, 2008 4:18 pm
Re: Parking break pauses the aircraft mid air

Post by Krazycolin » Sun Nov 04, 2018 2:15 am

Lol...

You can’t tell when and when you should not use the parking brake?

Really? Only when you’re parking. If you pulled it while you were taking off or landing, what do you think would happen?

We will look at a fix.

Cleptric
Posts: 9
Joined: Fri Mar 09, 2018 4:58 pm
Re: Parking break pauses the aircraft mid air

Post by Cleptric » Sun Nov 04, 2018 2:57 am

I read your posts as a not very polite way of dealing with a customers concern.
I was reporting a, in my opinion, bug on a product I spend 40$ on.

Now making jokes about that feels very disrespectful.

Thanks for looking into it.

N4GIX
Posts: 1023
Joined: Mon Sep 06, 2010 3:47 pm
Re: Parking break pauses the aircraft mid air

Post by N4GIX » Sun Nov 04, 2018 4:05 pm

Cleptric wrote:
Sun Nov 04, 2018 1:10 am
Thx N4GIX, I understand this. I guess it's not possible to determine safely in P3D if the aircraft is in the air or not.
You can remove this intentional feature if you don't like it quite easily. Look in the ..\panel\TW_XMLGauges folder for the TW_Logic.xml file.

Open this file with notepad.exe (Win default) or notepad++.exe (freeware) and comment out these lines from this:

Code: Select all

    (A:BRAKE PARKING POSITION,percent) 0 >
    if{ 1 (>K:FREEZE_LATITUDE_LONGITUDE_SET) 1 (>K:FREEZE_ATTITUDE_SET) }
    els{ 0 (>K:FREEZE_LATITUDE_LONGITUDE_SET) 0 (>K:FREEZE_ATTITUDE_SET) }
to this:

Code: Select all

<!--    (A:BRAKE PARKING POSITION,percent) 0 &gt;
    if{ 1 (>K:FREEZE_LATITUDE_LONGITUDE_SET) 1 (>K:FREEZE_ATTITUDE_SET) }
    els{ 0 (>K:FREEZE_LATITUDE_LONGITUDE_SET) 0 (>K:FREEZE_ATTITUDE_SET) } -->

Cleptric
Posts: 9
Joined: Fri Mar 09, 2018 4:58 pm
Re: Parking break pauses the aircraft mid air

Post by Cleptric » Sun Nov 04, 2018 6:33 pm

Awesome, thanks a bunch :)

N4GIX
Posts: 1023
Joined: Mon Sep 06, 2010 3:47 pm
Re: Parking break pauses the aircraft mid air

Post by N4GIX » Sun Nov 04, 2018 10:24 pm

Alternatively, you could replace that section with this version that will only work on ground:

Code: Select all

    (A:BRAKE PARKING POSITION,percent) 0 &gt;
    (A:SIM ON GROUND,bool) and
    (L:TW_Chocks,bool) 1 == or
    if{ 1 (>K:FREEZE_LATITUDE_LONGITUDE_SET) 1 (>K:FREEZE_ATTITUDE_SET) }
    els{ 0 (>K:FREEZE_LATITUDE_LONGITUDE_SET) 0 (>K:FREEZE_ATTITUDE_SET) }
This will limit the 'freeze'
  1. while on the ground and parking brakes set
  2. or while the chocks are still in place

Cleptric
Posts: 9
Joined: Fri Mar 09, 2018 4:58 pm
Re: Parking break pauses the aircraft mid air

Post by Cleptric » Tue Nov 06, 2018 6:30 pm

Nice, even better!


Locked

Return to “Piper PA30 Support Forum”