CarlosFCSM
Club Supporter
frisgon, any ideas to increase fatigue?
*IMPORTANT! READ THIS*
Hello Guest!
This is a reminder that this forum is English-only.
If you post in other languages, your messages will be deleted.
Please stop by this thread and read our SoccerGaming Forum Rules And Guidelines.
Thank you!
CarlosFCSM;3870328 said:frisgon, any ideas to increase fatigue?
[FITNESS] // new energy recovery model - adam & simon
ENABLED = 1
PLAYER_MAXENERGY = 100
PLAYER_MIN_OVERALL_FOR_NEWS = 75
ENERGY_THRESHOLD_FOR_FATIGUED_EMAIL = 50
NUM_DAYS_FOR_LONG_TERM_INJURY = 14
CONSTANT = 6.0
// 0 - 33
BASE_DAY_1_1 = 60
BASE_DAY_1_2 = 15
BASE_DAY_1_3 = 15
BASE_DAY_1_4 = 15
BASE_DAY_1_5 = 15
BASE_DAY_1_6 = 15
BASE_DAY_1_7 = 15
BASE_DAY_1_8 = 15
BASE_DAY_1_9 = 15
BASE_DAY_1_10 = 15
// 33 - 66
BASE_DAY_2_1 = 50
BASE_DAY_2_2 = 12
BASE_DAY_2_3 = 12
BASE_DAY_2_4 = 12
BASE_DAY_2_5 = 12
BASE_DAY_2_6 = 12
BASE_DAY_2_7 = 12
BASE_DAY_2_8 = 12
BASE_DAY_2_9 = 12
BASE_DAY_2_10 = 12
// 66 - 100
BASE_DAY_3_1 = 40
BASE_DAY_3_2 = 10
BASE_DAY_3_3 = 10
BASE_DAY_3_4 = 10
BASE_DAY_3_5 = 10
BASE_DAY_3_6 = 10
BASE_DAY_3_7 = 10
BASE_DAY_3_8 = 10
BASE_DAY_3_9 = 10
BASE_DAY_3_10 = 10
//TOURNAMENT RECOVERY DATES - same for the length of tournament
TOURNAMENT_BASE_DAY_1 = 60
TOURNAMENT_BASE_DAY_2 = 15
TOURNAMENT_BASE_DAY_3 = 15
TOURNAMENT_BASE_DAY_4 = 15
TOURNAMENT_BASE_DAY_5 = 15
TOURNAMENT_BASE_DAY_6 = 15
TOURNAMENT_BASE_DAY_7 = 15
TOURNAMENT_BASE_DAY_8 = 15
TOURNAMENT_BASE_DAY_9 = 15
TOURNAMENT_BASE_DAY_10 = 15
frisgon;3870378 said:Anyway I have also reduced stamina in my db
Grimbarian;3870401 said:Yeah I think that's definitely the key with Fifa16's very poorly implemented stamina "simulation", how much did you reduce by? I'm thinking 20 off everyone should be about right? Just a shame we can't do this for an ongoing career mode.
Grimbarian;3870513 said:I tried playing around with that and Fifa was crashing, it's possible it was something else will need to investigate, I also saw that line and though it could be ideal.
Grimbarian;3870617 said:Checked and I'd actually been playing for a while with it on 80 and made no difference, changed to 60 and again no difference so not sure what that's changing if anything![]()
// 0 - 33
BASE_DAY_1_1 = 1
BASE_DAY_1_2 = 1
BASE_DAY_1_3 = 1
BASE_DAY_1_4 = 1
BASE_DAY_1_5 = 1
BASE_DAY_1_6 = 1
BASE_DAY_1_7 = 1
BASE_DAY_1_8 = 1
BASE_DAY_1_9 = 1
BASE_DAY_1_10 = 1
// 33 - 66
BASE_DAY_2_1 = 1
BASE_DAY_2_2 = 1
BASE_DAY_2_3 = 1
BASE_DAY_2_4 = 1
BASE_DAY_2_5 = 1
BASE_DAY_2_6 = 1
BASE_DAY_2_7 = 1
BASE_DAY_2_8 = 1
BASE_DAY_2_9 = 1
BASE_DAY_2_10 = 1
// 66 - 100
BASE_DAY_3_1 = 1
BASE_DAY_3_2 = 1
BASE_DAY_3_3 = 1
BASE_DAY_3_4 = 1
BASE_DAY_3_5 = 1
BASE_DAY_3_6 = 1
BASE_DAY_3_7 = 1
BASE_DAY_3_8 = 1
BASE_DAY_3_9 = 1
BASE_DAY_3_10 = 1
//TOURNAMENT RECOVERY DATES - same for the length of tournament
TOURNAMENT_BASE_DAY_1 = 1
TOURNAMENT_BASE_DAY_2 = 1
TOURNAMENT_BASE_DAY_3 = 1
TOURNAMENT_BASE_DAY_4 = 1
TOURNAMENT_BASE_DAY_5 = 1
TOURNAMENT_BASE_DAY_6 = 1
TOURNAMENT_BASE_DAY_7 = 1
TOURNAMENT_BASE_DAY_8 = 1
TOURNAMENT_BASE_DAY_9 = 1
TOURNAMENT_BASE_DAY_10 = 1
frisgon;3870680 said:test this:
Code:// 0 - 33 BASE_DAY_1_1 = 1 BASE_DAY_1_2 = 1 BASE_DAY_1_3 = 1 BASE_DAY_1_4 = 1 BASE_DAY_1_5 = 1 BASE_DAY_1_6 = 1 BASE_DAY_1_7 = 1 BASE_DAY_1_8 = 1 BASE_DAY_1_9 = 1 BASE_DAY_1_10 = 1 // 33 - 66 BASE_DAY_2_1 = 1 BASE_DAY_2_2 = 1 BASE_DAY_2_3 = 1 BASE_DAY_2_4 = 1 BASE_DAY_2_5 = 1 BASE_DAY_2_6 = 1 BASE_DAY_2_7 = 1 BASE_DAY_2_8 = 1 BASE_DAY_2_9 = 1 BASE_DAY_2_10 = 1 // 66 - 100 BASE_DAY_3_1 = 1 BASE_DAY_3_2 = 1 BASE_DAY_3_3 = 1 BASE_DAY_3_4 = 1 BASE_DAY_3_5 = 1 BASE_DAY_3_6 = 1 BASE_DAY_3_7 = 1 BASE_DAY_3_8 = 1 BASE_DAY_3_9 = 1 BASE_DAY_3_10 = 1 //TOURNAMENT RECOVERY DATES - same for the length of tournament TOURNAMENT_BASE_DAY_1 = 1 TOURNAMENT_BASE_DAY_2 = 1 TOURNAMENT_BASE_DAY_3 = 1 TOURNAMENT_BASE_DAY_4 = 1 TOURNAMENT_BASE_DAY_5 = 1 TOURNAMENT_BASE_DAY_6 = 1 TOURNAMENT_BASE_DAY_7 = 1 TOURNAMENT_BASE_DAY_8 = 1 TOURNAMENT_BASE_DAY_9 = 1 TOURNAMENT_BASE_DAY_10 = 1
then progressively increase it; if they don't get tired with this settings there must be something wrong in some other of your ini files
nubolt;3870791 said:Many thanks for your V3 - for my play style it is nearly a new football game! Great work!![]()
Grimbarian;3870832 said:Isn't that just fatigue recovery though? I know I can force them to start with lower stamina by not letting them recover their stamina in full but that's just a backwards way of solving the problem and doesn't really help if you're out of cups and only playing once per week as players will still have recovered.
I think there really is no solution other than globally reducing their stamina in the DB, which is fine it's a solid solution, just hoping for something to tweak with my currently ongoing career mode, don't want to start a new one until we have new leagues and other things working in career mode (and possibly CM16 or similar so I can add calls to my players and such)![]()
The Wizard;3870841 said:Could you please release V 3.0 for MW Patch 1.01? Would be great. Thanks in advance.
frisgon;3870844 said:Very soon V4 with career files, a better product.ini and some adjustments in the db values
CarlosFCSM;3871117 said:require new career?
ciuffu;3871215 said:fringson are you the user sorcio of forumeye?
The Wizard;3870841 said:Could you please release V 3.0 for MW Patch 1.01? Would be great. Thanks in advance.
abdarafi;3871378 said:waiting for the updates![]()