Difference between revisions of "User:Tomato"

From Rigged Wiki
Jump to navigation Jump to search
(Updating scripts)
m
Line 21: Line 21:
* Things like the menu position will be chosen automatically based on the values of the last entries in the ball binaries.
* 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.
* 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.

Revision as of 15:11, 11 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.