View Single Post
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 05-16-2022 , 05:09   Re: Precache 512 Smart Solutions (?)
Reply With Quote #14

Quote:
Originally Posted by MeliMeli View Post
Even saving, the problem is the "Extra Items" that sometimes even have 7 precache_sounds and there's no way to use precache_generic in them because they don't have client_cmd

And let's assume that there are 7 extra, the 7 items each have 7 precache, it will be 49. Of course, some use 2 or 3, or even less.
You can just delay the inevitable capping 512 precache files unless you messing with the client code itself (which there is a mod did it but it is their private project) and you can't do it with just server side.

There are 2 posible action the we know up until now:
1. Unprecache unnecessary stuff which the unpreacher already did
2. Reduce number of precache_sound and replace it with precache_generic if the sound didn't emit
Or use less plugins
__________________
My plugin:

Last edited by Celena Luna; 05-16-2022 at 05:10.
Celena Luna is offline