FortyTwoFortyTwo / Randomizer

TF2 plugin that randomizes player loadout in any imaginable combinations
GNU General Public License v3.0
35 stars 15 forks source link

Attempt improve lags from weapon generation #96

Closed FortyTwoFortyTwo closed 2 years ago

FortyTwoFortyTwo commented 2 years ago

I have this branch here for a while, but never bothered to do a proper test and merge it until then.

It attempts to lower lag-spikes from weapon generation/deletion by only generate/delete one on every frame instead of doing all in one frame when possible.