
#Dying light cheat engine trainer 1.5.0 how to#
If you know how to do hex editing, you can do all of this easilyĮven better theres an extra bonus in thereĪn experimental method of "conversion" to the PC version save file (thanks to oODemonBoyOo from xenoversemods) so the tools that already exist for the PC version on xenoversemods can be used to edit your save file then you can convert it back to the Switch version!Īs always, be sure to keep backups in case something goes wrong and your save gets wiped due to save corruption. Here is a compilation of Dragon Ball Xenoverse 2 save editing research so far with credit to everybody who helped with it Found and confirmed with the same logic about the transformation awakening skills. 0xF428 is the beginning of the evasive skills block.
#Dying light cheat engine trainer 1.5.0 update#
More blocks are added with each update + DLC activated. You can unlock all the awakening transformations by setting the beginning of each slot of data to 01 which the save editor does for only the super skills. There is no mistaking it because there are no other matching results for each search of the ID. That is confirmed the awakening skills by cross referencing with the IDs from the PC version save editor, converting them to hexadecimal, reversing the bytes, and searching the values in the decrypted save file in a hex editor. The awakening skills block is definitely at 0x15428 Replace the old value with it ("FF E0 F5 05 00").Īlso, keep in mind that if you copy and paste the new values usually you will want to overwrite the old values with the new ones and not insert the new values, as inserting them will cause the file size to increase, which might cause problems with it.

So, if you find "BB 76 01 00 00" for example, and you want to make it "5F5E0FF" (99,999,999 in decimal), you need to:ģ. Even it by adding a "0" in front of it ("0176BB").Īfter you find the value that you are looking for, you need to do the same thing with the new value that you want to replace it with. So new values need to be reversed before replacing the old values.įor example, say that a file uses a reversed byte order, and you want to find the hex value "176BB" (95,931 in decimal).ġ. The byte order of a file is sometimes reversed from what you might expect. The hex editor "HxD" shows the column numbers above each column. on the left, and columns with "00"-"0F" to the right.

In this case, the beginning of a save file. If I am correct, the offset is the distance from a specified starting point.

I have made a simple one through the link down below. The decrypted save file cannot be opened with save editors that are meant for PC/XBone/PS4 versions. This is a tool to decrypt and re-encrypt your DBXV2 save file (savefile1.dat).
