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

How do i create a Titlemap?

Recommended Posts

http://zdoom.org/wiki/TITLEMAP

Create a map (ideally in "(G)ZDoom:UDMF" format) and name it TITLEMAP. "TITLEMAP" should be the map's coded name, like instead of "MAP01", not necessarily its nice name, like the name "Entryway". The player doesn't accept any input in a TITLEMAP, so you might want to use some ACS scripting (for example ChangeCamera and use moving camera things) to create some meaningful cinematic.

Share this post


Link to post

I don't understand your last post, as you didn't state what's wrong. Did you run into some particular problem that you want help with, or have some particular goal that you don't know how to achieve and want an advice, or was it just a demonstration of your work in progress that I was not supposed to be replying to?

Share this post


Link to post

Aiming camera needs some specific thing to aim at and to follow. Said thing should have a non-zero Tag, and the aiming camera should have set this Tag as its fourth argument. See here.

Share this post


Link to post

Give another Tag to the camera thing itself and write an ENTER script that uses ChangeCamera to make the point of view switch from the player to the camera thing.

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
×