Page 1 of 1
Adding Color to objects QUESTION
Posted: Tue Sep 16, 2008 5:28 pm
by mod man
How do you add color to objects so they arent gray?????
I REALLY need help!
Re: Adding Color to objects QUESTION
Posted: Tue Sep 16, 2008 7:54 pm
by Culvar
Skins.
Re: Adding Color to objects QUESTION
Posted: Tue Sep 16, 2008 7:56 pm
by mod man
what do you mean skins. I am trying to add color to objects in my map, like the arena thing from mos eisley.
and if skins is really how you do it, please explain how to.
I REALLY need help.

Re: Adding Color to objects QUESTION
Posted: Tue Sep 16, 2008 7:56 pm
by SBF_Dann_Boeing
They should be colored/textured to begin with. You must be forgetting to copy over the tga files (skins) along with the msh files. If you wish to change the color/texture, you would edit the tga with GIMP (Free For Download, there's a link for it in the everything you need thread) or Photoshop (If you've already bought it) or a similar program.
Re: Adding Color to objects QUESTION
Posted: Tue Sep 16, 2008 8:01 pm
by Fluffy_the_ic
Yeah. If you copied over the textures, then I dunno what to say. Maybe you accidentally renamed them.
Re: Adding Color to objects QUESTION
Posted: Tue Sep 16, 2008 9:03 pm
by mod man
Ok thanks guys ill try to add textures and stuff using gimp or whatever its called.
Btw love ur maps, dann
Re: Adding Color to objects QUESTION
Posted: Wed Sep 17, 2008 3:48 pm
by mod man
I did copy over the msh texture files, but when i place the objects, they are gray, not the color they are supposed to be please help me.

Re: Adding Color to objects QUESTION
Posted: Wed Sep 17, 2008 4:04 pm
by Fluffy_the_ic
Are they in the same folder? Did you do something to the msh files other than copy them?
Re: Adding Color to objects QUESTION
Posted: Wed Sep 17, 2008 5:20 pm
by mod man
no i tried again and they all work except the mos eisley arena thing. there is color on it but just a couple little blocks in certain spaces.......
could anyone tell me what files i need to copy over for the arena thing to show up?
Re: Adding Color to objects QUESTION
Posted: Wed Sep 17, 2008 5:46 pm
by Frisbeetarian
Doing it for you won't help you to learn.
What you need to do is to use a hex editor to open up the "arena" msh and search for all instances of tga. Make sure to copy over all textures referred to in this file, not just the tga with the same prefix as the msh.
Re: Adding Color to objects QUESTION
Posted: Wed Sep 17, 2008 6:00 pm
by mod man
what is a hex editor

Re: Adding Color to objects QUESTION
Posted: Wed Sep 17, 2008 6:10 pm
by Xavious
Re: Adding Color to objects QUESTION
Posted: Wed Sep 17, 2008 6:37 pm
by MercuryNoodles
Hex editors are programs that allow you to peek inside a compiled file and edit the contents, basically. It's all displayed in code, and getting something wrong can corrupt the file, but it's an easy way for us to deal with reskinning models and a handful of other things.