• 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

gangster1

Club Supporter
Ivsa;3638460 said:
Not working, still random numbers in free agents, what i need to do to have all players from "Free agents" in my DB after start of carrer?!
Im thinkning that some other file also afects this, since there is no player with overall higher than 70 in free agents, al that have overall over 70 when i start carrer they already are in some club!?

EDIT: Something strange is happening, when i go ingame and go to transfer players ingame, the best player are not in "Free agents", they are already in some club's, but in DB they are in "free agents", how does this happen's?!

I managed to fix this bug in the free agents. I just deleted those two lines and everything returned to normal, career mode, etc. .. No player goes to a team now .. If this is your problem, like mine, try what I did.
 

beta990

Reserve Team
gangster1;3638466 said:
I managed to fix this bug in the free agents. I just deleted those two lines and everything returned to normal, career mode, etc. .. No player goes to a team now .. If this is your problem, like mine, try what I did.
What happens if you set both the values to -1?
Code:
MIN_FREE_AGENTS_TEAM_SIZE = -1
FREE_AGENTS_MIN_NUM_PLAYERS_ON_TEAMS = -1
I don't know if disabling is a good idea thought, some teams have really bad youth players.. :P
 

gangster1

Club Supporter
beta990;3638468 said:
What happens if you set both the values to -1?
Code:
MIN_FREE_AGENTS_TEAM_SIZE = -1
FREE_AGENTS_MIN_NUM_PLAYERS_ON_TEAMS = -1
I don't know if disabling is a good idea thought, some teams have really bad youth players.. :P

I'd ask you if it affects something in your patch or play. But I just deleted the two lines to test, and it worked. I'll try what you asked, putting -1.
 

gangster1

Club Supporter
Was only a slight happiness. I tried to create another career and continued the same. I put -1 as you said and got the same thing. I do not know what else to do. I have to regenerate when change the value or not?
 

Ivsa

Youth Team
Well, for my, deleting those line's did no thing, but puting it on -1 created most players in free agents then any other number, but still not all from DB, anyway, im pretty sure that its not to this 2 lines, because, as soon as i go ingame, and go in settings, profile, and then team transfers, the best player from my DB are already in some other club, like its default with DB, but in CM manager they are clearly in free agents, some thing is off with this DB or there is some thing that trigers automaticaly to transfer best player from free agents to toher teams as soon as i start the game, if that is even possible!?
 

gangster1

Club Supporter
Ivsa;3638479 said:
Well, for my, deleting those line's did no thing, but puting it on -1 created most players in free agents then any other number, but still not all from DB, anyway, im pretty sure that its not to this 2 lines, because, as soon as i go ingame, and go in settings, profile, and then team transfers, the best player from my DB are already in some other club, like its default with DB, but in CM manager they are clearly in free agents, some thing is off with this DB or there is some thing that trigers automaticaly to transfer best player from free agents to toher teams as soon as i start the game, if that is even possible!?

Here the problem is just to create a career. I do not have this problem not there.
 

beta990

Reserve Team
To sum it up: when you great a new career with (-1 as values?), the free-transfer thing isn't happening?

This should be correct behavior, when enter a current career-mode, free-agents properly already signed a contract at the beginning of the season at a club.
 

markov

Club Supporter
runaway42;3638397 said:
This is the only part that you can see in the scout.ini.

Code:
//----------------------------------------------
// PLAYER TIERS PERCENTAGES BASED ON SUBEREGIONS
//----------------------------------------------
// 0 =	SUBREGION_ARGENTINA_BRAZIL,
// 1 =	SUBREGION_REST_OF_SOUTH_AMERICA,
// 2 =	SUBREGION_NORTH_AMERICA,
// 3 =	SUBREGION_NORTHERN_EUROPE,
// 4 =	SUBREGION_ITALY_SPAIN_PORTUGAL,
// 5 =	SUBREGION_REST_OF_SOUTHERN_EUROPE,
// 6 =	SUBREGION_CENTRAL_EUROPE,
// 7 =	SUBREGION_REST_OF_EUROPE,
// 8 =	SUBREGION_JAPAN_CHINA,
// 9 =	SUBREGION_REST_OF_ASIA,
// 10 =	SUBREGION_AUSTRALIA,
// 11 =	SUBREGION_AFRICA,
//----------------------------------------------
// PLAYER TIERS
//----------------------------------------------
// Player Tiers:
// 0 = Platinum Players
// 1 = Gold Players
// 2 = Silver Players
// 3 = Bronze Players

This part was in FIFA13 scout.ini
Code:
YOUTH_PLAYER_PLATINUM_0=15
YOUTH_PLAYER_PLATINUM_1=5
YOUTH_PLAYER_PLATINUM_2=2
YOUTH_PLAYER_PLATINUM_3=6
YOUTH_PLAYER_PLATINUM_4=14
YOUTH_PLAYER_PLATINUM_5=8
YOUTH_PLAYER_PLATINUM_6=13
YOUTH_PLAYER_PLATINUM_7=7
YOUTH_PLAYER_PLATINUM_8=3
YOUTH_PLAYER_PLATINUM_9=1
YOUTH_PLAYER_PLATINUM_10=1
YOUTH_PLAYER_PLATINUM_11=6

Found it
youth_scout.ini- last 4 sections
Code:
[YOUTH_SCOUT_YOUTH_PLAYER_BRONZE]
YOUTH_PLAYER_BRONZE_0=25
YOUTH_PLAYER_BRONZE_1=55
YOUTH_PLAYER_BRONZE_2=50
YOUTH_PLAYER_BRONZE_3=30
YOUTH_PLAYER_BRONZE_4=25
YOUTH_PLAYER_BRONZE_5=35
YOUTH_PLAYER_BRONZE_6=25
YOUTH_PLAYER_BRONZE_7=40
YOUTH_PLAYER_BRONZE_8=50
YOUTH_PLAYER_BRONZE_9=55
YOUTH_PLAYER_BRONZE_10=60
YOUTH_PLAYER_BRONZE_11=40

[YOUTH_SCOUT_YOUTH_PLAYER_GOLD]
YOUTH_PLAYER_GOLD_0=20
YOUTH_PLAYER_GOLD_1=12
YOUTH_PLAYER_GOLD_2=10
YOUTH_PLAYER_GOLD_3=19
YOUTH_PLAYER_GOLD_4=21
YOUTH_PLAYER_GOLD_5=12
YOUTH_PLAYER_GOLD_6=17
YOUTH_PLAYER_GOLD_7=13
YOUTH_PLAYER_GOLD_8=12
YOUTH_PLAYER_GOLD_9=14
YOUTH_PLAYER_GOLD_10=14
YOUTH_PLAYER_GOLD_11=14

[YOUTH_SCOUT_YOUTH_PLAYER_PLATINUM]
YOUTH_PLAYER_PLATINUM_0=15
YOUTH_PLAYER_PLATINUM_1=5
YOUTH_PLAYER_PLATINUM_2=2
YOUTH_PLAYER_PLATINUM_3=6
YOUTH_PLAYER_PLATINUM_4=14
YOUTH_PLAYER_PLATINUM_5=8
YOUTH_PLAYER_PLATINUM_6=13
YOUTH_PLAYER_PLATINUM_7=7
YOUTH_PLAYER_PLATINUM_8=3
YOUTH_PLAYER_PLATINUM_9=1
YOUTH_PLAYER_PLATINUM_10=1
YOUTH_PLAYER_PLATINUM_11=6

[YOUTH_SCOUT_YOUTH_PLAYER_SILVER]
YOUTH_PLAYER_SILVER_0=40
YOUTH_PLAYER_SILVER_1=28
YOUTH_PLAYER_SILVER_2=38
YOUTH_PLAYER_SILVER_3=45
YOUTH_PLAYER_SILVER_4=40
YOUTH_PLAYER_SILVER_5=45
YOUTH_PLAYER_SILVER_6=45
YOUTH_PLAYER_SILVER_7=40
YOUTH_PLAYER_SILVER_8=35
YOUTH_PLAYER_SILVER_9=30
YOUTH_PLAYER_SILVER_10=25
YOUTH_PLAYER_SILVER_11=40
 

Mistico

Club Supporter
Something weird happened to me today while I was playing my Real Madrid career. After the first season, suddenly there were many young players with 99 overalls in several clubs. All of their attributes where 99. I'm currently using version 3.5 of your mod. I'm gonna switch to 3.6, maybe it won't be happening again.
 

gangster1

Club Supporter
beta990;3638511 said:
To sum it up: when you great a new career with (-1 as values?), the free-transfer thing isn't happening?

This should be correct behavior, when enter a current career-mode, free-agents properly already signed a contract at the beginning of the season at a club.

I'm almost starting to think that everything is normal too. Because today I said I created a career with Juventus and Barca had not signed with any free agent .. I set another career with Juventus again and Barça had signed a free 4 players. I'm beginning to think that this is all normal.
 

beta990

Reserve Team
Mistico;3638532 said:
Something weird happened to me today while I was playing my Real Madrid career. After the first season, suddenly there were many young players with 99 overalls in several clubs. All of their attributes where 99. I'm currently using version 3.5 of your mod. I'm gonna switch to 3.6, maybe it won't be happening again.
Do you have a screenshot? (open the game as window)
 

LazyKenny

Club Supporter
beta990;3638388 said:
- When entering your Career Mode, there is a Job section. You don't get any message anymore for some reason when receiving offers, you need to check this for yourself.
- What do you mean with the may update? On what thing has this effect? Transfer, growth, etc.

Thanks for the feedback! I think they are still there, but there are only 16 displayed in the ui. Will take a look, but from what I understand it didn't crashed? :)


-Wait, is that what easy job hunt actually does? Make it so that there will always be jobs in the Browse Jobs section and you will always get accepted? Come to think of it, is there a way to look for a job that's below your current league (example: Playing in Serie A and looking for a English League 2 job)

-On the may update, I mainly refer to growth and the growth in the youth academy. I was wondering if there was a way to make the may update occur on a different date or possibly have it occur more than once per year.

-Only 16 academy players are indeed displayed on the UI, but it does not crash. When you attempt to increase youth academy size and you sign your 17th player, the player never appears in the youth academy and he will no longer be on the scouting report. It's as if you released him.
 

runaway42

Youth Team
LazyKenny;3638552 said:
-Only 16 academy players are indeed displayed on the UI, but it does not crash. When you attempt to increase youth academy size and you sign your 17th player, the player never appears in the youth academy and he will no longer be on the scouting report. It's as if you released him.

Yep. We can't have more than 16 in the academy. The game doesn't crash but the message "you've reached the maximum size" when you reach 16 doesn't appear and the youth disappears.

markov;3638531 said:
Found it
youth_scout.ini- last 4 sections
Thanks!
 

beta990

Reserve Team
Good news guys!!
Increased the youth squad size! Needs more testing.. but it is a start, also I wouldn't believe it was this easy.. but let's hope everything is working OK. :D


career_youthplayers table:
Code:
	2	1	1	2	222177	2
	1	1	0	2	222175	2
	2	0	-3	2	222176	2
	2	0	-2	2	222179	2
	2	1	2	2	222178	2
	2	5	-3	2	222181	2
	3	4	2	2	222180	2
	2	4	0	2	222182	2
	2	6	1	2	222185	2
	3	1	2	2	222183	2
	2	2	-2	2	222186	2
	2	2	2	2	222187	2
	2	0	-1	2	222184	2
	0	6	4	1	222190	1
	2	1	2	1	222189	1
	2	4	-1	1	222191	1
	2	3	1	1	222188	1
	2	4	0	0	222197	0
	1	1	5	0	222199	0
	3	4	3	0	222200	0
	2	0	0	0	222198	0
	2	2	-3	0	222196	0
 

markov

Club Supporter
beta990; said:
Good news guys!!
Increased the youth squad size! Needs more testing.. but it is a start, also I wouldn't believe it was this easy.. but let's hope everything is working OK. :D

wow- have you edited table schema?
 

flosd

Club Supporter
There's a bug where some players grow huge amounts in other teams only, like +10 overall in one season.
 

beta990

Reserve Team
Hello all,

There are a few bugs that I'm fixing for the newest release.

I see some posts about growth/crash issues, but to trying to fix them I need some more info. The best way to do this is by posting a screenshot of the game. You can create a screenshot by opening the game in window-mode (go to Game Settings on the first start).

Thanks guys! :)
 


Top