Jump to content
Sign in to follow this  
benne36

New errors found in Linda FSLabs A320

Recommended Posts

Hello everybody and a happy new year!

unfortunately I have discovered two more small mistakes during my tests.
In EFIS Capt and FO both\FD both\VC_GSLD_BOTH_EFIS_FD_on and VC_GSLD_BOTH_EFIS_FD_off as well as VC_GSLD_BOTH_EFIS_LS_on and VC_GSLD_BOTH_EFIS_LS_off.

Contained now:
FD:
function VC_GSLD_BOTH_EFIS_FD_on ()
    VC_GSLD_FO_EFIS_FD_on ()
    VC_GSLD_FO_EFIS_FD_on ()
end

function VC_GSLD_BOTH_EFIS_FD_off ()
    VC_GSLD_FO_EFIS_FD_off ()
    VC_GSLD_FO_EFIS_FD_off ()
end

LS:
function VC_GSLD_BOTH_EFIS_LS_on ()
    VC_GSLD_FO_EFIS_LS_on ()
    VC_GSLD_FO_EFIS_LS_on ()
end

function VC_GSLD_BOTH_EFIS_LS_off ()
    VC_GSLD_FO_EFIS_LS_off ()
    VC_GSLD_FO_EFIS_LS_off ()
end

I think it's supposed to be like this, don't you?

FD:
function VC_GSLD_BOTH_EFIS_FD_on ()
    VC_GSLD_CP_EFIS_FD_on ()
    VC_GSLD_FO_EFIS_FD_on ()
end

function VC_GSLD_BOTH_EFIS_FD_off ()
    VC_GSLD_CP_EFIS_FD_off ()
    VC_GSLD_FO_EFIS_FD_off ()
end

LS:
function VC_GSLD_BOTH_EFIS_LS_on ()
    VC_GSLD_CP_EFIS_LS_on ()
    VC_GSLD_FO_EFIS_LS_on ()
end

function VC_GSLD_BOTH_EFIS_LS_off ()
    VC_GSLD_CP_EFIS_LS_off ()
    VC_GSLD_FO_EFIS_LS_off ()
end

If possible please also change in the next versions.

Thanks a lot
benne
 

 

Hallo an alle und ein gesundes neues Jahr!

ich habe leider bei meinen Tests zwei weitere kleine Fehler entdeckt.
Und zwar in EFIS Capt and FO both\FD both\VC_GSLD_BOTH_EFIS_FD_on und VC_GSLD_BOTH_EFIS_FD_off sowie VC_GSLD_BOTH_EFIS_LS_on und VC_GSLD_BOTH_EFIS_LS_off.

Enthalten ist jetzt:
FD:
function VC_GSLD_BOTH_EFIS_FD_on ()
    VC_GSLD_FO_EFIS_FD_on ()
    VC_GSLD_FO_EFIS_FD_on ()
end

function VC_GSLD_BOTH_EFIS_FD_off ()
    VC_GSLD_FO_EFIS_FD_off ()
    VC_GSLD_FO_EFIS_FD_off ()
end

LS:
function VC_GSLD_BOTH_EFIS_LS_on ()
    VC_GSLD_FO_EFIS_LS_on ()
    VC_GSLD_FO_EFIS_LS_on ()
end

function VC_GSLD_BOTH_EFIS_LS_off ()
    VC_GSLD_FO_EFIS_LS_off ()
    VC_GSLD_FO_EFIS_LS_off ()
end

Ich denke, es müsste so sein oder?

FD:
function VC_GSLD_BOTH_EFIS_FD_on ()
    VC_GSLD_CP_EFIS_FD_on ()
    VC_GSLD_FO_EFIS_FD_on ()
end

function VC_GSLD_BOTH_EFIS_FD_off ()
    VC_GSLD_CP_EFIS_FD_off ()
    VC_GSLD_FO_EFIS_FD_off ()
end

LS:
function VC_GSLD_BOTH_EFIS_LS_on ()
    VC_GSLD_CP_EFIS_LS_on ()
    VC_GSLD_FO_EFIS_LS_on ()
end

function VC_GSLD_BOTH_EFIS_LS_off ()
    VC_GSLD_CP_EFIS_LS_off ()
    VC_GSLD_FO_EFIS_LS_off ()
end

Wenn möglich bitte ebenfalls in den nächsten Versionen ändern.

Vielen Dank
benne

Share this post


Link to post
Share on other sites

Thank you for the spot. There is no need to translate as I can read Deutsch.


Andrew Gransden

Scotland, UK

LINDA Support/Developer - VATSIM and BAVirtual - Airbus Flyer

i7 1TB SSD GTX980 - FSX/P3D - Aerosoft Airbus A318/A319/A320/A321 - FS2Crew

Share this post


Link to post
Share on other sites

Will be fixed in next update.


Andrew Gransden

Scotland, UK

LINDA Support/Developer - VATSIM and BAVirtual - Airbus Flyer

i7 1TB SSD GTX980 - FSX/P3D - Aerosoft Airbus A318/A319/A320/A321 - FS2Crew

Share this post


Link to post
Share on other sites

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...