Feral Heart
Help & Guidance => Game Help => Topic started 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.
-
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.
-
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.
-
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.
-
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:
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:
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)
-
It's a new computer I just got and it doesn't work on my friends computer too. :(
-
maybe you mixed up the code a little? anyway, since the update is taking so long, maybe it will be an amazing update ^^
-
Maybe. I don't know.
I hope so. :)