• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Any way to make big text on a black background?

Status
Not open for further replies.
Level 6
Joined
Jul 13, 2007
Messages
173
Hey Hive, i just wanted to know if its possible to make the screen all black, and then make some big white text appear for a set amount of time, if this is possible then how can i make this?
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
You can use the outland tile "abyss", which is completely black, and then create a floating text above it.

floatingtextwe.jpg



  • Actions
    • Camera - Apply Camera 001 <gen> for Player 1 (Red) over 0.00 seconds
    • Set TempLoc = (Target of Camera 001 <gen>)
    • Floating Text - Create floating text that reads Hello World! at TempLoc with Z offset 0.00, using font size 15.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
    • Custom script: call RemoveLocation(udg_TempLoc)
This creates the text.


floatingtextgame.jpg


Obviously this is a very simple example, to make it better you could enable letterbox mode for example, or change the size/location of the text.


You could also import a .tga-file (image) which is black with text on it and then show it to a player using the Advanced Filter (in the cinematic category).
 
Last edited:
Level 15
Joined
Jul 9, 2008
Messages
1,552
you can also use ap0calypse way and instead of using the abyss tile just use black fog

  • Environment - Set fog to style Linear, z-start 0.00, z-end 0.00, density 0.50 and color (0.00%, 0.00%, 0.00%)
lol thanks so much ap0calypse i never new you could set a loc to the camera lol i would sit there for ages testing trying to get my text center using set loc=center of regen
 
Status
Not open for further replies.
Top