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

Difference between revisions of "User:Tomato"

From Rigged Wiki
Jump to navigation Jump to search
m
(Updating scripts)
Line 9: Line 9:
[https://drive.google.com/file/d/0B40o12AUxPJHMldQUjVvOG1OODg/view?usp=sharing Ball] - Plug and Play
[https://drive.google.com/file/d/0B40o12AUxPJHMldQUjVvOG1OODg/view?usp=sharing Ball] - Plug and Play


[https://drive.google.com/file/d/0B40o12AUxPJHTXhYOTJpRzFPYWc/view?usp=sharing Source code] - Built on Python 3.5.1, depends on PyQt5 <br><br>
[https://drive.google.com/file/d/0B40o12AUxPJHTXhYOTJpRzFPYWc/view?usp=sharing Source code] - Built on Python 3.5.1, depends on PyQt5
 
[https://drive.google.com/file/d/0B40o12AUxPJHWXpHYmJwdndYMVk/view?usp=sharing ball_nogui] - No GUI, binary editing only, Python required <br><br>


* The "Folder" button chooses the destination folder, everything else should be self-explanatory.
* The "Folder" button chooses the destination folder, everything else should be self-explanatory.
Line 18: Line 20:


* 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.

Revision as of 13:56, 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.