Skip to content

keylimesoda/MaddenToCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MaddenToCSV

Powershell script which allows the Madden Companion Application to export directly to CSV files on your local computer.

Usage Notes

  • Before 1st run, you must enable powershell scripts on your computer
    • Open a powershell window as administrator
    • Type "Set-ExecutionPolicy Bypass"

UI

  • Download the MaddenToCSV_UI.ps1 script
  • In Windows Explorer, right click on the script and select "Run with Powershell"
  • All files exported from the companion app will be placed on your Desktop

Command Line

  • Download and run the MaddenToCSV.ps1 script

  • options (none are required)

    • -ipAddress <0.0.0.0> specify local IP address to use for listening to app
    • -outputAMP output AMP Editor compatible roster file
    • -scrimTeam1 choose a team to swap with Bucs
    • -scrimTeam2 choose a team to swap with the Saints
  • Enter the server address shown on the PowerShell window into your Madden Companion App, and Export

  • .CSV files will be saved onto your PC

  • The script will run indefinitely. Close the window when you're done.

FYI

  • Team names are not included in the stats and roster files. They must be mapped from the table in leagueInfo.csv using the TeamID.
  • The app exports 8 stat tables for each week: (schedules, defense, kicking, punting, passing, receiving, rushing, teamstats)

About

Powershell script which allows the Madden Companion Application to export directly to CSV files on your local computer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages