Point commentary node
tradeshows for medical imaging llama por favor trailer park boy quote tank less water heater extravaganza holiday end mortgage open adobe premiere plugins urbana schools im singing in the rain movie oliver twist ibuprophen liver damage animal transportation zoo print shop 8 masters of science in management off road chevy truck photo make a dry erase board suck him dry refinancing auto loans bad credit traduire francais anglais music playing sites asian room designs mobile ultrasound business register tape coupons missouri college basketball schedule pressure switch square d louisiana program recovery 2006 by draft nfl team window spider solitaire free download az corporation form nintendo game boy advance sp cheat optical laser disk lp field escrow agent software swearing in foreign languages attempting to open the windows address book aviation accident resource center 8 port usb switch trade prices computer kidney medicine medical insurance visitors usa art therapy masters program stephen miller japan robot concept drawing symptom of neck throat cancer yahmaha motorcycles for sale texas police radio codes information technology news portal professional nails magazine middle school bullying parent guide name search phone when daylight savings time changes early and high renaissance melbourne cup television allan king real estate simon memory game residential wind generators 8th grade math problem z score p value table journal teaching exceptional children tiger woods wife pic information on insects for children internet database for hindi film hindi movie install outlook express windows xp red blue green star wallpaper border little dealer little prices az small dogs for children philippine travel package systems approach theory overseas jobs com american institute of business iowa newbury management company school transition programs small size lady shoes uk least restrictive environment definition most strikeouts in a season limousine chicago new jersey traffic violations pink eye makeup saint david of wales loves not lyrics lower your cholesterol recipes indians hunting buffalo send form to fax number tcs address automotive company finance household she knows who she is site myspace.com stretch background picture action games free online motorbike clothing scotland van gohg biography to beat the child was bad enough take it to the mat wed ink 4th reich 16 year old german models restore car us tire and wheel adam baker charlie acrylic tables the vagina monologue Template:Wrongtitle
Entity Description
The core entity used in the Commentary System. It appears as a floating speech bubble for the player to +USE, which then starts the commentary playing.
Keyvalues
Unlike most entities, the point_commentary_node is often hand-edited into the commentary files, and as a result, there are some extra keys listed here that Hammer would normally fill in automatically for you.
- Template:Kv targetname
- Template:Kv parentname
- start_disabled
- <boolean> Start disabled
- origin
- <vector (X,Y,Z)> The origin of this entity within the map.
- angles
- <angles> The orientation of this entity within the map.
- commentaryfile
- <sound> The commentary sound file that should be played when this node is used by the player.
- commentaryfile_nohdr
- <sound> The commentary sound file that should be played when this node is used by the player. If the player has HDR turned off, this file will be used instead of the commentaryfile. If this entry is not specified, the base commentaryfile entry will still be used.
- speakers
- <string> The name of the speakers of the commentary sound file(s). Will be displayed in the HUD while the commentary sound file is playing.
- precommands
- <string> A semi-colon delimited list of commands that should entered into the console when the commentary file starts playing. e.g.
ai_disable 1;mat_wireframe 1
- postcommands
- <string> A semi-colon delimited list of commands that should entered into the console when the commentary file finishes playing. e.g.
ai_disable 0;mat_wireframe 0
- viewposition
- <target_destination> The targetname of an entity to which the players view should move while the commentary file is playing. When the commentary file finishes, the players view will move back to the place it was when the commentary started.
- viewtarget
- <target_destination> The targetname of an entity that the players view should track while the commentary file is playing. The player will not be able to control their view while the commentary file plays.
- prevent_movement
- <boolean> If true, the player will not be able to move while the commentary sound file is playing.
Inputs
- Template:I targetname
- Template:I parentname
- Template:I enabledisable
- StartCommentary
- Force the commentary node to start.
- StartUnstoppableCommentary
- Force the commentary node to start, and don't allow the player to stop it in any way.
Outputs
- Template:O targetname
- OnCommentaryStarted
- Fires when this commentary starts playing.
- OnCommentaryStopped
- Fires when this commentary stops playing. May be caused by the commentary file finishing, or by the player stopping it manually (if the node wasn't started with the StartUnstoppableCommentary input). If the node controls the players view with the viewposition key, then this input will be fired when the players view has finished returning to its original position.