Author Topic: Preset Help!  (Read 7379 times)

Offline HotDogWater

  • Familiar Grounds Dweller
  • **
  • Posts: 58
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Preset Help!
« on: March 20, 2016, 01:56:27 am »
I am making my first ever preset! But I have an issue.... :c I saved it as a .jpg and everything, I made sure the name was right and the same as the code on Notepad, but it still isn't showing up! I am opening it in Preset Maker, but it is still Yellow and Black! What do I do? :(

Cosmic-Wolf

  • Guest
Re: Preset Help!
« Reply #1 on: March 20, 2016, 01:59:52 am »
I don't know if this will work with you, but try saving everything as a .png file. Some of my presets had to be saved that way for them to show up.

Offline HotDogWater

  • Familiar Grounds Dweller
  • **
  • Posts: 58
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: Preset Help!
« Reply #2 on: March 20, 2016, 02:02:03 am »
Ok! I will try that. I will let you know if it works! Thank you so much. It's really appreciated. :)

Cosmic-Wolf

  • Guest
Re: Preset Help!
« Reply #3 on: March 20, 2016, 02:10:43 am »
No prob! I will wait for your answer! *paws crossed that is works and just didn't make myself look stupid*

Offline HotDogWater

  • Familiar Grounds Dweller
  • **
  • Posts: 58
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: Preset Help!
« Reply #4 on: March 20, 2016, 02:13:47 am »
It didn't work. :( Anything else I can try?

Preach

  • Guest
Re: Preset Help!
« Reply #5 on: March 20, 2016, 02:17:08 am »
Some of body parts (ex. Eye, tail, etc) has to be .png at the end. Also, the reason why it's probably not showing up because it's probably the coding is wrong?

Cosmic-Wolf

  • Guest
Re: Preset Help!
« Reply #6 on: March 20, 2016, 02:18:25 am »
Anyway you can take screenshots of your preset folder and the coding and post them here so I can get a look at them?

Offline HotDogWater

  • Familiar Grounds Dweller
  • **
  • Posts: 58
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: Preset Help!
« Reply #7 on: March 20, 2016, 02:21:18 am »
Anyway you can take screenshots of your preset folder and the coding and post them here so I can get a look at them?

Ok! I have to go to bed now, I will show you tomorrow. :)

Cosmic-Wolf

  • Guest
Re: Preset Help!
« Reply #8 on: March 20, 2016, 02:23:55 am »
Alrighty then. We will be here tomorrow!

Offline HotDogWater

  • Familiar Grounds Dweller
  • **
  • Posts: 58
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: Preset Help!
« Reply #9 on: March 20, 2016, 02:58:43 pm »
Alrighty then. We will be here tomorrow!
Ok! Good morning. (Or evening in your time) Here is the Notepad code:


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