• 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!

Fatigue

LFCFAN

Club Supporter
Biebrich 02 said:
career.ini

there's some lines about how much a player... uh... fatigues (does this word exist?) each game. I guess if you put this to 0 your players will be fit like hell.



@nebulachapin: i think it's absolutely ok to cheat in manager mode. I've put the settings that way that i can't be fired because i want to PLAY seasons not my MANAGE a team. And if I'm not good enough, I'll playin second division in the next year. Without cheating I can't do that because I would get fired! That's stupid for a non-manager game, isn't it?

What lines did you change in order to be immune to sacking?
 

Biebrich 02

Senior Squad
I did this:
JOB_SEC_MINUS_LARGE = 0
JOB_SEC_MINUS_MED = 0
JOB_SEC_MINUS_SMALL = 0
JOB_SEC_PLUS_SMALL = 0
JOB_SEC_PLUS_MED = 0
JOB_SEC_PLUS_LARGE = 0

I haven't tried it because I am still in a career but it should cause your job security to be stable.
Also I did some modifications not to get bankrupt.
 

Biebrich 02

Senior Squad
clicky:

If you want a less-fatigue career mode you don't put the values to 0 but make them smaller, like 10 -> 5, 7 -> 4, and negative values bigger, like -10 -> -5 etc.

and you let the 1's at

// What attributes fatigue impacts
FATIGUE_AFFECTS_BALANCE = 1
FATIGUE_AFFECTS_CROSSING = 1
etc.
 

StevePitts

Senior Squad
Biebrich 02 said:
If you want a less-fatigue career mode you don't put the values to 0 but make them smaller, like 10 -> 5, 7 -> 4, and negative values bigger, like -10 -> -5 etc.
I did some digging and found that the new values are a little different from the FIFA 06 version, so I'm trying with the following entries in my USER.INI:

Code:
[CAREER]

TEAM_FATIGUE_MINUS_LARGE = -7
TEAM_FATIGUE_MINUS_MED = -5
TEAM_FATIGUE_MINUS_SMALL = -1
TEAM_FATIGUE_PLUS_SMALL = 1
TEAM_FATIGUE_PLUS_MED = 5
TEAM_FATIGUE_PLUS_LARGE = 7

INDIVIDUAL_FATIGUE_MINUS_LARGE = -7
INDIVIDUAL_FATIGUE_MINUS_MED = -5
INDIVIDUAL_FATIGUE_MINUS_SMALL = -1
INDIVIDUAL_FATIGUE_PLUS_SMALL = 1
INDIVIDUAL_FATIGUE_PLUS_MED = 5
INDIVIDUAL_FATIGUE_PLUS_LARGE = 7
The INDIVIDUAL_ parameters didn't exist in FIFA 06 but the TEAM_ ones did, and these values match those. I'm not convinced that it makes enough of a difference yet, but it may be that the player fatigue numbers need to stabilise a little first.

Biebrich 02 said:
and you let the 1's at

// What attributes fatigue impacts
FATIGUE_AFFECTS_BALANCE = 1
FATIGUE_AFFECTS_CROSSING = 1
etc.
FWIW those parameters are no longer used (nor were they in FIFA 06). There are a lot of redundant entries in the INI files, so it pays to check that a parameter you are tweaking exists as text somewhere in the FIFA07.EXE 'cos otherwise you are probably wasting your time.
 


Top