Feral Heart

Help & Guidance => Game Help => Topic started by: midnight4554 on October 14, 2021, 04:43:10 am

Title: Why is my presets mane white?
Post by: midnight4554 on October 14, 2021, 04:43:10 am
So I'm having trouble with my presets mane, its just solid white and I've tried replacing it, different name, changed preset folder and even changed it to jpg but its still white please help
Title: Re: Why is my presets mane white?
Post by: Lloyd on October 14, 2021, 07:52:04 am
Try this coding for your mane  (Make sure you scroll to get all of the coding)
Code: [Select]
material preset_#_maneMat
{
    technique
    {
        pass
        {
            ambient 2.0 2.0 2.0     [Feel free to change the ambient code to whatever you like]
            cull_hardware none
            cull_software none
            scene_blend alpha_blend
            alpha_rejection greater_equal 250
            texture_unit
            {
                texture preset_#mane.png
            }
        }
    }
}
Title: Re: Why is my presets mane white?
Post by: D-ead7Dog on October 16, 2021, 12:09:41 am
If the above doesn't work then make sure your file matches up with the coding!
If your mane file is a .png make sure it says .png in your material file coding!
Same for if it is a .jpg.