Attribute Testing - Football Manager 24

by Zippo, Jan 5, 2025

Possebrew said: I built a calculator based on these results. So far it's only on my local machine, and I'm unsure whether to upload it somewhere.

You use a specific Squad & Scouting view, then use Print Screen -> Web Page
It then calculates an aggregate score for each player based on this formula and the values in the screenshot below:

  const normalizedValue = Math.max(8, Math.min(20, value));
  const impactRatio = (normalizedValue - 8) / 12; // 0 to 1 ratio
  totalScore += impacts[calculatorKey] * impactRatio;






same here would be interested in trying it out

0
Create an account or log in to leave a comment