<!--QuoteBegin-Ascelon+May 2 2004, 12:39 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Ascelon @ May 2 2004, 12:39 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Where can I find this? I look in Hammer in objects and I can't find this entities, how am I going to make a map if people can't join it? :S <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd--> info_join_team is a brush entity -- like a func_button. Make a brush covering the section of the map you want to have people join the team from, and convert it to the info_join_team.
<span style='color:yellow'>a detailed how too make a join team sign guide:</span>
make a brush rectangle of the right size... the texture should be <i>null</i> on all sides use the texture application tool from the menu choose the surface and the appropriate 'join' texture choose orient to face (or it might appear backwards) hit apply, and fit to size now right click the brush object in any veiw (except camera =( ) choose tie to entity from the drop down box choose <b>func_illusionary</b> now from render property choose additive
Hope that helps.. btw please read the turorials that are at the top of the forum as they cover very simple topics such as this.
Comments
info_join_team is a brush entity -- like a func_button. Make a brush covering the section of the map you want to have people join the team from, and convert it to the info_join_team.
<span style='color:yellow'>a detailed how too make a join team sign guide:</span>
make a brush rectangle of the right size...
the texture should be <i>null</i> on all sides
use the texture application tool from the menu
choose the surface and the appropriate 'join' texture
choose orient to face (or it might appear backwards)
hit apply, and fit to size
now right click the brush object in any veiw (except camera =( )
choose tie to entity
from the drop down box choose <b>func_illusionary</b>
now from render property choose additive
Hope that helps.. btw please read the turorials that are at the top of the forum as they cover very simple topics such as this.