Author Topic: When will Feral Heart be updated?  (Read 4165 times)

Offline MaxwellFury

  • Curious Wanderer
  • *
  • Posts: 24
  • Floof-O-Meter: 1
    • View Profile
    • Fellmekke.deviantart.com
When will Feral Heart be updated?
« 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.

Offline Ramine

  • Community Champion
  • ****
  • Posts: 2,208
  • Floof-O-Meter: 182
    • View Profile
    • Ramine on DeviantART
Re: When will Feral Heart be updated?
« Reply #1 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.


Signature by Delay. <3

CloudFish

  • Guest
Re: When will Feral Heart be updated?
« Reply #2 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.

Offline kaylaserket

  • Dedicated Supporter
  • ***
  • Posts: 412
  • Country: 00
  • Floof-O-Meter: 17
    • View Profile
Re: When will Feral Heart be updated?
« Reply #3 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.

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: When will Feral Heart be updated?
« Reply #4 on: July 03, 2012, 06:39:31 pm »
By the bugging preset manes, I'm assuming you're getting something like this:


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


Offline MaxwellFury

  • Curious Wanderer
  • *
  • Posts: 24
  • Floof-O-Meter: 1
    • View Profile
    • Fellmekke.deviantart.com
Re: When will Feral Heart be updated?
« Reply #5 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. :(

L0ner

  • Guest
Re: When will Feral Heart be updated?
« Reply #6 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 ^^

Offline MaxwellFury

  • Curious Wanderer
  • *
  • Posts: 24
  • Floof-O-Meter: 1
    • View Profile
    • Fellmekke.deviantart.com
Re: When will Feral Heart be updated?
« Reply #7 on: July 04, 2012, 01:34:15 am »
Maybe. I don't know.

I hope so. :)