Joined
·
821 Posts
Beta Date: 09.05.05
Conditions Tested Under:
plugins 09.05.05
except from:
spu2peops 25.12.04
cdvdpeops 20.04.05
PadSSSPSX 08.05.05
Not much new. Just checked that it wasn't broken.
Requires analog stick to move.
With REC it looks better than ever :thumb:
With VUREC it fails testing a bit in VIF1_STAT
Patching that loads the game, but no character is rendered.
Just another way to improve speed :eyemove:
Patches used:
gametitle=Summoner 1 German [SLES82005] (E)
comment=patches by Nachbrenner
//skip THQ-PAL Video
patch=0,EE,0022B52C,word,00000000
patch=0,EE,0022B63C,word,00000000
//skip GDEM-PAL Video
patch=0,EE,0022B614,word,00000000
//Skip videos
patch=0,EE,00259258,word,24020001
//Disable music
patch=0,EE,0012901C,word,00000000
//Disable cutscenes
patch=0,EE,00128fec,word,00000000
//Disable effects
//patch=0,EE,00128ff8,word,00000000
//VUREC: fix VIF1_STAT, but invisible characters then
//patch=0,EE,00115bbc,word,ac620000
//patch=0,EE,00118b44,word,ac820000
Status Playable since PCSX2 v0.6
Conditions Tested Under:
plugins 09.05.05
except from:
spu2peops 25.12.04
cdvdpeops 20.04.05
PadSSSPSX 08.05.05
Not much new. Just checked that it wasn't broken.
Requires analog stick to move.
With REC it looks better than ever :thumb:
With VUREC it fails testing a bit in VIF1_STAT
Patching that loads the game, but no character is rendered.
Just another way to improve speed :eyemove:
Code:
lw v0, $0000(v1) # 00115ba8:8c620000 v0=VIF1_STAT
andi v0, v0, $0004 # 00115bac:30420004
nop # 00115bb0:00000000
nop # 00115bb4:00000000
nop # 00115bb8:00000000
bne v0, zero, $00115ba8 # 00115bbc:1440fffa
lui a0, $1000 # 00118b24:3c041000 a0=T0_COUNT
ori a0, a0, $3c00 # 00118b28:34843c00 a0=VIF1_STAT
nop # 00118b2c:00000000
lw v0, $0000(a0) # 00118b30:8c820000 v0=VIF1_STAT
andi v0, v0, $0004 # 00118b34:30420004
nop # 00118b38:00000000
nop # 00118b3c:00000000
nop # 00118b40:00000000
bne v0, zero, $00118b30 # 00118b44:1440fffa
gametitle=Summoner 1 German [SLES82005] (E)
comment=patches by Nachbrenner
//skip THQ-PAL Video
patch=0,EE,0022B52C,word,00000000
patch=0,EE,0022B63C,word,00000000
//skip GDEM-PAL Video
patch=0,EE,0022B614,word,00000000
//Skip videos
patch=0,EE,00259258,word,24020001
//Disable music
patch=0,EE,0012901C,word,00000000
//Disable cutscenes
patch=0,EE,00128fec,word,00000000
//Disable effects
//patch=0,EE,00128ff8,word,00000000
//VUREC: fix VIF1_STAT, but invisible characters then
//patch=0,EE,00115bbc,word,ac620000
//patch=0,EE,00118b44,word,ac820000
Status Playable since PCSX2 v0.6