News:

Come Chat with us live! Learn how HERE!

Main Menu

Help with target_print & rolling text

Started by Firstinaction, March 09, 2011, 05:14:29 PM

Firstinaction

I looked and looked and irc chat and still no help.   

Does anybody know how to do any if the following ...

target_print

text rolling like at the start of map pulse

I need that like pulse and when you start and walk into the door way of the human base you will get a text...  Just as that. 

Just like 40 sec after you start I need the target_print for the humans... 

Any help with the print!???   





Ingar

It is not possible. As far as I know, the scrolling text on pulse uses a shader,
and target_print just puts a text on your screen.

Firstinaction

Yea I know.   I know that man...  I want it to be there when you walk into a room.   Even of you press a button. Or walk over it.  I need it man.  I did it a long time ago when I was a noob at gtk. 

DraZiLoX

Do you didn't. It never is/was possible with target_print.

Firstinaction

Ok we'll then how do I do this...   

Your a human. Walk up to a door or floor part. You hit the button on the wall or the floor.  Then a text comes up saying whatever. 

That's what I forgot how to do. That's it.

DraZiLoX

Make trigger_multiple targetted to target_print?

swamp-cecil

Quote from: DraZiLoX on March 10, 2011, 06:02:04 AM
Make trigger_multiple targetted to target_print?
That would work, however i recommend a texture without a shader with text scrolling up from somewhere.
Quote from: DraZiLoX on December 28, 2010, 11:31:28 AM
Quote from: Repatition on December 28, 2010, 02:30:30 AM
these are stupid suggestions, don't even waste our time.
I don't like your negative attitude.

DraZiLoX

Quote from: swamp-cecil on March 10, 2011, 08:46:30 PM
Quote from: DraZiLoX on March 10, 2011, 06:02:04 AM
Make trigger_multiple targetted to target_print?
That would work, however i recommend a texture without a shader with text scrolling up from somewhere.
There is two ways, easy, and hard way. I said the easier one.

Xedoh

I think the better way depends on the length of the text. For a short text (1-2 sentences max.) target_print should do. Otherwise i recommend the shader (having a wall of text in front of your face while trying to shoot aliens can be quite annoying).
Wisdom starts where knowledge ends.