Author Topic: Help please!  (Read 2507 times)

Offline StarTehWolf

  • Curious Wanderer
  • *
  • Posts: 44
  • Country: 00
  • Floof-O-Meter: 2
  • ?~?
    • View Profile
Help please!
« on: September 04, 2011, 05:20:33 pm »
Well, I made a preset, edited the code, and tried to see if it would work. I saved it under the sixth folder, and when I go to Preset Maker on the game, they don't have number six. I can't get to it now.... And could you possibly check if the code is right?

Code: [Select]
material preset_6_bodyMatL
{
technique
{
pass
{              ambient 0.5 0.5 0.5
texture_unit
{
texture cbody_UV.png
                                                {
                                                 pass
}

                                                              emissive 1.0 0.0 0.0
                                                              scene_blend alpha_blend
                                                              texture_unit
                                                              {
                                                             
                                                                           texture preset_6body.png
}
}
}
material preset_6_bodyMatR
{
technique
{
pass
{              ambient 0.5 0.5 0.5
texture_unit
{
texture cbody_UV.png
pass
}
}
}
}
material preset_6_headMatL
{
technique
{
pass
{              ambient 0.5 0.5 0.5
texture_unit
{
texture fhead_UV.png
                  {
pass
                   }
                               emissive 1.0 1.0 1.0
                               scene_blend alpha_blend
                               texture_unit
                                         {
                                                    texture Preset_6head.png

           }
}
}
}
material preset_6_headMatR
{
technique
{
pass
{              ambient 0.5 0.5 0.5
texture_unit
{
                             { texture fhead_UV.png
pass
                             }
                                    emessive 1.0 0.0 0.0
                                    scene_blend alpha_blend
                                    texture_unit

                                             {
                                                                 texture Preset_6head.png

}
}
}
}
material preset_6_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture feyes_UV.png
}
}
}
}
material preset_6_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture feyes_UV.png
}
}
}
}
material preset_6_tailMat
{
technique
{
pass
{              ambient 0.5 0.5 0.5
texture_unit
{
texture ctail_UV.png
                     {
pass                                         
                                                            emissive 1.0 0.0 0.0
                       }                                    scene_blend alpha_blend
                                                            texture_unit
                                                            {
                                                                            texture Preset_6tail.png
                                                             }
                                                         
                        }

               }
              }
}
material preset_6_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_6mane.png
}
}
}
}

?__Star ~ Graphic Designer__?

Offline ringoluver

  • Delay's Nop.
  • Community Champion
  • ****
  • Posts: 2,361
  • Country: us
  • Floof-O-Meter: 227
    • ringoluver
    • lavenderdaze
    • View Profile
Re: Help please!
« Reply #1 on: September 04, 2011, 05:26:55 pm »
Why do you have the UVs incorperated into the preset? O.o


Signature Art by Bawfle, Icon Art by Edolicious

Offline StarTehWolf

  • Curious Wanderer
  • *
  • Posts: 44
  • Country: 00
  • Floof-O-Meter: 2
  • ?~?
    • View Profile
Re: Help please!
« Reply #2 on: September 04, 2011, 05:28:47 pm »
Oh.... Err, I was confused. I didn't know how to do it, it's my first time. o3o

?__Star ~ Graphic Designer__?

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Help please!
« Reply #3 on: September 04, 2011, 06:03:30 pm »
Yes, it can be confusing.
I'd be more help if I had FH on this computer, but I don't so I'll try to explain this best I can;
You'll need to reset the coding back to how it was. Just open a different preset material and steal the code from inside, then change all the numbers to 6.
Then, just make images, save them as a JPG, and name them;
preset_6head
preset_6body.jpg
preset_6eye.jpg
preset_6tail.jpg
and it should work. If not, post the code here, and someone will help you.

Offline StarTehWolf

  • Curious Wanderer
  • *
  • Posts: 44
  • Country: 00
  • Floof-O-Meter: 2
  • ?~?
    • View Profile
Re: Help please!
« Reply #4 on: September 07, 2011, 07:28:22 pm »
Yes, it can be confusing.
I'd be more help if I had FH on this computer, but I don't so I'll try to explain this best I can;
You'll need to reset the coding back to how it was. Just open a different preset material and steal the code from inside, then change all the numbers to 6.
Then, just make images, save them as a JPG, and name them;
preset_6head
preset_6body.jpg
preset_6eye.jpg
preset_6tail.jpg
and it should work. If not, post the code here, and someone will help you.

I'll try. If it doesn't work, I am going to ask for help. Or post here.

?__Star ~ Graphic Designer__?