Raised This Month: $32 Target: $400
 8% 

[L4D2] Nauseating Boomer


Post New Thread Reply   
 
Thread Tools Display Modes
ricksfishin
Senior Member
Join Date: Oct 2017
Old 05-21-2018 , 19:23   Re: [L4D2] Nauseating Boomer
Reply With Quote #41

Could try getting copy from original page. To be fixed It worked for others on windows
ricksfishin is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-21-2018 , 19:48   Re: [L4D2] Nauseating Boomer
Reply With Quote #42

Nothing to do with your OS. I'll take a look later.
__________________
Psyk0tik is offline
ricksfishin
Senior Member
Join Date: Oct 2017
Old 05-21-2018 , 20:34   Re: [L4D2] Nauseating Boomer
Reply With Quote #43

Just sayin even with error's it worked on windows. Changing LoadGameConfigFile was what got it to work at all on my linux.
ricksfishin is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-22-2018 , 05:57   Re: [L4D2] Nauseating Boomer
Reply With Quote #44

Here you go guys. The problem was that it wasn't checking first if the timer is there. If KillTimer() is used on a non-existent timer, it will throw out the invalid timer handle error.

I also converted it to new syntax.



Edit: Updated version below.
__________________

Last edited by Psyk0tik; 05-22-2018 at 23:56.
Psyk0tik is offline
Mi.Cura
Veteran Member
Join Date: Dec 2016
Location: Brazil
Old 05-22-2018 , 08:40   Re: [L4D2] Nauseating Boomer
Reply With Quote #45

Quote:
Originally Posted by Crasher_3637 View Post
Here you go guys. The problem was that it wasn't checking first if the timer is there. If KillTimer() is used on a non-existent timer, it will throw out the invalid timer handle error.

I also converted it to new syntax.

Hi Crasher,

Thanks again for your help. This plugin is very cool.
__________________
Mi.Cura | Modded Servers | L4D2
https://steamcommunity.com/groups/micuramodzombie
Mi.Cura is offline
Mi.Cura
Veteran Member
Join Date: Dec 2016
Location: Brazil
Old 05-22-2018 , 19:05   Re: [L4D2] Nauseating Boomer
Reply With Quote #46

Quote:
Originally Posted by Crasher_3637 View Post
Here you go guys. The problem was that it wasn't checking first if the timer is there. If KillTimer() is used on a non-existent timer, it will throw out the invalid timer handle error.

I also converted it to new syntax.


Hello Crascher,

I thought I'd better report to you.

The plugin is not working, Boomer's special abilities generated by the plugin are not working.

I'm using the same gamedata file, okay

It also does not show any logging errors.
__________________
Mi.Cura | Modded Servers | L4D2
https://steamcommunity.com/groups/micuramodzombie

Last edited by Mi.Cura; 05-22-2018 at 19:06.
Mi.Cura is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-22-2018 , 20:23   Re: [L4D2] Nauseating Boomer
Reply With Quote #47

Try this.
Attached Files
File Type: sp Get Plugin or Get Source (L4D2 Nauseating Boomer.sp - 436 views - 40.6 KB)
__________________

Last edited by Psyk0tik; 05-22-2018 at 21:38.
Psyk0tik is offline
Mi.Cura
Veteran Member
Join Date: Dec 2016
Location: Brazil
Old 05-24-2018 , 12:05   Re: [L4D2] Nauseating Boomer
Reply With Quote #48

Quote:
Originally Posted by Crasher_3637 View Post
Try this.
Hello Crasher,

Thank you so much again.

This last version works perfectly. No more logging error.

Who wants to use, do not forget the file gamedata.

P.S: Please, do not forget to thank the Crasher_3637.
Attached Files
File Type: txt l4d2_viciousplugins.txt (23.8 KB, 191 views)
__________________
Mi.Cura | Modded Servers | L4D2
https://steamcommunity.com/groups/micuramodzombie

Last edited by Mi.Cura; 05-24-2018 at 12:07.
Mi.Cura is offline
phoenix0001
Senior Member
Join Date: Apr 2010
Location: China
Old 08-08-2018 , 06:37   Re: [L4D2] Nauseating Boomer
Reply With Quote #49

l4d_nbm_bileblastinnerdamage“5”
l4d_nbm_bileblastouterdamage“3”
These two functions are invalid in VS mode and will not cause damage to survivors.

Below is my CFG configuration.
PHP Code:


l4d_nbm_bilebelly 
"0"
l4d_nbm_bilebellyamount "0.5"


l4d_nbm_bileblast "1"
l4d_nbm_bileblastinnerdamage "5"
l4d_nbm_bileblastinnerpower "200.0"
l4d_nbm_bileblastinnerrange "200.0"


l4d_nbm_bileblastouterdamage "3"
l4d_nbm_bileblastouterpower "100.0"
l4d_nbm_bileblastouterrange "210.0"


l4d_nbm_bilefeet "1"
l4d_nbm_bilefeetspeed "1.0"


l4d_nbm_bilemask "0"
l4d_nbm_bilemaskamount "200"
l4d_nbm_bilemaskduration "-1"
l4d_nbm_bilemaskstate "1"


l4d_nbm_bilepimple "0"
l4d_nbm_bilepimplechance "5"
l4d_nbm_bilepimpledamage "10"
l4d_nbm_bilepimplerange "500.0"


l4d_nbm_bileshower "1"
l4d_nbm_bileshowertimeout "1"


l4d_nbm_bileswipe "0"
l4d_nbm_bileswipechance "100"
l4d_nbm_bileswipedamage "1"
l4d_nbm_bileswipeduration "10"

l4d_nbm_bilethrow "0"
l4d_nbm_bilethrowcooldown "8.0"
l4d_nbm_bilethrowdamage "2"
l4d_nbm_bilethrowrange "700"


l4d_nbm_explosivediarrhea "0"
l4d_nbm_explosivediarrhearange "100"


l4d_nbm_flatulence "0"
l4d_nbm_flatulencechance "20"
l4d_nbm_flatulencecooldown "60.0"
l4d_nbm_flatulencedamage "5"
l4d_nbm_flatulenceduration "10.0"
l4d_nbm_flatulenceperiod "2.0"
l4d_nbm_flatulenceradius "100.0" 
__________________
I like this BBS sharing of spirit

I come from China, my English is poor
phoenix0001 is offline
phoenix0001
Senior Member
Join Date: Apr 2010
Location: China
Old 08-20-2018 , 06:48   Re: [L4D2] Nauseating Boomer
Reply With Quote #50

L 08/20/2018 - 00:07:11: [SM] Exception reported: Client 1 is not in game
L 08/20/2018 - 00:07:11: [SM] Blaming: L4D2 Nauseating Boomer.smx
L 08/20/2018 - 00:07:11: [SM] Call stack trace:
L 08/20/2018 - 00:07:11: [SM] [0] SDKCall
L 08/20/2018 - 00:07:11: [SM] [1] Line 891, D:\2L4D2\left4dead2\addons\sourcemod\scriptin g\L4D2 Nauseating Boomer.sp::Timer_FlatulenceCloud
__________________
I like this BBS sharing of spirit

I come from China, my English is poor
phoenix0001 is offline
Reply


Thread Tools
Display Modes

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 03:22.


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