FMScoutFramework
FMScoutFramework copied to clipboard
A Real-Time Football Manager scout tool framework written in .NET/Mono for Windows/Linux/OS X
Like the title says. I know you probably get a lot of messages asking when or if this project is going to be updated. I am not a sophisticated programmer...
I've downloaded the latest version and playing with FM2016 16.3.2 I've created a lightweight app that shows all players of your own team with CA & PA. However the list...
Hi, I'd used this framework when it was originally released, and come across some work I'd done in 2009 on an old hard drive....so pleased to see the framework is...
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...
Could you make this into a NuGet package? So I can simply download and reference the library without cloning the source code.
System.NullReferenceException: Object reference not set to an instance of an object. at FMScoutFramework.Core.FMCore.GetListFromStore[T]() setup solution as in http://www.fmscout.com/a-fmscout-framework.html for visualstudio builded dll and app when debugging it points me to...
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...
The age is calculated based on DateTime.Today which is the local pc datetime not the ingame date.