Using CE to modify the FGO data

In Fate/Grand Order, it is incredibly tedious to play the same stage hundreds of times. Is there any way to avoid this? Since there are already some created scripts (https://github.com/hgjazhgj/FGO-py), I do not need to implement my own version. The final difficulty is what if I’m unable to defeat the boss. The following are the complete instructions for using Cheat Engine to modify the abilities of characters:

Assume that you are utilizing an Android emulator. Launch the game and CE, then select the proper procedure (for example, VMhandle.exe). Then, note the character’s level and attack of the character you want to modify. Choose any stage, once the combat has begun, return to CE, select group search, and configure two options, one 4 bytes for the level and another 4 bytes for the attack. Following a process search, an address will be displayed indicating what CE found. Right-clicking on that address will reveal numerous assembly orders and Hex data. Right-clicking the Hex data and displaying it in 4-byte decimal will reveal that the first line contains the level and the attack, while the second line contains the maximum HP and the current HP. The third line contains the minimum NP required to use ultra, while the fourth line displays the current NP (8000 means 80NP). Change the number of the attack and NP, then add these addresses to the original CE editor and activate it. The data on the emulator’s display will change. Therefore, you may utilize as many ultras as you like.

However, as of a few years back, the developer of FGO altered the rules of combat. The character’s address will change after each combat. Finding the offset is one possible solution to this problem. Right-click the address to monitor its modifications, and then CE will automatically discover and store all the altered addresses associated with it in a file. This should be repeated multiple times, with the.exe-ending address being the offset. Using the determined offset, add a line to the assembly orders, alter the data, and activate the script. It may function till the FGO collapses.

Add a Comment

Your email address will not be published. Required fields are marked *