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

Pages: [1]
1
Game Help / Re: I cant change the texture of this mesh!
« on: December 24, 2016, 11:32:55 am »
YES it worked!!!

I named the file to another name then went to object maker in game and changed the material where it said ''Basewhite'' to my new name and it worked! :D

Thanks alot from everyone! :3

Happy holidays~

2
Game Help / Re: I cant change the texture of this mesh!
« on: December 24, 2016, 02:08:00 am »
I wish I could say it worked. But the code didn't, its just the same texture as before
Its wierd because I already retextured it... how can it have the original texture when I changed it. o_O
If you have two textures with the same name and file type, FH can do that.


That's the thing. I only have 1 texture with that name...
If I remember right I already changed it a while back ago, then it was back to normal one day when I checked the texture in my map and it had the old texture..

3
Game Help / Re: I cant change the texture of this mesh!
« on: December 24, 2016, 12:02:29 am »
I wish I could say it worked. But the code didn't, its just the same texture as before
Its wierd because I already retextured it... how can it have the original texture when I changed it. o_O

4
Game Help / Re: I cant change the texture of this mesh!
« on: December 23, 2016, 08:56:35 pm »
Spell check I did. I always restart FH when changing something. I put it right in my_obejects where it was put in the begining.

It wont change and I even tried to edit some codes, but then it turned white.

It's  weird.

5
Game Help / I cant change the texture of this mesh! (SOLVED)
« 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 !

Pages: [1]