Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
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?
You can use the outland tile "abyss", which is completely black, and then create a floating text above it.
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.
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).
If there is no sky texture, you can point the camera up and write something "on" sky by adding a higher value to Z coordinate of the text..i guess.. =)
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.