Author Topic: Preset file not showing up  (Read 1067 times)

Offline KatonaKy

  • Familiar Grounds Dweller
  • **
  • Posts: 62
  • Country: us
  • Floof-O-Meter: 4
  • Still sleepy
    • katonaky
    • View Profile
Preset file not showing up
« on: December 20, 2016, 08:49:51 pm »
I checked to make sure the materiel file is named right (preset_1), made sure it's saved, and made sure that all my files are the right place and named correctly. But when i go to maker there is no Preset_1.  I haven't export it because it's not there.

Offline Morgra

  • I don't like sand...
  • Immortal Legend
  • *****
  • Posts: 5,718
  • Country: us
  • Floof-O-Meter: 347
  • Ever been killed by a spider? I was
    • DinksterDaily
    • View Profile
Re: Preset file not showing up
« Reply #1 on: December 20, 2016, 08:51:55 pm »
Post your code between code and /code in brackets ^^ I'll take a look at it and make sure everything looks right.
Profile pic by Edolicious

People don't think the universe be like it is, but it do.


Offline KatonaKy

  • Familiar Grounds Dweller
  • **
  • Posts: 62
  • Country: us
  • Floof-O-Meter: 4
  • Still sleepy
    • katonaky
    • View Profile
Re: Preset file not showing up
« Reply #2 on: December 20, 2016, 08:59:09 pm »
Here ya go
material preset_1bodyL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1bodyR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1_headL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1_headR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1eyeL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eyeL.png
         }
      }
   }
}
material preset_1eyeR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eyeR.png
         }
      }
   }
}
material preset_1_tail
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1tail.png
         }
      }
   }
}
material preset_1_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_1mane.png
         }
      }
   }
}

Offline Morgra

  • I don't like sand...
  • Immortal Legend
  • *****
  • Posts: 5,718
  • Country: us
  • Floof-O-Meter: 347
  • Ever been killed by a spider? I was
    • DinksterDaily
    • View Profile
Re: Preset file not showing up
« Reply #3 on: December 20, 2016, 09:02:16 pm »
Okay, try this. And don't forget to save ^^:
Code: [Select]
material preset_1bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eyeL.png
         }
      }
   }
}
material preset_1eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eyeR.png
         }
      }
   }
}
material preset_1_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1tail.png
         }
      }
   }
}
material preset_1_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_1mane.png
         }
      }
   }
}
Profile pic by Edolicious

People don't think the universe be like it is, but it do.


Offline KatonaKy

  • Familiar Grounds Dweller
  • **
  • Posts: 62
  • Country: us
  • Floof-O-Meter: 4
  • Still sleepy
    • katonaky
    • View Profile
Re: Preset file not showing up
« Reply #4 on: December 20, 2016, 09:08:25 pm »
It didn't work, still no file.

Offline Morgra

  • I don't like sand...
  • Immortal Legend
  • *****
  • Posts: 5,718
  • Country: us
  • Floof-O-Meter: 347
  • Ever been killed by a spider? I was
    • DinksterDaily
    • View Profile
Re: Preset file not showing up
« Reply #5 on: December 20, 2016, 09:12:05 pm »
The material file is in the preset_1 folder, correct? It's just not appearing in Preset Maker?
Profile pic by Edolicious

People don't think the universe be like it is, but it do.


Offline KatonaKy

  • Familiar Grounds Dweller
  • **
  • Posts: 62
  • Country: us
  • Floof-O-Meter: 4
  • Still sleepy
    • katonaky
    • View Profile
Re: Preset file not showing up
« Reply #6 on: December 20, 2016, 09:14:12 pm »
Yes, it's there. It is just not appearing on Preset Maker.

Offline Morgra

  • I don't like sand...
  • Immortal Legend
  • *****
  • Posts: 5,718
  • Country: us
  • Floof-O-Meter: 347
  • Ever been killed by a spider? I was
    • DinksterDaily
    • View Profile
Re: Preset file not showing up
« Reply #7 on: December 20, 2016, 09:15:46 pm »
Okay, try this one: (I found some missing underscores in there)
Code: [Select]
material preset_1_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eyeL.png
         }
      }
   }
}
material preset_1_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eyeR.png
         }
      }
   }
}
material preset_1_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1tail.png
         }
      }
   }
}
material preset_1_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_1mane.png
         }
      }
   }
}
Profile pic by Edolicious

People don't think the universe be like it is, but it do.


Offline KatonaKy

  • Familiar Grounds Dweller
  • **
  • Posts: 62
  • Country: us
  • Floof-O-Meter: 4
  • Still sleepy
    • katonaky
    • View Profile
Re: Preset file not showing up
« Reply #8 on: December 20, 2016, 09:19:55 pm »
Thank you, it worked!

Offline Morgra

  • I don't like sand...
  • Immortal Legend
  • *****
  • Posts: 5,718
  • Country: us
  • Floof-O-Meter: 347
  • Ever been killed by a spider? I was
    • DinksterDaily
    • View Profile
Re: Preset file not showing up
« Reply #9 on: December 20, 2016, 09:20:41 pm »
You're welcome! Have a good day ^^ A mod will lock this for you
Profile pic by Edolicious

People don't think the universe be like it is, but it do.