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 - MementoMors

Pages: 1 2 3 [4] 5
31
Game Help / Game isn't loading?
« on: November 08, 2016, 12:14:18 am »
I'm trying to play the game, but it isn't really starting. When I start the game, this pops up:



I don't know what any of these options do, so I haven't tried changing them.

After I press OK, the game tries to start, and then this happens:



I have reinstalled the game at least two times, and I'm not sure what to do.

32
Game Help / Re: Preset Problems
« on: November 05, 2016, 04:12:56 am »
Alright, that worked! Thanks!

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





34
Game Help / Re: Preset Problems
« on: November 05, 2016, 03:58:54 am »
Oh crap, I didn't even see that! Thanks!

35
Game Help / Preset Problems
« 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.



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:



I'd appreciate any help I can get.

36
Game Help / Re: Transparent Wings Not Working
« on: October 04, 2016, 09:46:10 pm »
after a few minutes of looking at your code, i saw you had a .jpg file as the invisible wings.

invisible things don't work well on a .jpg image. i suggest remaking the wings as a .png image, see if that helps.

I see! I forgot to change the file format in the code. I'll try that. Thanks!

37
Game Help / Transparent Wings Not Working
« on: October 04, 2016, 09:25:30 pm »
I'm trying to make a preset with invisible wings. When I load the preset in-game, the wings become yellow and black but everything else looks how it's supposed to.



Here's my 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_Left.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.jpg
}
}
}
}
material preset_1_equipMatR
{
technique
{
pass
{
                        alpha_rejection greater_equal 128
texture_unit
{
texture preset_1equip.jpg
}
}
}
}

I'm not sure what to do, and I would appreciate any help.

38
Game Help / Re: Preset isn't showing up.
« on: January 18, 2016, 11:38:59 pm »
Okay, that worked. Thanks! :)

39
Game Help / Re: Preset isn't showing up.
« on: January 18, 2016, 10:54:13 pm »
Quote
Hmm, mind posting a screenshot of y'er files and all coding used f'er y'er preset? I'm not sure what else could be causing this issue unless I can get a good look at what ye got so far

Here: http://imgur.com/V3DDGkv

40
Game Help / Re: Preset isn't showing up.
« on: January 18, 2016, 10:25:42 pm »
Quote
Ah, make sure each image is 512x512 or 513x513, these are the only two sizes I know that work on FH.

'Tis also a good idea to double check the material file f'er any typos as well as checking the file names and types of each image. If the material file says "preset_#head.jpg" and the actual file is a .png, change the name in the material file to that.

Let me know if either of these fixes y'er issue. If not, if be happy to assist ye further.

I tried both of those, it didn't work. Got any more ideas?

Pages: 1 2 3 [4] 5