Skip to content

Releases: super-continent/bbscript

v1.5.8: Support latest GGST version, stabilize other changes

Choose a tag to compare

@super-continent super-continent released this 17 Apr 17:33

This update adds support for the latest version of GGST, as well as stabilizing changes from 1.5.7

1.5.7: More ggrev2 info, better formatting for all games

Choose a tag to compare

@super-continent super-continent released this 16 Nov 19:36

Thanks to @kkots there is a ton more information inside the ggrev2 config, as well as some formatting changes that should improve the script formatting for games where arcsys closes scopes improperly.

DNF Duel Fixes

Choose a tag to compare

@super-continent super-continent released this 15 Sep 19:38

This update fixes parsing and rebuilding DNF Duel scripts and should be capable of bit-perfect DNF Duel script rebuilding. The game contains enough information to parse all instructions without including them in the config file (in order to name the instruction and get proper argument typing they must be included however).

Support for GGST v1.48 and GBVSR 2.20

Choose a tag to compare

@super-continent super-continent released this 24 Aug 06:37
v1.5.5

Bump version

GGST Unika update support

Choose a tag to compare

@super-continent super-continent released this 27 May 19:22

This release adds support for Unika, the latest character added to Guilty Gear Strive. It also includes many edits from the modding community, both adding and fixing up the names for instructions, making them easier to understand.

GGST Venom update support

Choose a tag to compare

@super-continent super-continent released this 24 Mar 17:32

Fixes Venoms script, which had old arguments for the venomBall instruction

GGST 3v3 update support

Choose a tag to compare

@super-continent super-continent released this 23 Nov 21:20

Updates GGST config to work with the latest game version, modding 3v3 should be possible now!

New GGST config, fast config updating feature

Choose a tag to compare

@super-continent super-continent released this 02 Nov 19:57
6c4ab42

This new version updates the GGST config and adds a feature that should massively reduce the work required to update a game config to the latest version.

The new feature, config-size-update, requires another config with an updated list of instructions and their sizes, and once given that and the old config, it automatically merges the data into the old config, so you preserve everything already added, while merging any new changes. BBScript should be updated for new game releases much more consistently now!

Updated GBVSR and DBFZ compatibility

Choose a tag to compare

@super-continent super-continent released this 23 Sep 20:27
2090a7a
v1.4.1

Update rust.yml

Updated for latest GGST version

Choose a tag to compare

@super-continent super-continent released this 29 Aug 23:21

This release parses all Strive scripts and can rebuild them bit-perfect. There is also a change which fixes formatting for some scripts.