Mlp logo.png Congratulations /mlp/! Mlp logo.png
Winners of the 2024 4chan Spring Babby Cup

User:Tomato

From Rigged Wiki
Revision as of 02:56, 4 February 2017 by Tomato (talk | contribs) (Updating to PES17)
Jump to navigation Jump to search

Skype: atesteracc
Discord: Tomato#3918
IRC: Tomato

I also always have the thread open when I'm online, you might be able to reach me there as well.

Tools

Some Python scripts that make my life easier.

Transfer

An experimental script that should allow people to quickly copy their teams to other slots. Can also transfer aesthetics exports now.

Transfer - No requirements, updated 02:56, 4 February 2017 (UTC)

Source code - Built on Python 3.5.2, brace for spaghetti

  • For exports, put a TEXPORT file in the script folder and run the transfer.exe. The team and player IDs in the TEXPORT will be modified to match the new slot.
  • For aesthetics, put an aesthetics export in the script folder and run aesthetics.exe. The team IDs in the aesthetics export will be modified to match the new ID.
  • The README.txt contains examples of correct syntax when entering the team names.
  • The script is now slightly more tested, but taking backups is still recommended. Please complain if something catches fire and it might be fixed.

Editor

Source code will be published here to avoid cluttering the PES17 pages further. It's not very well commented so you might want to hit me up if you want to get deep into the spaghetti.

Source code - Python 3.5.2

Official .exe builds are built with pyinstaller. You can get a good idea about the options by reading the docs, or you can hit me up and pitch your changes.