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?
Problem with my texture
Re: Problem with my texture
can you give us the texture please?
That Resident Evil Mod
————
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING
~[FGS]SaSQuATcH~ wrote:you+serious=error
chin.democ. wrote:It's just what you're doing with your right hand that worries me....
Re: Problem with my texture
512x512? 256x256 is the max isn't it?
Re: Problem with my texture
I've had no probs with 512 even 1024 works.
- ShadowRunner
- It's over 5000!
- Posts: 6882
- Joined: 28 Feb 2006, 21:07
- Contact:
Re: Problem with my texture
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.
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.
-
- Virtue/4E
- Posts: 512
- Joined: 21 Jan 2012, 15:27
Re: Problem with my texture
I figured out the problem, I imported it with the flag MIPS=ON and that caused the game somehow to crash.