Feral Heart

Help & Guidance => Game Help => Topic started by: Fantasia_Cross on November 12, 2011, 05:48:10 am

Title: Preset Mane Problem
Post by: Fantasia_Cross on November 12, 2011, 05:48:10 am
Hey what did I do wrong if my Presets Mane looks like this...

http://thehqrebellion.deviantart.com/gallery/#/d4fw67m (http://thehqrebellion.deviantart.com/gallery/#/d4fw67m)
Title: Re: Preset Mane Problem
Post by: Ruby1234 on November 12, 2011, 06:15:02 am
Can I see the image you made for the mane?
Title: Re: Preset Mane Problem
Post by: Nyan Cat on November 12, 2011, 07:11:13 am
Copy this code c:
Code: [Select]
material preset_1_maneMat
{
   transparency_casts_shadows off
   receive_shadows off
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         alpha_rejection greater_equal 128
         texture_unit
         {
            texture preset_1mane.png
         texture_unit
         }
      }
   }
}
(Open your preset mat in Notepad and delete the mane mat code, then replace it with that, Then find the preset_1s and replace it with the name of your preset file, like if your preset is preset10, you make preset_1_ preset_10_ and texture preset_1mane.png, preset_10mane.png......... Make sure that your mane is png or else it will not work, if its jpg, replace the .png with .jpg.
kthxbai)

Hopefully this should work, and give the correct mane you always wanted, the ones like your FH character's mane is meshed like! So it's not all blocky, alieny or all fioshgsoifhgo. :3 However, if you do get the blockyness thing, Add transparency to it c;
FH manes are quite confusing, yet adding a bit of transparency to the edges of it in spikey like lines helps decrease that blocky texture thing. And make your preset look good
Hope this helps! lolimnotamod

(Though you need to try small spikes in numerous edges and sides of the mane, to not make some parts invisible. If it doesn't look right, edit it!)
Title: Re: Preset Mane Problem
Post by: Fantasia_Cross on November 12, 2011, 12:52:00 pm
Here's the mane picture.
http://thehqrebellion.deviantart.com/#/d4fww2x (http://thehqrebellion.deviantart.com/#/d4fww2x)

Here is the "Ingame picture"
http://thehqrebellion.deviantart.com/gallery/#/d4fwwb4 (http://thehqrebellion.deviantart.com/gallery/#/d4fwwb4)
...is there any way I can avoid it being transparent/ghostlike? Do you see the "Ghostness" of it?
Title: Re: Preset Mane Problem
Post by: Nyan Cat on November 12, 2011, 08:18:30 pm
No I see that you deleted that deviantation.
Title: Re: Preset Mane Problem
Post by: Fantasia_Cross on November 12, 2011, 08:38:20 pm
Sorry...it was a bit early, forgot to leave it there...want me to repost it?
Title: Re: Preset Mane Problem
Post by: Nyan Cat on November 13, 2011, 02:56:27 am
Sure :3
Title: Re: Preset Mane Problem
Post by: Fantasia_Cross on November 13, 2011, 09:48:28 pm
Here is the link, they are called temporary. All three of them.
http://thehqrebellion.deviantart.com/gallery/ (http://thehqrebellion.deviantart.com/gallery/)
Title: Re: Preset Mane Problem
Post by: Nyan Cat on November 13, 2011, 10:05:19 pm
Add transparency with Paint.Net to the edges of the mane in spikes.
Title: Re: Preset Mane Problem
Post by: Fantasia_Cross on November 13, 2011, 10:12:17 pm
Is there anywhere i can get a Tutorial on how to do that...sounds a tad complicated.
Title: Re: Preset Mane Problem
Post by: Nyan Cat on November 13, 2011, 11:50:35 pm
It's not really, Just download Paint.NET, open your mane file, use the eraser tool to make spikey edges, and it should look better and not all blocky.
Title: Re: Preset Mane Problem
Post by: Fantasia_Cross on November 14, 2011, 12:49:07 am
Bottom or top of the picture?
Title: Re: Preset Mane Problem
Post by: Nyan Cat on November 14, 2011, 12:58:55 am
Bottom, if it doesnt look good, you can try the top.
Title: Re: Preset Mane Problem
Post by: Fantasia_Cross on November 14, 2011, 01:17:34 am
One more little problem...should I try the top, because it's no longer blocky, but it has white linings...here, look.
http://thehqrebellion.deviantart.com/art/temporary-268919510 (http://thehqrebellion.deviantart.com/art/temporary-268919510)
Title: Re: Preset Mane Problem
Post by: Nyan Cat on November 14, 2011, 04:11:44 am
Thats odd, It hasn't happened to me... o.o
Title: Re: Preset Mane Problem
Post by: Fantasia_Cross on November 14, 2011, 04:23:03 am
It's supposed to be a PNG right? Is there any specific name it should have?
Title: Re: Preset Mane Problem
Post by: Fantasia_Cross on December 23, 2011, 08:15:56 pm
Ok...it worked several times and now....won't.

http://thehqrebellion.deviantart.com/#/d4jziot (http://thehqrebellion.deviantart.com/#/d4jziot)

And here is the mane coding....should it be something else?

material preset_3_maneMat
{
                  transparency_casts_shadows off
                  receive_shadows off
                  technique
     {
                     pass
                                   {
         cull_hardware none
         cull_software none
         alpha_rejection greater_equal 128
         texture_unit
         {
            texture preset_3maneShade.png
         texture_unit
         }
      }
   }
}