Raised This Month: $51 Target: $400
 12% 

[L4D2] Adrenaline & Pills Powerups (v. 2.0.1)


Post New Thread Reply   
 
Thread Tools Display Modes
AI0702
Junior Member
Join Date: Apr 2021
Old 05-31-2021 , 14:24   Re: [L4D2] Adrenaline & Pills Powerups (v. 2.0.1)
Reply With Quote #21

Quote:
Originally Posted by HarryPotter View Post
As Crasher_3637 says. the plugin tracks the client index, but thank you for reporting,
I didn't consider that player changes team or player dies, now I already fixed.

Adrenaline & Pills Powerups Improved Version 2.1.3 (2021/5/31)
-Fixed shotgun reload speed issue
-Powerup returning to normal when player changes team or dies
Neat. Another thing I noticed is that the duration timer is sort of universal. It does not follow the game time, but real world time, as in, if you pause the game, timer still runs.

Last edited by AI0702; 07-26-2021 at 16:41.
AI0702 is offline
AI0702
Junior Member
Join Date: Apr 2021
Old 07-26-2021 , 16:48   Re: [L4D2] Adrenaline & Pills Powerups (v. 2.0.1)
Reply With Quote #22

just a modification HarryPotter's fork posted above, to remove the chat and hint notification messages, regarding activation and deactivation, as well as the countdown timer, for added realism (or my laziness for not developing a convar).
Attached Files
File Type: sp Get Plugin or Get Source (l4d2_powerups_rush.sp - 318 views - 47.7 KB)

Last edited by AI0702; 07-26-2021 at 16:49.
AI0702 is offline
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 02-06-2022 , 14:57   Re: [L4D2] Adrenaline & Pills Powerups (v. 2.0.1)
Reply With Quote #23

HarryPotter's fork, modify to support my [L4D2] Killing Adrenaline
duration increase by killing control by 'Killing Adrenaline'
multiple use adrenaline will stack duration
notify message removed
Attached Files
File Type: sp Get Plugin or Get Source (l4d2_powerups_rush.sp - 258 views - 46.3 KB)
__________________
NoroHime is offline
laurauwu
Member
Join Date: Feb 2022
Location: Curitiba / PR - Brazil
Old 02-25-2022 , 15:47   Re: [L4D2] Adrenaline & Pills Powerups (v. 2.0.1)
Reply With Quote #24

Quote:
Originally Posted by HarryPotter View Post
As Crasher_3637 says. the plugin tracks the client index, but thank you for reporting,
I didn't consider that player changes team or player dies, now I already fixed.

Adrenaline & Pills Powerups Improved Version 2.1.3 (2021/5/31)
-Fixed shotgun reload speed issue
-Powerup returning to normal when player changes team or dies
it's possible, you add to the adrenaline effect, use the kit faster, use defibrillator faster, help the disabled faster, thanks
laurauwu is offline
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 02-25-2022 , 21:50   Re: [L4D2] Adrenaline & Pills Powerups (v. 2.0.1)
Reply With Quote #25

plan to make weaponhandling version
__________________
NoroHime is offline
VladimirTk
Senior Member
Join Date: Apr 2021
Location: Perú - Latino América
Old 03-03-2022 , 09:42   Re: [L4D2] Adrenaline & Pills Powerups (v. 2.0.1)
Reply With Quote #26

Quote:
Originally Posted by laurauwu View Post
it's possible, you add to the adrenaline effect, use the kit faster, use defibrillator faster, help the disabled faster, thanks
I thought this was already typical of the game
VladimirTk is offline
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 03-04-2022 , 12:38   Re: [L4D2] Adrenaline & Pills Powerups (v. 2.0.1)
Reply With Quote #27

Quote:
Originally Posted by laurauwu View Post
it's possible, you add to the adrenaline effect, use the kit faster, use defibrillator faster, help the disabled faster, thanks

Adrenaline & Pills Powerups Improved Version 2.2.0 (2022/3/5)
* Merge AI0702's version and NoroHime's version
* Support [L4D2] Killing Adrenaline
* Message display type (chat or hint box or center text)
* (L4D2) Set adrenaline effect time longer then default 15s
* Modify cfg. Please delete cfg manually and restart server.
PHP Code:
// Changes how countdown timer hint display. (0: Disable, 1:In chat, 2: In Hint Box, 3: In center text)
l4d_powerups_coutdown_type "2"

// Changes how activation hint and deactivation hint display. (0: Disable, 1:In chat, 2: In Hint Box, 3: In center text)
l4d_powerups_notify_type "1"

// (L4D2) If 1, set adrenaline effect time same as l4d_powerups_duration (Progress bar faster, such as use kits faster, save teammates faster... etc)
l4d_powerups_add_adrenaline_effect "1" 
__________________

Last edited by HarryPotter; 03-04-2022 at 12:42.
HarryPotter is offline
397605219
Junior Member
Join Date: Feb 2020
Old 06-23-2022 , 18:01   Re: [L4D2] Adrenaline & Pills Powerups (v. 2.0.1)
Reply With Quote #28

l4d2_powerups_rush.sp
//
// l4d2_powerups_rush.sp(551) : error 017: undefined symbol "Terror_GetAdrenalineTime"
// l4d2_powerups_rush.sp(551) : warning 213: tag mismatch
// l4d2_powerups_rush.sp(556) : error 017: undefined symbol "Terror_SetAdrenalineTime"


I am using sourcemod1.1.0 and there is an error and cannot compile the city plugin.
397605219 is offline
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 06-27-2022 , 01:48   Re: [L4D2] Adrenaline & Pills Powerups (v. 2.0.1)
Reply With Quote #29

Quote:
Originally Posted by 397605219 View Post
l4d2_powerups_rush.sp
//
// l4d2_powerups_rush.sp(551) : error 017: undefined symbol "Terror_GetAdrenalineTime"
// l4d2_powerups_rush.sp(551) : warning 213: tag mismatch
// l4d2_powerups_rush.sp(556) : error 017: undefined symbol "Terror_SetAdrenalineTime"


I am using sourcemod1.1.0 and there is an error and cannot compile the city plugin.

Quote:
Originally Posted by HarryPotter View Post

-Require-
1. Left 4 DHooks Direct
__________________

Last edited by HarryPotter; 06-10-2023 at 15:16.
HarryPotter is offline
NekoYa4r
Junior Member
Join Date: Mar 2020
Old 01-21-2024 , 04:45   Re: [L4D2] Adrenaline & Pills Powerups (v. 2.0.1)
Reply With Quote #30

Quote:
Originally Posted by HarryPotter View Post
Adrenaline & Pills Powerups Improved Version 2.2.0 (2022/3/5)
* Merge AI0702's version and NoroHime's version
* Support [L4D2] Killing Adrenaline
* Message display type (chat or hint box or center text)
* (L4D2) Set adrenaline effect time longer then default 15s
* Modify cfg. Please delete cfg manually and restart server.
PHP Code:
// Changes how countdown timer hint display. (0: Disable, 1:In chat, 2: In Hint Box, 3: In center text)
l4d_powerups_coutdown_type "2"

// Changes how activation hint and deactivation hint display. (0: Disable, 1:In chat, 2: In Hint Box, 3: In center text)
l4d_powerups_notify_type "1"

// (L4D2) If 1, set adrenaline effect time same as l4d_powerups_duration (Progress bar faster, such as use kits faster, save teammates faster... etc)
l4d_powerups_add_adrenaline_effect "1" 
There is a bug when using this plugin with your survivor respawn plugin. The survivor who respawned by admin or auto respawn will always has the power up effect.

Last edited by NekoYa4r; 01-21-2024 at 05:31.
NekoYa4r is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:45.


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