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)
Problems with replacing graphics
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
-
Jekyll_Hyde
- Posts: 10
- Joined: Wed Dec 27, 2017 12:09 am
Problems with replacing graphics
You do not have the required permissions to view the files attached to this post.
-
Clay
- Posts: 190
- Joined: Fri Sep 22, 2017 9:52 pm
- Location: That one secret you always miss.
Re: Problems with replacing graphics
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
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
-
Jekyll_Hyde
- Posts: 10
- Joined: Wed Dec 27, 2017 12:09 am
Re: Problems with replacing graphics
thank you