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

Pages: [1] 2 3 ... 5
1
Request/Find Meshes / Looking for Ice and Winter Meshes/Objects, etc.
« on: February 23, 2015, 03:53:01 pm »
I'm trying to convert one of my maps over to a "winter" map, and I'm needing some wintery items to do so. What I'm mostly looking for are snowy-looking trees, snowy rocks, basically anything snowy and/or dead-looking. I'm also wondering if anyone knows how I can turn typical water into walkable ice? I've seen it on some pictures of maps, but I have no idea if there's a public download for it. Any help would be appreciated!

2
Game Help / Re: Object Help: Placing Material on Meshes
« on: February 23, 2015, 03:46:33 pm »
The game will find any .material file inside of the game that lays within the folders added to resources.cfg as far as I'm concerned. So with other words, if you place your .material file inside of my_objects folder where it should be, and then try to add your ice material to a mesh from within the game it will work.

Do keep in mind though that in order to add your own material to a mesh the coding for such material within your .material file must be written correctly, but you must also give the correct name for the material in the game which is not the name of the file, rather the name you give the material in the coding.

Something like "IceMat" all depending on what you name that line, I also do believe it's case sensitive so if you write IceMat it cannot be icemat, then the game object maker will not find it.

Look at the line for the texture in the crystal.material that comes with the game:

Code: [Select]
material crystalMat
{
technique
{
pass
{
cull_hardware none
cull_software none
emissive 1 1 1
texture_unit
{
env_map spherical
texture crystalTex.jpg
}
}
}

So if you were to add the crystal material onto any object, you'd need to give the game "crystalMat" as your material. Hopefully this is correct since I haven't diddled around with it in some time now.

Thank you so much! That was what I was doing, I wasn't typing in the material file correctly. Now I've gotten it to work just fine. Thank you so much, Red!

3
Game Help / Object Help: Placing Material on Meshes
« on: February 23, 2015, 02:08:02 am »
I've downloaded a material which, when placed onto a basic cube mesh, is supposed to look like ice. However, the basic cube I have downloaded in my objects seems to be attached to a rock material, and whenever I try and change the material file in the Object Maker to the ice file, it tells me the file cannot be found. How can I get the mesh to accept the new material? Am I going to have to download a new basic cube, or can I change the file type somehow?

4
Game Help / Re: Help with Particles?
« on: February 20, 2015, 06:31:49 pm »
Ah! It works! Thank you so much!

5
Game Help / Help with Particles?
« on: February 20, 2015, 05:23:23 pm »
I'm trying to get the water splash particle in game, so I can use it on a map I'm working on. But I'm having a difficult time figuring out how to get it to show up in the Effect Maker in the Object Maker. I've tried looking at a couple of tutorials, but I'm still confused. I've entered the water splash's name in as "Water", "water", "water.particle", "watersplash" "watersplash.particle", and I've even tried opening up the particle file in Notepad and using the name shown there: "FX/WaterSplash" and then as  "FX/WaterSplash.particle", and FeralHeart still keeps telling me that it can't find the file. What am I doing wrong?

6
Game Help / Map Won't Load To Map Maker
« on: September 10, 2014, 07:52:39 pm »
I was working on a map today, and I seemed to have somehow messed up the file. I was trying to transport the map file to a zipped file in order to download it to MediaFire. I deleted the original exported file, panicked thinking the map wasn't going to work anymore, went to my Recycle Bin, found the deleted file, and "replaced" it to my computer. After all that, I went back onto FeralHeart, tried to load the map into the Map Maker, and now I keep getting a notification saying "Unable to Load Terrain.cfg file for [Map's name]!" Also, now when I visit the map in game, it's still there, but all the trees/plants/ other stuff I've put on the map is gone.

What can I do to fix this? Is it fixable? I'd really not like to have to replace everything that I've spent the last three days placing.

7
Game Help / Re: Can't Log In To Private Map?
« on: November 06, 2012, 04:32:48 pm »
I still can't get into the map, and I've tried re-downloading it several times. I'm really not sure what to do.

8
Game Help / Re: Can't Log In To Private Map?
« on: November 05, 2012, 04:26:30 am »
Thank you very much! I never even knew that was there. =)

I'm going to check later if I can get into that map.

9
Game Help / Can't Log In To Private Map?
« on: November 05, 2012, 03:45:46 am »
I'm having issues logging into a private, downloaded map. I keep getting the message that FeralHeart failed to the connect to the map server. But this is a private map, and I can get (surprisingly) onto the Fluorite map on another character just fine, but yet I can't get onto this private map. I really don't want to have to delete the character and remake him. Can someone give me a hand?

10
Game Help / Re: No one is helping...I may as well leave..
« on: August 15, 2012, 01:42:51 am »
Well, what are you confused about?

Pages: [1] 2 3 ... 5