AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D & L4D2] Dynamic Common Infected Jump (https://forums.alliedmods.net/showthread.php?t=343978)

BHaType 09-20-2023 20:30

[L4D & L4D2] Dynamic Common Infected Jump
 
1 Attachment(s)
Video


ConVars
PHP Code:

z_dynamic_jump_debug Enable debug (default 0)
z_dynamic_jump_think_interval How frequently we can think about jump
z_dynamic_jump_check_interval 
How frequently we can actually jump
z_dynamic_jump_climb_up_range 
Minimum range for jump (it is counted from current goal segment so works backwards)
z_dynamic_jump_velocity Velocity of jump
z_dynamic_jump_chance 
- If common infected sees opportunity to jump this cvar can prevent it from doing soSimple chance to jump
z_dynamic_jump_chance_throttle 
- if rng blocked jump then this will block thinking about jump for X seconds 

Requirement
Credits
  1. Methamphetamine - for test video

kochiurun119 09-21-2023 05:18

Re: [L4D2] Dynamic Common Infected Jump
 
Nice plugin

HarryPotter 09-21-2023 05:53

Re: [L4D2] Dynamic Common Infected Jump
 
Pretty fun

Dragokas 09-21-2023 07:30

Re: [L4D2] Dynamic Common Infected Jump
 
Haha, nice work )))

По ночам в компании Valve подрабатываешь? :D

Uncle Jessie 09-21-2023 12:17

Re: [L4D2] Dynamic Common Infected Jump
 
Quote:

Originally Posted by dragokas (Post 2810330)
haha, nice work )))

По ночам в компании valve подрабатываешь? :d

Бесплатная подработка

replay_84 09-30-2023 04:36

Re: [L4D2] Dynamic Common Infected Jump
 
Can this be done for l4d1?

BHaType 09-30-2023 20:15

Re: [L4D2] Dynamic Common Infected Jump
 
Update
PHP Code:

Added Left 4 Dead support 


replay_84 09-30-2023 20:46

Re: [L4D2] Dynamic Common Infected Jump
 
Quote:

Originally Posted by BHaType (Post 2810846)
Update
PHP Code:

Added Left 4 Dead support 


Thanks!

Xenorvya 10-03-2023 13:43

Re: [L4D & L4D2] Dynamic Common Infected Jump
 
Interesting and cool mod. Question, does it affect the Witch? Considering she and commons share the same pathing AI whilst chasing.

BHaType 10-04-2023 07:34

Re: [L4D & L4D2] Dynamic Common Infected Jump
 
Quote:

Originally Posted by Xenorvya (Post 2810994)
Interesting and cool mod. Question, does it affect the Witch? Considering she and commons share the same pathing AI whilst chasing.

It doesn't support witch but I can change that. Unlike common infected, witches have a bit goofy jump animation so I don't know if it's the desired feature.


All times are GMT -4. The time now is 20:41.

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