Page 1 of 1

Problem with my texture

Posted: 06 Jul 2013, 16:06
by atrey65789
So I was making a new weapon, and Everytime I use any model with my new texture, the game instacrashes...


I know that it is the texture that is causing the problem... but I still don't know how. The Texture is 512x512, it is indexed colored, etc...



Anyone ever had this problem before?

Re: Problem with my texture

Posted: 07 Jul 2013, 00:04
by ~DJ~
can you give us the texture please?

Re: Problem with my texture

Posted: 07 Jul 2013, 01:25
by Poor
512x512? 256x256 is the max isn't it?

Re: Problem with my texture

Posted: 07 Jul 2013, 01:47
by Alvind
I've had no probs with 512 even 1024 works.

Re: Problem with my texture

Posted: 12 Jul 2013, 15:19
by ShadowRunner
In my experience, if a texture imports, there is nothing wrong with it.

The usual reason it doesn't import, is because I forgot to "flatten layers" before saving as a .pcx or it wasn't sized properly.

Re: Problem with my texture

Posted: 12 Jul 2013, 17:59
by atrey65789
I figured out the problem, I imported it with the flag MIPS=ON and that caused the game somehow to crash.