Unsolved Skin glitching

Discussion in 'Mod Support' started by SimplyGaming, Aug 13, 2017.

  1. SimplyGaming

    SimplyGaming
    Expand Collapse

    Joined:
    Feb 21, 2016
    Messages:
    762
    I am trying to make a colorable stripe skin for the D-Series and it looks like this:
    upload_2017-8-12_21-34-0.png
    Why?
     

    Attached Files:

  2. Peter Beamo

    Peter Beamo
    Expand Collapse

    Joined:
    Jun 27, 2016
    Messages:
    3,202
    Haven't downloaded a gile yet but I think u rotate your uv map in wrong way
     
    #2 Peter Beamo, Aug 13, 2017
    Last edited: Aug 13, 2017
  3. Taza

    Taza
    Expand Collapse

    Joined:
    Nov 8, 2015
    Messages:
    1,335
    Replace
    Code:
    colorPaletteMap[2] = "vehicles/pickup/merica_skin/pickup_skin_merica_palette_uv1";
    With
    Code:
    colorPaletteMap[2] = "vehicles/pickup/merica_skin/pickup_skin_merica_palette_uv1.dds";
    Need the file extension
     
  4. SimplyGaming

    SimplyGaming
    Expand Collapse

    Joined:
    Feb 21, 2016
    Messages:
    762
    Nope.
    upload_2017-8-13_11-4-7.png
     
  5. glendwelch1

    glendwelch1
    Expand Collapse

    Joined:
    Nov 12, 2017
    Messages:
    29
    replace
    colorPaletteMap[2] = "vehicles/pickup/merica_skin/pickup_skin_merica_pallete_uv1";

    With
    colorPaletteMap[2] = "vehicles/pickup/merica_skin/pickup_skin_merica_palette_uv1.dds";



    You had pallete spelled differently in your materials folder change it to palette instead :) Problem solved,
     
  6. SimplyGaming

    SimplyGaming
    Expand Collapse

    Joined:
    Feb 21, 2016
    Messages:
    762
    Thanks for the advice, but check the last post date before you post.
     
  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