Shiro

Results 5 comments of Shiro

I believe it is football manager v16 2 0. `Steam_16_2_0_Windows.cs` is what i think we should be looking at.

Thanks, I will try that. On a sidenote, what software are you using to find the correct memory addresses and offsets ?

For me the Players list is always null.. Does it not work on FM16 ?

Same problem, please provide a solution for FM2016.

You have to use `Thread.Sleep(1000);` before you call something like `var list = fmCore.Clubs.ToList();` because the loading is running async and it needs time to load.