Hello everyone,
Sorry in advance, I don't speak English very well.
Since FIFA 20, there has been the creation of "dynamic potential" which has the effect of increasing or decreasing the expected potential of a player.
Using the software "Frosty Editor" you can modify the parameters of how the players evolve.
By opening the file "playergrowth.ini", towards the end of the file is:
However, do you know what "score" means? But also, how is it calculated?
There is something that questions me, it is that we all say that the dynamic potential is a function of morale and playing time, but here nothing is there
If anyone knows the subject, or has a hypothesis, I would be grateful if you leave a comment
Sorry in advance, I don't speak English very well.
Since FIFA 20, there has been the creation of "dynamic potential" which has the effect of increasing or decreasing the expected potential of a player.
Using the software "Frosty Editor" you can modify the parameters of how the players evolve.
By opening the file "playergrowth.ini", towards the end of the file is:
Code:
[POTENTIAL_CHANGE]
GOALS_MODIFIER = 2
ASSISTS_MODIFIER = 1
CLEAN_SHEETS_MODIFIER = 1
MID_SEASON_TRANSFER_BONUS = 20
MAX_POTENTIAL_VS_OVERALL_DIFF = 30
LEAGUE_BUCKET_MODIFIER_COUNT = 5
// modifier to be applied for leagues in the corresponding bucket
LEAGUE_BUCKET_MODIFIER_1 = 1.5
LEAGUE_BUCKET_MODIFIER_2 = 1.3
LEAGUE_BUCKET_MODIFIER_3 = 1.2
LEAGUE_BUCKET_MODIFIER_4 = 1.1
LEAGUE_BUCKET_MODIFIER_5 = 1
// number of entries in the array
SCORE_PER_POT_OVR_DIFF_COUNT = 7
// this entry's score, all scores below this value will use the potential - overall difference modifiers from this entry
SCORE_PER_POT_OVR_DIFF_1_SCORE = 0
// each entry has another array for each potential - overall difference
// number of potential - overall entries in the sub-array
SCORE_PER_POT_OVR_DIFF_1_ENTRY_COUNT = 4
// potential - overall difference, all values below this will use the min/max from this sub-entry
SCORE_PER_POT_OVR_DIFF_1_ENTRY_1_DIFF = 3
// minimum/maximum potential change to apply. Random value between them will be chosen. Can be negative. Minimum must be less or equal than Maximum.
SCORE_PER_POT_OVR_DIFF_1_ENTRY_1_MIN = -2
SCORE_PER_POT_OVR_DIFF_1_ENTRY_1_MAX = -1
SCORE_PER_POT_OVR_DIFF_1_ENTRY_2_DIFF = 8
SCORE_PER_POT_OVR_DIFF_1_ENTRY_2_MIN = -4
SCORE_PER_POT_OVR_DIFF_1_ENTRY_2_MAX = -2
SCORE_PER_POT_OVR_DIFF_1_ENTRY_3_DIFF = 13
SCORE_PER_POT_OVR_DIFF_1_ENTRY_3_MIN = -6
SCORE_PER_POT_OVR_DIFF_1_ENTRY_3_MAX = -4
SCORE_PER_POT_OVR_DIFF_1_ENTRY_4_DIFF = 30
SCORE_PER_POT_OVR_DIFF_1_ENTRY_4_MIN = -8
SCORE_PER_POT_OVR_DIFF_1_ENTRY_4_MAX = -6
However, do you know what "score" means? But also, how is it calculated?
There is something that questions me, it is that we all say that the dynamic potential is a function of morale and playing time, but here nothing is there
If anyone knows the subject, or has a hypothesis, I would be grateful if you leave a comment
