• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

Player Retirement

oasisbrazil

Youth Team
Hi guys, I have 1 question:
How can I edit player desire of retire? Because because when I start a carrer there are so many players I would like to sign, but they already decided to retire and I cant even try a bid.
 

oasisbrazil

Youth Team
figu;3384946 said:
Use CM and change date of birth!
Man, if it was that obvious I wouldn't asked...
I dont wanna make them younger, I want change the the age of retirement, if it is 30+ I would change to 38+ or even if it is individual I would change it in DB, the question is how to do this (if it is possible)
 

Grafsky

Senior Squad
oasisbrazil;3385013 said:
Are you sure that is's impossible?

yes. if you change values in file playerretirement (C:\Program Files\Origin Games\FIFA 13\Game\dlc\dlc_FootballCompEng\dlc\FootballCompEng\data), it will have no effect
 

RaZoX144

Club Supporter
i dont know about editing, but try to make that player feel important and like he can help the team, like let him score a goal or 2, and assist, and try getting him to be MOTM a few times...
 

oasisbrazil

Youth Team
RaZoX144;3385086 said:
i dont know about editing, but try to make that player feel important and like he can help the team, like let him score a goal or 2, and assist, and try getting him to be MOTM a few times...
I could do that, the problem is if the player is not on my club and i cant sign in he 'cause he decided to retire...
 

oasisbrazil

Youth Team
I finally discovered how to change retire age.
If it interests someone send me a PM



 

gonzaga

Reserve Team
You opened this thread, so it would be normal to reveal what you do to increase the retirement age. Why we should send a pm to you? It would be much more easy for you to post here your research. So, how we adjust this thing with the retirement? :)
 

BeckSsS

Senior Squad
gonzaga;3497576 said:
You opened this thread, so it would be normal to reveal what you do to increase the retirement age. Why we should send a pm to you? It would be much more easy for you to post here your research. So, how we adjust this thing with the retirement? :)

+1
 

oasisbrazil

Youth Team
Open a txt file and paste the below

[PLAYER_RETIREMENT]

MIN_RETIREMENT_AGE = 32
MAX_RETIREMENT_AGE = 45
RETIREMENT_AGE_RANGE = 20
MIN_PLAYER_AGE = 15
BACK_FILL_TEAM_SIZE = 35
RETIREMENT_BATCH_SIZE = 300
MAKE_REPORTS = 0
//SKIP_TOO_GOOD = 0 // check in as 0
TARGET_YOUNG_POPULATION = 4250
MIN_GK_RETIREMENT_AGE = 38

[PLAYER_REGEN]
TARGET_AGE_COUNT_16 = 88
TARGET_AGE_COUNT_17 = 330
TARGET_AGE_COUNT_18 = 698
TARGET_AGE_COUNT_19 = 946
TARGET_AGE_COUNT_20 = 1045
TARGET_AGE_COUNT_21 = 1130

TARGET_AGE_COUNT_29 = 1130
TARGET_AGE_COUNT_30 = 1130
TARGET_AGE_COUNT_31 = 1130
TARGET_AGE_COUNT_32 = 1130
TARGET_AGE_COUNT_33 = 1130
TARGET_AGE_COUNT_34 = 1130
TARGET_AGE_COUNT_35 = 1130
TARGET_AGE_COUNT_36 = 1130
TARGET_AGE_COUNT_37 = 800
TARGET_AGE_COUNT_38 = 600
TARGET_AGE_COUNT_39 = 40
TARGET_AGE_COUNT_40 = 20
TARGET_AGE_COUNT_41 = 10
TARGET_AGE_COUNT_42 = 5
TARGET_AGE_COUNT_43 = 0
TARGET_AGE_COUNT_44 = 0
TARGET_AGE_COUNT_45 = 0



[POSITION_MAPPING]

// ------------------------
// ID Values for Player Positions - Please use only this to tune values
// ------------------------
// 0 = PLAYER_POSITION_GK,
// 1 = PLAYER_POSITION_SW,
// 2 = PLAYER_POSITION_RWB,
// 3 = PLAYER_POSITION_RB,
// 4 = PLAYER_POSITION_RCB,
// 5 = PLAYER_POSITION_CB,
// 6 = PLAYER_POSITION_LCB,
// 7 = PLAYER_POSITION_LB,
// 8 = PLAYER_POSITION_LWB,
// 9 = PLAYER_POSITION_RDM,
// 10 = PLAYER_POSITION_CDM,
// 11 = PLAYER_POSITION_LDM,
// 12 = PLAYER_POSITION_RM,
// 13 = PLAYER_POSITION_RCM,
// 14 = PLAYER_POSITION_CM,
// 15 = PLAYER_POSITION_LCM,
// 16 = PLAYER_POSITION_LM,
// 17 = PLAYER_POSITION_RAM,
// 18 = PLAYER_POSITION_CAM,
// 19 = PLAYER_POSITION_LAM,
// 20 = PLAYER_POSITION_RF,
// 21 = PLAYER_POSITION_CF,
// 22 = PLAYER_POSITION_LF,
// 23 = PLAYER_POSITION_RW,
// 24 = PLAYER_POSITION_RS,
// 25 = PLAYER_POSITION_ST,
// 26 = PLAYER_POSITION_LS,
// 27 = PLAYER_POSITION_LW,

// ------------------------
// Using the following generic positions, as stated in http://confluence/display/fifang/Retirement+FB
// ------------------------
// PM_GK = 0
// PM_FB = 1
// PM_CB = 2
// PM_WINGER = 3
// PM_CM = 4
// PM_ATT = 5

// ------------------------
// Number of player positions for each Mapping
// These numbers should be the same number of items stated below:
// ------------------------
NUM_POSITION_MAPPING_0 = 1 // Number of positions: PM_GK
NUM_POSITION_MAPPING_1 = 4 // Number of positions: PM_FB
NUM_POSITION_MAPPING_2 = 4 // Number of positions: PM_CB
NUM_POSITION_MAPPING_3 = 4 // Number of positions: PM_WINGER
NUM_POSITION_MAPPING_4 = 9 // Number of positions: PM_CM
NUM_POSITION_MAPPING_5 = 6 // Number of positions: PM_ATT
// ------------------------
PLAYER_POSITION_0 = 0 // PLAYER_POSITION_GK: PM_GK
PLAYER_POSITION_1 = 2 // PLAYER_POSITION_SW: PM_CB
PLAYER_POSITION_2 = 1 // PLAYER_POSITION_RWB: PM_FB
PLAYER_POSITION_3 = 1 // PLAYER_POSITION_RB: PM_FB
PLAYER_POSITION_4 = 1 // PLAYER_POSITION_RCB: PM_FB
PLAYER_POSITION_5 = 2 // PLAYER_POSITION_CB: PM_CB
PLAYER_POSITION_6 = 2 // PLAYER_POSITION_LCB: PM_CB
PLAYER_POSITION_7 = 1 // PLAYER_POSITION_LB: PM_FB
PLAYER_POSITION_8 = 1 // PLAYER_POSITION_LWB: PM_FB
PLAYER_POSITION_9 = 4 // PLAYER_POSITION_RDM: PM_CM
PLAYER_POSITION_10 = 4 // PLAYER_POSITION_CDM: PM_CM
PLAYER_POSITION_11 = 4 // PLAYER_POSITION_LDM: PM_CM
PLAYER_POSITION_12 = 3 // PLAYER_POSITION_RM: PM_WINGER
PLAYER_POSITION_13 = 4 // PLAYER_POSITION_RCM: PM_CM
PLAYER_POSITION_14 = 4 // PLAYER_POSITION_CM: PM_CM
PLAYER_POSITION_15 = 4 // PLAYER_POSITION_LCM: PM_CM
PLAYER_POSITION_16 = 3 // PLAYER_POSITION_LM: PM_WINGER
PLAYER_POSITION_17 = 4 // PLAYER_POSITION_RAM: PM_CM
PLAYER_POSITION_18 = 4 // PLAYER_POSITION_CAM: PM_CM
PLAYER_POSITION_19 = 4 // PLAYER_POSITION_LAM: PM_CM
PLAYER_POSITION_20 = 5 // PLAYER_POSITION_RF: PM_ATT
PLAYER_POSITION_21 = 5 // PLAYER_POSITION_CF: PM_ATT
PLAYER_POSITION_22 = 5 // PLAYER_POSITION_LF: PM_ATT
PLAYER_POSITION_23 = 3 // PLAYER_POSITION_RW: PM_WINGER
PLAYER_POSITION_24 = 5 // PLAYER_POSITION_RS: PM_ATT
PLAYER_POSITION_25 = 5 // PLAYER_POSITION_ST: PM_ATT
PLAYER_POSITION_26 = 5 // PLAYER_POSITION_LS: PM_ATT
PLAYER_POSITION_27 = 3 // PLAYER_POSITION_LW: PM_WINGER


// ------------------------
// PERCENTAGES TABLE
// ------------------------
// Percentages: PM_GK
PERCENTAGE_POSMAP_0_0 = 0 // PM_GK - Age: 26
PERCENTAGE_POSMAP_0_1 = 0 // PM_GK - Age: 27
PERCENTAGE_POSMAP_0_2 = 0 // PM_GK - Age: 28
PERCENTAGE_POSMAP_0_3 = 0 // PM_GK - Age: 29
PERCENTAGE_POSMAP_0_4 = 0 // PM_GK - Age: 30
PERCENTAGE_POSMAP_0_5 = 0 // PM_GK - Age: 31
PERCENTAGE_POSMAP_0_6 = 0 // PM_GK - Age: 32
PERCENTAGE_POSMAP_0_7 = 0 // PM_GK - Age: 33
PERCENTAGE_POSMAP_0_8 = 1 // PM_GK - Age: 34
PERCENTAGE_POSMAP_0_9 = 5 // PM_GK - Age: 35
PERCENTAGE_POSMAP_0_10 = 10 // PM_GK - Age: 36
PERCENTAGE_POSMAP_0_11 = 20 // PM_GK - Age: 37
PERCENTAGE_POSMAP_0_12 = 55 // PM_GK - Age: 38
PERCENTAGE_POSMAP_0_13 = 75 // PM_GK - Age: 39
PERCENTAGE_POSMAP_0_14 = 83 // PM_GK - Age: 40
PERCENTAGE_POSMAP_0_15 = 90 // PM_GK - Age: 41
PERCENTAGE_POSMAP_0_16 = 100 // PM_GK - Age: 42
PERCENTAGE_POSMAP_0_17 = 100 // PM_GK - Age: 43
PERCENTAGE_POSMAP_0_18 = 100 // PM_GK - Age: 44
PERCENTAGE_POSMAP_0_19 = 100 // PM_GK - Age: 45


// ------------------------
// Percentages: PM_FB
PERCENTAGE_POSMAP_1_0 = 0 // PM_FB - Age: 26
PERCENTAGE_POSMAP_1_1 = 0 // PM_FB - Age: 27
PERCENTAGE_POSMAP_1_2 = 0 // PM_FB - Age: 28
PERCENTAGE_POSMAP_1_3 = 0 // PM_FB - Age: 29
PERCENTAGE_POSMAP_1_4 = 0 // PM_FB - Age: 30
PERCENTAGE_POSMAP_1_5 = 0 // PM_FB - Age: 31
PERCENTAGE_POSMAP_1_6 = 0 // PM_FB - Age: 32
PERCENTAGE_POSMAP_1_7 = 8 // PM_FB - Age: 33
PERCENTAGE_POSMAP_1_8 = 25 // PM_FB - Age: 34
PERCENTAGE_POSMAP_1_9 = 58 // PM_FB - Age: 35
PERCENTAGE_POSMAP_1_10 = 79 // PM_FB - Age: 36
PERCENTAGE_POSMAP_1_11 = 88 // PM_FB - Age: 37
PERCENTAGE_POSMAP_1_12 = 94 // PM_FB - Age: 38
PERCENTAGE_POSMAP_1_13 = 100 // PM_FB - Age: 39
PERCENTAGE_POSMAP_1_14 = 100 // PM_FB - Age: 40
PERCENTAGE_POSMAP_1_15 = 100 // PM_FB - Age: 41
PERCENTAGE_POSMAP_1_16 = 100 // PM_FB - Age: 42
PERCENTAGE_POSMAP_1_17 = 100 // PM_FB - Age: 43
PERCENTAGE_POSMAP_1_18 = 100 // PM_FB - Age: 44
PERCENTAGE_POSMAP_1_19 = 100 // PM_FB - Age: 45


// ------------------------
// Percentages: PM_CB
PERCENTAGE_POSMAP_2_0 = 0 // PM_CB - Age: 26
PERCENTAGE_POSMAP_2_1 = 0 // PM_CB - Age: 27
PERCENTAGE_POSMAP_2_2 = 0 // PM_CB - Age: 28
PERCENTAGE_POSMAP_2_3 = 0 // PM_CB - Age: 29
PERCENTAGE_POSMAP_2_4 = 0 // PM_CB - Age: 30
PERCENTAGE_POSMAP_2_5 = 0 // PM_CB - Age: 31
PERCENTAGE_POSMAP_2_6 = 0 // PM_CB - Age: 32
PERCENTAGE_POSMAP_2_7 = 0 // PM_CB - Age: 33
PERCENTAGE_POSMAP_2_8 = 12 // PM_CB - Age: 34
PERCENTAGE_POSMAP_2_9 = 25 // PM_CB - Age: 35
PERCENTAGE_POSMAP_2_10 = 50 // PM_CB - Age: 36
PERCENTAGE_POSMAP_2_11 = 70 // PM_CB - Age: 37
PERCENTAGE_POSMAP_2_12 = 83 // PM_CB - Age: 38
PERCENTAGE_POSMAP_2_13 = 93 // PM_CB - Age: 39
PERCENTAGE_POSMAP_2_14 = 100 // PM_CB - Age: 40
PERCENTAGE_POSMAP_2_15 = 100 // PM_CB - Age: 41
PERCENTAGE_POSMAP_2_16 = 100 // PM_CB - Age: 42
PERCENTAGE_POSMAP_2_17 = 100 // PM_CB - Age: 43
PERCENTAGE_POSMAP_2_18 = 100 // PM_CB - Age: 44
PERCENTAGE_POSMAP_2_19 = 100 // PM_CB - Age: 45



// ------------------------
// Percentages: PM_WINGER
PERCENTAGE_POSMAP_3_0 = 0 // PM_WINGER - Age: 26
PERCENTAGE_POSMAP_3_1 = 0 // PM_WINGER - Age: 27
PERCENTAGE_POSMAP_3_2 = 0 // PM_WINGER - Age: 28
PERCENTAGE_POSMAP_3_3 = 0 // PM_WINGER - Age: 29
PERCENTAGE_POSMAP_3_4 = 0 // PM_WINGER - Age: 30
PERCENTAGE_POSMAP_3_5 = 0 // PM_WINGER - Age: 31
PERCENTAGE_POSMAP_3_6 = 6 // PM_WINGER - Age: 32
PERCENTAGE_POSMAP_3_7 = 15 // PM_WINGER - Age: 33
PERCENTAGE_POSMAP_3_8 = 50 // PM_WINGER - Age: 34
PERCENTAGE_POSMAP_3_9 = 75 // PM_WINGER - Age: 35
PERCENTAGE_POSMAP_3_10 = 83 // PM_WINGER - Age: 36
PERCENTAGE_POSMAP_3_11 = 88 // PM_WINGER - Age: 37
PERCENTAGE_POSMAP_3_12 = 95 // PM_WINGER - Age: 38
PERCENTAGE_POSMAP_3_13 = 100 // PM_WINGER - Age: 39
PERCENTAGE_POSMAP_3_14 = 100 // PM_WINGER - Age: 40
PERCENTAGE_POSMAP_3_15 = 100 // PM_WINGER - Age: 41
PERCENTAGE_POSMAP_3_16 = 100 // PM_WINGER - Age: 42
PERCENTAGE_POSMAP_3_17 = 100 // PM_WINGER - Age: 43
PERCENTAGE_POSMAP_3_18 = 100 // PM_WINGER - Age: 44
PERCENTAGE_POSMAP_3_19 = 100 // PM_WINGER - Age: 45

// ------------------------
// Percentages: PM_CM
PERCENTAGE_POSMAP_4_0 = 0 // PM_CM - Age: 26
PERCENTAGE_POSMAP_4_1 = 0 // PM_CM - Age: 27
PERCENTAGE_POSMAP_4_2 = 0 // PM_CM - Age: 28
PERCENTAGE_POSMAP_4_3 = 0 // PM_CM - Age: 29
PERCENTAGE_POSMAP_4_4 = 0 // PM_CM - Age: 30
PERCENTAGE_POSMAP_4_5 = 0 // PM_CM - Age: 31
PERCENTAGE_POSMAP_4_6 = 0 // PM_CM - Age: 32
PERCENTAGE_POSMAP_4_7 = 5 // PM_CM - Age: 33
PERCENTAGE_POSMAP_4_8 = 15 // PM_CM - Age: 34
PERCENTAGE_POSMAP_4_9 = 35 // PM_CM - Age: 35
PERCENTAGE_POSMAP_4_10 = 52 // PM_CM - Age: 36
PERCENTAGE_POSMAP_4_11 = 74 // PM_CM - Age: 37
PERCENTAGE_POSMAP_4_12 = 87 // PM_CM - Age: 38
PERCENTAGE_POSMAP_4_13 = 93 // PM_CM - Age: 39
PERCENTAGE_POSMAP_4_14 = 100 // PM_CM - Age: 40
PERCENTAGE_POSMAP_4_15 = 100 // PM_CM - Age: 41
PERCENTAGE_POSMAP_4_16 = 100 // PM_CM - Age: 42
PERCENTAGE_POSMAP_4_17 = 100 // PM_CM - Age: 43
PERCENTAGE_POSMAP_4_18 = 100 // PM_CM - Age: 44
PERCENTAGE_POSMAP_4_19 = 100 // PM_CM - Age: 45


// ------------------------
// Percentages: PM_ATT
PERCENTAGE_POSMAP_5_0 = 0 // PM_ATT - Age: 26
PERCENTAGE_POSMAP_5_1 = 0 // PM_ATT - Age: 27
PERCENTAGE_POSMAP_5_2 = 0 // PM_ATT - Age: 28
PERCENTAGE_POSMAP_5_3 = 0 // PM_ATT - Age: 29
PERCENTAGE_POSMAP_5_4 = 0 // PM_ATT - Age: 30
PERCENTAGE_POSMAP_5_5 = 0 // PM_ATT - Age: 31
PERCENTAGE_POSMAP_5_6 = 0 // PM_ATT - Age: 32
PERCENTAGE_POSMAP_5_7 = 5 // PM_ATT - Age: 33
PERCENTAGE_POSMAP_5_8 = 16 // PM_ATT - Age: 34
PERCENTAGE_POSMAP_5_9 = 39 // PM_ATT - Age: 35
PERCENTAGE_POSMAP_5_10 = 65 // PM_ATT - Age: 36
PERCENTAGE_POSMAP_5_11 = 78 // PM_ATT - Age: 37
PERCENTAGE_POSMAP_5_12 = 89 // PM_ATT - Age: 38
PERCENTAGE_POSMAP_5_13 = 100 // PM_ATT - Age: 39
PERCENTAGE_POSMAP_5_14 = 100 // PM_ATT - Age: 40
PERCENTAGE_POSMAP_5_15 = 100 // PM_ATT - Age: 41
PERCENTAGE_POSMAP_5_16 = 100 // PM_ATT - Age: 42
PERCENTAGE_POSMAP_5_17 = 100 // PM_ATT - Age: 43
PERCENTAGE_POSMAP_5_18 = 100 // PM_ATT - Age: 44
PERCENTAGE_POSMAP_5_19 = 100 // PM_ATT - Age: 45



Then save as playerretirement.ini in the FIFA 13\Game\dlc\dlc_FootballCompEng\dlc\FootballCompEng\data directory an regenerate properly with FHL BH- Editor



OBS: START A NEW CAREER just to see if it works, look for Totti, if you can try to sign in it worked Pretty simple :)
 

gonzaga

Reserve Team
Thanks, mate! I'll give it a try. Shouldn't I disable somehow the original playerretirement.ini? If - yes, what program can I use for this? I guess this affects all the players in the game. Hope it will work for me. :)
 

oasisbrazil

Youth Team
gonzaga;3498011 said:
Thanks, mate! I'll give it a try. Shouldn't I disable somehow the original playerretirement.ini? If - yes, what program can I use for this? I guess this affects all the players in the game. Hope it will work for me. :)
Do you use ModdingWay patch? If not, I would you test for me an easier way to aplly those changes.
 

gonzaga

Reserve Team
oasisbrazil;3498113 said:
Do you use ModdingWay patch? If not, I would you test for me an easier way to aplly those changes.

No, I don't use it. But right now I'm at work. I can test it tomorrow. You still didn't test it?
 

bangus

Starting XI
oasisbrazil;3498113 said:
Do you use ModdingWay patch? If not, I would you test for me an easier way to aplly those changes.
It doesn't get any easier than putting a file in a folder and regenerating.
 


Top