Dliwk / bs2ba

Easy way to convert BombSquad mods from 1.4 to 1.5 API
MIT License
0 stars 0 forks source link

Help pls #1

Open Teals53 opened 4 years ago

Teals53 commented 4 years ago

how can i use this converter ? i wanna convert all mrmaxmeier scripts to new api

Dliwk commented 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.

Teals53 commented 4 years ago

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

Dliwk commented 4 years ago

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.

Teals53 commented 4 years ago

except these ones image

bcs these ones are already broken and not working aswell