Hi guys, Im a modder for Street Fighter V and I need to edit a file of this game.
I just can not figure out how to calculate a value for index, I show you what I mean:
Update 1 file: 96 60 A8 5F 6A 8B 42 4A AA 57 04 9E F2 54 C4 9E
Update 2 file: 13 2C 4D 4E A8 5D 6F 4E 9B 3F A4 E0 2F 31 A2 C6
These values have changed a lot, for a modify of only 18 bytes, now surely there is a mathematical calculation to do update these values, but it is not my field of work.
It is not the only values that have changed, but the others are able to understand how they work, example:
Update 1: 02 00 00 5E 06
Update 2: 02 00 00 76 06
Update 1: 00 00 00 6D 03 00 00 F1 02
Update 2: 00 00 00 85 03 00 00 F1 02
This value is change of 18 byte such as those that have been added for the update 2.
Update 1: 98 00 00 00 00 00 00 00 12
Update 2: 9C 00 00 00 00 00 00 00 12
Instead these values change of 4 bytes like as the four things that have been added.
I understand these things just a little, surely some of you will know what kind of steps should I do.
File Update 1
https://www.dropbox.com/s/djjemgq5vz1s2ze/BattleSetupDataAsset1.uasset?dl=0
File Update 2
https://www.dropbox.com/s/94nq96ddwsd5pmr/BattleSetupDataAsset2.uasset?dl=0
Thx for help and sorry for my bad English^^