Jump to content

Recommended Posts

Posted
1 hour ago, Medway said:

Would be it possible to edit this in plane maker?

It would definitely not be something you could do in Plane Maker.

Only way to know if it's Zink is to disable it and see if the problem goes away then.

  • Like 1
Posted
On 8/3/2023 at 3:59 PM, Cameron said:

It would definitely not be something you could do in Plane Maker.

Only way to know if it's Zink is to disable it and see if the problem goes away then.

Hi Cameron, thanks for your reply.

I did test and verify it's from Zink. Disabling it reduced my fps from 40 to 25 though. I did figure out the flickering is triggered when I close the auto start window. But if I leave that open (and off the side of the screen) it's fine. I'll try doing a manual start and see if that avoids the issue all together. 

It might be something with the latest beta as it broke the dialog boxes for World Traffic too. The ones for the Saab work but maybe there's something similar conflict going on.

Cheers

Posted

Can confirm it's to do with the dialog windows. The camera preset one started it too. If I open that window back then the flickering stops as long as it's open again. Once it's closed then the flickering starts. I also noticed the window itself was flickering at one point too.

Posted

I found a workaround. I opened the stats window from the sidebar. I then clicked the button to make it into a normal window and then minimized it. That hides it from view and stops the HSI from flickering. Instead the sidebar now flickers when I hover over it but that's fine.

  • 6 months later...
Posted

For me, the Saab works basicly fine. the only struggle i have is the bank roll limitation. for some reason with AP on it rolls in both mode HDG and NAV about 2-3°, not more. 

Could that be changed with planemaker?

  • 2 months later...
Posted (edited)

If you have Flywithlua installed you can fix the bank roll limit by creating a lua script with the following content:

if (AIRCRAFT_FILENAME == "LES_Saab_340A.acf" or 
    AIRCRAFT_FILENAME == "LES_Saab_340A_Cargo.acf" or 
    AIRCRAFT_FILENAME == "LES_Saab_340A_AEW.acf") then

    function les_bank_fixer()
        dataref("SBankLimit","sim/cockpit2/autopilot/bank_angles_values","writable")
            SBankLimit = 27.0
    end


    do_often("les_bank_fixer()")
end

 

Edited by Cesah
Typo
  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...