Stuphan_75
Banned
Thanks for Version 5 Beta 2, but the download via mediafire doesn't work!
*IMPORTANT! READ THIS*
Hello Guest!
This is a reminder that this forum is English-only.
If you post in other languages, your messages will be deleted.
Please stop by this thread and read our SoccerGaming Forum Rules And Guidelines.
Thank you!
Re-uploaded again, could you please try again?Stuphan_75;3669631 said:Thanks for Version 5 Beta 2, but the download via mediafire doesn't work!
beta990;3669637 said:Re-uploaded again, could you please try again?![]()
beta990;3669457 said:Would you like to share your edits please, so we can compare.![]()
[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
[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
Did you mean 5.0 Beta V2?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.
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.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?
Thanks phenompy!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
valerio07;3669719 said:After many attempts i maybe found a solution
Here is the code so you can try it
Thanks valerio07,Code:[PLAYER_RETIREMENT] ..
Also added your suggestions to playerretirement.ini to V5 Beta 3.
Really strange, will check. Could you make a screenshot (start FIFA 14 in Window-mode). Thanks.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)
@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!
beta990;3669780 said:Thanks phenompy!
Add your playervalues suggestions to V5 Beta 3.![]()
beta990;3669742 said:Did you mean 5.0 Beta V2?