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

Titlepic problem

Recommended Posts

Hi all, just pondering a little issue at the moment I'm having with making a pk3 for Doom 2 (zDoom) using Slade 3.1.0.5

Been trying for a few days to implement a custom image to replace the titlepic of the standard doom 2, I can't seem to get a gameinfo reference working nor does just importing an image and calling it TITLEPIC seem to be doing the trick.

I can't seem to find a clear guide on the settings required for importing an image (format, colour pallette etc,) and importing this isn't entirely clear from what I've found so far, especially when it comes to getting it to register. I'm at the point where I can add an image but it seems to turn grey in the editor, only for the original Doom 2 title screen to appear instead.

I'd greatly appreciate any points/hints/links to a guide I'm not currently able to locate/help on this matter.

Share this post


Link to post

The following articles should help you:

http://zdoom.org/wiki/Using_ZIPs_as_WAD_replacement
http://zdoom.org/wiki/Namespace

So basically you need to put your TITLEPIC in a Graphics directory.

As for the image turning gray in the editor, that's because the editor doesn't know which palette to use. The images in Doom format do not store their own color information, they depend on the external palette from the PLAYPAL lump. Slade has a palette selector, and if you set the base resource archive it will use the PLAYPAL from there.

You should set the base resource archive because it is very useful generally. See this:

http://slade.mancubus.net/index.php?page=wiki&wikipage=Base-Resource

Share this post


Link to post

Thank you very much for that, use of folders did the trick and playing around with the palette options solved the colourisation problem too!

Thanks again!

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
×