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
73 stars 26 forks source link

Player Query not working #42

Open jamesmcc opened 8 years ago

jamesmcc commented 8 years ago

I am keen to help out and try to get this project up and working.

I am using FM 15.3.2 on 64bit Windows 10 and seems the player offsets are incorrect, ie all the players names are just "-" and the clubid's are zeros

The example club search does work though so that is working for me.

From comments on this project page I assume the player search offsets is not working for anyone yet. I am not experienced in finding these offsets but guess I can fire up a memory editor and see if I can work things out.

Guessing things would be best to wait for FM16 and try and put energy into getting things to work there

joshlit commented 8 years ago

The new person/player changes committed a few weeks ago have made stuff very confusing and broke a lot of stuff on Windows. PersonVersionOffsets.Person is wrong (should be 0x00, not sure why this exists though), PersonVersionOffsets.Player should be -0x158, PersonOffsets.Firstname should be 0x38 instead of 0x18 (it's shared with Linux/Mac atm) etc

I'll look into fixing it

jamesmcc commented 8 years ago

I have made those changes and you are correct with the offsets you mentioned. Made the same offset change to the other person records which now seems all good but it also seems the player stats is different again.

tale07 commented 8 years ago

I also have the same problem.Does anyone found solution, or does it work with FM2016?

shiro900 commented 8 years ago

Same problem, please provide a solution for FM2016.