Author Topic: Preset Issues  (Read 2430 times)

Offline Mischa

  • Curious Wanderer
  • *
  • Posts: 49
  • Country: us
  • Floof-O-Meter: 0
    • View Profile
Preset Issues
« on: March 14, 2016, 05:34:30 am »
Hi all,

I just started working on a preset. I worked a little bit on the body file and when I got on FH to test it, I couldn't see any of the presets in the box under the coloring panel. As far as I know, the file is named properly and is in the right place.

Below is a couple of screenshots for reference.

All help is appreciated!

 

Cosmic-Wolf

  • Guest
Re: Preset Issues
« Reply #1 on: March 14, 2016, 05:44:05 am »
Did you log on and go straight to your character creator?

Offline Kerriki

  • Band Geek
  • Immortal Legend
  • *****
  • Posts: 5,670
  • Country: us
  • Floof-O-Meter: 371
  • Who needs furniture when you have the floor?
    • Kikiorylandia
    • View Profile
    • DeviantART
Re: Preset Issues
« Reply #2 on: March 14, 2016, 05:45:43 am »
Maybe the codes are a little off? If you were to post them, it would help us to see if that's the issue ^^'
Farewell everyone<3

Offline Mischa

  • Curious Wanderer
  • *
  • Posts: 49
  • Country: us
  • Floof-O-Meter: 0
    • View Profile
Re: Preset Issues
« Reply #3 on: March 14, 2016, 06:45:10 am »
At first yeah I did go to the character creator right away. Although I tried getting in game on one of my characters then back to the creator and it's still the same.

As for the code, I'm assuming you're referring to the preset_3.material file. Below is the code for it:

material preset_3_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3body.jpg
         }
      }
   }
}
material preset_3_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3body.jpg
         }
      }
   }
}
material preset_3_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3head.jpg
         }
      }
   }
}
material preset_3_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3head.jpg
         }
      }
   }
}
material preset_3_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_3eye.jpg
         }
      }
   }
}
material preset_3_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_3eye.jpg
         }
      }
   }
}
material preset_3_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3tail.jpg
         }
      }
   }
}
material preset_3_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_3mane.png
         }
      }
   }
}


Thanks btw!

Cosmic-Wolf

  • Guest
Re: Preset Issues
« Reply #4 on: March 14, 2016, 06:49:29 am »
Did you go to preset maker before logging in and export the preset?

Offline G4RG0YLE

  • Elder Grey Pelt
  • ****
  • Posts: 3,431
  • Country: gb
  • Floof-O-Meter: 170
  • Avatar © Felicia on Discord ♡
    • View Profile
Re: Preset Issues
« Reply #5 on: March 14, 2016, 07:17:36 am »
The reason why you can't see your preset seems to be because in the .mat file the images are .jpg's. Yet the actual images themselves in you file are .png files. Open up the .mat file in Notepad, and click Edit, then click Replace, and write 'jpg' in the 'Find' box, then below it put in 'png' and click 'Replace All.'

© short ' cakes on Discord ♡

Offline Mischa

  • Curious Wanderer
  • *
  • Posts: 49
  • Country: us
  • Floof-O-Meter: 0
    • View Profile
Re: Preset Issues
« Reply #6 on: March 14, 2016, 04:48:29 pm »
Oh geez, I figured it out. Turns out I was trying to test the preset from the character creator and not from the preset maker..

Thanks for all the help though guys!

Btw Shurtle, all of my files were jpgs. Although I didn't know you could actually use pngs and just change the .mat file to make it work.

Offline Kerriki

  • Band Geek
  • Immortal Legend
  • *****
  • Posts: 5,670
  • Country: us
  • Floof-O-Meter: 371
  • Who needs furniture when you have the floor?
    • Kikiorylandia
    • View Profile
    • DeviantART
Re: Preset Issues
« Reply #7 on: March 14, 2016, 06:28:59 pm »
Locking this since the issue was solved. Good luck with your preset! c:
Farewell everyone<3