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

TITLEMAP

Recommended Posts

It'll work it's way in eventually (more than likely), though when that'll happen I can't be sure. I'd also like the feature in at some point, especially now that we have the specials and such needed to make a proper Quake-style starting map.

We used to have an into map from SMMU, and then one made specifically for EE that used Small scripting. The functionality to support this was gutted though (at least that's what I saw when I looked into this feature a while back). Even now, if you crack open the doom eternity.pke you'll find start.wad inside, which contains a starting map.

As I said, I can't promise when though, as it isn't something that comes extremely high on my personal list of priorities. There are some cool features I'd like in but I'm trying to focus on what I view as most important to the project (currently working on EDF Heretic inventory, and after that I'll be looking into EDF weapons).

Share this post


Link to post

It probably ought to be clarified that TITLEMAP and STARTMAP aren't the same thing :)

TITLEMAP is a ZDoom feature in which a map is loaded in place of the standard TITLEPIC/CREDITS/etc loop. ACS scripting and such can then be used to make that map function as a hi-res, animated title screen.

Share this post


Link to post

OH! That'd also be cool. Most of my statements about priority remain, but yeah I think there's never been any code to support that in EE. I'm definitely going to add this to the list of "stuff I want to see in and maybe I'll put in myself at some point" though, as it's a cool feature.

Share this post


Link to post

Loading a non-interactive map just to leverage its scripting seems like something oddly specific. I'd rather see movies and Strife-like animations than low-quality gameplay graphics.

Share this post


Link to post
printz said:

Loading a non-interactive map just to leverage its scripting seems like something oddly specific. I'd rather see movies and Strife-like animations than low-quality gameplay graphics.

TITLEMAP is pretty powerful. It's been used with custom graphics in a bunch of ZDoom wads to create super slick title screens that don't look at all like a map is running. (ZPack, Blade of Agony I think, etc.) I'd much much much rather have TITLEMAP support instead of having to embed a giant movie file or work with limited animation features to do what can already be done better (and in high resolution) with map scripting.

Share this post


Link to post

Of course it should be noted that some of the more advanced titlemaps with graphics overlays heavily depend on the HUDMessage feature in ZDoom - without that they'd indeed be mostly limited to ingame graphics. But even there some cool stuff has been made.

But when it comes to streaming movies the file size will outright kill such a feature, that may be nice in theory but certainly fail in practive. When ZDoom had its playmovie ACS command 10 years ago, nobody ever used it.

Share this post


Link to post

If people want to make wads that have a TITLEMAP for more than one source port, how would this be solved? Should future releases of ZDoom, Eternity, or 3DGE (if they include the feature) have their own names like ZTITLMAP, ETITLMAP, or 3TITLMAP, similar to ZMAPINFO and EMAPINFO?

Share this post


Link to post

A good example of non-ZDoom TITLEMAP thing would be the intro to Doom 64.

(It was recreated/parodied in a version of Reelism as an actual TITLEMAP.)

Share this post


Link to post

I have been working on something similar to this, using COAL, and it is turning out to be pretty powerful - but its still in its infancy :-)

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
×