Author Topic: Preset Exporting Help Required (RESOLVED, please lock!)  (Read 898 times)

Offline Lamentia

  • Forum Newcomer
  • *
  • Posts: 2
  • Floof-O-Meter: 0
    • View Profile
Preset Exporting Help Required (RESOLVED, please lock!)
« on: December 09, 2018, 02:07:30 pm »
Hello! Lamentia here,

I've never had any trouble with exporting presets apart from when I was first learning how to do so. However I've just run into a problem I honestly can't explain.
When in the Preset Creator, I can see my preset perfectly - not a detail out of place... However when I have exported the preset and apply it to my character, the entire character is white aside from her cheek tufts (The mane file), and is acting as though the textures are missing from the files. Clearly there is no error in the codes or the files themselves, as they wouldn't show up in the Preset Creator if there was.
Has anyone else run into this issue? I'm really struggling here, as I love my preset and my character is so, so ugly without it, haha!

Thanks in advance!

UPDATE ONE:
I've already tried reinstalling FeralHeart. I have exported the preset in both PNG and JPEG files, and neither is working. I have also uninstalled the preset sync as I thought it was creating problems - none of the above have worked. :(

UPDATE TWO:
Restarted my PC and found someone had fixed this issue by unchecking the box by the log in that saves your username... This didn't work for me. :(
« Last Edit: December 09, 2018, 03:40:36 pm by Lamentia »

Offline Notorious.

  • Cinnamon Roll
  • Pack & Pride Representative
  • ****
  • Posts: 1,328
  • Country: us
  • Floof-O-Meter: 56
  • Noto for short
    • View Profile
Re: Preset Exporting Help Required
« Reply #1 on: December 09, 2018, 03:12:58 pm »
Hiya!

It's always nice to run through your material file again, so make sure the coding is correct and that it has the same preset number as your preset files. However, if you haven't already, you should try using this code (unless you have scrolling, transparent, or other codes in you .mat files that is required for your preset)

Code: [Select]
material preset_#_bodyMatL
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_#body.jpg
   }
  }
 }
}
material preset_#_bodyMatR
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_#body.jpg
   }
  }
 }
}
material preset_#_headMatL
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_#head.jpg
   }
  }
 }
}
material preset_#_headMatR
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_#head.jpg
   }
  }
 }
}
material preset_#_eyeMatL
{
 technique
 {
  pass
  {
   cull_hardware none
   cull_software none
   texture_unit
   {
    texture preset_#eye.jpg
   }
  }
 }
}
material preset_#_eyeMatR
{
 technique
 {
  pass
  {
   cull_hardware none
   cull_software none
   texture_unit
   {
    texture preset_#eye.jpg
   }
  }
 }
}
material preset_#_tailMat
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_#tail.jpg
   }
  }
 }
}
material preset_#_maneMat
{
 technique
 {
  pass
  {
   cull_hardware none
   cull_software none
   alpha_rejection greater_equal 128
   texture_unit
   {
    texture preset_#mane.png
   }
  }
 }
}

Replace all the "#" with your desired preset number.
Avatar made by WHIT3FANG on dA

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 Exporting Help Required
« Reply #2 on: December 09, 2018, 03:31:55 pm »
Have you tried using the preset in another folder? If it works then possibly delete the folder that isn't cooperating, then replace it with a folder that does seem to be working, and rename everything to the number of the folder you are replacing : )


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

Offline Lamentia

  • Forum Newcomer
  • *
  • Posts: 2
  • Floof-O-Meter: 0
    • View Profile
Re: Preset Exporting Help Required
« Reply #3 on: December 09, 2018, 03:40:21 pm »
Have you tried using the preset in another folder? If it works then possibly delete the folder that isn't cooperating, then replace it with a folder that does seem to be working, and rename everything to the number of the folder you are replacing : )

This did the trick, thank you so much Bawfle! Preset folder number one is in some BIG trouble now! :)

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 Exporting Help Required (RESOLVED, please lock!)
« Reply #4 on: December 09, 2018, 03:42:10 pm »
Mhm! : )


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

LonesomeRider

  • Guest
Re: Preset Exporting Help Required (RESOLVED, please lock!)
« Reply #5 on: December 09, 2018, 03:42:31 pm »
I'll lock this ^^ thanks, guys.