FMScoutFramework icon indicating copy to clipboard operation
FMScoutFramework copied to clipboard

I can't print Players

Open shiro900 opened this issue 8 years ago • 6 comments

I tried printing the players like this:

var list = fmCore.Players.ToList();
foreach (var item in list)
{
    Console.WriteLine(item.Firstname);
}

But nothing prints out. I can print everything exept Players and PlayerStuff. Does the code not work on Football Manager 2016 ?

shiro900 avatar Apr 24 '16 02:04 shiro900

What version of Football Manager are you trying this on?

ThanosSiopoudis avatar Apr 24 '16 09:04 ThanosSiopoudis

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

shiro900 avatar Apr 24 '16 17:04 shiro900

Ah, the commited code adds support for 16.3.0 and 16.3.1

ThanosSiopoudis avatar Apr 24 '16 17:04 ThanosSiopoudis

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

shiro900 avatar Apr 24 '16 18:04 shiro900

For Windows, Cheat Engine is a very nice and easy to use software.

liberostelios avatar Apr 25 '16 00:04 liberostelios

hello i have interesting about this framework

but i have no idea about find offset

anyone gave to me some tips?

limkyung avatar Aug 10 '16 02:08 limkyung