Unsolved Barstow Interior

Discussion in 'Mod Support' started by alex hart, Apr 19, 2018.

  1. alex hart

    alex hart
    Expand Collapse

    Joined:
    Jan 22, 2017
    Messages:
    1,177
    Hi, I'm currently working on some interior skins for the Barstow. I've come across a hurdle however. The skin I created overwrites the default skin for some reason. They are both selectable however and both show the skin I created. Any help would be much appreciated. :)
     

    Attached Files:

  2. alex hart

    alex hart
    Expand Collapse

    Joined:
    Jan 22, 2017
    Messages:
    1,177
    Anyone?
     
  3. EuroTrucker

    EuroTrucker
    Expand Collapse

    Joined:
    Mar 31, 2014
    Messages:
    159
    In your materials.cs I beleive that the following line needs to be changed
    Code:
    singleton Material(barstow_interior)
    {
        mapTo = "barstow_interior_sport";
    to
    Code:
    singleton Material(barstow_interior_sport)
    {
        mapTo = "barstow_interior_sport";
    Please tell me if that works
     
    #3 EuroTrucker, Apr 20, 2018
    Last edited: Apr 20, 2018
  4. alex hart

    alex hart
    Expand Collapse

    Joined:
    Jan 22, 2017
    Messages:
    1,177
    no, still not working. They both now show the original interior texture. Thanks though.
     
  5. EuroTrucker

    EuroTrucker
    Expand Collapse

    Joined:
    Mar 31, 2014
    Messages:
    159
    Can you PM me a copy of the mod so I can look into it please?
     
  6. alex hart

    alex hart
    Expand Collapse

    Joined:
    Jan 22, 2017
    Messages:
    1,177
    Yeah I'll pm you when I get home from college. Thanks for the help
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice