|
It's somewhere in the skill struct (i.e., there is a range for each skill) - I've tried finding it before but only found numbers that are 'sort of' right. They're float values but all seem to be a bit off. Interest07 recently mentioned that it might account for the width of your character - i.e., the range might be something like 27m - (character width / 2) so the range is from the centre of your character.
If you find your skills list and manage to identify which struct relates to each skill, you could upgrade a skill and see which nearby float value increases.
The player struct seems to contain some values pertaining to your characters dimensions, e.g., height, chin height, head size etc. so the width is probably in there somewhere too hehe. As to which offset is which, I'm not entirely sure.
|