Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Vaporizer

.

Recommended Posts

No, the map format is entirely orthogonal to graphics replacements.

I think it's more likely that you didn't place the sprites in the correct namespace.

Share this post


Link to post

although I haven't done any graphics editing in a while, I remember with Wintex you only had to call it PISGA0, it's just that you had to select "sprites" so it gets placed in the right spot. I don't know what program you're using but I bet it works similarly (I mean, who wants to look at the entire list anyway?)

Share this post


Link to post

You should make two marker lumps, first one named SS_START and the second one named SS_END.
Then you must put all sprite lumps between these two markers.

Your lump order should then look like this:

SS_START
PISGA0
PISGB0
PISGC0
PISGD0
PISGE0
SS_END
EDIT: Do not forget to check if the sprite offsets exactly match the ones in Equinox.

Share this post


Link to post

Yes and no. There is only one global palette in use at a time, so if you want to have pictures using colors outside of that palette, they have to contain their own color information. In other words, they can't be Doom-format graphics or flats. You've got to convert them to PNG or another supported image format (but PNG is pretty much the best).

In ZDoom, these extra colors will be translated to their closest match in the Doom palette; but in GZDoom you'll see them all.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×