• 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

XKBlade

Club Supporter
beta990;3802741 said:
DontCallMeLarry;3802683 said:
H
- When i select 60% Budget boost when starting a new career, my starting budget is reset to 0 (but i do keep a small wage budget)
This is not a boost. It's a slider that controls how much of player sale you get back (e.g. 60% of the player transfer value). Or do you mean something else? :)
Hi guys,
I think he speak about the activatable budget bonus when you start your career and have also the ability to start with a full 5 stars recruitment team.
In this case those lines in the transferteamdecision.ini are responsible of the 0 budget :
Code:
// Bonus (only in FIFA 15 PC)
TRANSFER_BUDGET_BONUS_PERCENT_TIER_0=0
TRANSFER_BUDGET_BONUS_PERCENT_TIER_1=0
TRANSFER_BUDGET_BONUS_PERCENT_TIER_2=0

Just remove them and you'll be able to obtain the boosted budget.
 

Mennpiko

Club Supporter
Hello, I have started a new career and when I try to save the game tells me that there is not enough space, but it is not, could help me fix it? Thank you for your work.
 

beta990

Reserve Team
Mennpiko;3803002 said:
Hello, I have started a new career and when I try to save the game tells me that there is not enough space, but it is not, could help me fix it? Thank you for your work.
That's something I haven't seen in a while.. what database are you playing with? Other mods installed?
XKBlade;3802885 said:
Hi guys,
I think he speak about the activatable budget bonus when you start your career and have also the ability to start with a full 5 stars recruitment team.
In this case those lines in the transferteamdecision.ini are responsible of the 0 budget :
Code:
// Bonus (only in FIFA 15 PC)
TRANSFER_BUDGET_BONUS_PERCENT_TIER_0=0
TRANSFER_BUDGET_BONUS_PERCENT_TIER_1=0
TRANSFER_BUDGET_BONUS_PERCENT_TIER_2=0

Just remove them and you'll be able to obtain the boosted budget.
Thanks XKBlade! Finally understand the strings now. :)
Don't use the booster myself, but will remove the lines in V7.0.
 

Mennpiko

Club Supporter
beta990;3803007 said:
That's something I haven't seen in a while.. what database are you playing with? Other mods installed?

Hi, using the base 6.0 matrix and the last modingway, paste the files by hand not use the installer, Thanks for your quick response.
 

beta990

Reserve Team
Mennpiko;3803020 said:
Hi, using the base 6.0 matrix and the last modingway, paste the files by hand not use the installer, Thanks for your quick response.
Don't copy the db folder from my patch. Cleanup and don't forget to regenerate.
 

DontCallMeLarry

Club Supporter
beta990;3802741 said:
You're playing with my patched database, right? :)
I have moved all the free agents to another (not in career-mode) league, because otherwise a lot of unrealistic transfers would happen (e.g. Lens to Barca, etc.). When playing the second> season, the free-agents should return back.

I am playing with the patched database. Well, that explains it. Thanks for clarifying. But there are some players in the Free Agents that are great signings for low ranking teams, that are must signs ahead of the first season... any way for you to fix this in a different way?

About the emails for playing.. ignore. This is because I have tweaked TM.
This means CPU teams will be (more) forced to play with their best players.

So uh.. i just have to play the players who want more matches and their mood will get better?

What league are you playing in? :)
I was in Football League 1, now i'm in 2. I've gone through 3 transfer windows and i've seen no transfer activity from the top leagues at all.

Nothing to do with Revolution Patch, because that mod only effects the visual aspects of the game.

Ok great, good to know.

Thanks for the replies man.
 

beta990

Reserve Team
DontCallMeLarry;3803030 said:
I am playing with the patched database. Well, that explains it. Thanks for clarifying. But there are some players in the Free Agents that are great signings for low ranking teams, that are must signs ahead of the first season... any way for you to fix this in a different way?
Please read a few posts back in this topic. I have moved them to another league, you can still set them back to free agents if you want. :)
DontCallMeLarry;3803030 said:
So uh.. i just have to play the players who want more matches and their mood will get better?
It should, but keep in mind EA limits the number of max. things to update. I also have problems sometimes that player morale doesn't change.
DontCallMeLarry;3803030 said:
I was in Football League 1, now i'm in 2. I've gone through 3 transfer windows and i've seen no transfer activity from the top leagues at all.
That's correct, the reason is the transfer-buckets:
Code:
BUCKET_LOW_LEAGUE_14_0=14 // England 2
BUCKET_LOW_LEAGUE_14_1=13 // England 1
BUCKET_LOW_LEAGUE_14_2=10 // Netherlands
BUCKET_LOW_LEAGUE_14_3=50 // Scotland
BUCKET_LOW_LEAGUE_14_4=14 // England 2
BUCKET_LOW_LEAGUE_14_5=65 // Ireland
BUCKET_LOW_LEAGUE_14_6=60 // England 3
BUCKET_LOW_LEAGUE_14_7=61 // England 4
BUCKET_LOW_LEAGUE_14_8=32 // Italy 2
BUCKET_LOW_LEAGUE_14_9=17 // France 2

BUCKET_MED_LEAGUE_14_0=14 // England 2
BUCKET_MED_LEAGUE_14_1=13 // England 1
BUCKET_MED_LEAGUE_14_2=10 // Netherlands
BUCKET_MED_LEAGUE_14_3=50 // Scotland
BUCKET_MED_LEAGUE_14_4=14 // England 2
BUCKET_MED_LEAGUE_14_5=65 // Ireland
BUCKET_MED_LEAGUE_14_6=60 // England 3
BUCKET_MED_LEAGUE_14_7=61 // England 4
BUCKET_MED_LEAGUE_14_8=32 // Italy 2
BUCKET_MED_LEAGUE_14_9=17 // France 2

BUCKET_TOP_LEAGUE_14_0=14 // England 2
BUCKET_TOP_LEAGUE_14_1=13 // England 1
BUCKET_TOP_LEAGUE_14_2=10 // Netherlands
BUCKET_TOP_LEAGUE_14_3=50 // Scotland
BUCKET_TOP_LEAGUE_14_4=14 // England 2
BUCKET_TOP_LEAGUE_14_5=65 // Ireland
BUCKET_TOP_LEAGUE_14_6=60 // England 3
BUCKET_TOP_LEAGUE_14_7=61 // England 4
BUCKET_TOP_LEAGUE_14_8=32 // Italy 2
BUCKET_TOP_LEAGUE_14_9=17 // France 2
You will need to replace leagueID with a league of your choice. The problem is that teams will be active (like Real, Barca, etc.) in (very) low division. That's why I set them to -1.

Let me know if any league should be active in the EPL1/2/3/4 division, and I'm happy to add it to the BUCKET strings. :)
 

zeke16

Club Supporter
beta990;3802741 said:
Hi zeke16,

3:00PM matches should be fixed. I played matches like 17:00PM, etc.
What database are you playing with? Other mods installed?

Could you tell me what team you're playing with, so I can double check? :)

PS. V6.0 released with a lot of issues fixed. ;)

Hi, well now I'm only on CRP 6.0 and used the auto installer, started a new career with both FC Barcelona B and Real Betis, and both had that problem. :)
But as I mentioned before not all leagues seem to have that issue now, for example Barclays Premier League doesn't, as I also played matches at times in evening and night. ;)
And one more thing I noticed in V6.0 and it's that transfer offers seem to be concluded in the same day when the approach is made, and if accepted it would simulate a contract offer that gets rejected mostly and I don't know why! don't know if it should be like this but personally I didn't really like it, it seemed that one day to reply the offer is more realistic if I may say, and to have the contract sent immediately without reviewing it! is just wrong. :O
 

VizualDze

Club Supporter
The latest update seems great. Quick question on the gameplay edits though. Is there any way to slow the game speed further? It's on slow in the in-game settings but with this gameplay patch installed it seems to have made it faster.
 

mickyslim

Club Supporter
beta990;3802742 said:
Could you remind me once again of the issue? :)

Fixed a lot of contract pricing issues (e.g. player values/wages) in V6.0.

Contract pricing issues. I.e, if someone's contract was expiring in 6 months, the price they would demand would not change. They would still demand market value price or more, even though my scout would suggest offering 40-50% of there market value due to the expiring contract. You suggested editing the contract values, however, that only effected the price the scout would suggest and not the price the club would accept. So the length of contracts were essentially irrelevant when buying players, having no effect on the deal.

Thanks,
Michael
 

beta990

Reserve Team
Hi all,

@miketheslummy already tested my unreleased GP patch.
If you want to test the new GP, drop me a DM. :)

Thanks & good weekend! ;)
 

miketheslummy

Youth Team
Beta's new Gp is different. Is a fun way to play this game.
It is different from regularcat's one. But it's fun in a different way! :)

Test it guys ! You won't be disappointed!
 

Koceto7

Club Supporter
How can I change player's height in metres because I can't find a way, in install.ini lenght and weight are in metric system but not in the game.
//LENGTH_UNIT_FORMAT=METRIC
//WEIGHT_UNIT_FORMAT=METRIC
Thank in advance.
 

rodinho

Club Supporter
zeke16;3799469 said:
An update on Liga BBVA crashing problem after simulating 1st day,
It seems that the following line was responsible for the problem:
// Transfer listing
// this includes players for loan
NUM_TEAMS_TO_LIST_FOR_MEDIUM_LEAGUES=550

and after removing it, game didn't crash and worked fine.

But for Serie A, it seems that there is a different thing was crashing the game.
Because unlike Liga BBVA, in Serie A game crashes while loading new career season.
Went as far as V3.1 and problem persist, but if transferteamdecision is removed then Serie A would work fine as well.

Don't know which lines are conflicting with MW mod but help would be appreciated.

Is anyone else having this problem?

Tried deleting this,
// Transfer listing
// this includes players for loan
NUM_TEAMS_TO_LIST_FOR_MEDIUM_LEAGUES=550

while playing in Serie A and it does seem to solve the crashing after the 3rd season but I noticed I stopped receiving any offers from other clubs for any of my players unless I put them up for loan/transfer.

Any help would really be appreciated.
 

pao4ever

Starting XI
heya mate, is it possible to increase the red card days off? cause it's always one day, no matter how you took the red card
 


Top