Author Topic: Preset File Not Showing?  (Read 1610 times)

Offline konjac

  • Finest Floof
  • ***
  • Posts: 604
  • Country: 00
  • Floof-O-Meter: 37
    • View Profile
Preset File Not Showing?
« on: June 27, 2017, 11:21:14 pm »
So recently I requested a preset and got exactly what I wanted. I download the files and rename them to the empty preset_6 folder and put the files in.
I log onto the game to export my preset, but "Preset 6" doesn't show.
Screenshot:


As you can see, the files are in the correct folder, but in game it doesn't show. I restarted FH twice, but it doesn't work.
Normally, I'd be great at solving this stuff, but I haven't played in weeks and I forgot how to solve it, if there is a solution.
Help?

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?
« Reply #1 on: June 27, 2017, 11:24:48 pm »
Usually this is due to an error code in the .material file coding. Mind posting your code so we may have a look at it?
Profile pic by Edolicious

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


Offline konjac

  • Finest Floof
  • ***
  • Posts: 604
  • Country: 00
  • Floof-O-Meter: 37
    • View Profile
Re: Preset File Not Showing?
« Reply #2 on: June 27, 2017, 11:27:29 pm »
Usually this is due to an error code in the .material file coding. Mind posting your code so we may have a look at it?
material preset_9_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_9bodyl.jpg
         }
      }
   }
}
material preset_9_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_9bodyr.jpg
         }
      }
   }
}
material preset_9_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_9headl.jpg
         }
      }
   }
}
material preset_9_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_9headr.jpg
         }
      }
   }
}
material preset_9_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_9eyel.jpg
         }
      }
   }
}
material preset_9_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_9eyer.jpg
         }
      }
   }
}
material preset_9_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_9tail.jpg
         }
      }
   }
}
    material preset_9_maneMat
    {
            technique
            {
                    pass
                    {
                            cull_hardware none
                            cull_software none
                            alpha_rejection greater_equal 128
                            texture_unit
                            {
                                    texture preset_9mane.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?
« Reply #3 on: June 27, 2017, 11:29:54 pm »
Change your "9's" to "6's" ^^

Here, I changed them all for ya. Shouldn't be running into issue now. Just replace this with what's in your preset_6 material:
Code: [Select]
material preset_6_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6bodyl.jpg
         }
      }
   }
}
material preset_6_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6bodyr.jpg
         }
      }
   }
}
material preset_6_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6headl.jpg
         }
      }
   }
}
material preset_6_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6headr.jpg
         }
      }
   }
}
material preset_6_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_6eyel.jpg
         }
      }
   }
}
material preset_6_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_6eyer.jpg
         }
      }
   }
}
material preset_6_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6tail.jpg
         }
      }
   }
}
    material preset_6_maneMat
    {
            technique
            {
                    pass
                    {
                            cull_hardware none
                            cull_software none
                            alpha_rejection greater_equal 128
                            texture_unit
                            {
                                    texture preset_6mane.png
                            }
                    }
            }
    }
Profile pic by Edolicious

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


Offline konjac

  • Finest Floof
  • ***
  • Posts: 604
  • Country: 00
  • Floof-O-Meter: 37
    • View Profile
Re: Preset File Not Showing?
« Reply #4 on: June 27, 2017, 11:31:58 pm »
Change your "9's" to "6's" ^^

Here, I changed them all for ya. Shouldn't be running into issue now. Just replace this with what's in your preset_6 material:
Code: [Select]
material preset_6_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6bodyl.jpg
         }
      }
   }
}
material preset_6_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6bodyr.jpg
         }
      }
   }
}
material preset_6_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6headl.jpg
         }
      }
   }
}
material preset_6_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6headr.jpg
         }
      }
   }
}
material preset_6_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_6eyel.jpg
         }
      }
   }
}
material preset_6_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_6eyer.jpg
         }
      }
   }
}
material preset_6_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6tail.jpg
         }
      }
   }
}
    material preset_6_maneMat
    {
            technique
            {
                    pass
                    {
                            cull_hardware none
                            cull_software none
                            alpha_rejection greater_equal 128
                            texture_unit
                            {
                                    texture preset_6mane.png
                            }
                    }
            }
    }
*intense facepalm*
How did I not see that
Thank you! c:

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?
« Reply #5 on: June 27, 2017, 11:33:27 pm »
No problem! Let me know if you run into any issues with that. If not, I will go ahead and lock this once you're in the clear c:
Profile pic by Edolicious

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


Offline konjac

  • Finest Floof
  • ***
  • Posts: 604
  • Country: 00
  • Floof-O-Meter: 37
    • View Profile
Re: Preset File Not Showing?
« Reply #6 on: June 28, 2017, 01:43:17 pm »
No problem! Let me know if you run into any issues with that. If not, I will go ahead and lock this once you're in the clear c:
It worked, thank you!
However, I've noticed that it has constantly been crashing when I play as my preset character, and when it did load, my character was humongous and moved slowly, and shortly after it crashed. And when I do manage to get in the game, a few minutes or seconds later, it crashes.

Offline Bawfle

  • Courage is not the absence of fear but rather the judgement that something is more important than fear.
  • Elder Grey Pelt
  • ****
  • Posts: 3,147
  • Country: gb
  • Floof-O-Meter: 344
  • The Zambisi Pride
    • View Profile
Re: Preset File Not Showing?
« Reply #7 on: June 28, 2017, 01:50:10 pm »
Honestly, it could be a long shot, but if this started happening when you aquired the preset then I honestly suggest changing/saving your preset files to the .png format, instead of .jpg. I can also suggest possibly changing your rendering subsystem to Direct3D9 if it's not that way already. You do this by going to Options \\ Video \\ Rendering Subsystem and then you can change the option there.


Pixel Doll Commissioned and Coloured by RingoKioko
Inactive // Retired // Gone

Offline konjac

  • Finest Floof
  • ***
  • Posts: 604
  • Country: 00
  • Floof-O-Meter: 37
    • View Profile
Re: Preset File Not Showing?
« Reply #8 on: June 28, 2017, 01:55:05 pm »
Honestly, it could be a long shot, but if this started happening when you aquired the preset then I honestly suggest changing/saving your preset files to the .png format, instead of .jpg. I can also suggest possibly changing your rendering subsystem to Direct3D9 if it's not that way already. You do this by going to Options \\ Video \\ Rendering Subsystem and then you can change the option there.
Ok, I'll try it later
Thanks!