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.


Topics - Mea_WolfenX

Pages: [1] 2 3 4
1
Miscellaneous Tutorials / ~ Mea's Mega Feral-Heart Guide. ~
« on: December 07, 2017, 09:57:14 am »
Note: This Tutorial is already assuming you've installed the game.

Post 1: Getting Online
Post 2: All In-Game Controls And How To Change/Work Them
Post 3: How To Add Custom Markings & Items. (With Links)
Post 4: How To Download And Install Maps
Post 5: How To Create Your Own Map
Post 6: How To Create Presets & Upload Them
Post 7: Reserved
Post 8: Reserved
Post 9: Reserved
Post 10: Reserved



Mea's Mega FH Guide.
Firstly, If you are having any issues running the game due to errors popping up, I strongly suggest you click this link before you continue
> https://feral-heart.com/smf/index.php?topic=2296.0 <
(If your game still doesn't run... Try changing the Rendering System... From "OpenGLRendering System" to "DirectX" or the other way around.)




Post 1:
Getting Online To Play



Now that your game is up, running and working without any issues your probably wondering how to play? No Sweat! Lets start with getting you online first.

Firstly, You need to go onto the https://feral-heart.com/ website.

Once you are on the website, (Assuming you have already creating an account.) click on "Play Game"
Of Which You Will Find Here:


If you haven't registered yet... You will be able to here:

(Once the registration is open.)



After you've clicked "Play Game"
There Will be an area for you to type in.
Enter your user name & password. (Note: Its cap sensitive.)
Example:


Click Login... Wait for it to load
It may pop up as you need to re-enter. If the page doesn't load after 5-10 re-enter your details.
Once your logged in, this will appear:



In Order for you to play ONLINE you will need to keep your browser open and running in the background.
Open your feral heart game (Restart it if you already have it running to assure it works first try.)
Enter your Login Details, Then Log in.


It Will Connect... Then Wala! Your game is working!
You Will See A Button on the screen that says 'Create'


Click on it and it will change to this:


Mess Around, Create your character to your liking.
Once you're done... Click on page V / 5 Right above your editing selections... Press "OK".
Don't forget to name your character!


Once your character has been saved your ready to enter the feral heart world!
Press Start!


And enter the game!
Once you've entered you will spawn in a "No Other Player" World.
This is a great place to practice your controls before entering other worlds through the given portals.



2
Game Help / UserPanel Preset Exportation Issue.
« on: December 06, 2017, 08:15:07 am »
So recently I've made a preset for my little sister (Marcelle999) and she now wanted to export it so others could see.

We exported the preset, Uploaded the exported .fhp to the user panel with the result of "Successful!"
SO

We both have the preset sync, So she went online, created a character, Selected the preset... Done.
She waited for me in the grounds, I went online, The preset Sync did download the file and everything

BUT- Everyone (including myself) still sees her as a plain unedited character...
Though we have tried this with two presets now and its the same result.

All the preset textures are .png ... .jpg
all the correct size (I think it was 512x512 Px)
and it uploaded perfectly? (to the user panel.)

(if you have the preset sync... go to public presets and search "Marcelle" ... You'll see the current preset we are trying to get going is Marcelle999_4")

Please Help <3

3
Site/Forum Help / BB Code Profile Save?
« on: November 16, 2017, 08:16:46 am »
Allo!
I was just wondering if there is a way for me to save custom BB- Codes on my profile so I wouldn't have to retype [ COLOR = ] or [ FONT = ] For an example.
As in it would already appear automatically in 'Quick Replies'

Kind of the way proboards allows us to do so in settings.
I couldn't seem to locate anything similar whilst editing my profile?
To do this would I need a special link or ask a mod?
(assuming that I may need permission to do this.)

4
Game Help / Height Map Question.
« on: November 16, 2017, 08:10:37 am »
Could someone please explain to me how to make an invisible blockage to the ends of the map?
The only example I can think of to explain this is the edges of the new Feral-Heart maps like 'The Grounds' ... You see the backgrounds of the map & objects but there is a type of collision blocking you.

I can't seem to find the tutorial either... I Probably can't search the right thing cause I'm unsure of how to label it xD

If someone could please explain to me how to do this-
Or direct me to a tutorial via a link it would indeed be very helpful :)

5
Site/Forum Help / Moderation Move.
« on: March 12, 2017, 11:22:42 am »
Alright So I've Had This Page For A LONG TIME...

I've decided to revive it but It's kind of posted in the wrong place.
https://feral-heart.com/smf/index.php?topic=25681.0

I'm pretty sure that it should be posted here instead
https://feral-heart.com/smf/index.php?board=157.0

I've already bumped the post so it's easier to view...
If a mod could move it and correct this mistake it would be much appreciated c:

6
Game Help / MBs Per Second? (Advanced Question)
« on: March 11, 2017, 03:37:05 pm »
Me once again on the help forums...

Al-though I couldn't find this answer anywhere... My internet is limited and I'd just like to know how much megabytes feral  can take up too?

How many MB per-hour and such?
Does it lead up to GB? .-.

7
Game Help / Another Preset Issue.
« on: March 10, 2017, 08:29:53 pm »
ALRIGHT So recently I've decided to make a glowing preset... So I've Used This Code.

Code: [Select]
material preset_10_bodyMatL
{
 technique
 {
  pass
  {
   ambient 0.5 0.5 0.5
   texture_unit
   {
    texture YOURBODYTEXTURE.PNG
   }
  }
  pass
  {
   emissive 1.0 1.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture YOURBODYGLOWTEXTURE.PNG
   }
  }
 }
}
material preset_10_bodyMatR
{
 technique
 {
  pass
  {
   ambient 0.5 0.5 0.5
   texture_unit
   {
    texture YOURBODYTEXTURE.PNG
   }
  }
pass
  {
   emissive 1.0 1.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture YOURBODYGLOWTEXTURE.PNG
   }
  }
 }
}
material preset_10_headMatL
{
 technique
 {
  pass
  {
   ambient 0.5 0.5 0.5
   texture_unit
   {
    texture YOURHEADTEXTURE.PNG
   }
  }
pass
  {
   emissive 1.0 1.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture YOURHEADGLOWTEXTURE.PNG
   }
  }
 }
}
material preset_10_headMatR
{
 technique
 {
  pass
  {
   ambient 0.5 0.5 0.5
   texture_unit
   {
    texture YOURHEADTEXTURE.PNG
   }
  }
pass
  {
   emissive 1.0 1.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture YOURHEADGLOWTEXTURE.PNG
   }
  }

 }
}
material preset_10_eyeMatL
{
 technique
 {
  pass
  {
   cull_hardware none
   cull_software none
   texture_unit
   {
    texture YOUREYETEXTURE.PNG
   }
  }
 }
}
material preset_10_eyeMatR
{
 technique
 {
  pass
  {
   cull_hardware none
   cull_software none
   texture_unit
   {
    texture YOUREYETEXTURE.PNG
   }
  }
 }
}
material preset_10_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_10_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
   }
  }
 }
}

But I've Modified it to this because for some reason when I use that code my entire preset is blank white.

Code: [Select]
material preset_5_bodyMatL
{
technique
{
pass
{
   ambient 0.5 0.5 0.5
   texture_unit
   {
    texture leftbody.PNG
   }
  }
  pass
  {
   emissive 0.0 0.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture glow.PNG
   }
  }
 }
}
material preset_5_bodyMatR
{
technique
{
pass
{
   ambient 0.5 0.5 0.5
   texture_unit
   {
    texture leftbody.PNG
   }
  }
  pass
  {
   emissive 0.0 0.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture glowright.PNG
   }
  }
 }
}
material preset_5_headMatL
{
 technique
 {
  pass
  {
   ambient 0.7 0.7 0.7
   texture_unit
   {
    texture headleft.PNG
   }
  }
pass
  {
   emissive 0.0 0.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture headglowleft.PNG
   }
  }
 }
}
material preset_5_headMatR
{
 technique
 {
  pass
  {
   ambient 0.7 0.7 0.7
   texture_unit
   {
    texture headright.PNG
   }
  }
pass
  {
   emissive 0.0 0.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture headglowright.PNG
   }
  }

 }
}
material preset_5_eyeMatL
{
 technique
 {
  pass
  {
   cull_hardware none
   cull_software none
   texture_unit
   {
    texture eyeleft.PNG
   }
  }
 }
}
material preset_5_eyeMatR
{
 technique
 {
  pass
  {
   cull_hardware none
   cull_software none
   texture_unit
   {
    texture eyeright.PNG
   }
  }
 }
}
material preset_5_tailMat
{
 technique
 {
  pass
  {
   ambient 0.7 0.7 0.7
   texture_unit
   {
    texture tail.PNG
   }
  }
pass
  {
   emissive 0.0 0.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture tailglow.PNG
   }
  }
 }
}
material preset_5_maneMat
{
 technique
 {
  pass
  {
   ambient 0.7 0.7 0.7
   cull_hardware none
   cull_software none
   scene_blend alpha_blend
   alpha_rejection greater_equal 250
   texture_unit
   {
    texture mane.PNG
   }
  }
 }
}

Not mega changes but then only HALF The body was showing... the right side WILL NOT WORK! >:(

SO after changing to almost every preset folder, deleting and renaming... I even used a normal Mat file and simply added the needed coding such as

Code: [Select]
material preset_4_bodyMatL
{
technique
{
pass
{
                        ambient 0.7 0.7 0.7
texture_unit
{
texture preset_4body.png
   }
  }
  pass
  {
   emissive 0.0 0.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture MyGlow.PNG
}
}
}
}
material preset_4_bodyMatR
{
technique
{
pass
{
                        ambient 0.7 0.7 0.7
texture_unit
{
texture preset_4body.png
   }
  }
pass
  {
   emissive 0.0 0.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture GlowRight.PNG
}
}
}
}
material preset_4_headMatL
{
technique
{
pass
{
                        ambient 0.7 0.7 0.7
texture_unit
{
texture preset_4head.jpg
   }
  }
pass
  {
   emissive 1.0 1.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture HeadGlowL.PNG
}
}
}
}
material preset_4_headMatR
{
technique
{
pass
{
                        ambient 0.7 0.7 0.7
texture_unit
{
texture preset_4head.jpg
   }
  }
pass
  {
   emissive 0.0 0.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture YOURHEADGLOWTEXTURE.PNG
}
}
}
}
material preset_4_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_4eye.jpg
}
}
}
}
material preset_4_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_4eye.jpg
}
}
}
}
material preset_4_tailMat
{
technique
{
pass
{
                        ambient 0.7 0.7 0.7
texture_unit
{
texture preset_4tail.jpg
   }
  }
pass
  {
   emissive 0.0 0.0 1.0
   scene_blend alpha_blend
   texture_unit
   {
    texture YOURTAILGLOWTEXTURE.PNG
}
}
}
}
material preset_4_maneMat
{
technique
{
pass
{
ambient 0.7 0.7 0.7
                        cull_hardware none
                        cull_software none
                        scene_blend alpha_blend
                        alpha_rejection greater_equal 250
                        texture_unit
{
texture preset_4mane.png
}
}
}
}

But then it just turns out completely white...

I've changed it to jpg to test it as you can see but nothing works...
I've tried to change it to JPG,JPEG, jpg, jpeg, PNG, png

Nothing works.
At most the only thing working is the eyes.

Frustrating...
Is there a new code I need for the FH update or something?
-so tired...- (excuse typing mess)

8
Presets & Markings / Mea's Preset Bundle (COMMISSIONS OPEN)
« on: March 10, 2017, 07:14:06 pm »
Hey All!
I've decided to get back in the preset game and advertise a little more while doing so...
I've just started a new DA so there isn't much to show... But you can read more about the preset commissions here on my DA

http://meawolfenx.deviantart.com/
Gallery > Feral Heart Folder

MEGA TIP: Right Click On The Image And Select "Open Image In New Tab" To Increase The Size Of The Picture For A Better View!
CTRL & + To Zoom In
CTRL & - To Zoom Out



Presets

Free Presets:

Download Here - https://meawolfenx.deviantart.com/art/Free-Wolf-Preset-Feral-Heart-716179413


Download Here - https://meawolfenx.deviantart.com/art/Free-Unicorn-718860886



Presets For DA Points:

Realistic Wolf

Purchase Here - http://meawolfenx.deviantart.com/art/Realistic-Wolf-Preset-Feral-Heart-668530950

Male Tiger

Purchase Him Here http://meawolfenx.deviantart.com/art/Tiger-Feral-Heart-Preset-For-Sale-668173223

Female Tiger / Tigress

Purchase Her Here http://meawolfenx.deviantart.com/art/Tigress-Feral-Heart-Preset-For-Sale-668178575




Preset Requests
Note: Not For Download... These Are Users OC's


Owned by: Willowwolf2014

https://pre00.deviantart.net/018c/th/pre/f/2017/325/7/5/75229c6025e6afa64a8374cecf51672f-dbue7bn.png
Owned by: Marcelle999


Request / No Name

Link to preset: http://meawolfenx.deviantart.com/art/FH-Preset-Request-Feral-Heart-675430514

__________________________________________________________
NOTE: These Three Below Are SUPER OLD... I made them around 5 years ago.
__________________


_>> Golden Dragon <<_



http://www.mediafire.com/download/48wtt4xqrcfjtfb/Golden+Dragon+preset.zip


The Dark Wolf.




http://www.mediafire.com/download.php?86u8t1hmc12c78h

Element Of Earth [C/F]



Download Link -- http://www.mediafire.com/download.php?dnj1vdxh398bm1h






____________________________________________________________________

For more creations, check these links out :)
http://tinyurl.com/dxaw8ck
https://meawolfenx.deviantart.com

9
Game Help / Presets...
« on: March 10, 2017, 03:29:43 pm »
Alright so I'm a little new to this... New preset thing.
So I've made a few presets now (Usually I like to sell them)
But after I've reinstalled the game (Due to new PC) I created a preset in preset_3 Folder... Never changed anything... Diddle daddle did the usual.

Then I simply exported it... Seeing it wouldn't show up in the create a character page as you login I figured I had to upload it here... So I went to the user panel and I uploaded the preset from the exported presets folder... (Idk if that was right) And still nothing showed up on the create a character page.

Am I supposed to upload the exported preset file or the actual "Preset_3 Folder" ?

Also no... I did not download the new presetsync, cause my internet is currently limited.
Does that affect anything?


Does that mean when I give out my presets now that I have to give out more than the exported preset file?

10
Game Help / Username
« on: March 09, 2017, 03:30:05 pm »
Out of curiosity... Is it possible for me to get permission to change my actual User name? (in-game and forum)
As in... Is it possible to do so without creating a new account?

Pages: [1] 2 3 4