AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D2] Apex Air Turning Double Jump v1.7【2024-04-10】 (https://forums.alliedmods.net/showthread.php?t=346547)

little_froy 03-02-2024 21:20

[L4D2] Apex Air Turning Double Jump v1.7【2024-04-10】
 
2 Attachment(s)
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".

helloWei 04-18-2024 07:07

Re: [L4D2] Apex Air Turning Double Jump v1.7【2024-04-10】
 
Is this plugin compatible with bunny hop(连跳)?


All times are GMT -4. The time now is 00:23.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.