Menu

#2502 The DC-10 liveries are not working

2020.3
Fixed
Livery (3)
High
2021-03-22
2021-01-03
No

When I click the "select livery" option in any of the DC-10s it doesn't show the popup dialog to choose the livery, even after adding the liveries from the website.

Related

Tickets: #2502

Discussion

  • legoboyvdlp

    legoboyvdlp - 2021-01-05

    Here, it works. Are you sure that one of your liveries from the website is not causing this (an invalid livery, perhaps)?

     
  • legoboyvdlp

    legoboyvdlp - 2021-01-05

    May I ask where you downloaded the DC10 from? I'm afraid I can't reproduce that, even the AAL livery works.

     
  • Roshan Kalirajan

    The only way I got it to work was to replace the blank livery image with the livery of my choice

     
  • Stefan Frank

    Stefan Frank - 2021-01-16

    i just installed the DC-10 (DC10-30) from trunk and can confirm this issue.
    The default a/c loaded with an all-grey fuselage.
    On the console the following error is shown when i click 'Select Livery'.

    15.41 [ALRT]:nasal Nasal runtime error: No such member: dialog
    215.41 [ALRT]:nasal at /sim/bindings/menu/binding[225], line 2
    247.49 [ALRT]:nasal Nasal runtime error: No such member: dialog
    247.49 [ALRT]:nasal at /sim/bindings/menu/binding[225], line 2

    FG: 2020.4 compiled ~5 days ago

     
  • Sascha

    Sascha - 2021-01-16

    Problem is aircraft.livery.init is Nasal/effects.nas (line 6).
    I changed it to:

    ## Livery select
    var model_path = getprop("sim/aircraft");
    var model_name = "";
    for (var i = size(model_path); i >= 0; i -= 1)
    {
        var char = substr(model_path, i, 1);
        if (char == "/" or char == ".") break;
        model_name = char ~ model_name;
    }
    aircraft.livery.init("Models/Liveries/" ~ model_name);
    

    This build the pathname correctly.

     
    • Roshan Kalirajan

      thanks

       
  • James Turner

    James Turner - 2021-01-24
    • status: New --> Accepted
    • assigned_to: James Turner
     
  • James Turner

    James Turner - 2021-01-24

    Will be fixed in 2020.3.7

     
  • Roshan Kalirajan

    Ok cool thanks

     
  • James Turner

    James Turner - 2021-03-22
    • status: Accepted --> Fixed
     

Log in to post a comment.

MongoDB Logo MongoDB