Resident Evil 2

ktp11445
Junior Member
Posts: 1
Joined: Fri Feb 08, 2019 8:24 am

Re: Resident Evil 2

Post by ktp11445 » Fri Feb 08, 2019 9:23 am

chris83 wrote:
Cyrax200 wrote:I really wanna know too, witch is the inventory code and witch is the item box, because there is alot of matching coded with the items.
Item box code is easy to find

To help you understand the code, find some wooden boards and place them in the box, then save.
Open advance mode, search hex (00 00 00 21). There may be multiple places, but it doesn't hurt to change them.

For example, my code has

F5 C5 8B AA 01 00 00 00 04 00 00 00 21 00 00 00 (Wooden Boards ID)
9D B3 29 76 01 00 00 00 04 00 00 00 FF FF FF FF
9A 4E 4F 72 01 00 00 00 04 00 00 00 00 00 00 00
43 BA 2A 8B 01 00 00 00 04 00 00 00 00 00 00 00
8B A3 B7 85 07 00 00 00 04 00 00 00 E7 03 00 00 (amount)
E5 75 96 3C 11 00 00 00 05 00 00 00 2D 72 75 26
Thanks for the sharing.
But how can I know where is the amount for the item?
Cyrax200
Junior Member
Posts: 12
Joined: Fri May 19, 2017 6:44 am

Re: Resident Evil 2

Post by Cyrax200 » Fri Feb 08, 2019 7:55 pm

ktp11445 wrote:
chris83 wrote:
Cyrax200 wrote:I really wanna know too, witch is the inventory code and witch is the item box, because there is alot of matching coded with the items.
Item box code is easy to find

To help you understand the code, find some wooden boards and place them in the box, then save.
Open advance mode, search hex (00 00 00 21). There may be multiple places, but it doesn't hurt to change them.

For example, my code has

F5 C5 8B AA 01 00 00 00 04 00 00 00 21 00 00 00 (Wooden Boards ID)
9D B3 29 76 01 00 00 00 04 00 00 00 FF FF FF FF
9A 4E 4F 72 01 00 00 00 04 00 00 00 00 00 00 00
43 BA 2A 8B 01 00 00 00 04 00 00 00 00 00 00 00
8B A3 B7 85 07 00 00 00 04 00 00 00 E7 03 00 00 (amount)
E5 75 96 3C 11 00 00 00 05 00 00 00 2D 72 75 26
Thanks for the sharing.
But how can I know where is the amount for the item?

xx xx xx xx xx xx xx xx xx xx xx xx 2D 72 75 26[/
F5 C5 8B AA 01 00 00 00 04 00 00 00 21 00 00 00 (Wooden Boards ID)
9D B3 29 76 01 00 00 00 04 00 00 00 FF FF FF FF
9A 4E 4F 72 01 00 00 00 04 00 00 00 00 00 00 00
43 BA 2A 8B 01 00 00 00 04 00 00 00 00 00 00 00
8B A3 B7 85 07 00 00 00 04 00 00 00 E7 03 00 00 (amount)
E5 75 96 3C 11 00 00 00 05 00 00 00 2D 72 75 26[/

The red codes are where the item box starts
and the second witch the next slot. The amount code is always one before the line in item box code witch is always 2D 72 75 26, The FF in his code is the weapon.


2D 72 75 26(START SLOT INVENTORY in ITEM BOX)
00 00 00 00 (LINE for ITEMs ID)
FF FF FF FF(LINE for WEAPONs ID)
00 00 00 00(LINE for UPGRADE WEAPONs)
00 00 00 00(LINE for TYPE AMMO WEAPONs)
00 00 00 00(LINE for AMOUNTS AMMO WEAPONs)
2D 72 75 26(START 2nd SLOT INVENTORY BOX)

https://www.nextgenupdate.com/forums/ps ... ps4-a.html
booberry
Junior Member
Posts: 1
Joined: Sat Feb 09, 2019 4:36 am

Re: Resident Evil 2

Post by booberry » Sat Feb 09, 2019 4:39 am

I am having issues with the save editing for this title. My save uploading stops at 70% of the total completion bar and then says unknown error after 15 minutes.
KingTaino
Junior Member
Posts: 6
Joined: Sun May 27, 2018 10:26 pm

Re: Resident Evil 2

Post by KingTaino » Sun Feb 10, 2019 5:02 pm

Is there a way to change difficulty on a save?
Kaiser
Junior Member
Posts: 11
Joined: Wed Oct 24, 2018 3:22 pm

Re: Resident Evil 2

Post by Kaiser » Sun Feb 10, 2019 5:41 pm

Thanks Cyrax200 and chris83, i get it after few tries. i hope some to explain how transform an adress code to quick code. i want to get a quick code which change a wooden board to anti-tank Rocket ( just normal), it´ll be a great help at least for me, jajaja
grimes92
Junior Member
Posts: 1
Joined: Mon Feb 11, 2019 2:50 pm

Re: Resident Evil 2

Post by grimes92 » Mon Feb 11, 2019 2:55 pm

Do you think it is possible to get code that would model swap Leon>Hulk or Claire>Ada etc? I noticed RE4 has a code for this on sw.
Phoenixfactor
Junior Member
Posts: 12
Joined: Thu Jan 03, 2019 6:16 am

Re: Resident Evil 2

Post by Phoenixfactor » Wed Feb 13, 2019 5:25 pm

TerraFlareKSFL wrote:Sadly, SW didn't include a cheat for "unlock and have all weapons ( including unlimited ammo ) in item crate"

I hope to see that cheat on here. Infinite ammo weapons will make this game less stressful when exploring.
I just found out that the unlock all weapons code is in the options save.
chris83
Member
Posts: 179
Joined: Tue Apr 18, 2017 3:33 am

Re: Resident Evil 2

Post by chris83 » Tue Feb 19, 2019 3:31 am

You can change the id of items laying around in the game

Search F0 69 2D 11 (represents items that are not in lockers or containers)

(Item ID) XX XX 00 00 F0 69 2D 11
FF FF FF FF 9A 4E 4F 72
00 00 00 00 43 BA 2A 8B
00 00 00 00 8B A3 B7 85
(Amount) XX XX 00 00 D2 0F BE 87

I know there are multiple handgun bullets laying around in the game so I searched for 0F 00 00 00 F0 69 2D 11 and changed it to 17 00 00 00 F0 69 2D 11. I left the amount the same to see if it worked. If there were 10 handgun bullets, you would see 10 flame rounds.

Replaced all handgun bullets with flame rounds, all shotgun shells with magnum rounds, 2 gunpowder for the heart key and grenade launcher stock. I increased the amount of ink ribbon laying around on tables.

You could create a challenge by swapping important items in the game. It might be fun because you wouldn't know the location of the item.
NegaBioLizard
Member
Posts: 81
Joined: Sat Jun 03, 2017 11:47 pm

Re: Resident Evil 2

Post by NegaBioLizard » Tue Feb 19, 2019 3:57 am

chris83 wrote:You can change the id of items laying around in the game

Search F0 69 2D 11 (represents items that are not in lockers or containers)

(Item ID) XX XX 00 00 F0 69 2D 11
FF FF FF FF 9A 4E 4F 72
00 00 00 00 43 BA 2A 8B
00 00 00 00 8B A3 B7 85
(Amount) XX XX 00 00 D2 0F BE 87

I know there are multiple handgun bullets laying around in the game so I searched for 0F 00 00 00 F0 69 2D 11 and changed it to 17 00 00 00 F0 69 2D 11. I left the amount the same to see if it worked. If there were 10 handgun bullets, you would see 10 flame rounds.

Replaced all handgun bullets with flame rounds, all shotgun shells with magnum rounds, 2 gunpowder for the heart key and grenade launcher stock. I increased the amount of ink ribbon laying around on tables.

You could create a challenge by swapping important items in the game. It might be fun because you wouldn't know the location of the item.
This is an incredible find, since I would have expected items and their locations to be fixed and locked on the disc, not in the save. Thank you for this, now we can make our own custom "Arrange" modes like the original RE2, unless Capcom patches in something similar at a later date.
chris83
Member
Posts: 179
Joined: Tue Apr 18, 2017 3:33 am

Re: Resident Evil 2

Post by chris83 » Tue Feb 19, 2019 4:14 am

NegaBioLizard wrote:
chris83 wrote:You can change the id of items laying around in the game

Search F0 69 2D 11 (represents items that are not in lockers or containers)

(Item ID) XX XX 00 00 F0 69 2D 11
FF FF FF FF 9A 4E 4F 72
00 00 00 00 43 BA 2A 8B
00 00 00 00 8B A3 B7 85
(Amount) XX XX 00 00 D2 0F BE 87

I know there are multiple handgun bullets laying around in the game so I searched for 0F 00 00 00 F0 69 2D 11 and changed it to 17 00 00 00 F0 69 2D 11. I left the amount the same to see if it worked. If there were 10 handgun bullets, you would see 10 flame rounds.

Replaced all handgun bullets with flame rounds, all shotgun shells with magnum rounds, 2 gunpowder for the heart key and grenade launcher stock. I increased the amount of ink ribbon laying around on tables.

You could create a challenge by swapping important items in the game. It might be fun because you wouldn't know the location of the item.
This is an incredible find, since I would have expected items and their locations to be fixed and locked on the disc, not in the save. Thank you for this, now we can make our own custom "Arrange" modes like the original RE2, unless Capcom patches in something similar at a later date.
I don't think they will patch it, but I need to figure out the id for lockers and containers.
Post Reply