On Screen Text

Avatar
Croolsby
29 Posts
Posted May 26, 2011
How do you make text that shows up like in damagapy's map, or even in the campaign when it shows the chapter title? I tried to do this with map properties but the map crashes when it loads if I turn on "display game title".
Advertisement
Registered users don’t see ads! Register now!
Avatar
msleeper
4,136 Posts
Admin
Posted May 26, 2011
Replied 28 minutes later
The entity is game_text.

And by the way, this shit is incredibly annoying. Use it sparingly. Or preferably, not at all.

Avatar
Sleepless Mickey
16 Posts
Posted May 26, 2011
Replied 2 hours later

msleeper wrote:
The entity is game_text.

And by the way, this shit is incredibly annoying. Use it sparingly. Or preferably, not at all.

Would Game_text be the same entity to create the controls indications? I have a place in my map that I want to indicate to CTRL - Crouch, where it shows the CTRL key like in the game.

Avatar
msleeper
4,136 Posts
Admin
Posted May 26, 2011
Replied 24 minutes later
No. I have no idea what triggers that, it's something new and I've never used that before.
Avatar
WinstonSmith
940 Posts
Posted May 26, 2011
Replied 51 minutes later

msleeper wrote:
No. I have no idea what triggers that, it's something new and I've never used that before.

Man, the tips were messy enough in Portal. I haven't even bothered to decompile and look at whatever the heck they've done with Portal 2...might be interesting though; if some sort of custom graphic could be used it could effectively serve as a ping in singleplayer.

Avatar
CraigChrist
41 Posts
Posted May 26, 2011
Replied 18 minutes later
I think env_instructor_hint is used http://developer.valvesoftware.com/wiki/Env_instructor_hint

It was implemented in l4d2 the first time... I just tried it in Portal2 and it works fine.

Avatar
Sleepless Mickey
16 Posts
Posted May 27, 2011
Replied 15 hours later

CraigChrist wrote:
I think env_instructor_hint is used http://developer.valvesoftware.com/wiki/Env_instructor_hint

It was implemented in l4d2 the first time... I just tried it in Portal2 and it works fine.

Beautiful! Thank you!

Avatar
dhavalmistry
107 Posts
Posted May 29, 2011
Replied 2 days later
I cant get env_instructor_hint to work. It wont show up. I am just using a trigger to "ShowHint". Is there something else I should be using along with env_instructor_hint to work properly?
Avatar
Will T.
163 Posts
Posted May 29, 2011
Replied 12 minutes later
I think the entity you want may be env_hudhint. It provides all the "CTRL = Crouch" style hints in the main game.
Avatar
WinstonSmith
940 Posts
Posted May 29, 2011
Replied 3 hours later

Will T. wrote:
I think the entity you want may be env_hudhint. It provides all the "CTRL = Crouch" style hints in the main game.

Not for Portal 2; the env_hudhint is used in HL2 and Portal, I believe.

Avatar
dhavalmistry
107 Posts
Posted May 29, 2011
Replied 3 hours later

this is what I am looking for

mapping-help/button-prompts-t3015.html

Advertisement
Registered users don’t see ads! Register now!
Avatar
WinstonSmith
940 Posts
Posted May 29, 2011
Replied 1 hour later

dhavalmistry wrote:
this is what I am looking for

CraigChrist wrote:
I think env_instructor_hint is used http://developer.valvesoftware.com/wiki/Env_instructor_hint

It was implemented in l4d2 the first time... I just tried it in Portal2 and it works fine.