Page 1 of 1

Problems with replacing graphics

Posted: Sat Dec 30, 2017 5:33 pm
by Jekyll_Hyde
I'm trying to replace the pistol graphic in a project I'm working on however when I load the game I get the vanilla pistol graphic. Is it possible you can enlighten me on what I am doing wrong and how to correct it?

I have included a zip with the graphics I am using and the wad(it currently does not have a decorate file in it though)

Re: Problems with replacing graphics

Posted: Sat Dec 30, 2017 10:52 pm
by Clay
You do not have SS_START and SS_END markers, You need to have them before and after the graphics. It would need to look like this

SS_START
PISFA0
PISGA0
SS_END.

Also, all of the cool kids are using .Pk3's these days.

For a good reference you can look at realm667 weapons. Look at the angled pistol of the first, it should be a great example to learn from.
http://www.realm667.com/index.php/en/ar ... -158-94349

Re: Problems with replacing graphics

Posted: Sat Dec 30, 2017 11:23 pm
by Jekyll_Hyde
thank you