Author Topic: Preset help  (Read 676 times)

Offline XxCheyPawsxX

  • Curious Wanderer
  • *
  • Posts: 21
  • Floof-O-Meter: 1
  • I'll beat you with my twig.
    • View Profile
Preset help
« on: September 09, 2015, 04:55:02 am »
I want a non see through mane, but I don't know how to make one :( Please help!

Offline Panzram

  • Reject false icons
  • Pack & Pride Representative
  • ****
  • Posts: 1,102
  • Country: 00
  • Floof-O-Meter: 95
  • Chai tea addict
    • Koicrow
    • View Profile
Re: Preset help
« Reply #1 on: September 09, 2015, 05:34:00 am »
A non see through mane? Does it look blocky in some parts? If so, then it can easily be fixed with a simple change in coding. Here's a quote that contains the code you need. Hope this helps.


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.


In-game user: Panzramic

Offline StarrieNova

  • Pack & Pride Representative
  • ****
  • Posts: 1,202
  • Country: us
  • Floof-O-Meter: 52
  • Cuddle Fluff
    • StarrieNova
    • View Profile
Re: Preset help
« Reply #2 on: September 09, 2015, 09:26:58 am »
I have to admit Pan you just fixed a problem for me as well. If it wasn't for this amazing fluff I would of made the same post. xD

Also I hope this ends up helping you out fluffy. <3

Siggy by: MittenstheNoble
Avatar by: SevenThunderBolts