ThanosSiopoudis / FMScoutFramework

A Real-Time Football Manager scout tool framework written in .NET/Mono for Windows/Linux/OS X
GNU General Public License v2.0
76 stars 28 forks source link

I can't print Players #52

Open shiro900 opened 8 years ago

shiro900 commented 8 years ago

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 ?

ThanosSiopoudis commented 8 years ago

What version of Football Manager are you trying this on?

shiro900 commented 8 years ago

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

ThanosSiopoudis commented 8 years ago

Ah, the commited code adds support for 16.3.0 and 16.3.1

shiro900 commented 8 years ago

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

liberostelios commented 8 years ago

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

limkyung commented 8 years ago

hello i have interesting about this framework

but i have no idea about find offset

anyone gave to me some tips?