[TF2] Server mod that prevents backstabs from critting.
A short while ago Valve 'fixed a bug' (much to the horror of the competitive community) where backstabs would not crit on nocrit servers.
This nocrit style was actually preferred by a lot of Spy mains, the swipe/poke/slash animations play quicker. A lot of people have tried to fix this by simply installing a client-side animation mod. Unfortunately, this solution really is only halfway house. So, I would like to request a serverside mod that sets backstabs to not crit. I'll be honest, I have no idea how difficult this would be, but I'm hoping that it's reasonably easy. Thanks for your time. |
Re: [TF2] Server mod that prevents backstabs from critting.
Quote:
|
Re: [TF2] Server mod that prevents backstabs from critting.
Wildcard - I have no idea how to write plugins, which is why I was putting in a request. Do I need to repost this with a 'req' tag?
|
Re: [TF2] Server mod that prevents backstabs from critting.
PHP Code:
|
Re: [TF2] Server mod that prevents backstabs from critting.
Wildcard, thanks for writing that!
I was looking into compiling the code. I'm sorry to ask you to do everything for me, but as I run OS X not Windows, there doesn't seem to be a way for me to actually compile this. Would you mind doing the compile for me? Would be absolutely amazing. Thanks ever so much for all your help. |
Re: [TF2] Server mod that prevents backstabs from critting.
You need to change damagecustom to 0
|
Re: [TF2] Server mod that prevents backstabs from critting.
Hey, so I tried to use the sourcemod.net compiler and it threw much a few errors and a couple of warnings:
/groups/sourcemod/upload_tmp/textgw7YcR.sp(12) : error 017: undefined symbol "TF_CUSTOM_BACKSTAB" /groups/sourcemod/upload_tmp/textgw7YcR.sp(14) : warning 215: expression has no effect /groups/sourcemod/upload_tmp/textgw7YcR.sp(14) : error 001: expected token: ";", but found "~" /groups/sourcemod/upload_tmp/textgw7YcR.sp(14) : error 029: invalid expression, assumed zero /groups/sourcemod/upload_tmp/textgw7YcR.sp(14) : warning 215: expression has no effect Am I not using the right compiler or are there problems with the code? |
Re: [TF2] Server mod that prevents backstabs from critting.
Quote:
Code:
#include <tf2_stocks> |
Re: [TF2] Server mod that prevents backstabs from critting.
That fixes the backstab flag error, but I am still getting:
Code:
/groups/sourcemod/upload_tmp/textoFi12l.sp(15) : warning 215: expression has no effect |
Re: [TF2] Server mod that prevents backstabs from critting.
Quote:
|
| All times are GMT -4. The time now is 05:20. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.