What's this?
Ever wanted to build your own FMScout, FMRTE? Ever wanted to do crazy stuff to the ingame database, but no button in FMRTE which provided the function? Now you can build everything you want on your own!
This is a framework for developers only! Please read the tutorial.
Version 1.1.2 out, complete version. DVD 10.1.1 support added.
After the tremendous success of last years project, there is a new version of the FM Scout/Editor Framework. FMSE can be and is used to create scouts and editors for Football Manager 2010 by using any .Net language! The framework is just a single ready-to-use assembly, which can be included in any .Net project (both Visual Basic and C#). The Framework gives you the ability to query the database using LINQ, make changes to the game's objects, and produce your own personalized scout or editor!
The framework has extended since last year, which means: more properties to play with and way better speed!
The framework is fully opensource, feel free to contribute! (Google code link below)
Key features
* Query the ingame database
* Find players, clubs, staff, cities, continents, stadiums, teams, etc.
* Make realtime changes to the in-memory database
* Create complex filters
* Get the active player, and show his stats immediately
* Perform batch operations on a whole bunch of persons
* Used (partly) by FMScout, FMRTE, MiniSE and many more
* Driven by the community
New additions
* Advanced caching to optimize speed
* Rating system based on Genie's
What do I need?
If you are making an editor, or you only want to get the Active Player or something, use 'new FMContext(DatabaseModeEnum.Realtime)'.
If you are making a scout, and want massive performance when searching; ratings etc, use 'new FMContext(DatabaseModeEnum.Cached)'; don't forget to download FMSE.Utils, as this will give you a free ratings system.
- Realtime mode, loads extremely fast (within a second on almost every game). Queries will take quite a while. Possible to edit things!
- Cached mode, loads quite fast (200.000 person db, 13 sec, + 2 sec for ratings). Queries perform almost always under the 100 ms. Not possible to edit things!
Demo App: Scout tool
Just a basic application to do a showoff. The app is very limited. Deal with it. Works for the NON-STEAM version only at this point.
Features:
* Search for players by CA, PA, (Genie) Rating, Age, Position, Club
Just a little app to make the wait less harder for Immuners new version.
Links
* Google Code Project
* Ready to use assemblies (core)
* Basic tutorial
* Demo App: Scout tool (includes source)
* For Ratings download the FMSE.Utils
* Official forum thread @ SI forums
Link at the top of this page is the Demo App: Scout tool.
Credits:
Thanks to Dr.Bernard for updating this framework for FM 2010! Also, major thanks to ruci, for finding like 98% of all new offsets.
Discussion: Scout / Editor Framework 2010
3 comments have been posted so far.
This helps me a lot wit my project PES Editor (really usefull for FM to PES DB conversion). I appreciate this work! :clap :beer
anyone know what's the problems?
thanx for whom created it :beer