Author Topic: Mane Fix? [code]  (Read 6612 times)

Offline forks

  • tiny silverware enthusiast
  • Finest Floof
  • ***
  • Posts: 922
  • Country: us
  • Floof-O-Meter: 60
  • icon by reudiart
    • soupforks
    • View Profile
Mane Fix? [code]
« on: February 20, 2017, 12:50:00 pm »
I'm trying to get the code for the mane fix, but I can't find any that work. The one on Ruby's thread has been messed up for a while I believe, and I couldn't find anything else on the forum.

Does anyone know where I can find a working mane fix code?



All right so, thanks to Sard, I know how to fix the mane by making the bottom half transparent. However, is there a code floating around out there as well?
« Last Edit: February 20, 2017, 02:40:25 pm by .Echoz. »


signature by g0thic_vibes1

Offline G4RG0YLE

  • Elder Grey Pelt
  • ****
  • Posts: 3,431
  • Country: gb
  • Floof-O-Meter: 170
  • Avatar © Felicia on Discord ♡
    • View Profile
Re: Mane Fix? [code]
« Reply #1 on: February 20, 2017, 03:55:35 pm »
Code: [Select]
material preset_#_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_#mane.png
                        }
                }
        }
}

Is this the one you've been using?
If so, perhaps try this and see if it fixes your problem.


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
}
}
}
}

© short ' cakes on Discord ♡

Offline MyEngriish

  • Familiar Grounds Dweller
  • **
  • Posts: 76
  • Country: ro
  • Floof-O-Meter: 5
    • View Profile
Re: Mane Fix? [code]
« Reply #2 on: February 20, 2017, 05:46:59 pm »
Code: [Select]
material preset_#_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_#mane.png
                        }
                }
        }
}

Is this the one you've been using?
If so, perhaps try this and see if it fixes your problem.


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
}
}
}
}
Well the first code isn't working(at least for me).I'd suggest trying the second one

Offline forks

  • tiny silverware enthusiast
  • Finest Floof
  • ***
  • Posts: 922
  • Country: us
  • Floof-O-Meter: 60
  • icon by reudiart
    • soupforks
    • View Profile
Re: Mane Fix? [code]
« Reply #3 on: February 20, 2017, 06:49:04 pm »
I tried the second one and it's looking meshy and sort of..transparent?


signature by g0thic_vibes1

Offline sanrio

  • Grumpy Overlord
  • Elder Grey Pelt
  • ****
  • Posts: 2,820
  • Country: gb
  • Floof-O-Meter: 108
    • kiyatii
    • View Profile
Re: Mane Fix? [code]
« Reply #4 on: February 20, 2017, 06:51:01 pm »
Are you sure you're making the actual 'picture' like this?

Make sure it's a png as well.
If you're using GIMP add an alpha layer to the texture layer.

Avatar by byambyy | Signature by rykerclawss

Offline forks

  • tiny silverware enthusiast
  • Finest Floof
  • ***
  • Posts: 922
  • Country: us
  • Floof-O-Meter: 60
  • icon by reudiart
    • soupforks
    • View Profile
Re: Mane Fix? [code]
« Reply #5 on: February 20, 2017, 06:52:47 pm »
I'm not trying to make an actual preset, just trying to find coding.

For the image I'm using the "preset_2mane" image. The coding and the image is .png and the numbers are all correct.

It doesn't have the transparent triangles at the bottom though. Could that be an issue?


signature by g0thic_vibes1

Offline sanrio

  • Grumpy Overlord
  • Elder Grey Pelt
  • ****
  • Posts: 2,820
  • Country: gb
  • Floof-O-Meter: 108
    • kiyatii
    • View Profile
Re: Mane Fix? [code]
« Reply #6 on: February 20, 2017, 06:53:34 pm »
I'm not trying to make an actual preset, just trying to find coding.

For the image I'm using the "preset_2mane" image. The coding and the image is .png and the numbers are all correct.

It doesn't have the transparent triangles at the bottom though. Could that be an issue?
Yes, that would most likely be the issue.

Avatar by byambyy | Signature by rykerclawss

Offline forks

  • tiny silverware enthusiast
  • Finest Floof
  • ***
  • Posts: 922
  • Country: us
  • Floof-O-Meter: 60
  • icon by reudiart
    • soupforks
    • View Profile
Re: Mane Fix? [code]
« Reply #7 on: February 20, 2017, 07:00:30 pm »
It's still not working o.o


signature by g0thic_vibes1

Offline sanrio

  • Grumpy Overlord
  • Elder Grey Pelt
  • ****
  • Posts: 2,820
  • Country: gb
  • Floof-O-Meter: 108
    • kiyatii
    • View Profile
Re: Mane Fix? [code]
« Reply #8 on: February 20, 2017, 07:00:59 pm »
Hmm, mind sending me a screenie of the character?

Avatar by byambyy | Signature by rykerclawss

Offline forks

  • tiny silverware enthusiast
  • Finest Floof
  • ***
  • Posts: 922
  • Country: us
  • Floof-O-Meter: 60
  • icon by reudiart
    • soupforks
    • View Profile
Re: Mane Fix? [code]
« Reply #9 on: February 20, 2017, 07:05:23 pm »


signature by g0thic_vibes1