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 Issues

Discussion in 'Help & Documentation' started by HauntedFantasy, May 1, 2018.

  1. HauntedFantasy

    HauntedFantasy New Member

    Joined:
    May 1, 2018
    Messages:
    2
    Likes Received:
    0
    Gender:
    Female
    I tried to add the mane & tuft to my preset but its white? I read the tutorial but I still don't understand. How do I fix this? [​IMG]
     
  2. Snuggypink

    Snuggypink Preset Converter
    Staff Member

    Joined:
    Jun 21, 2015
    Messages:
    689
    Likes Received:
    72
    Gender:
    Female
    All you have to do is add a line of coding for both Hair and Tuft into your material text file under your body coding, like so :D :

    material username_character/mane
    {

    receive_shadows off

    technique

    {

    pass

    {

    ambient 0.8 0.9 0.9

    diffuse 0.6 0.6 0.6 1

    specular 1.0 1.0 1.0 130


    texture_unit

    {

    texture manename.png
    }
    }
    }
    }

    material username_character/tuft
    {

    receive_shadows off

    technique

    {

    pass

    {

    ambient 0.8 0.9 0.9

    diffuse 0.6 0.6 0.6 1

    specular 1.0 1.0 1.0 130


    texture_unit

    {

    texture tuftname.png
    }
    }
    }
    }
     
  3. HauntedFantasy

    HauntedFantasy New Member

    Joined:
    May 1, 2018
    Messages:
    2
    Likes Received:
    0
    Gender:
    Female
    Thanks for the code but how do I color it & what do I name the mane? Its still white (FIXED ^^)
     
    #3 HauntedFantasy, May 1, 2018
    Last edited: May 1, 2018
  4. Snuggypink

    Snuggypink Preset Converter
    Staff Member

    Joined:
    Jun 21, 2015
    Messages:
    689
    Likes Received:
    72
    Gender:
    Female
    You got it?
    Its very simple if not :O
    The canine mane has no set UV, but the tuft I believe does:
    [​IMG]
    Just be sure to enter all info for coding correctly!! After that it's smooth sailing~ :D
     

Share This Page