Feral Heart

Help & Guidance => Game Help => Topic started by: Kona on December 30, 2014, 10:10:51 pm

Title: Preset Mane Issue
Post by: Kona on December 30, 2014, 10:10:51 pm
For some reason, when I make a mane with the preset it looks totally weird. It looks nothing like the Non-Preset Full manes...
The Non Preset Mane...
(http://i59BannedImageSite/2jca9so.png)

The Preset's Mane
(http://i59BannedImageSite/28w0vwn.png)

See the difference?

Is this a coding issue? Or did I texture this wrong?

Any help with this would be awesome.
 -Thanks,
                  ~Khota[/color]
Title: Re: Preset Mane Issue
Post by: Whinp on December 30, 2014, 10:25:07 pm
Pretty normal, quote below:

Preset Mane Fix
-The first thing I'm going to start off with is the mane fix for presets, since this seems difficult for people to find. You only need this code if you're using anything but the fluffy mane.

Go to your preset's material file, open it in notepad.
Scroll down to the mane code (should be the very bottom, and should read something like this:)

Code: [Select]
material preset_#_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_#mane.png
}
}
}
}

Now all you do is select that section, copy this:

Code: [Select]
material preset_#_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_#mane.png
                        }
                }
        }
}

and paste this over the previous selection. Then look for the # signs in the code, and replace it with the preset's number, which is found in the name of that preset's files. If done correctly, you would be going from this:
(http://i1195.photobucket.com/albums/aa400/xRuby1234x/FH%20and%20IT%20Album/screenshot_07032012_132712084.png)

to this:

(http://i1195.photobucket.com/albums/aa400/xRuby1234x/FH%20and%20IT%20Album/screenshot_07032012_133710196.png)
Title: Re: Preset Mane Issue
Post by: Kona on December 30, 2014, 10:28:21 pm
Saddly, that's the code I've already been using. I'm unsure if it's a coding problem, or if it's how I textured it, or something else.

Thanks anyway. ^^
Title: Re: Preset Mane Issue
Post by: Whisperingwaves on December 31, 2014, 04:20:34 am
The mane fix is to make sure the mane ins't blocky and transparent in some parts. I don't think it's how it's textured, I think it's just how the game is rendering it. You haven't done anything wrong. Preset manes are just a little bit goofy when applied in-game.
But, you can try re texturing it if you wish, not saying you must. However, I wish ye' luck with the preset.

~ Whisper <3
Title: Re: Preset Mane Issue
Post by: Kona on December 31, 2014, 06:56:54 am
My issue with it is it seems to be outlining it with black or something. The little parts that stick out of the whole mane, look... pointy, and very un-like the ones that aren't Preset-Related.
Title: Re: Preset Mane Issue
Post by: Whisperingwaves on December 31, 2014, 06:41:29 pm
Ah, I know what your talking about, this happens to me alot on feline preset making. It's not going to be entirely smooth, and since you already applied the mane fix, it's about what it's gonna stay. Tho, it might be possible to smooth it out some how, tho it's not yet certain.
But like I said before, it's nothing you have done, it's the game rendering it that way.

~ Whisper
Title: Re: Preset Mane Issue
Post by: Kona on January 01, 2015, 07:56:18 am
Ah, Thanks. Well, I'm going to continue messing with it, I'm hoping I can make it look at least a bit better than how it is.
Title: Re: Preset Mane Issue
Post by: unnbrellas on January 03, 2015, 04:06:06 pm

I'd say this (http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=19335.0) is what you needed, but all the images are gone. I'll see if I can find them though.

It basically says the bottom of your mane needs to have large  transparent triangles at the bottom of your texture. If you have that then you'll know what I mean, if you don't then chances are you don't have it and I'll track down the texture for you c: