Author Topic: Preset Help!  (Read 7376 times)

Offline D-ead7Dog

  • AFK NPC
  • Pack & Pride Representative
  • ****
  • Posts: 1,451
  • Country: us
  • Floof-O-Meter: 97
  • BUMPY SNOW
    • D-ead7Dog
    • d-ead7dog
    • View Profile
Re: Preset Help!
« Reply #20 on: March 20, 2016, 07:05:01 pm »
It doesn't matter what was  used as long as what was written was also put in the materials. XD

Like because she put "Preset_11body" it should be alright if she put "Preset_11body.jpg" in the material file. :)

Artwork (c) Lynxbrush & CosmicFatality

Originally registered January 15, 2011

Offline HotDogWater

  • Familiar Grounds Dweller
  • **
  • Posts: 58
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: Preset Help!
« Reply #21 on: March 20, 2016, 07:06:30 pm »
Alright, I think I see your problem. First of all, you don't have a body or tail file in there. Second of all, Texture Preset_11body should be Texture Preset_11head. That kinda has you goofed up. ^^

OHH! I see now! Thank you! I will check. See you then!
I haven't got that far yet, I only have the eyes and head. :c And I have both head mats. Which part of the codes are wrong? I see both heads there. Sorry if I sound a little rude, I am not meaning to. 'X( But I see both of them there.

Offline HotDogWater

  • Familiar Grounds Dweller
  • **
  • Posts: 58
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: Preset Help!
« Reply #22 on: March 20, 2016, 07:09:04 pm »
It doesn't matter what was  used as long as what was written was also put in the materials. XD

Like because she put "Preset_11body" it should be alright if she put "Preset_11body.jpg" in the material file. :)
How did you know I was a girl? XD Anyway, it is still not working. I don't know what else there is to do! I think it's just my computer now. :( I don't know.

Offline D-ead7Dog

  • AFK NPC
  • Pack & Pride Representative
  • ****
  • Posts: 1,451
  • Country: us
  • Floof-O-Meter: 97
  • BUMPY SNOW
    • D-ead7Dog
    • d-ead7dog
    • View Profile
Re: Preset Help!
« Reply #23 on: March 20, 2016, 07:13:01 pm »
How did you know I was a girl? XD Anyway, it is still not working. I don't know what else there is to do! I think it's just my computer now. :( I don't know.




Replace this:
Code: [Select]
material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.jpg
         }
      }
   }
}
material preset_11_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.jpg
         }
      }
   }
}
material preset_11_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.jpg
         }
      }
   }
}
material preset_11_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.jpg
         }
      }
   }
}
material preset_11_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11tail.png
         }
      }
   }
}
material preset_11_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_11mane.png
         }
      }
   }
}
material preset_11_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}
material preset_11_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}

with this:
Code: [Select]
material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.png
         }
      }
   }
}
material preset_11_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.png
         }
      }
   }
}
material preset_11_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11tail.png
         }
      }
   }
}
material preset_11_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_11mane.png
         }
      }
   }
}
material preset_11_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}
material preset_11_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}

And go in and make sure the file names in general [outside the material code file] is the same as what you put.
Ex. texture preset_11equip.png.

I suggest changing [all] your files to png.

Artwork (c) Lynxbrush & CosmicFatality

Originally registered January 15, 2011

ArcticGalaxy

  • Guest
Re: Preset Help!
« Reply #24 on: March 20, 2016, 07:21:27 pm »
And also, do try changing preset_11body.png to preset_11head.png. It my not matter what it's named but...I really think that could be an issue too. ^^

Offline HotDogWater

  • Familiar Grounds Dweller
  • **
  • Posts: 58
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: Preset Help!
« Reply #25 on: March 20, 2016, 07:37:08 pm »
How did you know I was a girl? XD Anyway, it is still not working. I don't know what else there is to do! I think it's just my computer now. :( I don't know.




Replace this:
Code: [Select]
material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.jpg
         }
      }
   }
}
material preset_11_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.jpg
         }
      }
   }
}
material preset_11_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.jpg
         }
      }
   }
}
material preset_11_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.jpg
         }
      }
   }
}
material preset_11_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11tail.png
         }
      }
   }
}
material preset_11_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_11mane.png
         }
      }
   }
}
material preset_11_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}
material preset_11_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}

with this:
Code: [Select]
material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.png
         }
      }
   }
}
material preset_11_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.png
         }
      }
   }
}
material preset_11_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11tail.png
         }
      }
   }
}
material preset_11_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_11mane.png
         }
      }
   }
}
material preset_11_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}
material preset_11_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}

And go in and make sure the file names in general [outside the material code file] is the same as what you put.
Ex. texture preset_11equip.png.

I suggest changing [all] your files to png.
I tried all of it. It still isn't working. Has someone else went through this before? I know I am a pain, but I am so new to this. I am about to give up....

Offline HotDogWater

  • Familiar Grounds Dweller
  • **
  • Posts: 58
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: Preset Help!
« Reply #26 on: March 20, 2016, 07:38:35 pm »
And also, do try changing preset_11body.png to preset_11head.png. It my not matter what it's named but...I really think that could be an issue too. ^^
Alright.

Offline D-ead7Dog

  • AFK NPC
  • Pack & Pride Representative
  • ****
  • Posts: 1,451
  • Country: us
  • Floof-O-Meter: 97
  • BUMPY SNOW
    • D-ead7Dog
    • d-ead7dog
    • View Profile
Re: Preset Help!
« Reply #27 on: March 20, 2016, 07:39:59 pm »
Can you send us your Material code and a picture of your file names like you did in the image before on the right and side? :o

It would help a lot again lmfao

Artwork (c) Lynxbrush & CosmicFatality

Originally registered January 15, 2011

Offline HotDogWater

  • Familiar Grounds Dweller
  • **
  • Posts: 58
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: Preset Help!
« Reply #28 on: March 20, 2016, 07:40:51 pm »
Nope. Still not working. ;(

Offline D-ead7Dog

  • AFK NPC
  • Pack & Pride Representative
  • ****
  • Posts: 1,451
  • Country: us
  • Floof-O-Meter: 97
  • BUMPY SNOW
    • D-ead7Dog
    • d-ead7dog
    • View Profile
Re: Preset Help!
« Reply #29 on: March 20, 2016, 07:45:01 pm »
Nope. Still not working. ;(

We won't stop until we get that fixed. ;w;

Artwork (c) Lynxbrush & CosmicFatality

Originally registered January 15, 2011