Documentation
Readme
View as plain text
Cutscene Stutter Fix + Hair Movement Mod TU16 by lboy2016
1. Download the zip file and extract it.
2. Apply mod using FIfa Mod Manager.
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, select Tools -InitFs Editor. Then, locate Scripts/UserOptions/Options/Graphics.lua
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
Enjoy and thanks!