Welcome to Dawn of Eternity

In order to download and play the game you need to sign up for an account and activate it, it's free. Once you have an active account you will be able to see the download page at the top of the forum.

Sign Up

Mane & Tuft Coloring

Discussion in 'Help & Documentation' started by Everlasting, Sep 3, 2018.

  1. Everlasting

    Everlasting New Member

    Joined:
    Aug 24, 2018
    Messages:
    1
    Likes Received:
    0
    Gender:
    Female
    In-Game Name:
    Everlasting
    The mane and tuft on my preset is white. I have the code, how do I color it?
     
  2. Snuggypink

    Snuggypink Preset Converter
    Staff Member

    Joined:
    Jun 21, 2015
    Messages:
    689
    Likes Received:
    72
    Gender:
    Female
    material username_character/mane
    {

    receive_shadows off

    technique

    {

    pass

    {

    ambient 0.95 0.95 0.95 1

    diffuse 0.6 0.6 0.6 1

    specular 0.1 0.1 0.1 1


    texture_unit

    {

    texture manetex.png
    }
    }
    }
    }

    material username_character/tuft
    {

    receive_shadows off

    technique

    {

    pass

    {

    ambient 0.95 0.95 0.95 1

    diffuse 0.6 0.6 0.6 1

    specular 0.1 0.1 0.1 1


    texture_unit

    {

    texture tufttex.png
    }
    }
    }
    }
    If followed correctly as shown in the spoilers, you may just have a slight spelling error in your coding :O !!
    Say for instance a capital letter or odd spacing
     

Share This Page