Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Silvershadow101

Pages: [1]
1
Game Help / Re: Preset Issues
« 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.

2
Game Help / Re: Preset Issues
« 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
}
}
}
}

3
Game Help / Re: Preset Issues
« 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.

4
Game Help / 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. ^^

Pages: [1]