• 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!

FIFA 14 Better Career Patch

valerio07

Club Supporter
Just tried Beta v2, nothing still having this problem... maybe i make some mistake in the installation process idk.

Tried again with Genoa, 13 player who wants to retire, 2 of them 29 years old, 4 30 years old and the others between 31-34

and if i make a career, the i make another one the game crashes
 

valerio07

Club Supporter
So i tried replacing playerretirement.ini with the vanilla one, and changed min retire age to 30, the situation is much better,tried again with Genoa to see the differences and went from 13 player who wants to retire to 2 (age 34,35).

Yeah is not a solution, but can't figure out how to "fix it" otherwise
 

phenompy

Club Supporter
beta990;3669457 said:
Would you like to share your edits please, so we can compare. :)

Sorry for the late response
I only touched these in playervalues.ini
[RATINGRANGE]
RATING_1 = 5 // Overall ratings less than this will have a maximum base value defined by RATING_X_VAL
RATING_1_VAL = 1000 // Max base value ( define in float )
RATING_2 = 40
RATING_2_VAL = 12500
RATING_3 = 50
RATING_3_VAL = 19500
RATING_4 = 53
RATING_4_VAL = 30000
RATING_5 = 56
RATING_5_VAL = 60000
RATING_6 = 59
RATING_6_VAL = 80000
RATING_7 = 61
RATING_7_VAL = 125000
RATING_8 = 63
RATING_8_VAL = 165000
RATING_9 = 65
RATING_9_VAL = 279000
RATING_10 = 67
RATING_10_VAL = 383000
RATING_11 = 69
RATING_11_VAL = 591000
RATING_12 = 71
RATING_12_VAL = 806000
RATING_13 = 73
RATING_13_VAL = 1925000
RATING_14 = 75
RATING_14_VAL = 3975000
RATING_15 = 77
RATING_15_VAL = 5950000
RATING_16 = 79
RATING_16_VAL = 6950000
RATING_17 = 81
RATING_17_VAL = 9500000
RATING_18 = 83
RATING_18_VAL = 12400000
RATING_19 = 85
RATING_19_VAL = 16500000
RATING_20 = 87
RATING_20_VAL = 30500000
RATING_21 = 89
RATING_21_VAL = 39500000
RATING_22 = 91
RATING_22_VAL = 54500000
RATING_23 = 93
RATING_23_VAL = 61900000
RATING_24 = 95
RATING_24_VAL = 71500000
RATING_25 = 100
RATING_25_VAL = 89500000

Will try v2 now, I noticed a little accelerated retirements too at first, but none of them in my already ongoing season. Cheers
 

valerio07

Club Supporter
After many attempts i maybe found a solution

Here is the code so you can try it
Code:
[PLAYER_RETIREMENT]

MIN_RETIREMENT_AGE   	= 35
MAX_RETIREMENT_AGE	 	= 45
RETIREMENT_AGE_RANGE 	= 15
MIN_PLAYER_AGE		 	= 15
BACK_FILL_TEAM_SIZE  	= 35
RETIREMENT_BATCH_SIZE 	= 250
MAKE_REPORTS 			= 0
//SKIP_TOO_GOOD			= 0   // check in as 0
TARGET_YOUNG_POPULATION = 3950
MIN_GK_RETIREMENT_AGE	= 36
TOP_UP_POTENTIAL_FUDGE  = -8	// added to potentail of random teammate when creating a new player during the top up population step


[PLAYER_REGEN]
TARGET_AGE_COUNT_16 = 108
TARGET_AGE_COUNT_17 = 330
TARGET_AGE_COUNT_18 = 698
TARGET_AGE_COUNT_19 = 946
TARGET_AGE_COUNT_20 = 1045
TARGET_AGE_COUNT_21 = 1500

TARGET_AGE_COUNT_29 = 900
TARGET_AGE_COUNT_30 = 800
TARGET_AGE_COUNT_31 = 700
TARGET_AGE_COUNT_32 = 570
TARGET_AGE_COUNT_33 = 360
TARGET_AGE_COUNT_34 = 225
TARGET_AGE_COUNT_35 = 110
TARGET_AGE_COUNT_36 = 75
TARGET_AGE_COUNT_37 = 40
TARGET_AGE_COUNT_38 = 10
TARGET_AGE_COUNT_39 = 2
TARGET_AGE_COUNT_40 = 0
TARGET_AGE_COUNT_41 = 0
TARGET_AGE_COUNT_42 = 0
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 [url]http://confluence/display/fifang/Retirement+FB[/url]
// ------------------------
// 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	= 0		// 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	= 0		// PM_FB - Age: 33
PERCENTAGE_POSMAP_1_8	= 0		// 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	= 0		// 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	= 0		// PM_WINGER - Age: 32
PERCENTAGE_POSMAP_3_7	= 0		// PM_WINGER - Age: 33
PERCENTAGE_POSMAP_3_8	= 0		// 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	= 0		// PM_CM - Age: 33
PERCENTAGE_POSMAP_4_8	= 0		// 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	= 0		// PM_ATT - Age: 33
PERCENTAGE_POSMAP_5_8	= 0		// 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

The main changes that i made were in [PLAYER_REGEN] TARGET_AGE_COUNT_29,30,31 and so on... starting from an high number decreasing till 0 seems to work.

I'm not that expert so i don't know how these changes will affect the game, let me know if i'm doing it right lol.

I tried it for a while so i'm not that sure of its effectiveness.
 

Simsbury88

Club Supporter
I'm having an issue where my whole team isn't available in the player transfer screen. The place where you can do a player swap. Not sure why but it's new to the latest update (5.0 V1)
 

EasyMore

Club Supporter
Installed 5.0 v1
Started new career with Salzburg and have still this problem with retiring.

Player 28y - Not retiring
Player 29y - Retiring !
Player 30y - Not retiring
Player 36y(!!!) - Not retiring

I think the problem is with 29years aged players.
 

beta990

Reserve Team
EasyMore;3669735 said:
Installed 5.0 v1
Started new career with Salzburg and have still this problem with retiring.

Player 28y - Not retiring
Player 29y - Retiring !
Player 30y - Not retiring
Player 36y(!!!) - Not retiring

I think the problem is with 29years aged players.
Did you mean 5.0 Beta V2?
 

coolrex

Youth Team
I have maximum potential of youth players too 96/98

But how do i change:
- Minimum Overall
- Maximum Overall

(this is because i dont want 25 overall players with potential 37)

How to change the overall of youth players?



Sent in my Gallardo with Niggatalk 3
 

beta990

Reserve Team
coolrex;3669756 said:
I have maximum potential of youth players too 96/98

But how do i change:
- Minimum Overall
- Maximum Overall

(this is because i dont want 25 overall players with potential 37)

How to change the overall of youth players?
You need to edit the (patched) fifadb with DB Master (13), you will need to edit the career_youthplayerattributes table. Very simple, just download, edit and regenerate. :)
 

beta990

Reserve Team
phenompy;3669711 said:
Sorry for the late response
I only touched these in playervalues.ini


Will try v2 now, I noticed a little accelerated retirements too at first, but none of them in my already ongoing season. Cheers
Thanks phenompy!

Add your playervalues suggestions to V5 Beta 3. :)
valerio07;3669719 said:
After many attempts i maybe found a solution

Here is the code so you can try it
Code:
[PLAYER_RETIREMENT]
..
Thanks valerio07,

Also added your suggestions to playerretirement.ini to V5 Beta 3. :D
Simsbury88;3669723 said:
I'm having an issue where my whole team isn't available in the player transfer screen. The place where you can do a player swap. Not sure why but it's new to the latest update (5.0 V1)
Really strange, will check. Could you make a screenshot (start FIFA 14 in Window-mode). Thanks.

@all:
Released V5 Beta 3:
- (Bug)-fixes and cleanups
- Installer Improvements
- Add "Exit first date" warning again, unable to fix. But this is a workaround. ;)
- New FIFA 14 BCP splash screen (hope you guys like it. :))

Please test this new version and hope this fixes (again) some of the issues.

Good weekend!
 

Simsbury88

Club Supporter
I've tested 5.0 V2 and noticed that regens are showing up all as 21 yrs old and all with 1-2 overall. At least the regens that are 2 overall are all 21. Not sure about other ages. I think my other problem was just because I was used to Southampton having more players that weren't retiring. I had 5 in the first season all 29-30. Also will these new versions be save game compatible? In addition, I've seen the manager ai over 4.0 and 5.0 using their youth talent in the starting 11 more. For example Liverpool uses Baio a lot in games even though he is a 55 overall.
 

phenompy

Club Supporter
beta990;3669780 said:
Thanks phenompy!

Add your playervalues suggestions to V5 Beta 3. :)

Glad it helped! Everton just sold Barckley to city at the start of the season and some players seem to be retired, they went last on the table until January where they bough Carrol, Schmeichel and Cleverly and they seem to be doing it fine now, i'm sure if there was a safe mode to make the last transfers day 24hrs things like this would happen a lot more. I'll keep on testing, there seems to be a lot of "old" regens lately though...
 

shenjuku21

Club Supporter
@beta990 I'm using your patch version 4.0 final without your database. idk wether i'm the only one that have this bug that player will go on free transfer in transfer window. usually the player with position ST and GK age around 29-34 will do a free tranfer. the other position do not transfer at all. but player with high rating like suarez do transfer with prices. so where can i change this problem. i'm at lost. and also what do rna.ini do? sorry for my english.
 

EasyMore

Club Supporter
Ok tried v5.0 beta3 and I think the retirig problem is solved thx beta. I'm going to see if there are any other bugs but it seems it's fine now for me :D
 


Top