Open Teals53 opened 4 years ago
For the first, clone this repository.
You can get some help following way: python -m bs2ba --help
python -m bs2ba mySuperAwesomeMod.py > my_super_awesome_mod.py
will create new patched file 'my_super_awesome_mod.py'. In the most cases this file isn't ready for use BombSquad 1.5 mod, you need to fix some errors yourself.
This tool can't correct patch mod what redefines some methods. Create a 'plugin' and redefine needed functions (they can change location) yourself.
can u update old mrmaxmeier scripts for the new api ? so everyone can use that ? bcs im not good at on coding if there have some errors who need manual fix after patch
No, this tool isn't magic, it can't patch any mod itself. Ask programmers you know.
I can try patch some Mrmaxmeier mods when I have free time if you have no one to ask.
except these ones
bcs these ones are already broken and not working aswell
how can i use this converter ? i wanna convert all mrmaxmeier scripts to new api