Updateitem2: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Remove entity description header, remove inaccurate information, add not in fgd template)
Line 1: Line 1:
{{portal point|updateitem2}} It was added by the March 1, 2010 update.
{{ent not in fgd|nolink=1|because=it can only be configured through code}}
 
{{portal point|updateitem2}} It was added in the March 1, 2010 update. It is an Aperture Science Radio set to 85.2 FM. Plays an up-beat instrumental version of Still Alive until moved near an [[updateitem1]], where it will start to play a Morse Code or SSTV transmission. The entity is automatically placed and configured in code based on the map name, and does nothing if placed manually through Hammer.
==Entity Description==
An Aperture Science Radio set to 85.2 FM. Plays an up-beat instrumental version of Still Alive until moved to a certain part of the map, where it will start to play a Morse Code or SSTV transmission.
 
They will not play any audio when spawned in or added to a map manually. This is because they lack an associated [[updateitem1]], which stores data that this entity needs to play its sounds. Simply adding an updateitem1 will not fix this, however, as it has to be linked to that specific entity. Also, it is not possible to link an updateitem2 to an updateitem1 outside of the source code. This is because they are created entirely inside the source code, dynamically added to the maps depending on if the player has beaten the game or not.


==Keyvalues==
==Keyvalues==

Revision as of 21:45, 24 March 2021

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map because it can only be configured through code.

Template:Portal point It was added in the March 1, 2010 update. It is an Aperture Science Radio set to 85.2 FM. Plays an up-beat instrumental version of Still Alive until moved near an updateitem1, where it will start to play a Morse Code or SSTV transmission. The entity is automatically placed and configured in code based on the map name, and does nothing if placed manually through Hammer.

Keyvalues

Note.pngNote:Page left for viewable history, content moved to prop_physics

Flags

Note.pngNote:Page left for viewable history, content moved to prop_physics

Inputs

Note.pngNote:Page left for viewable history, content moved to prop_physics

Outputs

Note.pngNote:Page left for viewable history, content moved to prop_physics

See Also