5
« on: December 23, 2016, 06:00:22 pm »
Hello!
I'm having problem with changing an texture from a floor (From a house) named ''rezpawood''. (The walls/roof have other textures that I can change.)
This is how I did.
I changed the texture in my paint program to another wood texture, then saved it with same file name.
This is what happen.
The texture wouldn't change, only keep the old one.
How I tried to fix it.
I deleted the whole pack, then added it back again and pasted my retextured version. Didn't work
I checked my whole computer for a same named texture file and deleted all of them that I found, then pasted my retextured version. Didn't work.
So I really need help with this!
I've had this pack for as long as I can remember and I could change it earlier! Now it wont work.
The name of the downloaded folder is - WombatBuildings-1.zip
The name of the objected - GLBuildings.object
The name of the Note(matrial) - Humanbuilds.material
The name of the texture - rezpawood.png
And heres the code -
material rezpawood
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture rezpawood.png
}
}
}
}
Its like its forced to keep the old texture. I can change the other texture parts of the house. But not this one. xD
Thanks alot if you can help <3 !