Skip to content
/ bs2ba Public

Easy way to convert BombSquad mods from 1.4 to 1.5 API

License

Notifications You must be signed in to change notification settings

Dliwk/bs2ba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bs2ba

Easy way to convert BombSquad mods from 1.4 to 1.5 API

$ python -m bs2ba --help
usage: bs2ba [options] file

Easy way to convert mods from 1.4 to 1.5 BombSquad API

positional arguments:
  file        input file

optional arguments:
  -h, --help  show this help message and exit

YOU MUST KNOW FOLLOWING:
  - bs2ba does not convert milliseconds to seconds
  - create Player and Team classes for games;
      pass these classes to .getplayer() methods
  - check on_transition_in: music argument replaced
      with default_music attribute of game class
  - Check ba.Timer instances; for one-shot timers use ba.timer()

About

Easy way to convert BombSquad mods from 1.4 to 1.5 API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages