View Single Post
Author Message
little_froy
Senior Member
Join Date: May 2021
Old 03-02-2024 , 21:20   [L4D2] Apex Air Turning Double Jump v1.7【2024-04-10】
Reply With Quote #1

Description
  • allow extra jump in air.
  • support apex jump.

Cvars
PHP Code:
// acceleration of jump when adrenaline active
// -
// Default: "270.0"
// Minimum: "1.000000"
multiple_jump_acceleration_adrenaline "270.0"

// acceleration of jump when going to die
// -
// Default: "60.0"
// Minimum: "1.000000"
multiple_jump_acceleration_dying "60.0"

// acceleration of jump when limp
// -
// Default: "120.0"
// Minimum: "1.000000"
multiple_jump_acceleration_limp "120.0"

// acceleration of jump in normal
// -
// Default: "220.0"
// Minimum: "1.000000"
multiple_jump_acceleration_normal "220.0"

// load this file
// -
// Default: "data/multiple_jump_custom_sequences.cfg"
multiple_jump_path "data/multiple_jump_custom_sequences.cfg"

// 1 = enable, 0 = disable. reset used jump times when on ladder?
// -
// Default: "0"
multiple_jump_reset_on_ladder "0"

// max times to jump. 0 or lower = disable
// -
// Default: "1"
multiple_jump_times "1"

// z axis speed of jump
// -
// Default: "300.0"
// Minimum: "1.000000"
multiple_jump_up "300.0" 
Commands
  • sm_multiple_jump_reload_custom_sequences (admin flag "z")
    :reload config data from file.

Change log
Spoiler


Configs installation
  • put multiple_jump_custom_sequences.cfg in sourcemod/data/. if you changed the file name or path, you have to edit the cvar "path" too.
  • spilte up numbers with comma. default config contains sequences of getting up and striked fly of each model. you can find models and sequences by "Left 4 Dead 2 Authoring Tools - Model Viewer".
Attached Files
File Type: cfg multiple_jump_custom_sequences.cfg (895 Bytes, 97 views)
File Type: sp Get Plugin or Get Source (multiple_jump.sp - 64 views - 18.4 KB)

Last edited by little_froy; 04-11-2024 at 05:52.
little_froy is offline