Replacing TITLEPIC

Ask about editing graphics, sounds, models, music, etc here!
Shaders (GLSL) and SNDINFO questions also go here!

Moderators: GZDoom Developers, Raze Developers

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.
Post Reply
POSTALDASH
Posts: 2
Joined: Tue Jan 23, 2018 6:31 pm

Replacing TITLEPIC

Post by POSTALDASH »

I'm new to making WAD's, and wan't to know how I can replace TITLEPIC with a new graphic from my image file.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: Replacing TITLEPIC

Post by wildweasel »

Your image can be in quite a number of image formats; PNG is recommended since it is lossless and has support for both paletted (Doom palette or embedded) and 24-bit true-color images. If you're putting it in a WAD file, you don't need to do much, just import the image (outside of any S_START/S_END marker lumps) and call it TITLEPIC. If it's a ZIP-based archive, the same thing applies, but it needs to be in the /graphics folder.
POSTALDASH
Posts: 2
Joined: Tue Jan 23, 2018 6:31 pm

Re: Replacing TITLEPIC

Post by POSTALDASH »

Thanks alot, dude (or gal) it worked, thanks so much!
User avatar
Reactor
Posts: 2091
Joined: Thu Feb 03, 2011 6:39 pm
Location: Island's Beauty, Hungary

Re: Replacing TITLEPIC

Post by Reactor »

Interesting topic. What about animated title pictures? We desire to fix together one for our game - if possible, of course. It wouldn't be an interactive title screen, just an animated one.
It would be also extremely great if we could somehow drop the gameplay demo, so the titlepic would stay on the screen as long as the player starts/loads a game or anything.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: Replacing TITLEPIC

Post by wildweasel »

That's basically what TITLEMAP is for; alternatively you can change the flow of pictures for the standard title screen using MAPINFO.
Post Reply

Return to “Assets (and other stuff)”