This means even though we re-adjust those attributes in the rating files, it is not very effective, because the source-code already sets some strong coefficients there, for example, in their source code they fix it as 0.1, so even though we re-adjust the attributes to 100, it only improves by 100*0.1=10
Take Center-back as an example:
The coefficients for the extra curving is acceleration is 0.4, jump is 0.8
It also includes the strong foot and weak foot into their extra curving. But I remember someone had already tested that strong/weak foot doesn't affect anything in FM26. So the FM Genie Scout is completely out of date.
To my surprise, in their source-code
"Height" is a KEY attribute!!! See the green-circled part,
If the height is greater than 190 cm, it adds 100 attributes
If the height is below 190 cm and above 180cm, it adds 50 attributes
It is completely chaotic!
We need to re-write a completely new Genie Scout code for FM26 and for the future.
I found the source code from Github, this source code is for GS2011, I couldn't find latest version for FM24 or FM26. But it confirms my idea in OP, their calculation is completely wrong!!!


https://fm-arena.com/thread/19725-bug-from-genie-scout-26-gs26-rating-calculation-is-wrong/
Because they applied extra curving in their source code, here are screenshots, you can also go to Github to see it:
https://github.com/kvarcg/ingamefmscout/blob/master/FMScout11/FMScout/Logic/ScoutContext.cs
This means even though we re-adjust those attributes in the rating files, it is not very effective, because the source-code already sets some strong coefficients there, for example, in their source code they fix it as 0.1, so even though we re-adjust the attributes to 100, it only improves by 100*0.1=10
Take Center-back as an example:
The coefficients for the extra curving is acceleration is 0.4, jump is 0.8
It also includes the strong foot and weak foot into their extra curving. But I remember someone had already tested that strong/weak foot doesn't affect anything in FM26. So the FM Genie Scout is completely out of date.
To my surprise, in their source-code
"Height" is a KEY attribute!!! See the green-circled part,
If the height is greater than 190 cm, it adds 100 attributes
If the height is below 190 cm and above 180cm, it adds 50 attributes
It is completely chaotic!
We need to re-write a completely new Genie Scout code for FM26 and for the future.