View Single Post
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 06-23-2018 , 12:54   Re: [L4D2] Real Zoey Unlock (1.1.1) [22-Jun-2018]
Reply With Quote #15

I wrote a private "Block Bots" plugin some years ago, but it breaks often with gamedata changes and is not simple to fix as just getting the signature since I'm changing patching specific bytes JZ to JNZ and NOP on CALL etc. It seemed to work good except some functions potentially caused a crash as I probably patched the wrong part.

It stopped bots: Healing self, healing others, using pills/adren, and some other stuff.

Recently I re-wrote the plugin using detours and while everything looked to work perfect from the start, with more options such as providing a forward for other plugins to decide which survivor could heal, it's been bugging out when you change from deny to allow.

So I'm not sure what to do. The old method is probably good enough to stop bots healing self/others, and taking pills/adren. If anyones interested in getting either method working PM me.


Arms/icons, sounds like it's probably client side issue. Which vpk addon is that?
__________________

Last edited by Silvers; 06-23-2018 at 12:54.
Silvers is offline