View Single Post
Author Message
little_froy
Senior Member
Join Date: May 2021
Old 03-26-2024 , 23:19   [L4D2] Cooldown of Self Escape From Special Infected EX v1.9/1.11/1.11【2024-04-06】
Reply With Quote #1

Description
  • after a period of time, you can self escape once from special infected's skill and instantly kill the special infected. kill horde or special infected can reduce the cooldown(optional). press shift buttons to query the current cooldown.
  • occupy center text to print info when survivor is alive or afk.
  • current support translation: chi(Simplified Chinese). I won't add more translations, you could make your own or ask another one.

Cvars
PHP Code:
// 1 = enable, 0 = disable. when pinned by special infected, if self escape is not ready, auto print remainder?
// -
// Default: "1"
escape_cooldown_ex_auto_print "1"

// which types of special infected can self escape from. 1 = hunter, 2 = jockey, 4 = smoker, 8 = boomer, 16 = charger. add numbers together
// -
// Default: "31"
// Minimum: "0.000000"
// Maximum: "31.000000"
escape_cooldown_ex_enable "31"

// which types of special infected will be ignite before kill. 1 = hunter, 2 = jockey, 4 = smoker, 8 = boomer, 16 = charger. add numbers together
// -
// Default: "31"
// Minimum: "0.000000"
// Maximum: "31.000000"
escape_cooldown_ex_ignite "31"

// cooldown will decrease when killed a horde
// -
// Default: "1.5"
// Minimum: "0.000000"
escape_cooldown_ex_reward_horde "1.5"

// cooldown will decrease when killed a special infected
// -
// Default: "5.0"
// Minimum: "0.000000"
escape_cooldown_ex_reward_special_infected "5.0"

// escape cooldown
// -
// Default: "60.0"
// Minimum: "0.100000"
escape_cooldown_ex_time "60.0" 
Forwards
Spoiler


Change log
Spoiler
Attached Files
File Type: inc escape_cooldown_ex.inc (922 Bytes, 38 views)
File Type: txt escape_cooldown_ex.phrases.txt (1.7 KB, 35 views)
File Type: sp Get Plugin or Get Source (escape_cooldown_ex.sp - 30 views - 26.2 KB)

Last edited by little_froy; 04-06-2024 at 01:58.
little_froy is offline