..:: PCSX2 Forums ::..

Full Version: Resident Evil Outbreak Delay Slot
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I load up Resident Evil Outbreak with cheats activated. However, upon selecting the character and difficulty, it goes to a black screen and doesn't change. In the console, I see this:

branch 14301430 in delay slot!
branch 14301430 in delay slot!
branch 14301430 in delay slot!
branch 14300103 in delay slot!
branch 14301430 in delay slot!
branch 14301430 in delay slot!
branch 14301430 in delay slot!
branch 14301430 in delay slot!
branch 106a10b6 in delay slot!
branch 106a10b6 in delay slot!

Here is what is in my 0245EF6D.pnach cheat file:

Quote:gametitle=Resident Evil - Outbreak (USA) (v2.00)

comment=Cheats for the game

// Infinite Health

patch=1,EE,E0023880,word,00660794

patch=1,EE,206607A0,word,2403270F

patch=1,EE,206607A8,word,A6030544

// Infinite Ammo

patch=1,EE,D05B1FC8,word,00001E3C

patch=1,EE,205B1FDC,word,00000000

// Max Infinite Ammo

patch=1,EE,D05B1FC8,word,00001E3C

patch=1,EE,205B1FD8,word,24030063

// Extra Ammo

patch=0,EE,D05B1FC8,word,00001E3C

patch=0,EE,105B1FD8,word,00000001

// Infinite Item Usage

patch=1,EE,E0031E3C,word,005B2148

patch=1,EE,205B215C,word,00000000

patch=1,EE,205B2170,word,00000000

patch=1,EE,205B5184,word,00000000

// Infinite Time

patch=1,EE,D068C71C,word,00001821

patch=1,EE,2068C724,word,00000000

// 1-Hit Deaths on Enemies

patch=1,EE,D0640794,word,0000882D

patch=1,EE,206407A0,word,A6620138

// Dont Become a Zombie Over Time

patch=1,EE,D0667DF4,word,00009F8C

patch=1,EE,20667DFC,word,00000000

// Dont Become a Zombie When Bitten

patch=1,EE,D06600FC,word,00009FCC

patch=1,EE,20660100,word,00000000

// Enemies Don't Damage you with Attacks

patch=1,EE,D0660AAC,word,0000802D

patch=1,EE,20660AB8,word,00000000


Before, I had all the "word", changed to "expanded" however, it would say that cheats are enabled and then they wouldn't be. I don't know how to fix this and I know that they can work because I wouldn't be getting as far as I did if they didn't work.
Here's the proper format:

Code:
gametitle=Resident Evil - Outbreak (USA) (v2.00)
comment=Cheats for the game

// Infinite Health
patch=1,EE,E0023880,extended,00660794
patch=1,EE,206607A0,extended,2403270F
patch=1,EE,206607A8,extended,A6030544

// Infinite Ammo
patch=1,EE,D05B1FC8,extended,00001E3C
patch=1,EE,205B1FDC,extended,00000000

// Max Infinite Ammo
patch=1,EE,D05B1FC8,extended,00001E3C
patch=1,EE,205B1FD8,extended,24030063

// Extra Ammo
//patch=1,EE,D05B1FC8,extended,00001E3C
//patch=1,EE,105B1FD8,extended,00000001

// Infinite Item Usage
patch=1,EE,E0031E3C,extended,005B2148
patch=1,EE,205B215C,extended,00000000
patch=1,EE,205B2170,extended,00000000
patch=1,EE,205B5184,extended,00000000

// Infinite Time
patch=1,EE,D068C71C,extended,00001821
patch=1,EE,2068C724,extended,00000000

// 1-Hit Deaths on Enemies
patch=1,EE,D0640794,extended,0000882D
patch=1,EE,206407A0,extended,A6620138

// Dont Become a Zombie Over Time
patch=1,EE,D0667DF4,extended,00009F8C
patch=1,EE,20667DFC,extended,00000000

// Dont Become a Zombie When Bitten
patch=1,EE,D06600FC,extended,00009FCC
patch=1,EE,20660100,extended,00000000

// Enemies Don't Damage you with Attacks
patch=1,EE,D0660AAC,extended,0000802D
patch=1,EE,20660AB8,extended,00000000

Turn off all codes and start enabling one by one to rule out the culprit.
how do u activate the cheat?
The most recent post in this thread is more than 8 months old. Please create a new thread and refrain from posting in threads older than 8 months in the future. Please also review the forum rules. Thank you.