Feral Heart

Help & Guidance => Game Help => Topic started by: shineah on June 13, 2021, 09:32:42 am

Title: Markings
Post by: shineah on June 13, 2021, 09:32:42 am
Hello, I really want to know if I could do my own markings (NO PRESET) because idk but when I do a Preset and try to do the Mane it always looks bad ingame. So it would help me more if someone could tell me how i can make markings :) or have any idea what i could do about the "mane" thing xD
(Sorry my english isn't the best :-:)
Title: Re: Markings
Post by: Astraea on June 13, 2021, 10:23:07 pm
Hello!

I'm not sure about the mane, but marking tutorials can be found here (https://feral-heart.com/smf/index.php?board=192.0) or even on YouTube! I'm sure others can help about your mane issue, or you can check out some older help threads! Good luck. c:
Title: Re: Markings
Post by: BloodWinsAll on June 14, 2021, 12:08:23 am
Hello, I really want to know if I could do my own markings (NO PRESET) because idk but when I do a Preset and try to do the Mane it always looks bad ingame. So it would help me more if someone could tell me how i can make markings :) or have any idea what i could do about the "mane" thing xD
(Sorry my english isn't the best :-:)

 So, for any mane you want to fix for presets, take the piece of code starting from pass{ to "texture_unit" and replace it with the code below.

The whole code will look like this:
Code: [Select]
material preset_7_maneMat
{
technique
{
pass
{
cull_hardware none
                    cull_software none
                    alpha_rejection greater_equal 128
texture_unit
{
texture preset_7mane.png
}
}
}
}

 but you want this section:

Code: [Select]
cull_hardware none
                    cull_software none
                    alpha_rejection greater_equal 128
texture_unit

 I hope this helps!