The logo poll for the 2025 4chan Summer Cup is now open.
You can vote here. Logos are in this gallery.

Difference between revisions of "User:Tomato"

From Rigged Wiki
Jump to navigation Jump to search
(Adding scripts)
m
Line 37: Line 37:
* Put the EDIT00000000 file in the script folder and run the script. Team 1 will overwrite Team 2, and Team 2 will lose its players.
* Put the EDIT00000000 file in the script folder and run the script. Team 1 will overwrite Team 2, and Team 2 will lose its players.


* The README.txt contains examples of correct syntax when entering the team names
* The README.txt contains examples of correct syntax when entering the team names.


* '''This script is experimental and only slightly tested. PLEASE backup your EDIT00000000.'''
* '''This script is experimental and only slightly tested. PLEASE backup your EDIT00000000.'''

Revision as of 13:33, 19 June 2016

/a/ tester

Tools

Some Python scripts that make my life easier.

Ball

A horribly bloated all-in-one abomination that should make editing the ball binaries easier.

Ball - Plug and Play

Source code - Built on Python 3.5.1, depends on PyQt5

ball_nogui - No GUI, binary editing only, Python required

  • The "Folder" button chooses the destination folder, everything else should be self-explanatory.
  • Ball ID should be over 100 for now. The field can also be left as 0 if you have chosen the .bin files. If 0, the script will take the last entry in Ball.bin and add 1 to it.
  • Folder can also be left empty. If empty, the folder the script is in will be used as the destination.
  • Things like the menu position will be chosen automatically based on the values of the last entries in the ball binaries.
  • The nogui version is for quick binary editing. It can only edit the ball binary files, but is useful if you need to add multiple ball entries quickly. Ball.bin and BallCondition.bin have to be in the same folder as the script.

Sleeves

A simple script for quickly changing the sleeve type of a team's players.

Sleeves - Requires Python

  • Simply put a TEXPORT file in the script folder and run it. The script edits every player.

Transfer

An experimental script that should allow people to quickly copy their teams to other slots.

Transfer - Requires Python

  • Put the EDIT00000000 file in the script folder and run the script. Team 1 will overwrite Team 2, and Team 2 will lose its players.
  • The README.txt contains examples of correct syntax when entering the team names.
  • This script is experimental and only slightly tested. PLEASE backup your EDIT00000000.