More A_Print's

Moderator: GZDoom Developers

ant1991331
Posts: 598
Joined: Fri Jun 24, 2005 3:19 am
Location: Makin tracks with jetboots

More A_Print's

Post by ant1991331 »

A_PrintMed(string)
A_PrintLarge(string)

Maybe these can be used for larger messages, like bigger warnings etc.
eg.
A_PrintMed("Reload!")
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49182
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

Not like this. If something is done it'd be an additional font parameter to A_Print but not this.
User avatar
Ryan Cordell
Posts: 4349
Joined: Sun Feb 06, 2005 6:39 am
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia (Modern GZDoom)
Location: Capital of Explodistan

Post by Ryan Cordell »

Could be coded as a SCALE parameter for Hudmessage/s, otherwise.

But not Print.
User avatar
MartinHowe
Posts: 2045
Joined: Mon Aug 11, 2003 1:50 pm
Location: Waveney, United Kingdom

Post by MartinHowe »

Of course for debugging: A_PrintBold(). Surprised something like this wasn't in there before, or did I miss it? Debug messages aren't much help if only the monster issuing them can read them :)
ant1991331
Posts: 598
Joined: Fri Jun 24, 2005 3:19 am
Location: Makin tracks with jetboots

Post by ant1991331 »

Graf Zahl wrote:Not like this. If something is done it'd be an additional font parameter to A_Print but not this.
Like....
A_Print("Reload!",1)
0 for default or nothing specified for default.
1 for Medium.
and 2 for large?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49182
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

No.

A_Print("Useless information", "CONFONT")
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49182
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

Bumped so I don't forget it.
User avatar
Cutmanmike
Posts: 11347
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom

Post by Cutmanmike »

Could there be another parameter for it: Duriation?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49182
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

Sure. no problem.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49182
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

done
User avatar
DoomRater
Posts: 8265
Joined: Wed Jul 28, 2004 8:21 am
Preferred Pronouns: He/Him
Location: WATR HQ

Post by DoomRater »

Does this work in both DECORATE and ACS?
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Post by HotWax »

DoomRater wrote:Does this work in both DECORATE and ACS?
ACS already has the HudMessage and HudMessageBold commands.

A_Print is a code-pointer, so no, it won't work directly from ACS.

Return to “Closed Feature Suggestions [GZDoom]”