Guilty Gear Xrd Modding Guide - super-continent/bbscript GitHub Wiki

To start modding, you're going to want to get a copy of my other tool rev2hook. Once you have that, you can load mods and rip the character scripts from the game!

Once you have the script, simply open up cmd and run bbscript parse --game ggrev2 <script file here> <readable output here> and it should parse the script into a readable format! To rebuild the script into a usable format for the modloader, just run bbscript rebuild ggrev2 <readeable script name here> <output usable file here> and then place the script into your modloaders rev2_mods folder as CHARACTER_SHORTNAME.bbscript

As long as mods are enabled, it should work once you start a new match! Mods should work for online play if both players have the modloader and exact same scripts loaded in.