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

Asymmetrical Eyes Issues

Discussion in 'Help & Documentation' started by Atmospheric, May 30, 2020.

  1. Atmospheric

    Atmospheric New Member

    Joined:
    Feb 27, 2019
    Messages:
    3
    Likes Received:
    0
    Gender:
    Female
    In-Game Name:
    Atmospheric
    I've been trying to add asymmetrical eyes to my preset. However, the eyes stay the same color despite me adding it to my mat (I only have the right eye). How do I fix this?
    material atmospheric_solstice
    {
    receive_shadows on
    technique
    {
    pass
    {
    ambient 0.75 0.75 0.75 1
    diffuse 0.5 0.5 0.5 1
    specular 0.1 0.1 0.1 1

    texture_unit
    {
    texture atmospheric_solstice.png
    }
    texture_unit
    {
    texture fur.png
    }
    }
    }
    }
    material atmospheric_solstice/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 atmospheric_solstice_mane.png
    }
    }
    }
    }
    material atmospheric_solstice/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 atmospheric_solstice_tuft.png
    }
    }
    }
    }
    material Atmospheric_Solstice/eyer
    {
    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 atmospheric_solstice_right.png
    }
    }
    }
    }
     
  2. Snuggypink

    Snuggypink Preset Converter
    Staff Member

    Joined:
    Jun 21, 2015
    Messages:
    689
    Likes Received:
    72
    Gender:
    Female
    easy fix if my theory is correct:
    material Atmospheric_Solstice/eyer
    You used capitalization so it does not match the rest of the coding :)
     

Share This Page