Update 2.02 of GG Rev2 added the option to record and store 'combo recipes' which are a more limited but customizable form of combo trials. ArcSys however didn't give us the option to save these combo recipes and share them with are friends, rendering the option to record your own trials and practice them fairly pointless. After all, you already performed it!
This tool allows you to export and import combo recipes stored in slots 1 through 5. Recipes are stored in 1028kB
sized files, containing information about which character the combo is for and room for up to 31 moves.
Additionally, this tool can exprt and import dummy recordings stored in slots 1 through 3. These dummy recordings contain raw input data for each input (directions and buttons) on each frame, and are stored in 4804kB
sized files.
Make sure you unzipped the tool and put it in a location that has read/write access. Make sure Guilty Gear Xrd Rev2 is running.
Combo Recipes
- Press the
Read Combo Recipes
button to read the currently stored combos. If all went well, the import and export buttons will be enabled and the character names for your currently saved combos will be displayed. - Record your combo.
- Save your combo to one of the slots
- Hit
Read Combo Recipes
again to refresh the currently stored combo recipes - Press the
Export
button next to the corresponding slot to export the combo file, resulting in a.ggcr
file - Press the
Import
button next to a slot to import a combo from a.ggcr
file.
Dummy Recordings
- Press the
Read Dummy Recordings
button to read the currently stored dummy recordings. - Record your dummy and note which slot you selected
- Hit
Read Dummy Recordings
again to refresh the currently stored combo recipes. - Press the
Export
button next to the corresponding slot to export the dummy recording, resulting in a.ggdr
file. - Press the
Import
button next to a slot to import a dummy recording from a.ggdr
file.
The latest release can be found here.
- Load up training mode in GG
- Load up Cheat Engine and attach to "GuiltyGearXrd.exe" process
- Record and save a dummy recording on slot 1
- Search for
0
or1
depending on which side your dummy started recording (0 for left side, 1 for right side) - Record and save a dummy recording on the opposite side
- Repeat until you're pretty sure you got the right address. This can be confirmed by highlighting the address and hitting ctrl B to view memory, the first 4 bytes are occupied by the direction, 4 bytes after this store the length of the recording
- Right-click on address for direction -> Pointerscan -> OK
- Restart GG and re-do steps 1-7 until you end up with a pointer that's always consistent
- Load up training mode in GG
- Load up Cheat Engine and attach to "GuiltyGearXrd.exe" process
- Record and save a combo on slot 1 using Venom and start it with a 2S
- Search for byte array
09 00 00 00 4E 6D 6C 41 74 6B 32 43
in memory - Right-click on this address -> Pointerscan -> OK
- Restart GG and re-do steps 1-7 until you end up with a pointer that's always consistent
Disclaimer: This tool was put together as a quick and dirty way to share combos. It is by no means foolproof and probably has some bugs, so let's slap a "use at your own risk" label on this just in case. Feel free to report bugs or even submit a pull request yourself!