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

I need help with dog hair

Discussion in 'Help & Documentation' started by Karkat_Vantas, Nov 4, 2015.

  1. Karkat_Vantas

    Karkat_Vantas Active Member

    Joined:
    Jul 12, 2015
    Messages:
    258
    Likes Received:
    63
    Gender:
    Female
    I want to add a colored mane and tuf to me preset
    , i have the uv for the tuf but i dont know what to do for the mane since they dont have uv's
    and i dont know how to code them both in
    so if anyone knows hit me up
     
  2. PrinceOfSin

    PrinceOfSin Active Member

    Joined:
    Jul 12, 2015
    Messages:
    227
    Likes Received:
    29
    Gender:
    Female
    In-Game Name:
    PrinceOfSin
    Tbh I'd recommend making a small canvas and color it to see where it corresponds on the mane?? Or, uh.
    Well, the other manes besides the horse mane have no UV maps.
     
  3. Zaroque

    Zaroque THE TRUTH IS OUT THERE
    Staff Member Developer

    Joined:
    Nov 1, 2014
    Messages:
    514
    Likes Received:
    78
    Gender:
    Female
    In-Game Name:
    Zaroque
    yea its pretty much a guessing game when I do it. They probably work logically (with one of the sites being the end and one side being the top) but i'd experiment. each mane might be different.

    mane:
    Code:
    material myz_test/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 myz_test_mane.png
           }
         }
       }
    }
     
  4. Karkat_Vantas

    Karkat_Vantas Active Member

    Joined:
    Jul 12, 2015
    Messages:
    258
    Likes Received:
    63
    Gender:
    Female
    Thank you ! i'll go see if that works now!
     

Share This Page