Feral Heart

Help & Guidance => Game Help => Topic started by: Milenux Liux on March 31, 2013, 11:49:24 am

Title: How to change the .....
Post by: Milenux Liux on March 31, 2013, 11:49:24 am
I wana change the texture and i cant i just write "Blood" adn thats it (its for warrior cats RP) the picture is a PNG imege i put it to textures  and i just write the name of it but ofcorse i thought what i chuld i write on the end  Blood.PNG?  BLood.Texture? or something else...
Title: Re: How to change the .....
Post by: Ruby1234 on March 31, 2013, 12:32:37 pm
What exactly is this for?
I know it's for a warrior cats RP, but is this a preset, map, or object?
Title: Re: How to change the .....
Post by: Milenux Liux on March 31, 2013, 03:18:48 pm
Dark forest i want to make the water to look like blood.....
Title: Re: How to change the .....
Post by: Tokoa on March 31, 2013, 03:27:20 pm
Here is a link to some blood water floof :)
http://www.mediafire.com/?cz4yi8cgqx1pa72 (http://www.mediafire.com/?cz4yi8cgqx1pa72)
Sorry but I'm not sure how you download it really.. I don't change the color of the water when I make maps.
Title: Re: How to change the .....
Post by: AssassinPegasus on March 31, 2013, 06:37:16 pm
I mean what i need to write in to the window so the ater wuld be the texture i got i just got a texture callded  Bloodtex  and i tipe in the wiindow  Bloodtex....but i get white water..
Title: Re: How to change the .....
Post by: hugrf2 on March 31, 2013, 07:00:12 pm
I have made some blood water myself for my map Dark Kingdom.
Also, if you want water textures to show up in-game, go in the MATERIAL, don't type in the texture, and see.
Ex: in the material is says BloodWaterMat, type that in in-game in the map.
Also, you MUST have a water material in materials. Material example:

Code: [Select]
material BloodWaterMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off

texture_unit
{
texture Bloodtex.png
scale 0.05 0.05
scroll_anim -0.03 -0.05
rotate 90
}
texture_unit
{
texture Bloodtex.png
scale 0.05 0.05
scroll_anim -0.05 0.01
rotate 90
}
}
}
}

Hope this helped~


~Hugrf
Title: Re: How to change the .....
Post by: AssassinPegasus on March 31, 2013, 08:12:46 pm
Umm i guoss i got it..