Sadly, I took 30 minutes tweaking graphics settings, can't find one to fit my gameplay. Also tried to copy Emran Ahmed settings, same thing.
The "PlayerLODPercentageMultiplier" needs to be at least at 150.0 to 1000.0 to see every things while playing (sock mod etc). Considered the default LOD is simply locked at 1.0. The difference is pretty much.
For the second solution, I still don't understand what you explain. Maybe if you can do it yourself.
Let me illustrate what i did. In the body directory i see sock_0_6_0 for example. You said, I have to rename it sock_2_6_0 or sock_1_6_0. Then after doing it and regenerate this particular sock is still invisible.
On the another hand, assuming that I want to use your low sock mod to replace the default one. It will be same thing, i mean invisible?
Lastly, how do I delete outfit styles assignments?
Well, i will give you alternate solution mate. Please wait okey..
I been busy in few days ago
If you want delete the style assigmment, go to lua/assignments/playeroutits (delete all) or delete the folder
@Kayuhitam - is there an option to assign accesories for summer/winter as it was possible in ModdingWay Patch?
Yes, i can seperate them in future updates but can you try it first?
I make in one package setjerseysleeve and assignwinter.. into jerseysleeve type because i found a bug in Fifa 14. So, if in fifa 16 not give a bug, i will seperate them.
How to:
Add jersey sleeve style to specific player then assign style
Go to lua/assingments/playeroutfits/sort by last modified-open the top lua.
The assignment will like this
SetJerseySleeve(id,style)
AssignWinterAccessory(id,style)
You can edit manually the style, example:
SetJerseySleeve(id,7)
AssignWinterAccessory(id,1)
Then test it in the game.. test it summer or etc except winter --it will look as style no.7
Then test it in winter--if the style will use style no.1 it mean no bug in Fifa 16. But if give an error caused by crashing the code assignment it will not shown style no.1
If you test them, i will add them in future updates
Maybe i can add some assignments again but it more complicated like assignSleveeandUndershirt -it can assign for specific weather and climate
Notes:
Sorry, i misunderstanding. Did you mean accesories right? Obviously i dont know, in accessory.lua -- seasonal = longsleeve then some accessory cant be used in longsleeve like no.8 etc
I dont know exactly what moddingway patch because im new here. You can give the lua, i will adapt the lua to my lua