https://wiki.beyondunreal.com/w/index.php?action=history&feed=atom UE2:InfoPod (Tutorial) - Revision history 2017-11-18T07:56:36Z Revision history for this page on the wiki MediaWiki 1.25.1 https://wiki.beyondunreal.com/UE2:InfoPod_(Tutorial)?diff=43488&oldid=prev Eliot: Will do more later... 2010-06-17T17:46:49Z <p>Will do more later...</p> <p><b>New page</b></p><div>A {{classgames|InfoPod}} is an actor that can display floating text at its own location, it is mainly used by '''Assault''' L.D.s(Level Designers) to mention who has made the map.<br /> <br /> The InfoPod is located at &lt;code&gt;Actor-&gt;Keypoint-&gt;InfoPod&lt;/code&gt;. It is also only valid in the gametype Assault of [[Unreal Tournament 2004]].<br /> <br /> The InfoPod provides as well a lot properties for L.D.s to tell the InfoPod and the {{classgames|HUD_Assault}} how it should be rendered in the world and who can and can't see the text of the InfoPod.<br /> <br /> This tutorial will explain what the most important properties of this InfoPod do.<br /> <br /> ==Properties==<br /> See {{classgames|InfoPod}} for all properties, this section will only mention those that are valid for L.D.s.<br /> <br /> '''Property:''' Team<br /> : Specify the team that may see this InfoPod, by default any team can see this InfoPod.<br /> <br /> '''Property:''' InfoType<br /> : Specify the render method for this InfoPod e.g. '''EIPT.PlainText''' is the default one and means to only render text, '''EIPT_TextBrackets''' will make the InfoPod draw an additional box surrounding itself and '''EIPT_Texture''' will make the InfoPod draw as well a texture.<br /> <br /> '''Property:''' InfoEffect<br /> : Specify the render effect for this InfoPod e.g. '''EIPE_Blink''' will make the text and/or texture blink(off/on).<br /> <br /> '''Property:''' bDisabled<br /> : Specify whether the InfoPod should be disabled i.e. if true the InfoPod will no longer render anything, the InfoPod needs to be triggered to be enabled.<br /> <br /> '''Property:''' POD_Message<br /> : Specify the text this InfoPod should draw, this text can also be localized by making an localization file for your map.<br /> <br /> [[Category:Mapping tutorials]]</div> Eliot