Feral Heart

Help & Guidance => Game Help => Topic started by: MementoMors on November 05, 2016, 03:36:15 am

Title: Preset Problems
Post by: MementoMors on November 05, 2016, 03:36:15 am
I'm trying to make a preset and the right side of the body isn't showing.

(http://i.imgur.com/q8IO0L1.png)

The code seems to match up, and the image is in the correct format. I reinstalled the game and it didn't help.

Here's the code:
Code: [Select]
material preset_1_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture MementoBody_Left.png
}
}
}
}
material preset_1_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture MementoBody_ Right.png
}
}
}
}
material preset_1_headMatL
{
technique
{
pass
{
texture_unit
{
texture MementoHead_Left.png
}
}
}
}
material preset_1_headMatR
{
technique
{
pass
{
texture_unit
{
texture MementoHead_Left.png
}
}
}
}
material preset_1_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture MementoEyes_Left.png
}
}
}
}
material preset_1_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture MementoEyes_Left.png
}
}
}
}
material preset_1_tailMat
{
technique
{
pass
{
texture_unit
{
texture MementoTail.png
}
}
}
}
material preset_1_maneMat
{
        technique
        {
                pass
                {
                       cull_hardware none
                       cull_software none
                       alpha_rejection greater_equal 128
                       texture_unit
                       {
                                texture MementoHair.png
                }
          }
     }
}
material preset_1_equipMatL
{
technique
{
pass
{

                        alpha_rejection greater_equal 128
texture_unit
{
texture preset_1equip.png
}
}
}
}
material preset_1_equipMatR
{
technique
{
pass
{
                        alpha_rejection greater_equal 128
texture_unit
{
texture preset_1equip.png
}
}
}
}

These are the files in the folder:

(http://i.imgur.com/YHzc8Vv.png)

I'd appreciate any help I can get.
Title: Re: Preset Problems
Post by: ArcticGalaxy on November 05, 2016, 03:47:16 am
There is an extra space between the _ and the R. Try taking that out. ^^
Title: Re: Preset Problems
Post by: MementoMors on November 05, 2016, 03:58:54 am
Oh crap, I didn't even see that! Thanks!
Title: Re: Preset Problems
Post by: ArcticGalaxy on November 05, 2016, 04:01:40 am
No problem! Hope that solves the issue!
Title: Re: Preset Problems
Post by: MementoMors on November 05, 2016, 04:06:22 am
It's fixed in the preset maker, but after I exported it, the right side is still missing.

(http://i.imgur.com/Yb8RUlF.png)

(http://i.imgur.com/Vek0Zed.png)
Title: Re: Preset Problems
Post by: Morgra on November 05, 2016, 04:09:45 am
Make sure the right side file is .png (do a double check :P), delete the current exported .fhp, go into Preset Maker and then try reexporting it
Title: Re: Preset Problems
Post by: MementoMors on November 05, 2016, 04:12:56 am
Alright, that worked! Thanks!
Title: Re: Preset Problems
Post by: ArcticGalaxy on November 05, 2016, 04:16:29 am
Glad everything ended up working out for ya! A staffer should be along soon to lock this up! Have fun!
Title: Re: Preset Problems
Post by: Warriorstrike on November 05, 2016, 04:22:35 am
Locking this up for you since you have fixed the issue. Good luck with your preset!