Skip to content

Madden NFL 23 Roster Modifications for Axis Football 2023

Notifications You must be signed in to change notification settings

vskaush2/AxisFootballMods

Repository files navigation

Axis Football 2023 NFL Roster Mods

We use Python to change the default football rosters in Axis Football 2023 into custom Madden NFL 23 rosters. We update the baseline mods from this link.

Downloading Requirements

Importing Project

  • Open PyCharm and select Get from VCS.
  • Enter this project's .git link.
  • Specify the download location to be the PyCharmProjects folder.

Installing Project Dependencies Automatically

  • You may be prompted by PyCharm to install a Virtual Environment based on the requirements.txt file.
  • Follow the onscreen instructions to do so.
  • Make sure you specify your installed Python 3 for creating the Virtual Environment.

Installing Project Dependencies Manually

  • Open PyCharm Settings and locate the Project: AxisFootballMods pane.
  • Click on Project Interpreter.
  • Add a new VirtualEnv environment with your system Python.
  • Restart PyCharm and open its localTerminal located in the bottom of the PyCharm window.
  • Type the command pip3 install -r requirements.txt to install project dependencies.

Jupyter Server Instructions

  • Open the local Terminal on PyCharm.
  • Type the command jupyter notebook to open up a new Jupyter Server.
  • Click on the AxisFootballModsDemo.ipynb file to open the notebook.
  • Run each code cell using the toolbar on top of the window.

Changing Game Files Instructions

  • On Steam, right click on Axis Football 2023 in the left window pane.
  • Click on Manage > Browse local game files.
  • Overwrite the game's current Mods folder with the Mods folder inside this project's directory.
  • Run the game in Steam.
  • In the game, click on Settings > Data and turn on Use Mods
  • Restart and run the game !

About

Madden NFL 23 Roster Modifications for Axis Football 2023

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published