Go Back   Steam Users' Forums > Steam Tool Discussions > Source Level Design

Reply
 
Thread Tools Display Modes
Old 08-20-2012, 07:24 PM   #1
TZK203
 
Join Date: Aug 2009
Reputation: 928
Posts: 1,728
How would I go about making my own env_message?

There seems to be a complicated procedure involving locating a .res file and .txt file in order to modify any message an env_message creates in front of the player.

My goal for my map is to make a message based somewhat like that of MINERVA Metastasis.
TZK203 is offline  
Reply With Quote
Old 08-24-2012, 03:04 AM   #2
The_Blazer
 
Join Date: Feb 2011
Reputation: 0
Posts: 125
To make long messages like the ones seen in Minerva, you do need the additional files, and I'm afraid they only work in mods, since in HL2 and its episodes they have a strict series of pre-defined messages (wich are also translated in the user's language) In those files. If you are planning to make a mod, I suggest you read how to use them here. If yours is a standalone map for HL2 or its episodes, then only the pre-defined messages will work and you won't be able to add your own.

If you want custom messages, you can alternatively use game_text, which however can only display up to 4 lines of text at once, each env_text can hold a line, and has no return function (IE each env_text will display its text all on the same line, possibly going out the screen, especially on lower resolutions)

Env_hudhint also exists but it will only display pre-defined messages like env_message, just with some more fancy effects, and as you may guess from the name the messages are just hints like "Pres Z to zoom" or "E to pick up stuff"

Last edited by The_Blazer: 08-24-2012 at 03:09 AM.
The_Blazer is offline   Reply With Quote
Reply

Go Back   Steam Users' Forums > Steam Tool Discussions > Source Level Design


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -7. The time now is 07:53 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site Content Copyright Valve Corporation 1998-2012, All Rights Reserved.