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

Frisgon's Solid Gameplay

bromireal

Youth Team
CarlosFCSM;3870328 said:
frisgon, any ideas to increase fatigue?

yes if playing career you just have to edit these lines in the cmsettings:

Code:
[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

If you play tournaments these:

Code:
//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

Anyway I have also reduced stamina in my db
 

Grimbarian

Youth Team
frisgon;3870378 said:
Anyway I have also reduced stamina in my db

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.
 

bromireal

Youth Team
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.

I reduced by 35% and I don't know if it is enough.
But haven't you tried editing those cmsettings lines?
You may try extreme values and then increase or decrease them; you may also want to edit :

PLAYER_MAXENERGY = 100 to something like 50 and see if it works

Changing the cmsettings works with an already started career
 

Grimbarian

Youth Team
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.
 

bromireal

Youth Team
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.

Editing those lines shouldn't make the game crash; it must be something else.
There are some lines in the formsettings that makes the game crash; not these.

Get a default cmsettings and edit only those lines and you should be ok
 

Grimbarian

Youth Team
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 :(
 

bromireal

Youth Team
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 :(

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
 

Grimbarian

Youth Team
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

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) :)
 

bromireal

Youth Team
nubolt;3870791 said:
Many thanks for your V3 - for my play style it is nearly a new football game! Great work! :cool:

Thanks for the feedback! Also if you see some defects please tell them so I can try and maybe improve it.


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) :)

Db solution is better; but if you edit those lines like I said you will have your players completely tired also if you play once a week (instead I guees you should raise those values!) and you don't have to restart career.

The Wizard;3870841 said:
Could you please release V 3.0 for MW Patch 1.01? Would be great. Thanks in advance.

I'm planning to update my db to be up to date with moddingway but for now
if you are not planning to play with: Japan, Korea, Slovakia, Albania, Bosnia, Ukraine, Iceland, Croatia, Serbia or Costa Rica national teams, v3 should still work with moddingway 1.01.

Please also let me know what you like and what you don't about my gp because I'm doing some edits right now and I hope I will improve it.

Very soon V4 with career files, a better product.ini and some adjustments in the db values
 

bromireal

Youth Team
CarlosFCSM;3871117 said:
require new career?

You can keep the old db and add the career files; it should work withouth restarting the career (I changed the career values and other stuff because obviously reducing the attribus decrease the players values and had to fix those).
 

bromireal

Youth Team
V4B version available at post #1
Db and product
Better than V4: slower, tighter cpu defense, better home advantage; tactics default for now.
 


Top