Item longjump (Black Mesa): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (SirYodaJedi moved page Item longjump to Item longjump (Black Mesa))
No edit summary
Line 2: Line 2:
{{stub}}
{{stub}}
{{this is a|point entity|name=item_longjump|game=Black Mesa}} It gives the player a longjump module on their HEV suit, allowing the user to jump longer distances in the [[Xen]] chapter.
{{this is a|point entity|name=item_longjump|game=Black Mesa}} It gives the player a longjump module on their HEV suit, allowing the user to jump longer distances in the [[Xen]] chapter.
==Dedicated [[ConVars]]==
{{Bms|4|nt=2}}
{{varcom|start}}
{{varcom|sv_long_jump_min_horizontal_speed_required|50|[[Float]]|Minimum horizontal speed required to perform a horizontal long jump.}}
{{varcom|sv_long_jump_vertical_speed_threshold|1|Float|Speed that must be reached in jump to perform a long jump.}}
{{varcom|sv_long_jump_horizontal_speed|400|Float|Horizontal speed boost by the long jump module.}}
{{varcom|sv_long_jump_timeperiod|800|Float|Maximum amount of time (in milliseconds) that a player is given to perform a long jump.}}
{{varcom|sv_long_jump_manacost|30|Float|Amount of charge that will take a single long jump. Max is 100 (all 3 charge sections), if higher - a long jump cannot be performed.}}
{{varcom|sv_long_jump_charge_rate|10|Float|Recharge rate for the long jump module.}}
{{varcom|sv_long_jump_height|10|Float|Height boost by the long jump module.}}
{{varcom|sv_long_jump_hold|0|[[Bool]]|Enable/disable ability to perform jump/long jump by button holding the jump button (there is a delay between jumps).}}
{{varcom|sv_jump_long_enabled|0|Bool|Enable/disable long jumps.}}
{{varcom|sv_jump_double_enabled|1|Bool|Doesn't work.}}
{{varcom|sv_jump_height_double|20|Float|Doesn't work.}}
{{varcom|sv_double_jump_manacost|0|Float|Doesn't work.}}
{{varcom|sv_airboost_jump_forward_speed|360|Float|[[Deprecated]].}}
{{varcom|sv_airboost_height|50|Float|[[Deprecated]].}}
{{varcom|sv_airboost_jump_original_speed_mod|0.25|Float|[[Deprecated]].}}
{{varcom|end}}
{{Bms12|4}}
{{varcom|start}}
{{varcom|bms_long_jump_delay|1|Float|Delay in seconds before the next long jump can be performed.}}
{{varcom|bms_long_jump_vertical_speed|150|Float|Height boost by the long jump module.}}
{{varcom|bms_long_jump_horizontal_speed|460|Float|Horizontal speed boost by the long jump module.}}
{{varcom|end}}

Revision as of 01:02, 18 May 2025

edit

Stub

This article or section is a stub. You can help by expanding it.

item_longjump is a point entity available in Black Mesa Black Mesa. It gives the player a longjump module on their HEV suit, allowing the user to jump longer distances in the Xen chapter.

Dedicated ConVars

Black Mesa Black Mesa: Definitive Edition

Cvar/Command Parameters or default value Descriptor Effect
sv_long_jump_min_horizontal_speed_required 50 Float Minimum horizontal speed required to perform a horizontal long jump.
sv_long_jump_vertical_speed_threshold 1 Float Speed that must be reached in jump to perform a long jump.
sv_long_jump_horizontal_speed 400 Float Horizontal speed boost by the long jump module.
sv_long_jump_timeperiod 800 Float Maximum amount of time (in milliseconds) that a player is given to perform a long jump.
sv_long_jump_manacost 30 Float Amount of charge that will take a single long jump. Max is 100 (all 3 charge sections), if higher - a long jump cannot be performed.
sv_long_jump_charge_rate 10 Float Recharge rate for the long jump module.
sv_long_jump_height 10 Float Height boost by the long jump module.
sv_long_jump_hold 0 Bool Enable/disable ability to perform jump/long jump by button holding the jump button (there is a delay between jumps).
sv_jump_long_enabled 0 Bool Enable/disable long jumps.
sv_jump_double_enabled 1 Bool Doesn't work.
sv_jump_height_double 20 Float Doesn't work.
sv_double_jump_manacost 0 Float Doesn't work.
sv_airboost_jump_forward_speed 360 Float Deprecated.
sv_airboost_height 50 Float Deprecated.
sv_airboost_jump_original_speed_mod 0.25 Float Deprecated.

Black Mesa (mod) Black Mesa (mod)

Cvar/Command Parameters or default value Descriptor Effect
bms_long_jump_delay 1 Float Delay in seconds before the next long jump can be performed.
bms_long_jump_vertical_speed 150 Float Height boost by the long jump module.
bms_long_jump_horizontal_speed 460 Float Horizontal speed boost by the long jump module.