Author Topic: Preset Mane Issues  (Read 3138 times)

Offline Ningyo

  • Forum Newcomer
  • *
  • Posts: 8
  • Floof-O-Meter: 0
  • Why do I weep for the world?
    • View Profile
    • My deviantArt
Preset Mane Issues
« 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
Hurrr- I'll do something with this later.

Offline SteampunkWolfdog

  • That British Snob
  • Community Champion
  • ****
  • Posts: 1,870
  • Country: gb
  • Floof-O-Meter: 157
    • ClockworkCarnivore
    • felislupus
    • @charliehowls2
    • View Profile
Re: Preset Mane Issues
« Reply #1 on: August 14, 2013, 03:14:00 pm »
Can you take a screenshot of it so we can see what's going on please? :)

Preset (Updated 3/1/17)

(Formerly SpiritSilverWolf)

Offline Bawfle

  • Courage is not the absence of fear but rather the judgement that something is more important than fear.
  • Elder Grey Pelt
  • ****
  • Posts: 3,147
  • Country: gb
  • Floof-O-Meter: 344
  • The Zambisi Pride
    • View Profile
Re: Preset Mane Issues
« Reply #2 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:



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.


Pixel Doll Commissioned and Coloured by RingoKioko
Inactive // Retired // Gone

Offline emana00834

  • Familiar Grounds Dweller
  • **
  • Posts: 84
  • Floof-O-Meter: 1
  • I make my own choices
    • View Profile
Re: Preset Mane Issues
« Reply #3 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. :-)

Offline Silver-Scratch

  • Experienced Traveler
  • **
  • Posts: 119
  • Floof-O-Meter: 6
  • 3 Easy Payments of $19.99...
    • View Profile
Re: Preset Mane Issues
« Reply #4 on: August 18, 2013, 10:29:40 pm »
Of course, hun! The coding can be found here, 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!
...Plus Shipping and Handling. | in-game user: silver-scratch

Art by Kikiorylandia! <3

Offline Ningyo

  • Forum Newcomer
  • *
  • Posts: 8
  • Floof-O-Meter: 0
  • Why do I weep for the world?
    • View Profile
    • My deviantArt
Re: Preset Mane Issues
« Reply #5 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.
Hurrr- I'll do something with this later.

Offline Silver-Scratch

  • Experienced Traveler
  • **
  • Posts: 119
  • Floof-O-Meter: 6
  • 3 Easy Payments of $19.99...
    • View Profile
Re: Preset Mane Issues
« Reply #6 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!
...Plus Shipping and Handling. | in-game user: silver-scratch

Art by Kikiorylandia! <3

Offline Ningyo

  • Forum Newcomer
  • *
  • Posts: 8
  • Floof-O-Meter: 0
  • Why do I weep for the world?
    • View Profile
    • My deviantArt
Re: Preset Mane Issues
« Reply #7 on: August 20, 2013, 04:19:42 am »
Thankie, and 1. ;w;
Hurrr- I'll do something with this later.

Offline Silver-Scratch

  • Experienced Traveler
  • **
  • Posts: 119
  • Floof-O-Meter: 6
  • 3 Easy Payments of $19.99...
    • View Profile
Re: Preset Mane Issues
« Reply #8 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
[/spoiler]
...Plus Shipping and Handling. | in-game user: silver-scratch

Art by Kikiorylandia! <3