View Single Post
reBane
Senior Member
Join Date: May 2020
Old 02-04-2023 , 06:02   Re: [TF2] PlayerClassData - Edit Max Speed, Health and Ammo
Reply With Quote #5

PlayerClassData is an object storing base-values for a player class. This plugins changes the memory values directly, allowing for base-value changes. It has no relation of information about the actual player, or their team. If you'd want different values on a non-class basis, you'd have to hook every game function that somehow accesses this part of memory (i wont do that) or go with attributes. Similarly, the weapon reload speed is weapon information, not player class information, so it is unrelated to the memory worked on by this plugin.

With all that said, this plugin is just an additional entry to your rebalance toolkit. Use other plugins for more granular changes.
__________________
Plugins & LibrariesListingGitHubDosMikeTools ▶ ToDo

Last edited by reBane; 02-04-2023 at 06:02.
reBane is offline