Dmitri
Reserves
Compiler and decompiler for scene files (.cs), which are used in EA's football games.
Scene files are used to define which assets should be loaded for the scene (3D-match, player preview or other scene).
Scene files use such called "Accessors" - indices (only in FIFA06 layout) or names for variables defined in game engine (.exe or .dll).
Scene files are used in FIFA 2003 - FIFA 10, and related games (Euro, World Cup, Champions League, FIFA Manager).
Since FIFA11 EA started to use .lua files to configure scene loading.

Compiler compiles .xml files into .cs files.
Decompiler decompiles .cs files into .xml files.
By default, the tool compiles all .xml files (Compiler) or decompiles all .cs files (Decompiler)
in current folder.
Possible file layout types are: FIFA06, CL0405, FIFA2005, FIFA2004, FIFA2003
Check the README file for more information.
Source code & latest version:
https://bitbucket.org/fifam/fifascene
Download
Download "Release.zip" from bitbucket:
https://bitbucket.org/fifam/fifascene/downloads/
Scene files are used to define which assets should be loaded for the scene (3D-match, player preview or other scene).
Scene files use such called "Accessors" - indices (only in FIFA06 layout) or names for variables defined in game engine (.exe or .dll).
Scene files are used in FIFA 2003 - FIFA 10, and related games (Euro, World Cup, Champions League, FIFA Manager).
Since FIFA11 EA started to use .lua files to configure scene loading.


Compiler compiles .xml files into .cs files.
Decompiler decompiles .cs files into .xml files.
By default, the tool compiles all .xml files (Compiler) or decompiles all .cs files (Decompiler)
in current folder.
Possible file layout types are: FIFA06, CL0405, FIFA2005, FIFA2004, FIFA2003
Code:
-------------------------------------------------------------------------------------------------
Layout | Games
-------------------------------------------------------------------------------------------------
FIFA06 | FIFA 06, FIFA 07, FIFA 08, FIFA 09, FIFA 10, WC 2006, CL 2006/2007, EURO 2008,
| FM 09, FM 10, FM 11, FM 12, FM 13, FM14
-------------------------------------------------------------------------------------------------
CL0405 | CL 2004/2005, FM 06, FM 07, FM 08
-------------------------------------------------------------------------------------------------
FIFA2005 | FIFA 2005, TCM 2005
-------------------------------------------------------------------------------------------------
FIFA2004 | FIFA 2004, EURO 2004, TCM 2004
-------------------------------------------------------------------------------------------------
FIFA2003 | FIFA 2003
-------------------------------------------------------------------------------------------------
Check the README file for more information.
Source code & latest version:
https://bitbucket.org/fifam/fifascene
Download
Download "Release.zip" from bitbucket:
https://bitbucket.org/fifam/fifascene/downloads/
Last edited: