Of announcer: Difference between revisions

From Open Fortress Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Point_Entities]]
[[Category:Point_Entities]]


{{of point|of_announcer}} Modify default announcer and make announcer messages
{{of point|of_announcer|sprite=1}} Modify default announcer and make announcer messages.
 
<!--
<!--
{{PreservedEnt|of_announcer}}
{{PreservedEnt|of_announcer}}
Line 7: Line 8:


==Keyvalues==
==Keyvalues==
{{KV BaseEntity}}
{{KV Targetname}}
{{KV|Force Announcer|intn=ForceAnnouncer|bool|Should we use this Announcer even if the User has a different one set.}}
{{KV|Force Announcer|intn=ForceAnnouncer|bool|Should we use this Announcer even if the User has a different one set.}}
{{KV|Announcer|intn=Announcer|string|Sets the default announcer for the map.\nBasegame Announcers: Benja, Announcer, VOX, Soldier, Carl, Arena, WillFromAfar, Merasmus, Louie.}}
{{KV|Announcer|intn=Announcer|string|Sets the default announcer for the map.\nBasegame Announcers: Benja, Announcer, VOX, Soldier, Carl, Arena, WillFromAfar, Merasmus, Louie.}}


==Inputs==
==Inputs==
{{IO|AnnounceTeam|Make a team announcement. Format <teamname> <soundscript>|param=string}}
{{IO|AnnounceTeam|Make a team announcement. Formatted like; {{Code|<teamname> <soundscript>}}|param=string}}

Latest revision as of 05:19, 4 January 2025


Open Fortress of_announcer is a point entity available in Open Fortress Open Fortress. Modify default announcer and make announcer messages.


Keyvalues

Name (targetname) <string>
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Force Announcer (ForceAnnouncer) <boolean>
Should we use this Announcer even if the User has a different one set.
Announcer (Announcer) <string>
Sets the default announcer for the map.\nBasegame Announcers: Benja, Announcer, VOX, Soldier, Carl, Arena, WillFromAfar, Merasmus, Louie.

Inputs

AnnounceTeam <string>
Make a team announcement. Formatted like; <teamname> <soundscript>