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

[L4D2] Unstoppable Charger


Post New Thread Reply   
 
Thread Tools Display Modes
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-22-2018 , 21:38   Re: [L4D2] Unstoppable Charger
Reply With Quote #21

Converted to new syntax and optimized code a bit.
Attached Files
File Type: sp Get Plugin or Get Source (L4D2 Unstoppable Charger.sp - 933 views - 30.5 KB)
__________________

Last edited by Psyk0tik; 05-22-2018 at 21:42.
Psyk0tik is offline
arclightarchery
Junior Member
Join Date: May 2022
Old 05-15-2022 , 09:57   Re: [L4D2] Unstoppable Charger
Reply With Quote #22

I change the Locomotive ability, the longer the Charger charge, the faster he charges
Attached Files
File Type: sp Get Plugin or Get Source (L4D2 Unstoppable Charger.sp - 229 views - 31.5 KB)
arclightarchery is offline
doctorno
New Member
Join Date: Jun 2019
Old 10-23-2022 , 13:05   Re: [L4D2] Unstoppable Charger
Reply With Quote #23

I've been able to install this mod on a hosted server a long time ago, but cannot get it working on my new hosting service. I've tried the original smx, PsykOtik Version and arclightarchery Version. All I get is regular charging ability in VS Coop. Haven't tried in any other mode.

What is confusing is the installation/config instructions. It first says "To change these values edit the plugin.L4D2.UnstoppableCharger.cfg in the CFG/Sourcemod folder.", and then it says under Installation, "Delete plugin.L4D2.UnstoppableCharger.cfg from the CFG/Sourcemod folder.". That seems contradictory. Also it says to install "Download and copy l4d2addresses.txt to Addons/Sourcemod/Gamedata", yet none is provided. I did download from another mod as another suggested, boomer bitch slap.

Also, I don't see the file "plugin.L4D2.UnstoppableCharger.cfg" in the CFG/Sourcemod folder

Any suggestions on what I'd doing wrong?
doctorno is offline
BioHazardN7
Member
Join Date: Oct 2020
Location: Укр
Old 07-26-2023 , 13:20   Re: [L4D2] Unstoppable Charger
Reply With Quote #24

Quote:
Originally Posted by Psyk0tik View Post
Converted to new syntax and optimized code a bit.
Code:
SourcePawn Compiler 1.11.0.6934
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2021 AlliedModders LLC

L4D2 Unstoppable Charger.sp(83) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(143) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(144) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(145) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(146) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(344) : warning 242: function "Event_ChargeStart" should return an explicit value
L4D2 Unstoppable Charger.sp(374) : warning 242: function "Event_ChargerCarryStart" should return an explicit value
L4D2 Unstoppable Charger.sp(386) : warning 242: function "Event_ChargerImpact" should return an explicit value
L4D2 Unstoppable Charger.sp(406) : warning 242: function "Event_ChargeEnd" should return an explicit value
L4D2 Unstoppable Charger.sp(422) : warning 242: function "Event_ChargerCarryEnd" should return an explicit value
L4D2 Unstoppable Charger.sp(435) : warning 242: function "Event_ChargerPummelEnd" should return an explicit value
L4D2 Unstoppable Charger.sp(481) : warning 242: function "ChargerAbility_BrokenRibs" should return an explicit value
L4D2 Unstoppable Charger.sp(531) : warning 242: function "ChargerAbility_ExtinguishingWind" should return an explicit value
L4D2 Unstoppable Charger.sp(542) : warning 242: function "OnPlayerRunCmd" should return an explicit value
L4D2 Unstoppable Charger.sp(574) : warning 242: function "ChargerAbility_LocomotiveStart" should return an explicit value
L4D2 Unstoppable Charger.sp(582) : warning 242: function "ChargerAbility_LocomotiveFinish" should return an explicit value
L4D2 Unstoppable Charger.sp(593) : warning 242: function "ChargerAbility_MeteorFist" should return an explicit value
L4D2 Unstoppable Charger.sp(605) : warning 242: function "ChargerAbility_SnappedLeg" should return an explicit value
L4D2 Unstoppable Charger.sp(640) : warning 242: function "ChargerAbility_StowawayStart" should return an explicit value
L4D2 Unstoppable Charger.sp(671) : warning 242: function "ChargerAbility_StowawayFinish" should return an explicit value
L4D2 Unstoppable Charger.sp(684) : warning 242: function "ChargerAbility_SurvivorAegis" should return an explicit value
L4D2 Unstoppable Charger.sp(697) : warning 242: function "ChargerAbility_VoidChamber" should return an explicit value
L4D2 Unstoppable Charger.sp(753) : warning 242: function "DamageHook" should return an explicit value
L4D2 Unstoppable Charger.sp(753) : warning 242: function "DamageHook" should return an explicit value
L4D2 Unstoppable Charger.sp(778) : warning 242: function "FlingHook" should return an explicit value
L4D2 Unstoppable Charger.sp(783) : warning 234: symbol "FloatMul" is marked as deprecated: This native is internal implementation. For multiplication use the '*' operator.
L4D2 Unstoppable Charger.sp(784) : warning 234: symbol "FloatMul" is marked as deprecated: This native is internal implementation. For multiplication use the '*' operator.
L4D2 Unstoppable Charger.sp(788) : warning 234: symbol "FloatAdd" is marked as deprecated: This native is internal implementation. For addition use the '+' operator.
L4D2 Unstoppable Charger.sp(789) : warning 234: symbol "FloatAdd" is marked as deprecated: This native is internal implementation. For addition use the '+' operator.
Code size:         22396 bytes
Data size:         10028 bytes
Stack/heap size:      17076 bytes
Total requirements:   49500 bytes

29 Warnings.
Quote:
Originally Posted by arclightarchery View Post
I change the Locomotive ability, the longer the Charger charge, the faster he charges
Code:
SourcePawn Compiler 1.11.0.6934
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2021 AlliedModders LLC

L4D2 Unstoppable Charger.sp(86) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(146) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(147) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(148) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(149) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(348) : warning 242: function "Event_AbilityUse" should return an explicit value
L4D2 Unstoppable Charger.sp(382) : warning 242: function "Event_ChargerCarryStart" should return an explicit value
L4D2 Unstoppable Charger.sp(394) : warning 242: function "Event_ChargerImpact" should return an explicit value
L4D2 Unstoppable Charger.sp(419) : warning 242: function "Event_ChargeEnd" should return an explicit value
L4D2 Unstoppable Charger.sp(436) : warning 242: function "Event_ChargerCarryEnd" should return an explicit value
L4D2 Unstoppable Charger.sp(449) : warning 242: function "Event_ChargerPummelEnd" should return an explicit value
L4D2 Unstoppable Charger.sp(495) : warning 242: function "ChargerAbility_BrokenRibs" should return an explicit value
L4D2 Unstoppable Charger.sp(545) : warning 242: function "ChargerAbility_ExtinguishingWind" should return an explicit value
L4D2 Unstoppable Charger.sp(556) : warning 242: function "OnPlayerRunCmd" should return an explicit value
L4D2 Unstoppable Charger.sp(588) : warning 242: function "ChargerAbility_LocomotiveStart" should return an explicit value
L4D2 Unstoppable Charger.sp(616) : warning 242: function "ChargerAbility_LocomotiveFinish" should return an explicit value
L4D2 Unstoppable Charger.sp(630) : warning 242: function "ChargerAbility_MeteorFist" should return an explicit value
L4D2 Unstoppable Charger.sp(642) : warning 242: function "ChargerAbility_SnappedLeg" should return an explicit value
L4D2 Unstoppable Charger.sp(677) : warning 242: function "ChargerAbility_StowawayStart" should return an explicit value
L4D2 Unstoppable Charger.sp(708) : warning 242: function "ChargerAbility_StowawayFinish" should return an explicit value
L4D2 Unstoppable Charger.sp(721) : warning 242: function "ChargerAbility_SurvivorAegis" should return an explicit value
L4D2 Unstoppable Charger.sp(734) : warning 242: function "ChargerAbility_VoidChamber" should return an explicit value
L4D2 Unstoppable Charger.sp(790) : warning 242: function "DamageHook" should return an explicit value
L4D2 Unstoppable Charger.sp(790) : warning 242: function "DamageHook" should return an explicit value
L4D2 Unstoppable Charger.sp(815) : warning 242: function "FlingHook" should return an explicit value
Code size:         23088 bytes
Data size:         10288 bytes
Stack/heap size:      17076 bytes
Total requirements:   50452 bytes

25 Warnings.
BioHazardN7 is offline
Ushi
Junior Member
Join Date: Dec 2022
Location: Rawr
Old 11-16-2023 , 15:32   Re: [L4D2] Unstoppable Charger
Reply With Quote #25

Quote:
Originally Posted by BioHazardN7 View Post
Code:
SourcePawn Compiler 1.11.0.6934
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2021 AlliedModders LLC

L4D2 Unstoppable Charger.sp(83) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(143) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(144) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(145) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(146) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(344) : warning 242: function "Event_ChargeStart" should return an explicit value
L4D2 Unstoppable Charger.sp(374) : warning 242: function "Event_ChargerCarryStart" should return an explicit value
L4D2 Unstoppable Charger.sp(386) : warning 242: function "Event_ChargerImpact" should return an explicit value
L4D2 Unstoppable Charger.sp(406) : warning 242: function "Event_ChargeEnd" should return an explicit value
L4D2 Unstoppable Charger.sp(422) : warning 242: function "Event_ChargerCarryEnd" should return an explicit value
L4D2 Unstoppable Charger.sp(435) : warning 242: function "Event_ChargerPummelEnd" should return an explicit value
L4D2 Unstoppable Charger.sp(481) : warning 242: function "ChargerAbility_BrokenRibs" should return an explicit value
L4D2 Unstoppable Charger.sp(531) : warning 242: function "ChargerAbility_ExtinguishingWind" should return an explicit value
L4D2 Unstoppable Charger.sp(542) : warning 242: function "OnPlayerRunCmd" should return an explicit value
L4D2 Unstoppable Charger.sp(574) : warning 242: function "ChargerAbility_LocomotiveStart" should return an explicit value
L4D2 Unstoppable Charger.sp(582) : warning 242: function "ChargerAbility_LocomotiveFinish" should return an explicit value
L4D2 Unstoppable Charger.sp(593) : warning 242: function "ChargerAbility_MeteorFist" should return an explicit value
L4D2 Unstoppable Charger.sp(605) : warning 242: function "ChargerAbility_SnappedLeg" should return an explicit value
L4D2 Unstoppable Charger.sp(640) : warning 242: function "ChargerAbility_StowawayStart" should return an explicit value
L4D2 Unstoppable Charger.sp(671) : warning 242: function "ChargerAbility_StowawayFinish" should return an explicit value
L4D2 Unstoppable Charger.sp(684) : warning 242: function "ChargerAbility_SurvivorAegis" should return an explicit value
L4D2 Unstoppable Charger.sp(697) : warning 242: function "ChargerAbility_VoidChamber" should return an explicit value
L4D2 Unstoppable Charger.sp(753) : warning 242: function "DamageHook" should return an explicit value
L4D2 Unstoppable Charger.sp(753) : warning 242: function "DamageHook" should return an explicit value
L4D2 Unstoppable Charger.sp(778) : warning 242: function "FlingHook" should return an explicit value
L4D2 Unstoppable Charger.sp(783) : warning 234: symbol "FloatMul" is marked as deprecated: This native is internal implementation. For multiplication use the '*' operator.
L4D2 Unstoppable Charger.sp(784) : warning 234: symbol "FloatMul" is marked as deprecated: This native is internal implementation. For multiplication use the '*' operator.
L4D2 Unstoppable Charger.sp(788) : warning 234: symbol "FloatAdd" is marked as deprecated: This native is internal implementation. For addition use the '+' operator.
L4D2 Unstoppable Charger.sp(789) : warning 234: symbol "FloatAdd" is marked as deprecated: This native is internal implementation. For addition use the '+' operator.
Code size:         22396 bytes
Data size:         10028 bytes
Stack/heap size:      17076 bytes
Total requirements:   49500 bytes

29 Warnings.

Code:
SourcePawn Compiler 1.11.0.6934
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2021 AlliedModders LLC

L4D2 Unstoppable Charger.sp(86) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(146) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(147) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(148) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(149) : warning 241: scalar assignment to array is deprecated; use "{ <val>, ... }" instead
L4D2 Unstoppable Charger.sp(348) : warning 242: function "Event_AbilityUse" should return an explicit value
L4D2 Unstoppable Charger.sp(382) : warning 242: function "Event_ChargerCarryStart" should return an explicit value
L4D2 Unstoppable Charger.sp(394) : warning 242: function "Event_ChargerImpact" should return an explicit value
L4D2 Unstoppable Charger.sp(419) : warning 242: function "Event_ChargeEnd" should return an explicit value
L4D2 Unstoppable Charger.sp(436) : warning 242: function "Event_ChargerCarryEnd" should return an explicit value
L4D2 Unstoppable Charger.sp(449) : warning 242: function "Event_ChargerPummelEnd" should return an explicit value
L4D2 Unstoppable Charger.sp(495) : warning 242: function "ChargerAbility_BrokenRibs" should return an explicit value
L4D2 Unstoppable Charger.sp(545) : warning 242: function "ChargerAbility_ExtinguishingWind" should return an explicit value
L4D2 Unstoppable Charger.sp(556) : warning 242: function "OnPlayerRunCmd" should return an explicit value
L4D2 Unstoppable Charger.sp(588) : warning 242: function "ChargerAbility_LocomotiveStart" should return an explicit value
L4D2 Unstoppable Charger.sp(616) : warning 242: function "ChargerAbility_LocomotiveFinish" should return an explicit value
L4D2 Unstoppable Charger.sp(630) : warning 242: function "ChargerAbility_MeteorFist" should return an explicit value
L4D2 Unstoppable Charger.sp(642) : warning 242: function "ChargerAbility_SnappedLeg" should return an explicit value
L4D2 Unstoppable Charger.sp(677) : warning 242: function "ChargerAbility_StowawayStart" should return an explicit value
L4D2 Unstoppable Charger.sp(708) : warning 242: function "ChargerAbility_StowawayFinish" should return an explicit value
L4D2 Unstoppable Charger.sp(721) : warning 242: function "ChargerAbility_SurvivorAegis" should return an explicit value
L4D2 Unstoppable Charger.sp(734) : warning 242: function "ChargerAbility_VoidChamber" should return an explicit value
L4D2 Unstoppable Charger.sp(790) : warning 242: function "DamageHook" should return an explicit value
L4D2 Unstoppable Charger.sp(790) : warning 242: function "DamageHook" should return an explicit value
L4D2 Unstoppable Charger.sp(815) : warning 242: function "FlingHook" should return an explicit value
Code size:         23088 bytes
Data size:         10288 bytes
Stack/heap size:      17076 bytes
Total requirements:   50452 bytes

25 Warnings.
Removed all warnings.
Attached Files
File Type: sp Get Plugin or Get Source (L4D2 Unstoppable Charger.sp - 83 views - 23.6 KB)
Ushi 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 05:32.


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