This article's documentation is for anything that uses the Source engine. Click here for more information.

Map setbombradius: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:map_setbombradius}} The '''map_setbombradius''' is cheat console command. This command change c4 explosion range.<br> ==Usage== Ena...")
 
m (Replacing {{console command}}. This operation was performed by a bot.)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:map_setbombradius}}
{{this is a|console command|name=map_setbombradius}}
The '''map_setbombradius''' is cheat [[ConCommand|console command]]. This command change [[weapon_c4|c4]] explosion range.<br>
The '''map_setbombradius''' is cheat [[ConCommand|console command]]. This command change [[weapon_c4|c4]] explosion range.<br>
==Usage==
==Usage==
Line 6: Line 6:
<br>
<br>
==More details==
==More details==
This command either change already exist map entity [[info_map_parameters]] '''bombradius''' value or will create entity [[info_map_parameters]] if not exist.<br>
This command either change already exist map entity [[Info_map_parameters/Counter-Strike_series|info_map_parameters]] '''bombradius''' value or will create entity [[Info_map_parameters/Counter-Strike_series|info_map_parameters]] if not exist.<br>
C4 explosion radius is 500 by default, without [[info_map_parameters]].<br>
C4 '''bombradius''' is 500 by default, without [[Info_map_parameters/Counter-Strike_series|info_map_parameters]].<br>
'''bombradius''' value is actually maximum explosion damage in dead center of explosion. To get explosion radius, multiply given damage with x 3.5<br>
'''bombradius''' value is actually maximum explosion damage in dead center of explosion. To get explosion radius, multiply given damage with x 3.5<br>
  500 damage X 3.5 = 1750 radius
  500 damage X 3.5 = 1750 radius
==See also==
[[map_showbombradius]]
[[Category:Counter-Strike: Global Offensive]]
[[Category:Counter-Strike: Source]]

Latest revision as of 18:01, 7 January 2024

map_setbombradius is a console command available in all Source Source games. The map_setbombradius is cheat console command. This command change c4 explosion range.

Usage

Enable sv_cheats 1
Use command once when map start: map_setbombradius 500

More details

This command either change already exist map entity info_map_parameters bombradius value or will create entity info_map_parameters if not exist.
C4 bombradius is 500 by default, without info_map_parameters.
bombradius value is actually maximum explosion damage in dead center of explosion. To get explosion radius, multiply given damage with x 3.5

500 damage X 3.5 = 1750 radius

See also

map_showbombradius