Presets are all pretty much just a modified texture(s) slapped onto an already existing body mesh, which in this case is the canine or feline body. No one would be able to see what you see if you changed or had different meshes and then a texture put onto that, instead it would look completely deformed if you actually went through all the work to replace certain meshes in the game now with something of your own.
So to my understanding it's just a regular preset put onto either a feline or canine body, and then modified as much as possible to look like a fish. Even Kiki's preset had an empty transparancy liny going through if you looked from the front. So to my understanding they used transparancy on some part of the preset texture and made a fish like look on another part, making it seem like a fish.
If you want more detail on how to actually making a preset like theirs it would probably be best to ask them.
Pretty much what Reddles just said. Really, all you would need to do would be get the invisibility/invisible code:
material preset_(number)_(Body Part)Mat(Left or Right)
{
receive_shadows on
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
scene_blend alpha_blend
alpha_rejection greater_equal 128
texture_unit
{
texture (IMAGE NAME).png
tex_address_mode wrap
filtering trilinear
}
}
}
}
texture_unit
{
texture (IMAGE NAME AGAIN).png
}
}
}
}
Then you would need to draw the actual creature you want to make. (This case it's a fish)
And then all you would do would be to apply the invisibility parts by just erasing/rubbing out the parts you would want invisible, but remember, you must put the code I put above into the .Material file for it to take affect, otherwise, the preset you look pretty funky. x'D It looks as if Kiki just used the body part and erased the rest of the preset for the shape of a fish to come up. If you used all three body parts, it would most likely be a weird preset, especially because you would have to line the body parts up, perfectly.
That's what I would do anyway.
Pretty much what Reddles just said. Really, all you would need to do would be get the invisibility/invisible code:
material preset_(number)_(Body Part)Mat(Left or Right)
{
receive_shadows on
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
scene_blend alpha_blend
alpha_rejection greater_equal 128
texture_unit
{
texture (IMAGE NAME).png
tex_address_mode wrap
filtering trilinear
}
}
}
}
texture_unit
{
texture (IMAGE NAME AGAIN).png
}
}
}
}
Then you would need to draw the actual creature you want to make. (This case it's a fish)
And then all you would do would be to apply the invisibility parts by just erasing/rubbing out the parts you would want invisible, but remember, you must put the code I put above into the .Material file for it to take affect, otherwise, the preset you look pretty funky. x'D
That's what I would do anyway.
Oh well that escalated quickly. xD
Thank you for the code and for the tip, Eclispe^^
And then all you would do would be to apply the invisibility parts by just erasing/rubbing out the parts you would want invisible
That's what I would do anyway. [/color][/center]
So you would turn on the Alpha Channel, right?
If you used all three body parts, it would most likely be a weird preset, especially because you would have to line the body parts up, perfectly.
So should I just use the body, not the head or the tail, etc.?
Sorry for the questions. Just confused here x'D
Really if you want some help with the preset send it to me and ill fix it for you. Since what Kiki used on her preset is a Transparent coding. She used the transparent coding to get ride of the things she didn't want to be visible and what ever drawing she had on there that isn't see through will show up. Its the same as Bakus skull.
Quote
material preset_4_bodyMatL
{
receive_shadows on
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
scene_blend alpha_blend
texture_unit
{
texture Texture.png
tex_address_mode wrap
filtering trilinear
}
}
}
}
When working with transparent, try looking at this tutorial.
http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=34786.0 (http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=34786.0)
for any other questions, feel free to ask me and ill help you more.
Ahh, okay. This is making more sense now. :) I'm still confused at one part, as I questioned, should you just use the body for the different animal preset?
Also, I notice something in the code is says "Quote" at the top. Is it suppose to be there or is it a mistake?
It depends what kind of object you're trying to make. I've seen people make snakes out of the tails, birds, and well, fish. x'D If you're doing a fish, I'd use the middle.