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

Pages: 1 ... 43 44 [45] 46
441
Game Help / Re: I Need to Report, But To Who?
« on: September 23, 2015, 04:32:52 pm »
Thank you, LordSuragaha! I will send you a message as soon as I am not busy, thank you again.

442
Game Help / I Need to Report, But To Who?
« on: September 23, 2015, 01:49:46 am »
Recently, a very, very, very unpleasant event happened on FeralHeart in BoneFire Island. I have gotten some screenshots to report the problem, but my question is, which of the staff are the most active to read and accept my report? I have once sent a report to Sura the Global Moderator but I didn't get any answer. I'd need a suggestion to whom should I report my problem.
-
BlueLeopard
All suggestions and help are appreciated!

443
Game Help / Re: fbody.skeleton old file needed!
« on: August 31, 2015, 09:15:29 pm »
Thank you!

444
Game Help / fbody.skeleton old file needed!
« on: August 31, 2015, 07:54:27 pm »
I downloaded a mod for feline animations, and I wanted the old animations, but I realized that I forgot to put a back up for my old feline animation. So, it'd be nice if someone could send me the fbody.skeleton (default) file.

445
Game Help / I can't hear any sound?
« on: August 31, 2015, 02:31:29 am »
This happened to me a long while ago. This also has affected any IT servers I'd play, so it's definitely something that has to do with an IT server. This has not happened on another games before. When I log on to the game, up to where you can select your character I hear everything perfectly fine: mouse clicks, music. But when I get in-game - Boom. Nothing.

But I noticed that sometimes I can hear the steps of someone running on grass, only someone. Not me. And the weird thing is, I can hear all the sound when my camera is facing straight up. I hear myself walk, run, howl, and all that. Which seems very strange to me. The same way are other IT servers. To be honest, this is starting to bug me a lot, and I would need help to fix this problem.

Please someone tell me if you have already had this problem, or if you know how to fix this.
Thank you.
-
Blue

446
Screenshots / I am ALONE At Sky's Rim!
« on: August 29, 2015, 03:03:30 pm »
Alone? The only one? N-no stupid people, that tell you what to do? My dream has COME TRUE! I love FeralHeart for this. c8



Now you can sleep, without being bothered by others, being sat on, being bullied. You can just get a rest.



Now you can dance on the top of the huge cave, being the only one, not needing to push off other people off it. 8D



Now you you can howl and roar endlessly at the sky, without being told to stop because they have weak ear, and are too alzy to turn off the volume.



Now you can be anywhere, without being told by others to leave or that you have invaded their "personal space"! :D



But all that glory ended very soon, when...



A person came in... you might think being alone in the whole map is boring, but for some people it's a beautiful privilege to be alone and not be annoyed by others who whine and act immature. This game is for kids, I know, but why should the kids I know older people that are just sittin' around and are doing nothing?

447
Game Help / Re: My Preset Is Black And Yellow?
« on: July 28, 2015, 05:47:12 pm »
The option two worked! Thank you a lot, there. And is it fine for all of my textureless presets being black and yellow?

448
Game Help / Re: My Preset Is Black And Yellow?
« on: July 28, 2015, 05:41:13 pm »
And what if both of those options don't work, do I restart my game? EDIT: Thank you, option two works, you just saved my life. Thank you!

449
Game Help / Re: My Preset Is Black And Yellow?
« on: July 28, 2015, 05:02:14 pm »
Script ---

material preset_7_bodyMatL
{
 technique
 {
  pass
  {
   AMBIENT0.5 0.5 0.5
   texture_unit
   {
    texture preset_7body.png
   }
  }
  pass
  {
   EMISSIVE1.0 1.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture glowbody.png
   }
  }
 }
}
material preset_7_bodyMatR
{
 technique
 {
  pass
  {
   ambient 0.5 0.5 0.5
   texture_unit
   {
    texture preset_7body.png
   }
  }
pass
  {
   emissive 1.0 1.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture glowbody.png
   }
  }
 }
}
material preset_7_headMatL
{
 technique
 {
  pass
  {
   ambient 0.5 0.5 0.5
   texture_unit
   {
    texture preset_7head.PNG
   }
  }
pass
  {
   emissive 1.0 1.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture glow.PNG
   }
  }
 }
}
material preset_7_headMatR
{
 technique
 {
  pass
  {
   ambient 0.5 0.5 0.5
   texture_unit
   {
    texture preset_7head.PNG
   }
  }
pass
  {
   emissive 1.0 1.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture glow.PNG
   }
  }

 }
}
material preset_7_eyeMatL
{
 technique
 {
  pass
  {
   cull_hardware none
   cull_software none
   texture_unit
   {
    texture YOUREYETEXTURE.PNG
   }
  }
 }
}
material preset_7_eyeMatR
{
 technique
 {
  pass
  {
   cull_hardware none
   cull_software none
   texture_unit
   {
    texture YOUREYETEXTURE.PNG
   }
  }
 }
}
material preset_7_tailMat
{
 technique
 {
  pass
  {
   ambient 0.5 0.5 0.5
   texture_unit
   {
    texture YOURTAILTEXTURE.PNG
   }
  }
pass
  {
   emissive 1.0 1.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture YOURTAILGLOWTEXTURE.PNG
   }
  }
 }
}
material preset_7_maneMat
{
 technique
 {
  pass
  {
   ambient 0.5 0.5 0.5
   cull_hardware none
   cull_software none
   scene_blend alpha_blend
   alpha_rejection greater_equal 250
   texture_unit
   {
    texture YOURMANETEXTURE.PNG
   }
  }
 }
}

I thought I would of change the textures, and glows later when I draw them out.

Body - preset_7body.png
Body Glow - N/A
Eye - preset_7eye.png
Eye Glow - N/A
Head - preset_7head.png
Head Glow - glow.png
Tail - preset_7tail.png
Tail Glow - N/A

I am planning to make a mane glow and texture too. Planning to make glowing markings for tail, body, maybe eyes.

450
Game Help / My Preset Is Black And Yellow?
« on: July 28, 2015, 04:38:58 pm »
Today I finished the head of my preset, yesterday the whole body was blank white, which I know why. But when I was playing the game yesterday, I crashed, decided to continue making my preset. The body turned to black and yellow, and now I cannot put the texture of the body on!

I also applied the glowing markings code to the whole parts of the body, could this be the reason? I even changed the .PNG in the material file to .png. But nothing helped.

Please help me, thank you.
[/i]

Pages: 1 ... 43 44 [45] 46