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

Left 4 Dead (and L4D2) Anti-Camp plugin


Post New Thread Reply   
 
Thread Tools Display Modes
eyeonus
Member
Join Date: Jul 2009
Old 08-26-2009 , 23:45   Re: Left 4 Dead Anti-Camp plugin
Reply With Quote #21

I've added code to check if the survivors are moving, to prevent the warning popping up if they are. As it is now, a survivor will not be issued a warning if they move at least half the radius between checks.
eyeonus is offline
LTR.2
Veteran Member
Join Date: Aug 2009
Old 09-05-2009 , 15:55   Re: Left 4 Dead Anti-Camp plugin
Reply With Quote #22

works for Co-op too?

and whats "Maximum radius to trigger anti-camping"?
LTR.2 is offline
eyeonus
Member
Join Date: Jul 2009
Old 09-06-2009 , 01:19   Re: Left 4 Dead Anti-Camp plugin
Reply With Quote #23

Quote:
Originally Posted by LTR.2 View Post
works for Co-op too?
No.

Quote:
Originally Posted by LTR.2 View Post
and whats "Maximum radius to trigger anti-camping"?
Default is 30 units, which is just shy of the width of a Survivor.
eyeonus is offline
LTR.2
Veteran Member
Join Date: Aug 2009
Old 09-06-2009 , 20:26   Re: Left 4 Dead Anti-Camp plugin
Reply With Quote #24

why doesn't work for co-op?

and what if i wanna slap them really away? how can i set the distance?
LTR.2 is offline
eyeonus
Member
Join Date: Jul 2009
Old 09-07-2009 , 07:12   Re: Left 4 Dead Anti-Camp plugin
Reply With Quote #25

It doesn't work for coop because the event that triggers it (player_left_start_area) apparently doesn't occur on any but the first map, and neither do any other events that I tried that ought to occur when the players leave the safe room.

The slapping is a sourcemod builtin, it can't be changed as far as I know. If I really wanted to, I could write my own slap code and make it customizable, but I'm not willing to go through all that effort when there's something perfectly usable already available.
eyeonus is offline
LTR.2
Veteran Member
Join Date: Aug 2009
Old 09-08-2009 , 14:30   Re: Left 4 Dead Anti-Camp plugin
Reply With Quote #26

ok, i understand, are you working trying to find out how make it work for Coop?
LTR.2 is offline
eyeonus
Member
Join Date: Jul 2009
Old 09-09-2009 , 04:21   Re: Left 4 Dead Anti-Camp plugin
Reply With Quote #27

The only way I know would be to turn it on at map start. I don't want to do that, because that would activate it while the players are still loading.

A possible workaround is to change the following line in the source code:
Code:
if (GetConVarBool(l4dac) && StrContains(gamemode, "versus", false) != -1) { //Start timer if anti-camping is enabled and the game mode is versus.
to:
Code:
if (GetConVarBool(l4dac)) { //Start timer if anti-camping is enabled.
and recompile the plugin.

Then in game, as admin, run l4d_ac_check to manually activate it.
eyeonus is offline
loraliromance
Senior Member
Join Date: Apr 2009
Old 12-10-2009 , 21:20   Re: Left 4 Dead Anti-Camp plugin
Reply With Quote #28

So I just wanted to say....

I've had this plugin on my server for a while now. In fact when I first got my server after setting up admin this was the first plugin I applied.

I adore it. It is the best no camper solution yet.

I think my favorite example was, we were playing these guys that were rather rude and obnoxious and their solution to stay ahead of us was to hide under the pipes on Dead Air 3 Construction Site by the water tower. Oh how great it was to finally see this plugin do what it was meant to do. They all climbed into the little nook to start meleeing I even warned them that I thought the plugin on the server would slap them, the ignored me. Only a few short seconds later they all went for 60-70HP to 5hp or incap from the zombies. It was beautiful.

The glorious part? It even warns them so they can't complain they didn't know it was gonna happen, they let it happen.

I also run smoker cloud on my server and for those that think it's better, don't get me wrong it's magnificent but I can indure a few HP lost because of the cloud when i'm at 70 hp I can't indure getting slapped for all that dmg because I'm a git that won't get out of a corner.

However smoker cloud dmg rocks on expert, makes it so much more fun since it feels rather easy.

Either way both are awesome plugins but to me Anti Shiva is the best to block vs corner camping. Thanks so much for this awesome plugin. I Just thought you should know how much it rocks.
loraliromance is offline
eyeonus
Member
Join Date: Jul 2009
Old 12-11-2009 , 12:25   Re: Left 4 Dead Anti-Camp plugin
Reply With Quote #29

How much damage do you have the slapping set to?
eyeonus is offline
loraliromance
Senior Member
Join Date: Apr 2009
Old 12-11-2009 , 18:43   Re: Left 4 Dead Anti-Camp plugin
Reply With Quote #30

I have mine set to 5 and it seems to work out perfect.
loraliromance 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 19:24.


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