Now when modding back up are you editing the level or just the xp or both?
Printable View
hey guyz. i'm extremely new here lol. i'm using the 1.4 beta version.i open save_0 with modio. then extract it to desktop. then i tried to open the save with the save editor (SAVE EDITOR 1.4 BETA), then i get the following message...."CANNOT DECOMPRESS FILE!, TRY USING YOUR EXTRACTED SAVE" Ami doing something wrong? please help. Thanks in advance
Does anyone know any of the rifle ids or name in hex? like how one of the pistols are Firearm_M9Gen..None}‚¬°.ÿÿÿ¿€ if you do know can you tell me please thanks
Does anyone know any of the rifle ids or name in hex? like how one of the pistols are Firearm_M9Gen..None}‚¬°.ÿÿÿ¿€ if you do know can you tell me please thanks
Is there a way to add a gun and ammo through Hex edit?
i'm have a lil problem with the 1.4 beta version, i'm hoping that you can help me figure out what i may be doing wrong. PLEASE HELP. i dont want to send u my save because i want to learn hoe to do it myself. i open save_0 with modio. then extract it to desktop. then i tried to open the save with the save editor (SAVE EDITOR 1.4 BETA), then i get the following message...."CANNOT DECOMPRESS FILE!, TRY USING YOUR EXTRACTED SAVE" Am i doing something wrong? please help. Thanks in advance
okay so to all those who want to mod the amounts of their items in a hex editor, here's how to go about it. Like if you wanted to mod the amount of diamonds you have, you should be looking for "CraftPart_Diamonds..None.......ç" - So:
1) Search using Ctrl+F for "none" (hex is "4E6F6E65") after the item you want to mod.
2) Count one float(32) string over (should be four sets of 00, e.g. "00 00 00 00")
3) Replace the following four bytes after that string with 00 00 03 E7. This will change the amount you have to 999.
It should look like this when you're finished: "4E 6F 6E 65 00 00 00 00 00 00 03 E7"
4) Save and close when you're finished, replace edited file in save, rehash/resign and insert into USB
Edit: This only works with the items that you've already collected.