PDA

View Full Version : Trying to change assault rifle skin...



jngrow
August 30th, 2008, 09:23 PM
I compiled the bitmaps fine. I go and check the shaders for the "gun", and the correct bitmaps are in the shaders. Why won't it show up in game? I even recompiled my map, although I thought it wouldn't matter because it SHOULD change the skin for all maps.

Bastinka
August 30th, 2008, 09:34 PM
Shader?

EDIT:
I forget how to fix this problem..

Choking Victim
August 30th, 2008, 09:42 PM
When you compile your map, tool sees the bitmap name and it matches it with the bitmap in bitmaps.map, so the one rendered ingame is always using the one externally stored in bitmaps.map. An easy fix is to change the bitmap name and recompile your map. Make sure you redirect the bitmap in the shader tag as needed.

jngrow
August 30th, 2008, 10:51 PM
That was the exact problem. Thanks for the help.