• 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 15 Better Career Patch

dalb2k

Youth Team
regularcat;3750757 said:
what is wrong with that ?

do those player types not exist in real life ?

need to take the good with the bad.

Nothing is wrong with that.

This values are just not well balanced. (same with Vanilla)
As in reallife, the probability for 5*-Skillmoves should be higher for higher rated players.

Also following values should be taken into consideration.

Code:
[B]Vanilla values[/B]
//----------------------------------------------
// PLAYER POSITION SKILL MOVE CHANCE MODIEFIER
//----------------------------------------------
PLAYER_POSITION_0_SKILLMOVE_MODIFIER	= -90		//This value is for the GK position.
PLAYER_POSITION_1_SKILLMOVE_MODIFIER	= -35		//This value is for the LB and RB position.
PLAYER_POSITION_2_SKILLMOVE_MODIFIER	= -65		//This value is for the CB position.
PLAYER_POSITION_3_SKILLMOVE_MODIFIER	= 1			//This value is for the LM and RM position.
PLAYER_POSITION_4_SKILLMOVE_MODIFIER	= -45		//This value is for the CDM position.
PLAYER_POSITION_5_SKILLMOVE_MODIFIER	= -10			//This value is for the CM position.
PLAYER_POSITION_6_SKILLMOVE_MODIFIER	= 5			//This value is for the CAM position.
PLAYER_POSITION_7_SKILLMOVE_MODIFIER	= 4			//This value is for the CF position.
PLAYER_POSITION_8_SKILLMOVE_MODIFIER	= 7		//This value is for the LW and RW position.
PLAYER_POSITION_9_SKILLMOVE_MODIFIER	= 4			//This value is for the ST position.
 

.Scream

Club Supporter
dalb2k;3750803 said:
Nothing is wrong with that.

This values are just not well balanced. (same with Vanilla)
As in reallife, the probability for 5*-Skillmoves should be higher for higher rated players.

Also following values should be taken into consideration.

Code:
[B]Vanilla values[/B]
//----------------------------------------------
// PLAYER POSITION SKILL MOVE CHANCE MODIEFIER
//----------------------------------------------
PLAYER_POSITION_0_SKILLMOVE_MODIFIER	= -90		//This value is for the GK position.
PLAYER_POSITION_1_SKILLMOVE_MODIFIER	= -35		//This value is for the LB and RB position.
PLAYER_POSITION_2_SKILLMOVE_MODIFIER	= -65		//This value is for the CB position.
PLAYER_POSITION_3_SKILLMOVE_MODIFIER	= 1			//This value is for the LM and RM position.
PLAYER_POSITION_4_SKILLMOVE_MODIFIER	= -45		//This value is for the CDM position.
PLAYER_POSITION_5_SKILLMOVE_MODIFIER	= -10			//This value is for the CM position.
PLAYER_POSITION_6_SKILLMOVE_MODIFIER	= 5			//This value is for the CAM position.
PLAYER_POSITION_7_SKILLMOVE_MODIFIER	= 4			//This value is for the CF position.
PLAYER_POSITION_8_SKILLMOVE_MODIFIER	= 7		//This value is for the LW and RW position.
PLAYER_POSITION_9_SKILLMOVE_MODIFIER	= 4			//This value is for the ST position.

Yeah but I left those as they are. :)
 

developerguy

Club Supporter
No more keepers

I couldn't find the solution to this earlier in the thread, just people noticing an issue:

Using 0.9d I can't get my scouts to look for keepers. When I choose goalkeeper, I get "any" instead. As in, I get a mixed collection of every player type.

On top of the no specialization, choosing "any" on purpose also returns no keepers.

I assume this is an issue in the youth_scout.ini or scout.ini file ... I just can't seem to figure out where the issue is or how to fix it.

Anyone have a fix or a working version of those files I can use?

Thanks.
 

dalb2k

Youth Team
developerguy;3750909 said:
I couldn't find the solution to this earlier in the thread, just people noticing an issue:

Using 0.9d I can't get my scouts to look for keepers. When I choose goalkeeper, I get "any" instead. As in, I get a mixed collection of every player type.

On top of the no specialization, choosing "any" on purpose also returns no keepers.

I assume this is an issue in the youth_scout.ini or scout.ini file ... I just can't seem to figure out where the issue is or how to fix it.

Anyone have a fix or a working version of those files I can use?

Thanks.


Dont know what is causing this issue, but at least it seems to work in the last unstable release.

So i would suggest, replace scout related files with the new ones.
 

beta990

Reserve Team
Update:
I've done some testing and found-out FIFA 15 Xbox 360 Career Mode differs a lot on the PC/PS4/Xbox One.

To make modding a lot easier and working around the encryption problem, I have done the following changes:
- transferteamdecision.ini is parsed as last file when the Career Mode is started (See my latest post about the FIFA 15 exe Strings).
So I have added all the things we want to overwritten their and this works without any problems! If you open this file, you will see the player (transfer) values, scout options, etc.
- The rest of the .ini files are not needed anymore and are not recommended to keep. For instance PERC_ADJUSTED_VALUE is only in the Xbox 360 version (again see the strings, they define what can be used to overwritten).
- This is also the reason, all previous installed versions needs to be removed, and also it is recommended to do a clean installation, just to be sure their are no 'old' files active.

The sum it all up:
First check the strings, e.g. TRANSFER/:
Code:
Line 62530: TRANSFER/FORCE_USER_PAP_BID_CHANCE
	Line 62531: TRANSFER/FORCE_USER_BID_CHANCE
	Line 62532: TRANSFER/FORCE_USER_BID_MIN_DAYS
	Line 62533: TRANSFER/FORCE_USER_BID_NUMTEAMS
	Line 62534: TRANSFER/FORCE_USER_BID_LISTVSLOAN
	Line 62535: TRANSFER/TIER1_NEWS_PROBABILITY
	Line 62536: TRANSFER/TIER2_NEWS_PROBABILITY
	Line 62537: TRANSFER/SHORLISTED_BY_CPU_INCREMENT
	Line 62584: TRANSFER/PLAYER_NATIONALITY_TRANSFER_TABLE_%d_%d
	Line 62585: TRANSFER/PLAYER_WAGE_DECISION_PERC_%d
	Line 62586: TRANSFER/PLAYER_WAGE_DECISION_SCORE_%d
	Line 62587: TRANSFER/OLD_PLAYER_AGE
	Line 62588: TRANSFER/TEAM_POINTS_IN_COMPETITION
	Line 62589: TRANSFER/NUM_YEARS_TO_BE_VETERAN
	Line 62590: TRANSFER/MIN_PLAYERS_POSITION_GK
	Line 62591: TRANSFER/MIN_PLAYERS_POSITION_RB
	Line 62592: TRANSFER/MIN_PLAYERS_POSITION_CB
	Line 62593: TRANSFER/MIN_PLAYERS_POSITION_LB
	Line 62594: TRANSFER/MIN_PLAYERS_POSITION_RM
	Line 62595: TRANSFER/MIN_PLAYERS_POSITION_CM
	Line 62596: TRANSFER/MIN_PLAYERS_POSITION_LM
	Line 62597: TRANSFER/MIN_PLAYERS_POSITION_ST
	Line 62598: TRANSFER/SUPERSTAR_PLAYER_OVERALL
	Line 62599: TRANSFER/TOP_PLAYERS
	Line 62600: TRANSFER/MIN_OFFER_IMPROVEMENT_PERCENT
	Line 62601: TRANSFER/COMMENTS_HIGH_THRESHOLD
	Line 62602: TRANSFER/COMMENTS_LOW_THRESHOLD
	Line 62603: TRANSFER/COMMENTS_MIN_MOD
	Line 62604: TRANSFER/COMMENTS_SHORT_CONTRACT
	Line 62605: TRANSFER/COMMENTS_LONG_CONTRACT
	Line 62606: TRANSFER/MAX_COUNTER_OFFERS
	Line 62607: TRANSFER/TEAM_PLAYER_OVERALL_MAX_DIFF
	Line 62609: TRANSFER/MIN_NUM_WAITING_DAYS
	Line 62610: TRANSFER/YOUNG_PLAYER_MAX_AGE
	Line 62611: TRANSFER/OLD_PLAYER_MIN_AGE
	Line 62612: TRANSFER/FRINGE_PLAYER_MIN_TIER
.. and more strings
Than add them to transferteamdecision.ini and it will work in the game. :)

This means that previous versions of my mod aren't compatible with the latest one, since all the previous files aren't needed anymore and should be removed from the game directory.

What I do recommended:
- Uninstall previous FIFA 15 BCP
- Uninstall FIFA 15, make sure the installed folder doesn't exists anymore/or is empty:
Code:
C:\Program Files (x86)\Origin Games\FIFA 15
- Install FIFA 15 again
- Install FIFA 15 BCP

By doing this, we also work around the encryption problem and also fix things like the commentary and other changes EA made to the Xbox One/PS4/PC versions.
In previous releases of this mod, it was a bit easier since the files encryption could be cracked, but this is a workaround. :P

Sorry again!
 

dalb2k

Youth Team
Thanks beta990!

Regarding the fresh intall.
Wouldn´t it be enough to delete all old BCP files, regenerate & repair the game via origin?
 

beta990

Reserve Team
dalb2k;3751154 said:
Thanks beta990!

Regarding the fresh intall.
Wouldn´t it be enough to delete all old BCP files, regenerate & repair the game via origin?
Yes, but a fresh install will surely mean there are no leftovers (just to be on the save side). :)
 

SHORTCIRCUT

Club Supporter
beta990;3751146 said:
Update:
I've done some testing and found-out FIFA 15 Xbox 360 Career Mode differs a lot on the PC/PS4/Xbox One.

To make modding a lot easier and working around the encryption problem, I have done the following changes:
- transferteamdecision.ini is parsed as last file when the Career Mode is started (See my latest post about the FIFA 15 exe Strings).
So I have added all the things we want to overwritten their and this works without any problems! If you open this file, you will see the player (transfer) values, scout options, etc.
- The rest of the .ini files are not needed anymore and are not recommended to keep. For instance PERC_ADJUSTED_VALUE is only in the Xbox 360 version (again see the strings, they define what can be used to overwritten).
- This is also the reason, all previous installed versions needs to be removed, and also it is recommended to do a clean installation, just to be sure their are no 'old' files active.

The sum it all up:
First check the strings, e.g. TRANSFER/:
Code:
Line 62530: TRANSFER/FORCE_USER_PAP_BID_CHANCE
	Line 62531: TRANSFER/FORCE_USER_BID_CHANCE
	Line 62532: TRANSFER/FORCE_USER_BID_MIN_DAYS
	Line 62533: TRANSFER/FORCE_USER_BID_NUMTEAMS
	Line 62534: TRANSFER/FORCE_USER_BID_LISTVSLOAN
	Line 62535: TRANSFER/TIER1_NEWS_PROBABILITY
	Line 62536: TRANSFER/TIER2_NEWS_PROBABILITY
	Line 62537: TRANSFER/SHORLISTED_BY_CPU_INCREMENT
	Line 62584: TRANSFER/PLAYER_NATIONALITY_TRANSFER_TABLE_%d_%d
	Line 62585: TRANSFER/PLAYER_WAGE_DECISION_PERC_%d
	Line 62586: TRANSFER/PLAYER_WAGE_DECISION_SCORE_%d
	Line 62587: TRANSFER/OLD_PLAYER_AGE
	Line 62588: TRANSFER/TEAM_POINTS_IN_COMPETITION
	Line 62589: TRANSFER/NUM_YEARS_TO_BE_VETERAN
	Line 62590: TRANSFER/MIN_PLAYERS_POSITION_GK
	Line 62591: TRANSFER/MIN_PLAYERS_POSITION_RB
	Line 62592: TRANSFER/MIN_PLAYERS_POSITION_CB
	Line 62593: TRANSFER/MIN_PLAYERS_POSITION_LB
	Line 62594: TRANSFER/MIN_PLAYERS_POSITION_RM
	Line 62595: TRANSFER/MIN_PLAYERS_POSITION_CM
	Line 62596: TRANSFER/MIN_PLAYERS_POSITION_LM
	Line 62597: TRANSFER/MIN_PLAYERS_POSITION_ST
	Line 62598: TRANSFER/SUPERSTAR_PLAYER_OVERALL
	Line 62599: TRANSFER/TOP_PLAYERS
	Line 62600: TRANSFER/MIN_OFFER_IMPROVEMENT_PERCENT
	Line 62601: TRANSFER/COMMENTS_HIGH_THRESHOLD
	Line 62602: TRANSFER/COMMENTS_LOW_THRESHOLD
	Line 62603: TRANSFER/COMMENTS_MIN_MOD
	Line 62604: TRANSFER/COMMENTS_SHORT_CONTRACT
	Line 62605: TRANSFER/COMMENTS_LONG_CONTRACT
	Line 62606: TRANSFER/MAX_COUNTER_OFFERS
	Line 62607: TRANSFER/TEAM_PLAYER_OVERALL_MAX_DIFF
	Line 62609: TRANSFER/MIN_NUM_WAITING_DAYS
	Line 62610: TRANSFER/YOUNG_PLAYER_MAX_AGE
	Line 62611: TRANSFER/OLD_PLAYER_MIN_AGE
	Line 62612: TRANSFER/FRINGE_PLAYER_MIN_TIER
.. and more strings
Than add them to transferteamdecision.ini and it will work in the game. :)

This means that previous versions of my mod aren't compatible with the latest one, since all the previous files aren't needed anymore and should be removed from the game directory.

What I do recommended:
- Uninstall previous FIFA 15 BCP
- Uninstall FIFA 15, make sure the installed folder doesn't exists anymore/or is empty:
Code:
C:\Program Files (x86)\Origin Games\FIFA 15
- Install FIFA 15 again
- Install FIFA 15 BCP

By doing this, we also work around the encryption problem and also fix things like the commentary and other changes EA made to the Xbox One/PS4/PC versions.
In previous releases of this mod, it was a bit easier since the files encryption could be cracked, but this is a workaround. :P

Sorry again!
After trying this out, unfortunately it still has the same problem in which the squads have been deleted etc, but I will try again to make sure. As for the patch, I ran through a practice career mode through the transfer window to test it out (I was Bayern)

- I can confirm that young players do sell for a lot. I sold Gotze for $90 mil

- I put a bid for Ibra. After asking for $80.5 mil I managed to grab him for only $69.5 mil.

- In terms of player movement, since I was using the default squads, the only top movement was Falcao to madrid for $54 mil, however hardly any tranfer movement from other clubs (only 10 mil spent on deadline day)

- As for the commentary glitch, it has been fixed :D

- I think player growth needs to be slightly improved as not many of my players that were playing good improved. Also goalkeepers have to be fixed again
 

beta990

Reserve Team
SHORTCIRCUT;3751193 said:
After trying this out, unfortunately it still has the same problem in which the squads have been deleted etc, but I will try again to make sure. As for the patch, I ran through a practice career mode through the transfer window to test it out (I was Bayern)

- I can confirm that young players do sell for a lot. I sold Gotze for $90 mil

- I put a bid for Ibra. After asking for $80.5 mil I managed to grab him for only $69.5 mil.

- In terms of player movement, since I was using the default squads, the only top movement was Falcao to madrid for $54 mil, however hardly any tranfer movement from other clubs (only 10 mil spent on deadline day)

- As for the commentary glitch, it has been fixed :D

- I think player growth needs to be slightly improved as not many of my players that were playing good improved. Also goalkeepers have to be fixed again
What do you mean with squad is deleted?

- I put a bid for Ibra. After asking for $80.5 mil I managed to grab him for only $69.5 mil.
Yeah, but he is also a lot older..

- In terms of player movement, since I was using the default squads, the only top movement was Falcao to madrid for $54 mil, however hardly any tranfer movement from other clubs (only 10 mil spent on deadline day)
Please don't look at the deadline day! There are more transfers before the deadline day, and 'big-name' transfers will come in the next couple of seasons.

- As for the commentary glitch, it has been fixed :D
Yep, also the enquire bug should be fixed now. :)

- I think player growth needs to be slightly improved as not many of my players that were playing good improved. Also goalkeepers have to be fixed again
I agree, it is difficult since increasing to much causing weird growing issues. We need to find stable/good values. ;)
 

SHORTCIRCUT

Club Supporter
beta990;3751533 said:
What do you mean with squad is deleted?

- I put a bid for Ibra. After asking for $80.5 mil I managed to grab him for only $69.5 mil.
Yeah, but he is also a lot older..

- In terms of player movement, since I was using the default squads, the only top movement was Falcao to madrid for $54 mil, however hardly any tranfer movement from other clubs (only 10 mil spent on deadline day)
Please don't look at the deadline day! There are more transfers before the deadline day, and 'big-name' transfers will come in the next couple of seasons.

- As for the commentary glitch, it has been fixed :D
Yep, also the enquire bug should be fixed now. :)

- I think player growth needs to be slightly improved as not many of my players that were playing good improved. Also goalkeepers have to be fixed again
I agree, it is difficult since increasing to much causing weird growing issues. We need to find stable/good values. ;)

Firstly, what I meant when I said that the squads were deleted was that the db has been altered somehow, which means that you would have to start a new career mode.

As for the Ibra deal, I was just checking out to see if clubs would be willing to lower down their starting price after you inquire and put a few bids up

Please don't look at the deadline day! There are more transfers before the deadline day, and 'big-name' transfers will come in the next couple of seasons.
I'm sorry if I wasn't specific enough but what I meant was through out the whole transfer window, even on the 2nd season. I was just showing an example that there aren't that many transfers going on and barely any movement

Sorry if I wasn't clearer before I hope you understand now :D
 

huzzuk

Youth Team
is there anyway of making the team management better for the ai? it was fixed it 0.5 version, but now it's back to Lindegaard etc in goal...
 

aSmallDood

Club Supporter
I also experienced that, but then i just removed training injuries completely. Also, beta, I was wondering if it's possible to increase the age limit on player status like 'showing great potential'. Current age limit is 21, but is is possible to increase it to 23,24.? Thanks :)
 

beta990

Reserve Team
Released V1.0RC3:
- Increased values for MIN & MAX_PLAYERS to increase transfers (also on deadline-day)
- Decreased training injuries (per month)
- Some small (bug) fixes
 

dalb2k

Youth Team
beta990;3751988 said:
Released V1.0RC3:
- Increased values for MIN & MAX_PLAYERS to increase transfers (also on deadline-day)
- Decreased training injuries (per month)
- Some small (bug) fixes

Can´t thank you enough !:bow:
 

I34z1k

Club Supporter
Great stuff Beta. I downloaded a version today but was scared of installing it. I don't want to make any gameplay changes (Fifa tourneys at mates etc). Is there any way to install this without changes to the gameplay (Like stamina etc) while keeping the cool transfer, growth and retirement features?
 

dalb2k

Youth Team
I34z1k;3752068 said:
Great stuff Beta. I downloaded a version today but was scared of installing it. I don't want to make any gameplay changes (Fifa tourneys at mates etc). Is there any way to install this without changes to the gameplay (Like stamina etc) while keeping the cool transfer, growth and retirement features?

Just copy your Fifa15 folder and use one for online gameplay and the other for modding. (dont forget to rename the folders every time)

If this already too much work for you, than use the i68 controller. There you can switch effortlessly between online and offline mode.

Dont forget that this mod is still in beta stadium. Some things already work better compared to vanilla, but some things might not work as intended.


huzzuk;3751742 said:
is there anyway of making the team management better for the ai? it was fixed it 0.5 version, but now it's back to Lindegaard etc in goal...

I think this is again fixed in the new version. Can you pls test it?
 

huzzuk

Youth Team
beta990;3751988 said:
Released V1.0RC3:
- Increased values for MIN & MAX_PLAYERS to increase transfers (also on deadline-day)
- Decreased training injuries (per month)
- Some small (bug) fixes

The file still says RC1?
 


Top