Re: PC Stuttering EAFC 24
Here is the Cutscene transition fix for PC Players:
https://pixeldrain.com/u/U9xiUeLz
What i did:
In the "Scripts_UserOptions_Options_Graphics" File you got these lines in the low and medium preset:
In the high and ultra preset you got these lines instead:
So i just used the lines of the low and medium Preset and replaced the lines of high and ultra with them. Now its pretty smooth to me. Even when i pause the game its now very fluid for me. Before i had little stutters when i paused the game. So the whole time it was the clothes.
In the "Scripts_UserOptions_Options_Graphics" File you got these lines in the low and medium preset:
Code:
ClothSystem.ClientClothForceSkinned true WarpClothSystem.WarpClothEnabled False
In the high and ultra preset you got these lines instead:
Code:
ClothSystem.ClientClothForceSkinned false #Only have cloth rend side run on max four job cores ClothSystem.ClientClothWorldThreadCount 8 WarpClothSystem.WarpClothEnabled True
So i just used the lines of the low and medium Preset and replaced the lines of high and ultra with them. Now its pretty smooth to me. Even when i pause the game its now very fluid for me. Before i had little stutters when i paused the game. So the whole time it was the clothes.
And here is some bonus:
This mod has the stutter fix, but also motion blur and depth of field disabled.