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

TF2: Server Crash if Civilian is killed by Katana


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
lamasniu
Senior Member
Join Date: Jul 2010
Location: United Kingdom
Old 03-13-2011 , 08:56   TF2: Server Crash if Civilian is killed by Katana
Reply With Quote #1

Currently if a civilian is in a server and a player from the opposing team (demo/soldier) is to kill/strike the civilian with the new Half-Zatoichi (Katana) weapon the server will immediately crash.

Is it possible that someone writes something to fix this issue? I don't even know if this is possible, but I saw that someone had written a fix for the medic amputator glitch (which valve now patched) and thought it wouldn't go a miss to just ask you guys.

I am sorry if I have posted in the wrong section.

Thanks in advance
lamasniu is offline
xomp
BANNED
Join Date: Jul 2008
Old 03-13-2011 , 09:22   Re: TF2: Server Crash if Civilian is killed by Katana
Reply With Quote #2

This explains why I'm having to manually reboot my server 3-6 times a day. Valve is too busy pumping out "dem hats" to worry about such minuscule things obviously.
xomp is offline
Send a message via Skype™ to xomp
lamasniu
Senior Member
Join Date: Jul 2010
Location: United Kingdom
Old 03-13-2011 , 10:33   Re: TF2: Server Crash if Civilian is killed by Katana
Reply With Quote #3

Sadly it does feel that way xomp
lamasniu is offline
xomp
BANNED
Join Date: Jul 2008
Old 03-13-2011 , 12:14   Re: TF2: Server Crash if Civilian is killed by Katana
Reply With Quote #4

Man.. I just realized that I too created a thread in here on the subject lol *gonna have it deleted if I can* since this one was here first.

I found a couple players on the steam powered user forums bragging about going onto servers to exploit them for "teh lulz" and have banned them from my servers if anyone else wants to do it, here's their information.

http://steamcommunity.com/profiles/76561198010486312/ - STEAM_0:0:25110292
http://steamcommunity.com/profiles/76561198019550869/ - STEAM_0:1:29642570
xomp is offline
Send a message via Skype™ to xomp
lamasniu
Senior Member
Join Date: Jul 2010
Location: United Kingdom
Old 03-13-2011 , 13:19   Re: TF2: Server Crash if Civilian is killed by Katana
Reply With Quote #5

Thank you for the heads up xomp. I have informed our my admins that there may be a high probability that players will go around trolling servers with the sole intent to crash them.

I found out about the problem in the Steam Forums (TF2) and when I went to check back on the thread it had been removed. Many members of the forums stated in that thread that they would go out and crash trading servers etc for the same reason.

What a shame really.
lamasniu is offline
Kevin_b_er
SourceMod Donor
Join Date: Feb 2009
Old 03-13-2011 , 14:16   Re: TF2: Server Crash if Civilian is killed by Katana
Reply With Quote #6

I had luck awhile back with detecting civilian as a person with no active weapon.
__________________
Kevin_b_er is offline
xomp
BANNED
Join Date: Jul 2008
Old 03-13-2011 , 15:18   Re: TF2: Server Crash if Civilian is killed by Katana
Reply With Quote #7

Quote:
Originally Posted by lamasniu View Post
Thank you for the heads up xomp. I have informed our my admins that there may be a high probability that players will go around trolling servers with the sole intent to crash them.

I found out about the problem in the Steam Forums (TF2) and when I went to check back on the thread it had been removed. Many members of the forums stated in that thread that they would go out and crash trading servers etc for the same reason.

What a shame really.
I've let both psychonic and asherkin know about the details on IRC as well. Me and psychonic did some quick testing on an idea earlier but it didn't fix the issue. It seems this is a sourcemod specific issue since the civilian glitch isn't an issue with a tf2 server running with no MM:SM so it's up to these guys to provide a fix (since Valve likely won't since it's not their issue).

Even for a quick fix of kicking players who go civilian or better yet, banning their ass would work until something better comes along. I've had to restart my servers soooooo much since the Shogun pack was released and god forbids if Facepunch finds out about it.
xomp is offline
Send a message via Skype™ to xomp
xomp
BANNED
Join Date: Jul 2008
Old 03-13-2011 , 15:19   Re: TF2: Server Crash if Civilian is killed by Katana
Reply With Quote #8

Quote:
Originally Posted by Kevin_b_er View Post
I had luck awhile back with detecting civilian as a person with no active weapon.
I think I was the one that helped you with that didn't I? back during the stored crits exploit by going civilian engy?
xomp is offline
Send a message via Skype™ to xomp
Kevin_b_er
SourceMod Donor
Join Date: Feb 2009
Old 03-13-2011 , 15:22   Re: TF2: Server Crash if Civilian is killed by Katana
Reply With Quote #9

Yeah, but I'm not sure if you are without an active weapon when scared/round end/bonked.
__________________
Kevin_b_er is offline
noodleboy347
AlliedModders Donor
Join Date: Mar 2009
Old 03-13-2011 , 15:30   Re: TF2: Server Crash if Civilian is killed by Katana
Reply With Quote #10

You could run this on a timer to get rid of Civilians in general

PHP Code:
for (new i=1<= GetMaxClients(); i++)
    {
        if(!
IsValidEntity(i))
            continue;
        if(!
IsPlayerAlive(i))
            continue;
        if(
GetEntDataEnt2(iFindSendPropInfo("CTFPlayer""m_hActiveWeapon")) == -1)
            
KickClient(i"Civilian pose detected");
    } 
noodleboy347 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 06:19.


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