Author Topic: Preset Issues  (Read 1330 times)

Offline Silvershadow101

  • Forum Newcomer
  • *
  • Posts: 4
  • Floof-O-Meter: 0
    • View Profile
Preset Issues
« on: July 17, 2016, 07:36:16 pm »
Recently, I've been making presets for friends and they appear fine to me in the preset maker. However, when they receive the preset folder, they come across some issues.

One of the issues was that other people couldn't see the preset after they had exported it and put a download link to the .fhp file. But my friend, had typed in her exact username when exporting the preset.

The 2nd issue another friend of mine has come across is when she enters preset maker and selects the preset I designed for her, it appears yellow and black except for the tail. The tail has the correct texture. I included all of the required files in the preset folder so I'm not quite sure how that happened.
                                         
Files included in the Preset_7 folder:
                                                                     1. preset_7bodyL.jpg
                                                                     2. preset_7bodyR.jpg
                                                                     3. preset_7headL.jpg
                                                                     4. preset_7headR.jpg
                                                                     5. preset_7eyeR.jpg
                                                                     6. preset_7eyeL.jpg
                                                                     7. preset_7mane.png
                                                                     8.preset_7tail.jpg
                                                                     9.preset_7.MATERIAL
Also, the coding in the preset was changed so it would use the left and right files above. Thank you for your time and I hope this can be resolved soon. ^^
« Last Edit: July 17, 2016, 10:16:18 pm by Silvershadow101 »

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Preset Issues
« Reply #1 on: July 17, 2016, 08:10:37 pm »
If you're making the preset for them, you don't need to export a .fhp and give it to them.
You need to send them just the preset folder, and they need to replace theirs with it, then go ingame and export it themselves.
The folder you give them should include all the images, as well as the .material file.

Offline Silvershadow101

  • Forum Newcomer
  • *
  • Posts: 4
  • Floof-O-Meter: 0
    • View Profile
Re: Preset Issues
« Reply #2 on: July 17, 2016, 10:06:05 pm »
Yes, that's what I did. I sent them the preset folder and they exported it themselves. ALso, I forgot to include it in my original post ^^; but I also included the .material file.

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 #3 on: July 17, 2016, 10:44:55 pm »
Could you post what's in the material file so we can see if there's an error in the coding?
Farewell everyone<3

Offline Silvershadow101

  • Forum Newcomer
  • *
  • Posts: 4
  • Floof-O-Meter: 0
    • View Profile
Re: Preset Issues
« Reply #4 on: July 17, 2016, 11:06:22 pm »
Here:
Code: [Select]
material preset_7_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_7bodyL.jpg
}
}
}
}
material preset_7_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_7bodyR.jpg
}
}
}
}
material preset_7_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_7headL.jpg
}
}
}
}
material preset_7_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_7headR.jpg
}
}
}
}
material preset_7_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_7eyeL.jpg
}
}
}
}
material preset_7_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_7eyeR.jpg
}
}
}
}
material preset_7_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_7tail.jpg
}
}
}
}
material preset_7_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_7mane.png
}
}
}
}

Offline D-ead7Dog

  • AFK NPC
  • Member Of The Season
  • Pack & Pride Representative
  • ***
  • Posts: 1,460
  • Country: us
  • Floof-O-Meter: 98
  • BUMPY SNOW
    • D-ead7Dog
    • d-ead7dog
    • View Profile
Re: Preset Issues
« Reply #5 on: July 18, 2016, 01:33:47 am »
Hmm perhaps try changing the .jpg files to .png? Just to see if it will change the "bumble-bee" texture.
I always use .png and I never get the bumble-bee texture.
WORK IN PROGRESS
Artwork (c) LynxBrush & Majorest

Originally registered January 15, 2011

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Preset Issues
« Reply #6 on: July 18, 2016, 03:52:06 am »

Offline Silvershadow101

  • Forum Newcomer
  • *
  • Posts: 4
  • Floof-O-Meter: 0
    • View Profile
Re: Preset Issues
« Reply #7 on: July 18, 2016, 06:43:52 am »
Thank you ^^ I appreciate the help and I will try it tomorrow to see if anything changes.
EDIT: The issue was fixed c: thank you all for the help.
« Last Edit: July 19, 2016, 11:40:24 pm by Silvershadow101 »