Feral Heart

Help & Guidance => Game Help => Topic started by: Ningyo on August 14, 2013, 05:46:42 am

Title: Preset Mane Issues
Post by: Ningyo on August 14, 2013, 05:46:42 am
So basically, the thing where the mane doesn't look like anything more than a bunch of thin sheets, yeah that. I know it's a coding thing, and I've searched around the forums a bit and tried a few codes, and it still doesn't seem to be working. I'm not using the Floofy first mane, I'm using the Center Half one on a feline. Really all I need is for some people to link or share some codes that I could try to get this thing working ;w; <3
Title: Re: Preset Mane Issues
Post by: SteampunkWolfdog on August 14, 2013, 03:14:00 pm
Can you take a screenshot of it so we can see what's going on please? :)
Title: Re: Preset Mane Issues
Post by: Bawfle on August 14, 2013, 05:17:05 pm
The first thing you need to do is open up 'fmaneMask' in GIMP or Photoshop. (I use GIMP, it's easier) Once you have done that you need to make sure it's on a transparent background, you can tell it's a transparent back ground because it will have grey squares. After that, get the select tool and select the whole canvas like this:

(http://i41BannedImageSite/152m3v9.png)

Then you need to right click the mane and go to 'Select then 'Float' and it should select it all. Then you can draw what you're wanting your mane to look like on the mask and it won't go over the transparency. Finally, you need to save the image as a .PNG image and name it preset_(presetmumberhere)head.png and Merge the layers if it asks you to. Don't flatten.
Title: Re: Preset Mane Issues
Post by: emana00834 on August 18, 2013, 09:23:21 am
So basically, the thing where the mane doesn't look like anything more than a bunch of thin sheets, yeah that. I know it's a coding thing, and I've searched around the forums a bit and tried a few codes, and it still doesn't seem to be working. I'm not using the Floofy first mane, I'm using the Center Half one on a feline. Really all I need is for some people to link or share some codes that I could try to get this thing working ;w; <3

heres the easier way.open up the textures menu feralheart->media->textures and scroll fown and you will see the three manes on the pic.copy them into your preset folder and rename them and decorate them whatever you wanted. Hope this workes. :-)
Title: Re: Preset Mane Issues
Post by: Silver-Scratch on August 18, 2013, 10:29:40 pm
Of course, hun! The coding can be found here (http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=26062.0), along with what BigBang said you should have a fixed mane c: If not, I'll be happy to share my base preset files with you!
Title: Re: Preset Mane Issues
Post by: Ningyo on August 19, 2013, 05:21:18 am
I've tried out all of this, made sure the mane texture was transparent, replaced the code and it's still doing it. I remember having this problem before on my older computer, I checked that code and still. I love it if you could share the codes Ging love ;w;.

I don't plan on using the mane, but it shows off best what it's doing.
(http://i873.photobucket.com/albums/ab300/SytheShadow/screenshot_08182013_231839196_zps0dee5da8.png?t=1376889587)
Title: Re: Preset Mane Issues
Post by: Silver-Scratch on August 19, 2013, 09:10:58 pm
Tell me what preset number you're doing hun, I'll be happy to give you the code and templates. Your preset looks gorgeous, too!
Title: Re: Preset Mane Issues
Post by: Ningyo on August 20, 2013, 04:19:42 am
Thankie, and 1. ;w;
Title: Re: Preset Mane Issues
Post by: Silver-Scratch on August 20, 2013, 09:02:28 pm
Code under the break:
[spoiler]
Quote
material preset_1_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.jpg
         }
      }
   }
}
material preset_1_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1bodyL.jpg
         }
      }
   }
}
material preset_1_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1headL.png
         }
      }
   }
}
material preset_1_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eye.jpg
         }
      }
   }
}
material preset_1_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eye.jpg
         }
      }
   }
}
material preset_1_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1tail.jpg
         }
      }
   }
}
material preset_1_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_1mane.png
                        }
                }
        }
}
[/spoiler]

And the image file for mane: (.PNG, use another layer on multiply to colour it best, also it is huge so it may take a moment to load)

[spoiler]
Quote
(http://www.ezimba.com/work/130821C/ezimba16089734505600.png)
[/spoiler]