Open save file(Slot1 and Slot2 file) by hex editor. (HxD is free hex editor)
Then change below value
49 73 44 65 76 65 6C 6F 70 65 64 00 0D 00 00 00 42 6F 6F 6C 50 72 6F 70 65 72 74 79 00 00 00 00 00 00 00 00 00 00
to
49 73 44 65 76 65 6C 6F 70 65 64 00 0D 00 00 00 42 6F 6F 6C 50 72 6F 70 65 72 74 79 00 00 00 00 00 00 00 00 00 01
These values mean 'IsDeveloped / BoolProperty / True or False'
After change the value from 0 to 1, you can by all parts in shop.
Tried doing it but didnt work.Thanks. Can confirm that this works. Just to add, use the replace/replace all function to change all matching values (hex).
Tried doing it but didnt work.
Used checkpoint. HxD then find those values and changed the last 00 to 01. 10th place after 79 and still nothing. What am i missing? I also only have one save file (slot 1).
Yep I did restore it. So maybe it wont work if i didnt to the replace method? Because everytime i edit the 0 to 1 it turns to red only but after saving. Normal. I will try that.Make sure to use the Replace -> Hex -> Search Direction (All) -> Replace all. Also, did you restore the save after editing it? Do make a copy of the unaltered save somewhere before you proceed (just in case).
4F 77 6E 65 64 4E 75 6D 00 0C 00 00 00 49 6E 74 50 72 6F 70 65 72 74 79 00 04 00 00 00 00 00 00 00 00 xx
xx is the current amount you have in Hex. Just replace all to a suitable value (e.g. 32 for 50x amount) for example:
4F 77 6E 65 64 4E 75 6D 00 0C 00 00 00 49 6E 74 50 72 6F 70 65 72 74 79 00 04 00 00 00 00 00 00 00 00 32
Yep I did restored it. So maybe it wont work if i didnt to the replace method? Because everytime i edit the 0 to 1 it turns to red only but after saving. Normal. I will try that
Found the address for attachments:
Code:4F 77 6E 65 64 4E 75 6D 00 0C 00 00 00 49 6E 74 50 72 6F 70 65 72 74 79 00 04 00 00 00 00 00 00 00 00 xx xx is the current amount you have in Hex. Just replace all to a suitable value (e.g. 32 for 50x amount) for example: 4F 77 6E 65 64 4E 75 6D 00 0C 00 00 00 49 6E 74 50 72 6F 70 65 72 74 79 00 04 00 00 00 00 00 00 00 00 32
There's 147 attachments total in the game. Now I want to find the address for amount of slots per part...
Here's how to add slots.
Slot 1:
Find
41 74 74 61 63 68 6D 65 6E 74 49 44 31 00 0D 00 00 00 4E 61 6D 65 50 72 6F 70 65 72 74 79 00 0C 00 00 00 00 00 00 00 00 08 00 00 00 49 6E 76 61 6C 69 64 00 0E 00 00 00
Replace
41 74 74 61 63 68 6D 65 6E 74 49 44 31 00 0D 00 00 00 4E 61 6D 65 50 72 6F 70 65 72 74 79 00 09 00 00 00 00 00 00 00 00 05 00 00 00 4E 6F 6E 65 00 0E 00 00 00
Slot 2:
Find
41 74 74 61 63 68 6D 65 6E 74 49 44 32 00 0D 00 00 00 4E 61 6D 65 50 72 6F 70 65 72 74 79 00 0C 00 00 00 00 00 00 00 00 08 00 00 00 49 6E 76 61 6C 69 64 00 0E 00 00 00
Replace
41 74 74 61 63 68 6D 65 6E 74 49 44 32 00 0D 00 00 00 4E 61 6D 65 50 72 6F 70 65 72 74 79 00 09 00 00 00 00 00 00 00 00 05 00 00 00 4E 6F 6E 65 00 0E 00 00 00
Slot 3:
Find:
41 74 74 61 63 68 6D 65 6E 74 49 44 33 00 0D 00 00 00 4E 61 6D 65 50 72 6F 70 65 72 74 79 00 0C 00 00 00 00 00 00 00 00 08 00 00 00 49 6E 76 61 6C 69 64 00 05 00 00 00
Replace:
41 74 74 61 63 68 6D 65 6E 74 49 44 33 00 0D 00 00 00 4E 61 6D 65 50 72 6F 70 65 72 74 79 00 09 00 00 00 00 00 00 00 00 05 00 00 00 4E 6F 6E 65 00 05 00 00 00
It's just replacing AttachmentID1 Invalid to AttachmentID1 None and so on.
I thought save was encrypted when editing money corrupted my save but turns out there isn't even a checksum for file size. It's mind-boggling how they code this game to have complex pointers for anti-cheating but save editing is so easy.
49 73 4F 77 6E 65 64 00 0D 00 00 00 42 6F 6F 6C 50 72 6F 70 65 72 74 79 00 00 00 00 00 00 00 00 00 00 00 05 00 00 00
Change all matching values to
49 73 4F 77 6E 65 64 00 0D 00 00 00 42 6F 6F 6C 50 72 6F 70 65 72 74 79 00 00 00 00 00 00 00 00 00 01 00 05 00 00 00
44 61 74 61 50 72 6F 67 72 65 73 73 00 0E 00 00 00 46 6C 6F 61 74 50 72 6F 70 65 72 74 79 00 04 00 00 00 00 00 00 00 00 00 00
4E 6F 6E 65 00 07 00 00 00
D6 42 05 00 00 00
44 61 74 61 50 72 6F 67 72 65 73 73 00 0E 00 00 00 46 6C 6F 61 74 50 72 6F 70 65 72 74 79 00 04 00 00 00 00 00 00 00 00 00 00 xx xx xx xx xx xx 4E 6F 6E 65 00 07 00 00 00
44 61 74 61 50 72 6F 67 72 65 73 73 00 0E 00 00 00 46 6C 6F 61 74 50 72 6F 70 65 72 74 79 00 04 00 00 00 00 00 00 00 00 00 00 D6 42 05 00 00 00 4E 6F 6E 65 00 07 00 00 00
so what exactly am i adding slot to? eqquiped gear?Here's how to add slots.
Slot 1:
Find
41 74 74 61 63 68 6D 65 6E 74 49 44 31 00 0D 00 00 00 4E 61 6D 65 50 72 6F 70 65 72 74 79 00 0C 00 00 00 00 00 00 00 00 08 00 00 00 49 6E 76 61 6C 69 64 00 0E 00 00 00
Replace
41 74 74 61 63 68 6D 65 6E 74 49 44 31 00 0D 00 00 00 4E 61 6D 65 50 72 6F 70 65 72 74 79 00 09 00 00 00 00 00 00 00 00 05 00 00 00 4E 6F 6E 65 00 0E 00 00 00
Slot 2:
Find
41 74 74 61 63 68 6D 65 6E 74 49 44 32 00 0D 00 00 00 4E 61 6D 65 50 72 6F 70 65 72 74 79 00 0C 00 00 00 00 00 00 00 00 08 00 00 00 49 6E 76 61 6C 69 64 00 0E 00 00 00
Replace
41 74 74 61 63 68 6D 65 6E 74 49 44 32 00 0D 00 00 00 4E 61 6D 65 50 72 6F 70 65 72 74 79 00 09 00 00 00 00 00 00 00 00 05 00 00 00 4E 6F 6E 65 00 0E 00 00 00
Slot 3:
Find:
41 74 74 61 63 68 6D 65 6E 74 49 44 33 00 0D 00 00 00 4E 61 6D 65 50 72 6F 70 65 72 74 79 00 0C 00 00 00 00 00 00 00 00 08 00 00 00 49 6E 76 61 6C 69 64 00 05 00 00 00
Replace:
41 74 74 61 63 68 6D 65 6E 74 49 44 33 00 0D 00 00 00 4E 61 6D 65 50 72 6F 70 65 72 74 79 00 09 00 00 00 00 00 00 00 00 05 00 00 00 4E 6F 6E 65 00 05 00 00 00
It's just replacing AttachmentID1 Invalid to AttachmentID1 None and so on.
I thought save was encrypted when editing money corrupted my save but turns out there isn't even a checksum for file size. It's mind-boggling how they code this game to have complex pointers for anti-cheating but save editing is so easy.
so what exactly am i adding slot to? eqquiped gear?
Thats doubly lovely, thanksEvery piece of gear in your inventory, including equipped. It shouldn't override any existing attachments since your only searching for ones which have "invalid" value for the slot. Also, see my previous post for Blueprints and Boss Battle Data.
Found Blueprints:
This was showing a couple of blank blueprints on my save so make sure you backup your save. I suspect this might be due to co-op missions that I haven't completed yet.Code:49 73 4F 77 6E 65 64 00 0D 00 00 00 42 6F 6F 6C 50 72 6F 70 65 72 74 79 00 00 00 00 00 00 00 00 00 00 00 05 00 00 00 Change all matching values to 49 73 4F 77 6E 65 64 00 0D 00 00 00 42 6F 6F 6C 50 72 6F 70 65 72 74 79 00 00 00 00 00 00 00 00 00 01 00 05 00 00 00
Edit: This is indeed the Boss Battle Data Percentage. Click to see below.
Search for the following value (there will be 19 instances of this which you will have to process manually)
Code:44 61 74 61 50 72 6F 67 72 65 73 73 00 0E 00 00 00 46 6C 6F 61 74 50 72 6F 70 65 72 74 79 00 04 00 00 00 00 00 00 00 00 00 00
This will be followed by 6 Octets and then the value for "None"
Code:4E 6F 6E 65 00 07 00 00 00
The value you need to replace/write over will be between the first and 2nd values above. Replace this with:
Code:D6 42 05 00 00 00
For example - change xx xx xx xx xx xx (6 octets) to D6 42 05 00 00 00
Code:44 61 74 61 50 72 6F 67 72 65 73 73 00 0E 00 00 00 46 6C 6F 61 74 50 72 6F 70 65 72 74 79 00 04 00 00 00 00 00 00 00 00 00 00 xx xx xx xx xx xx 4E 6F 6E 65 00 07 00 00 00
So it now looks like this:
Code:44 61 74 61 50 72 6F 67 72 65 73 73 00 0E 00 00 00 46 6C 6F 61 74 50 72 6F 70 65 72 74 79 00 04 00 00 00 00 00 00 00 00 00 00 D6 42 05 00 00 00 4E 6F 6E 65 00 07 00 00 00
Can someone explain how to edit money please ? I found some info in some other topics but I can't seem to get it to work when looking for my money value in HxD. Help !