View Single Post
Author Message
rafradek
Junior Member
Join Date: Aug 2012
Old 09-06-2022 , 07:13   [TF2] Error particle fix (Linux only)
Reply With Quote #1

This plugin is for Linux servers only

Explaination:
All particles cached by the game are added to the registry. The registry has a size limit and it is never cleared. This would cause an issue if enough maps with custom particles are loaded.

In this case, for example, shooting would cause red x particles to appear:


This plugin clears the registry every map change so custom particles cannot overflow the stringtable storing precached particles.

Requirements:
  • DHooks - Experimental dynamic detour support: +detours15 (Downloads)

Thanks:
  • SHUFEN - made an analogous CS:GO plugin here

GitHub
Attached Files
File Type: zip Particle-Stringtable-Fix.zip (5.8 KB, 92 views)
File Type: sp Get Plugin or Get Source (particlestringtablefix.sp - 129 views - 2.8 KB)
File Type: txt particlestringtablefix.txt (3.1 KB, 60 views)

Last edited by rafradek; 09-06-2022 at 07:14.
rafradek is offline