AndreaPirlo21;3760226 said:
Are you changing the settings mid-match or with the FIFA process closed?
If mid-match, have you hit refresh? If that does not work, make your changes after the match by editing the file in note pad, start up the script, and then see if everything is randomizing correctly in game.
With FIFA closed.
Here my Settings_FirstHalf.ini (just the initial part):
//It is recommended to read the "Doc.txt" before attempting to edit this file so that you can get a feel for the structure of the script
*********************************************************************
DF_NP_CPUSprint
45 62 // [DF starts here] DF = Defensive Fifth -- Left-most fifth on the field. (Home team, first half)
DF_NP_CPUAccel
42 51 // [NP = not in possession] Remember, defensive fifth here is for the USER, not the AI. This is the attacking fifth for the AI.
DF_NP_CPUShotErr 45 99 // The scheme is right to left, with the rightmost fifth being the attacking fifth and the leftmost fifth being the defensive fifth.
DF_NP_CPUPassErr 85 99 // If that still doesn't make too much sense, feel free to read the Doc.txt for a more detailed and lucid explanation.
DF_NP_CPUShotSpeed 45 53
DF_NP_CPUPassSpeed 1 99
DF_NP_CPUInjFreq 35 65
DF_NP_CPUInjSev 35 65
DF_NP_CPUGkAbility 1 99
DF_NP_CPUMarking 65 99
DF_NP_CPURunFreq 1 50
DF_NP_CPULineHeight 35 99
DF_NP_CPULineLength 1 65
DF_NP_CPULineWidth 1 65
DF_NP_CPUFullbackPos 1 99
DF_NP_CPUFirstTouchErr 65 99
---------------------------------------------------------------------
DF_P_UserSprint
48 77 //[P = in possession] The user is now in possession in the defensive fifth.
DF_P_UserAccel
41 51
DF_P_UserShotErr 1 99
DF_P_UserPassErr 50 90
DF_P_UserShotSpeed 45 53
DF_P_UserPassSpeed 25 80
DF_P_UserInjFreq 35 65
DF_P_UserInjSev 35 65
DF_P_UserGkAbility 1 99
DF_P_UserMarking 1 99
DF_P_UserRunFreq 65 99
DF_P_UserLineHeight 1 99
DF_P_UserLineLength 1 99
DF_P_UserLineWidth 1 99
DF_P_UserFullbackPos 1 99
DF_P_UserFirstTouchErr 45 99
---------------------------------------------------------------------
DF_P_B_UserSprint
50 69 //[B = Boost] Offensive boost due to poor defensive shape. Used for initiating counters
DF_P_B_UserAccel
43 54