"current message" color definable by map

Moderator: GZDoom Developers

MasterOfPuppets
Posts: 45
Joined: Tue May 18, 2004 11:02 pm

"current message" color definable by map

Post by MasterOfPuppets »

i think it would be nice to have a feature that allows map authors to define the color of the "current message" (messages like "you found a secret area", "you need a <color> key to open this door", print messages, etc). also it should over rule the player's custom color choice.

this would be useful because some authors may want the text color of such messages to fit with the scheme of their maps, or so the author could use print in some cases where they would have had to use hudmessage just because they wanted to change the color.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49225
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

You actually can change the colors with print. You have to use some control sequences for this, like:

print (s:"\ccColored text");
User avatar
justin024
Posts: 379
Joined: Sun Nov 14, 2004 1:29 am
Location: Illinois

Post by justin024 »

It's called hudmessage.
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

print can also be used.
MasterOfPuppets
Posts: 45
Joined: Tue May 18, 2004 11:02 pm

Post by MasterOfPuppets »

wow, you guys so didn't read my post at all. i would like automatic messages like "you found a secret area" to be color-customizable. i can't use hudmessage or print for that because then the secrets found % isn't increased.
User avatar
Xaser
 
 
Posts: 10774
Joined: Sun Jul 20, 2003 12:15 pm

Post by Xaser »

Am I the only person who thinks it's kind of strange how your nick is MasterOfPuppets, yet you're not a MetallicaA fan? Who doesn't like MetallicA, anyway? :P

Hey, I just realized that I'm wearing a MetallicA T-Shirt right now. Coincidences rule. Except for the relatively few cases when they don't.





EDIT: I may as well say something on-topic as well. So therefore, I won't.

I think I vaguely recall an option to change those message colors somewhere... although that might be BOOM I'm thinking of. Either way, I'm not sure whether this should be the chouce of the map author or the user. It's just a matter of opinion, really.

And also, there is a secret trigger somewhere that doesn't display the message on default. It's the thing you place in a sector, not the sector special itself. Combine that with an "Actor enters sector" sector action thing which plays the script with the recolored message and the secret sound, and you're good to go. :P
MasterOfPuppets
Posts: 45
Joined: Tue May 18, 2004 11:02 pm

Post by MasterOfPuppets »

Xaser wrote:Am I the only person who thinks it's kind of strange how your nick is MasterOfPuppets, yet you're not a MetallicaA fan? Who doesn't like MetallicA, anyway? :P

Hey, I just realized that I'm wearing a MetallicA T-Shirt right now. Coincidences rule. Except for the relatively few cases when they don't.
lol yeah my title is sarcastic. hey, whadda know, i'm wearing a metallica shirt right now too!
I'm not sure whether this should be the chouce of the map author or the user.
this has crossed my mind. i worry about little details and would like people who play my map to experience it in the way i intend. otherwise i do think it should be up to the user. hell maybe even have an "override custom map message color" setting.
And also, there is a secret trigger somewhere that doesn't display the message on default. It's the thing you place in a sector, not the sector special itself. Combine that with an "Actor enters sector" sector action thing which plays the script with the recolored message and the secret sound, and you're good to go. :P
i'm gonna try this out right now! actually, could you elaborate a bit more? i can't seem to get any other secret triggers to work. there dosn't seem to be a secret action special for lines or things, and setting the "secret" flag on my lines does nothing.
User avatar
DoomRater
Posts: 8270
Joined: Wed Jul 28, 2004 8:21 am
Preferred Pronouns: He/Him
Location: WATR HQ

Post by DoomRater »

Secret tags on the lines themselves only make then appear as a one sided line until triggered. What you REALLY want is to tag the SECTOR a secret.

Return to “Closed Feature Suggestions [GZDoom]”