Bug Skin Mercedes Haribo

Discussion in 'Community Support' started by S-AMG, Sep 24, 2016.

  1. S-AMG

    S-AMG Well-Known Member

    Joined:
    Jan 29, 2015
    Ratings:
    +77 / 0 / -0
    Hi .
    Mercedes with Skin Haribo is unplayable because the windscreen is too dark and very dirty .
    2016-09-24 0807 0001.jpg
    Thanks .
     
    • Like Like x 1
  2. Arthur Spooner

    Arthur Spooner Well-Known Member

    Joined:
    Feb 5, 2015
    Ratings:
    +432 / 0 / -0
    Could this possibly be an unfinished dirt-buildup-feature being slipped unintentionally? ;)
     
    • Like Like x 1
  3. S-AMG

    S-AMG Well-Known Member

    Joined:
    Jan 29, 2015
    Ratings:
    +77 / 0 / -0
  4. Arthur Spooner

    Arthur Spooner Well-Known Member

    Joined:
    Feb 5, 2015
    Ratings:
    +432 / 0 / -0
    That's why I wrote "unfinished" and "unintentionally". :rolleyes: This shouldn't be visible at all in the first place - be it in the pits on a fresh windshield or later.
     
  5. Dale Junior

    Dale Junior Well-Known Member

    Joined:
    Mar 5, 2015
    Ratings:
    +983 / 0 / -0
    a dirt built-up feature for the windshield is still a must ... I hope we obtain it soon!!! This should be easy to program by a overlay.

    ...
    int distance;
    int dirt;
    ...
    if (distance < 100 km)
    {dirt = texture.loadFromFile("dirt_none.png"}
    else if (distance >= 100 km && distance < 200 km)
    {dirt = texture.loadFromFile("dirt_01.png"}
    else if (distance => 200 km && distance < 300 km)
    {dirt = texture.loadFromFile("dirt_02.png"}
    ...
    else
    {dirt = texture.loadFromFile("dirt_full.png"}
    ...
     
    Last edited: Sep 24, 2016
  6. S-AMG

    S-AMG Well-Known Member

    Joined:
    Jan 29, 2015
    Ratings:
    +77 / 0 / -0
    oh ok sorry Arthur ;)
     
  7. Gerbuho

    Gerbuho Well-Known Member

    Joined:
    Jun 7, 2015
    Ratings:
    +264 / 0 / -0
    I love Haribo. Could some good man send me some? :D
     
  8. Sdemonnz

    Sdemonnz Well-Known Member

    Joined:
    Jun 5, 2016
    Ratings:
    +83 / 0 / -0
    It's just tinted windscreens for those always sunny racedays! :p

    I went and had a look at this in game....to me it looks like a double windscreen issue, almost like the devs have mistakingly overlayed the new windscreen over an existing cockpit/windscreen.

    Chris
     
    • Agree Agree x 1