Dangerzone entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
Line 1: Line 1:
{{ent not in fgd}}
{{ent not in fgd}}
{{csgo point|dangerzone_entity}}  
{{this is a|e0|game=csgo|name=dangerzone_entity}}  
{{DZupdate}}
{{DZupdate}}


Can be spawned by [[info_gascanister_launchpoint]] ([[env_gascanister]]). Untill {{CsgoOperation|shatteredweb}} can be spawn with ScriptMissionCreateAndDetonateDangerZone script function (Only in {{Csgo mode|Coop}}, and [[dangerzone_controller]] with parameter '''dz_missioncontrolled''' = 1) Example is in {{CsgoMap|coop_kasbah}}.
Can be spawned by [[info_gascanister_launchpoint]] ([[env_gascanister]]). Untill {{CsgoOperation|shatteredweb}} can be spawn with ScriptMissionCreateAndDetonateDangerZone script function (Only in {{Csgo mode|Coop}}, and [[dangerzone_controller]] with parameter '''dz_missioncontrolled''' = 1) Example is in {{CsgoMap|coop_kasbah}}.
{{bug|If you remove this entity using <code> ent_remove_all dangerzone_entity</code> and you look at [[weapon_tablet|tablet]], the game will crash!}}
{{bug|If you remove this entity using <code> ent_remove_all dangerzone_entity</code> and you look at [[weapon_tablet|tablet]], the game will crash!}}

Revision as of 09:36, 7 January 2024

Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.

dangerzone_entity is an e0 available in Counter-Strike: Global Offensive Counter-Strike: Global Offensive.

Warning.pngWarning:
  • The {{{game}}} parameter is inconsistent with the name defined by the {{csgo}} template. This can most likely be fixed by setting the value of the {{{game}}} parameter to Counter-Strike: Global Offensive.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.

It's one of many new entities added with the CS:GO Danger Zone Danger Zone update.

Can be spawned by info_gascanister_launchpoint (env_gascanister). Untill OpShatteredWeb.pngOperation Shattered Web can be spawn with ScriptMissionCreateAndDetonateDangerZone script function (Only in CS:GO Co-op Strike Co-op Strike, and dangerzone_controller with parameter dz_missioncontrolled = 1) Example is in coop_kasbah coop_kasbah.

Icon-Bug.pngBug:If you remove this entity using ent_remove_all dangerzone_entity and you look at tablet, the game will crash!  [todo tested in ?]