• 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

eafh

Youth Team
problem,,,

"ADBOARDS_DEBUG_ALLOWALL=1" No effect,
"ADBOARDS_DEBUG_TEAM=1" all team adboard enadble. but only team adboard output. tournament adboard disable.
"ADBOARDS_DEBUG_FORCE_COMPETITION_SET=1" tournament adboard enable, but team adboard enable only EPL.

beta990,, more adboard code?
 

beta990

Reserve Team
eafh;3778450 said:
problem,,,

"ADBOARDS_DEBUG_ALLOWALL=1" No effect,
"ADBOARDS_DEBUG_TEAM=1" all team adboard enadble. but only team adboard output. tournament adboard disable.
"ADBOARDS_DEBUG_FORCE_COMPETITION_SET=1" tournament adboard enable, but team adboard enable only EPL.

beta990,, more adboard code?
Code:
Line 7823: ADBOARDS_DEBUG_TEAM_ID
	Line 7824: ADBOARDS_DEBUG_GAMEMODE_ID
	Line 17219: DISPLAY_ADBOARDS
	Line 17220: MAX_ADBOARD_TYPE
	Line 17221: ADBOARD_GROUP
	Line 17719: ADBOARDID_OVERRIDE
	Line 17724: STADIUM_USE_LEGACY_ADBOARDS
	Line 17725: STADIUM_ADBOARD_GEOMETRY_TYPE
	Line 17726: STADIUM_ADBOARD_CENTER_TYPE
	Line 25504: ADBOARDS_DEBUG_TEAM
	Line 25506: ADBOARDS_DEBUG_FORCE_COMPETITION_SET
	Line 25507: ADBOARDS_DEBUG_ALLOWALL
 

MrDrWatson

Club Supporter
beta990;3777549 said:
About your first question, know problem, can be changed in storylinestuning.lua:
Code:
function TuningValues_RESERVE( requestedValue )
	local tuning_value = 
	{
		numDaysBeforeStart = 0, -- Number od days before the match the player will ask to be played. (0)
		minMatchImportance = 0, -- Maximum match importance the player will request to be played in. (70)
		chanceToStart = 100, -- Chance the player will ask to be play. (100) > Change this to 0
		minPlayerTier = 3, -- Only less than this tier is allowed to request to play. (3)
		reserveRequestCooldown = 1, -- Days until story can re-fire. (21)
		goodPlayerRating = 59, -- Player rating the story considers a good performance. (59)
		minPlayerPotential = 50 -- Min player potential required to announce the player has a high potential. (75)
	}
	return tuning_value[ requestedValue ]
end

All can be edited by using Notepad++. Is not necessary to start-over the career and/or to regenerate. :)

I edited the value to 0 with Notepad++ but I still have a player every single game asking to play.
 

huzzuk

Youth Team
Even with all the edits with this patch & all the tweaking etc I've done.. it seems FIFA 15 Career Mode transfers etc are just going to be poor!

I can't seem to get realistic transfers, the only way you can stop players leaving first season, is by placing them in the Free Agents Pool & then re-assigning them back into the team they play for (FIFA thinks the player is a new transfer & doesn't allow any bids first transfer window)

It's frustrating & I don't feel we will be able to find the perfect combination to make FIFA 15 Career playable & realistic!

Gonna keep powering through tho! Kudos to BETA too, for his fantastic work to try & fix EA's lack of care for Career.
 

iard68

Reserve Team
function TuningValues_RESERVE( requestedValue )
local tuning_value =
{
numDaysBeforeStart = 0, -- Number od days before the match the player will ask to be played. (0)
minMatchImportance = 0, -- Maximum match importance the player will request to be played in. (70)
chanceToStart = 100, -- Chance the player will ask to be play. (100) > Change this to 0
minPlayerTier = 3, -- Only less than this tier is allowed to request to play. (3)
reserveRequestCooldown = 1, -- Days until story can re-fire. (21)
goodPlayerRating = 59, -- Player rating the story considers a good performance. (59)
minPlayerPotential = 50 -- Min player potential required to announce the player has a high potential. (75)
}
return tuning_value[ requestedValue ]
end

MrDrWatson;3778647 said:
I edited the value to 0 with Notepad++ but I still have a player every single game asking to play.

numDaysBeforeStart = 1 (allows request one day before the game, realistic)
minMatchImportance = 70 (only for important games)
chanceToStart = 34 (only 1/3 chance)
minPlayerTier = 1 (allows request only for stars)
reserveRequestCooldown = 8 (the player can ask to play alos in the next week, 7 if you set numdaysbeforestart=0)
goodPlayerRating = 65 (after the game, min level for reaching messages related to player good perfomance)
minPlayerPotential = 75

Bye
 

paulv2k4

Youth Team
SammyT97;3781368 said:
Can anyone tell me how to prevent being fired in CM?

Can't find the board.ini file.

Thanks

Create a file called board.ini

and enter within it

Code:
[BOARD]
SACKING_ENABLED = 0

Or add it

to the bottom of whatever INI file BETA990 is using
 

valerio07

Club Supporter
Don't know if is it just me but my players won't grow...I'm on 3rd season (november) and the only player that's growing is 32 years old, the rest are stuck at their initial value of the season..and I have a lot of young talents with a potential over 80..so there is plenty of space to grow., oh and I'm using the last version as well.

It was working fine the previous seasons, any fix?
 

TTHavok

Club Supporter
Does anyone know what these doing tried to figure it out but came up with nothing.
YOUTHPLAYER_STAR_TYPE_0_CHANCE = 100 //This value is for the SKILLED player type.
YOUTHPLAYER_STAR_TYPE_1_CHANCE = 100 //This value is for the PHYSICAL_SPEED player type.
YOUTHPLAYER_STAR_TYPE_2_CHANCE = 100 //This value is for the PHYSICAL_POWER player type.
YOUTHPLAYER_STAR_TYPE_3_CHANCE = 100 //This value is for the MENTALLY_STRONG player type.
YOUTHPLAYER_STAR_TYPE_4_CHANCE = 100 //This value is for the GOOD_HANDS player type.
YOUTHPLAYER_STAR_TYPE_5_CHANCE = 100 //This value is for the ATTACK_MINDED player type.
 

Rick.Fifa15

Club Supporter
just an IDEA: I think it would better if player overall increases or decreases based on how he is actually performing. If players plays and performs good regardless of age overall shouldn't decrease. At least not before 35. Young players who keeps performing bad should grow much.

So, i think player growth should be dependent on form. If you can make that happen that would be great
 

paulv2k4

Youth Team
Rick.Fifa15;3782152 said:
just an IDEA: I think it would better if player overall increases or decreases based on how he is actually performing. If players plays and performs good regardless of age overall shouldn't decrease. At least not before 35. Young players who keeps performing bad should grow much.

So, i think player growth should be dependent on form. If you can make that happen that would be great

Code:
MATCHRATINGBOOST_MINOR=0.9
MATCHRATINGBOOST_MODERATED=1.0
MATCHRATINGBOOST_MAJOR=2.0
MATCHRATING_MIN_VALUE=1
MATCHRATING_MAX_VALUE=9

There you go. Go ahead and edit them yourself :).
 

Amador

Club Supporter
hi, i have problem, after install this patch, i cant change free kick taker,corner etc... i have this patch before, and i dont have this problem at all. i reinstall game and apply on fresh game,but it didnt help. anyone know where may be an error? sry for english . Thanks
 


Top