Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't print Players #52

Open
shiro900 opened this issue Apr 24, 2016 · 6 comments
Open

I can't print Players #52

shiro900 opened this issue Apr 24, 2016 · 6 comments

Comments

@shiro900
Copy link

shiro900 commented Apr 24, 2016

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
Copy link
Owner

What version of Football Manager are you trying this on?

@shiro900
Copy link
Author

shiro900 commented Apr 24, 2016

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
Copy link
Owner

Ah, the commited code adds support for 16.3.0 and 16.3.1

@shiro900
Copy link
Author

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

@liberostelios
Copy link
Collaborator

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

@limkyung
Copy link

hello i have interesting about this framework

but i have no idea about find offset

anyone gave to me some tips?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants