About this mod
Fixes cutscene stutter on Ultra settings 4k + keeps hair movement. Mod is still working after latest title update 17 no need to update.
- Requirements
- Permissions and credits
Thanks to Bogo36 I learned how to do this :) I tried to do the same as he described but noticed the hair movement stopped.
Simple fix if you want to do it again in future, using FE Tool:
1. select Tools - InitFs Editor
2. locate Scripts/UserOptions/Options/Graphics.lua
3. Copy and paste the following over where it already exists and click Save Changes then Export it as a mod.
-- FIFA_END
]=],
[Quality.Ultra]=[=[
WorldRender.CullScreenAreaScale 1.75
Mesh.GlobalLodScale 1.5
Mesh.ShadowDistanceScale 1.75
Mesh.TessellationEnable 1
Mesh.TessellationMaxFactor 15
MeshStreaming.PoolSize 170000
VegetationSystem.MaxActiveDistance 350
VegetationSystem.MaxPreSimsPerJob 8
VegetationSystem.SimulationMemKbClient 4096
Render.EdgeModelViewDistance 150
WaterInteract.WaterQualityLevel Ultra
-- same as gen5
Crowd.LodScale 3
Grass.PatchWidthScale 1.5
# Increase Player LOD - 0 = same look as 1080p - 4 = per pixel equality to 1080p - 8 = LODs mostly 1. 12 = all characters at least LOD1, sometimes LOD 0
FifaTransformSpaceSettings.PlayerLodPercentageScale 8
ClothSystem.ClientClothForceSkinned false
-- don't load warpcloth assets
WarpClothSystem.WarpClothEnabled False
Below are the lines which are replacing the last 4 lines of the default settings, so really you only need to copy and paste these into the bottom of the Ultra settings list and delete any empty line keeping a space between the next line:
ClothSystem.ClientClothForceSkinned false
-- don't load warpcloth assets
WarpClothSystem.WarpClothEnabled False
No other settings have been modified.
Enjoy and thanks!