/AddStadiumstoFM

Tutorial on how to add new stadiums to FIFA Manager 14 automatically

Primary LanguagePython

Adding stadiums to FIFA Manager 14

This tutorial explains how to get the latest custom 3D stadiums to your game.

Prerequisites:

  • FIFA Manager 14
  • Latest Python version, download here
  • py7zr library, user guide here

Steps:

  1. Download archives from here by right clicking the date folder (eg. 2022-03-05). Extract the ZIP file to anywhere you want.
  2. You should see country names and National Teams as folders.
  3. Install Python's latest version from the link above.
  4. In this repository, click Code, then click Download ZIP.
  5. After downloading the ZIP file, navigate to AddStadiumstoFM-main then drag the extracttool.py and install.ps1 to where you extracted the archive (eg. inside 2022-03-05)
  6. Right click, then click "Run with PowerShell".
  7. You will be asked to locate the FULL PATH where you installed the game, this is by default C:\Program Files (x86)\Origin Games\FIFA Manager 14\
  8. Press Enter, then the script will start adding stadiums

Update, 9/5/2022

  • I made an easier installation process with PowerShell script use.

Optional:

  • You can use extracttoolspecific.py if you don't want to extract everything, you can just input a country name and only extract its stadiums.

Troubleshooting:

  1. Q: I can't do the step 2. It gives an error of The term "pip" is not recognized as the name of a cmdlet, function, script file, or executable program.

    A: Add Python to PATH variable. Here's how.

Contact:

Extra links that could be useful: