AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   Animated Sprays (https://forums.alliedmods.net/showthread.php?t=227712)

tatercrisp 10-06-2013 09:45

Animated Sprays
 
Any way to block animated sprays? As im not sure it's possible to detect gif's since these are vmt and vtf files players are using.

MasterOfTheXP 10-06-2013 10:33

Re: Animated Sprays
 
Animated sprays are made possible by modifying the spray's vmt...but it looks like the server packs vmt and vtf files together into one .dat file as soon as it gets them from clients.

Azik 10-07-2013 13:07

Re: Animated Sprays
 
it's possible

Mitchell 10-07-2013 23:51

Re: Animated Sprays
 
Quote:

Originally Posted by Azik (Post 2046312)
it's possible

Care to explain?

Bacardi 10-08-2013 15:41

Re: Animated Sprays
 
should I release my version (did someone else make plugin already) ??
Or just throw in here :P

*actually... it not exactly find "animated" spray

Mitchell 10-08-2013 15:45

Re: Animated Sprays
 
Quote:

Originally Posted by Bacardi (Post 2046756)
should I release my version (did someone else make plugin already) ??
Or just throw in here :P

I dont think anyone has lol.

Bacardi 10-08-2013 15:55

Re: Animated Sprays
 
@Mitchell
you take mine, I don't have time to fix later ^^
*edit
PM:ed

friagram 10-08-2013 17:26

Re: Animated Sprays
 
You could use a backend to analyze the spray, and then add its hash to mysql.

Bacardi 10-09-2013 01:03

Re: Animated Sprays
 
here some kind
anyone feel free to take and release new plugin and support, etc. etc.
*edit
this could also affect to other plugins which create TempEntity "Player Decals", just for hint.

Spoiler

friagram 10-09-2013 06:30

Re: Animated Sprays
 
The problem here is you are assuming they are saving the spray uing what? Dxt1 at256x256
Pretty much all custom sprays are 512x512 with mipmaps and most are dxt5 for transparency (256k+) some may even be bgra888 (512kb) for better quality.

Like Isaid, youll have to run a binary on yur server to analyze the file and check the frames, and send that to sql... Or write out a file.


All times are GMT -4. The time now is 07:28.

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