Console command to open intermission screen?

Ask about ACS, DECORATE, ZScript, or any other scripting questions here!

Moderator: GZDoom 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.

Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
User avatar
Cyanide
Spotlight Team
Posts: 317
Joined: Fri Feb 15, 2013 9:39 pm
Location: 6 ft. under

Console command to open intermission screen?

Post by Cyanide »

Is there a console command that opens a specific intermission screen? I've made a intermission screen in MAPINFO which i want to be able to go directly to, without having to end a level first.
_mental_
 
 
Posts: 3800
Joined: Sun Aug 07, 2011 4:32 am

Re: Console command to open intermission screen?

Post by _mental_ »

changemap CCMD switches to intermission screen but you need to specify the next map explicitly, i.e. changemap map02.
User avatar
Cyanide
Spotlight Team
Posts: 317
Joined: Fri Feb 15, 2013 9:39 pm
Location: 6 ft. under

Re: Console command to open intermission screen?

Post by Cyanide »

_mental_ wrote:changemap CCMD switches to intermission screen but you need to specify the next map explicitly, i.e. changemap map02.
I think I've asked the question wrong. :(

I want to open a screen just like the monster cast call after MAP30.
User avatar
Rachael
Posts: 13299
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: Console command to open intermission screen?

Post by Rachael »

"FinishGame"

Also "Special Exit_Normal 0" can do the same thing _mental_ said without a map number, it simply goes to the next map.
User avatar
Cyanide
Spotlight Team
Posts: 317
Joined: Fri Feb 15, 2013 9:39 pm
Location: 6 ft. under

Re: Console command to open intermission screen?

Post by Cyanide »

Rachael wrote:"FinishGame"

Also "Special Exit_Normal 0" can do the same thing _mental_ said without a map number, it simply goes to the next map.
Hmm, still not exactly what I'm looking for. FinishGame takes me to the normal intermission screen, then a text screen and THEN the roster. Also, it of course crashes the game if typed before starting a new game.

I've tried using " map "roster" ", but since the cast screen I've made isn't a level, so that doesn't work.
User avatar
Rachael
Posts: 13299
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: Console command to open intermission screen?

Post by Rachael »

Please report all crashes using the bug forums - even seemingly pointless ones like this. (I am already fixing it, though)

There is no way to activate the roster without using FinishGame or ... finishing a game.
User avatar
drfrag
Vintage GZDoom Developer
Posts: 3121
Joined: Fri Apr 23, 2004 3:51 am
Location: Spain

Re: Console command to open intermission screen?

Post by drfrag »

Now i see a conflict on master, _mental_ already fixed it a few hours ago. :?
User avatar
Rachael
Posts: 13299
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: Console command to open intermission screen?

Post by Rachael »

Ugh I didn't see that.

There is no conflict though, except two commits with similar messages that do different things.

Return to “Scripting”