Feral Heart

Help & Guidance => Game Help => Topic started by: MaxwellFury on July 03, 2012, 02:54:13 pm

Title: When will Feral Heart be updated?
Post by: MaxwellFury on July 03, 2012, 02:54:13 pm
When will Feral Heart be updated?

It's been around a year that I'm unable to use the object maker, go into cape of distant world, create new maps and now the mane in presets is bugging.

I'm seriously tired of this.
Title: Re: When will Feral Heart be updated?
Post by: Ramine on July 03, 2012, 02:59:48 pm
No one knows when FH will be updated, that's all up to Kov.

But it might be your computer, because cape works for everyone else.. :/ And object/map maker works for most of us as well.
Title: Re: When will Feral Heart be updated?
Post by: CloudFish on July 03, 2012, 04:24:38 pm
Like Ramine said; it's your computer/game.

Reinstall the game completely(deleting the original FH folder from your C:Drive completely) and it should fix it up, though. Otherwise you may need to update some drivers.
Title: Re: When will Feral Heart be updated?
Post by: kaylaserket on July 03, 2012, 05:19:18 pm
Everything but the mane in presets is a problem with your computer/game. The fluffy mane for presets doesn't work for anybody and there is no way (that I know of) to fix this. For the other manes, make sure you have a finished "preset_#mane.png" in the preset folders.
Title: Re: When will Feral Heart be updated?
Post by: Ruby1234 on July 03, 2012, 06:39:31 pm
By the bugging preset manes, I'm assuming you're getting something like this:
(http://i1195.photobucket.com/albums/aa400/xRuby1234x/FH%20and%20IT%20Album/screenshot_07032012_132712084.png)

If this is the issue, then it can be fixed.
This is preset 2,
I just added a mane to it,
but here's what the default mane code looks like:
Code: (Default Mane) [Select]
material preset_2_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_2mane.png
}
}
}
}

The way to fix it, is to replace the code with this one:
Code: (Fixed Mane) [Select]
material preset_2_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_2mane.png
}
}
}
}

(http://i1195.photobucket.com/albums/aa400/xRuby1234x/FH%20and%20IT%20Album/screenshot_07032012_133710196.png)
Title: Re: When will Feral Heart be updated?
Post by: MaxwellFury on July 04, 2012, 12:32:54 am
It's a new computer I just got and it doesn't work on my friends computer too. :(
Title: Re: When will Feral Heart be updated?
Post by: L0ner on July 04, 2012, 01:19:54 am
maybe you mixed up the code a little? anyway, since the update is taking so long, maybe it will be an amazing update ^^
Title: Re: When will Feral Heart be updated?
Post by: MaxwellFury on July 04, 2012, 01:34:15 am
Maybe. I don't know.

I hope so. :)