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 Recipesbutton 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 Recipesagain to refresh the currently stored combo recipes - Press the
Exportbutton next to the corresponding slot to export the combo file, resulting in a.ggcrfile - Press the
Importbutton next to a slot to import a combo from a.ggcrfile.
Dummy Recordings
- Press the
Read Dummy Recordingsbutton to read the currently stored dummy recordings. - Record your dummy and note which slot you selected
- Hit
Read Dummy Recordingsagain to refresh the currently stored combo recipes. - Press the
Exportbutton next to the corresponding slot to export the dummy recording, resulting in a.ggdrfile. - Press the
Importbutton next to a slot to import a dummy recording from a.ggdrfile.
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
0or1depending 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 43in 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!