PSP Custom Configs: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
m (Moved from PSP Official Configs)
Line 3: Line 3:
<!-- some introduction here ? -->
<!-- some introduction here ? -->


{{clear}}{{jumptosection|current=#}}
{{jumptosection|current=#}}


{{clear}}{{jumptosection|current=A}}
{{jumptosection|current=A}}
=== Ape Escape P ===
=== Ape Escape P ===
{{boxcodelite|title=ULUS00045|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=ULUS00045|code=<syntaxhighlight lang=bash>
Line 12: Line 12:
Remaps the D-pad (camera control) to the right stick
Remaps the D-pad (camera control) to the right stick


{{clear}}{{jumptosection|current=B}}
{{jumptosection|current=B}}
=== Bleach: Soul Carnival 1 ===
{{boxcodelite|title=NPJG00008|code=<syntaxhighlight lang=bash>
SAVEDATA_USE_PS3_SAVE = 1
</syntaxhighlight>}}
 
{{clear}}
=== Brandish: The Dark Revenant ===
{{boxcodelite|title=NPUH10195|code=<syntaxhighlight lang=bash>
ADDITIONAL_KEY_ASSIGN = 0000000048C6C944
</syntaxhighlight>}}
Remaps R and L buttons to the right stick
 
{{clear}}
=== Brave Story: New Traveler ===
{{boxcodelite|title=ULUS10279|code=<syntaxhighlight lang=bash>
VOUT_RESOLUTION_MODE = 0
DRAWN_IMAGE_SCALE = 4
SAVEDATA_USE_PS3_SAVE = 1
VFPU_USE_FAST_VMMUL = 1
</syntaxhighlight>}}
SAVEDATA_USE_PS3_SAVE = 1 fixes save problem
VFPU_USE_FAST_VMMUL = 1 fixes little slowdowns
 
{{clear}}
=== Breath of Fire III ===
{{boxcodelite|title=ULES00193|code=<syntaxhighlight lang=bash>
ADHOC.EMUPA_TITLE_ID = ULUS10567
AW.LINEAR_ADRS = 40
AW.DISABLE_FB_TEX = 200
</syntaxhighlight>}}


{{clear}}{{jumptosection|current=C}}
{{clear}}
{{jumptosection|current=C}}


{{jumptosection|current=D}}
{{jumptosection|current=D}}
=== Danganronpa 1 ===
{{boxcodelite|title=NPJH50515|code=<syntaxhighlight lang=bash>
ALLEGREX_DELAY = 50
</syntaxhighlight>}}


{{clear}}
=== Danganronpa : Hope's Academy and Despair's Students ===
{{boxcodelite|title=NPJH50515|code=<syntaxhighlight lang=bash>
ALLEGREX_DELAY = 50
</syntaxhighlight>}}
{{clear}}
=== Digimon Adventure ===
{{boxcodelite|title=?|code=<syntaxhighlight lang=bash>
VERSION = 0xFFFFFFFF
ADHOC_PARTY = 0
S3D.ENABLE = 0
VOUT_RESOLUTION_MODE = 0
DRAWN_IMAGE_SCALE = 4
SAVEDATA_USE_PS3_SAVE = 1
VFPU_USE_FAST_VMMUL = 1
SDRAM_SIZE = 03800000
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544
</syntaxhighlight>}}
{{clear}}
{{jumptosection|current=E}}
{{jumptosection|current=E}}
=== Evangelion Jo ===
{{boxcodelite|title=?|code=<syntaxhighlight lang=bash>
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544
AW.LINEAR_ADRS = 40
AW.DISABLE_FB_TEX = 200
SAVEDATA_USE_PS3_SAVE = 1
</syntaxhighlight>}}
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 // Remaps the D-pad (camera control) to the right stick <br>
AW.LINEAR_ADRS = 40 // blur fix<br>
AW.DISABLE_FB_TEX = 200 // blur fix<br>
SAVEDATA_USE_PS3_SAVE = 1 // save fix


{{clear}}
{{jumptosection|current=F}}
{{jumptosection|current=F}}
=== Final Fantasy Tactics: The War of the Lions ===
{{boxcodelite|title=ULUS10297|code=<syntaxhighlight lang=bash>
AW.VRAM_MODE = 1
DRAWN_IMAGE_SCALE = 4
VFPU_USE_FAST_VMMUL = 1
AW.EXT_MODE = 3
AW.EXT_CMD = 3
</syntaxhighlight>}}
Save fix: EBOOT.ELF (EU) raw offset 0x3A0A4 : 04 00 42 04 -> 21 10 00 00


{{clear}}
{{jumptosection|current=G}}
{{jumptosection|current=G}}
=== Genso Suikoden Tsumugareshi Hyakunen no Toki ===
{{boxcodelite|title=NPJH50535|code=<syntaxhighlight lang=bash>
AW.DISABLE_FB_TEX = 100
</syntaxhighlight>}}
{{clear}}
=== Gods Eater Burst ===
{{boxcodelite|title=ULUS10563|code=<syntaxhighlight lang=bash>
SAVEDATA_USE_PS3_SAVE = 1
</syntaxhighlight>}}
Save fix
{{clear}}
=== GUN ===
{{boxcodelite|title=?|code=<syntaxhighlight lang=bash>
VERSION = 0xFFFFFFFF
SDRAM_SIZE = 03000000
S3D.ENABLE = 0
ADHOC_PARTY = 0
SAVEDATA_USE_PS3_SAVE = 1
AW.LINEAR_ADRS = 40
VFPU_USE_FAST_VMMUL = 1
AW.DISABLE_FB_TEX = 222
DRAWN_IMAGE_SCALE = 1
AW.EXT_MODE = 3
AW.EXT_CMD = 2
MIPS_CODE_BLOCK_SIZE = 8192
ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C
</syntaxhighlight>}}


{{clear}}
{{jumptosection|current=H}}
{{jumptosection|current=H}}
=== Hunter x Hunter : Wonder Adventure ===
{{boxcodelite|title=NPJH50624|code=<syntaxhighlight lang=bash>
AW.DISABLE_FB_TEX = 100
</syntaxhighlight>}}
Fix gfx errors


{{clear}}
{{jumptosection|current=I}}
{{jumptosection|current=I}}


Line 37: Line 151:


{{jumptosection|current=N}}
{{jumptosection|current=N}}
=== Nova - Near Orbit Vanguard Alliance ===
{{boxcodelite|title=NPEZ00222|code=<syntaxhighlight lang=bash>
ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C
</syntaxhighlight>}}
Remaps cross/square/circle/triangle to the right stick


{{clear}}
{{jumptosection|current=O}}
{{jumptosection|current=O}}


{{jumptosection|current=P}}
{{jumptosection|current=P}}
=== Patapon 3 ===
{{boxcodelite|title=UCES01421|code=<syntaxhighlight lang=bash>
ALLEGREX_DELAY = 50
</syntaxhighlight>}}
EBOOT requires sceIoClose patch and button fix
{{clear}}
=== Persona ===
{{boxcodelite|title=NPEH00069|code=<syntaxhighlight lang=bash>
SAVEDATA_USE_PS3_SAVE = 1
</syntaxhighlight>}}


{{clear}}
=== Peter Jackson's King Kong ===
{{boxcodelite|title=ULUS10072|code=<syntaxhighlight lang=bash>
ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C
</syntaxhighlight>}}
Remaps R and L buttons to the right stick
{{clear}}
=== Phantasy Star Portable 2  ===
{{boxcodelite|title=ULES01439,ULUS10529|code=<syntaxhighlight lang=bash>
S3D.ENABLE = 0
ADHOC_PARTY = 1
VFPU_USE_FAST_VMMUL = 1
</syntaxhighlight>}}
{{clear}}
=== Powerstone Collection ===
{{boxcodelite|title=?|code=<syntaxhighlight lang=bash>
ELF_PATH = disc0:/PSP_GAME/SYSDIR/EBOOT.BIN
</syntaxhighlight>}}
{{clear}}
{{jumptosection|current=Q}}
{{jumptosection|current=Q}}


{{jumptosection|current=R}}
{{jumptosection|current=R}}
=== Ragnarok Tactics  ===
{{boxcodelite|title=ULUS10594|code=<syntaxhighlight lang=bash>
VERSION = 0xFFFFFFFF
SDRAM_SIZE = 03600000
S3D.ENABLE = 0
DRAWN_IMAGE_SCALE = 2
VFPU_USE_FAST_VMMUL = 1
ADHOC_PARTY = 0
VSYNC_OFFSET_US = 8341
AW.DISABLE_FB_TEX = 222
AW.SINGLE_BUF = 880
AW.REUSE_ADRS = 110000
AW.SINGLE_BUF2 = 880
AW.DISCARD_EDGE = 20000
AW.EXT_MODE = 3
AW.EXT_CMD = 2
AUDIO.SLEEP = 421
VMX_FOR_FPU = 0
FPU_FS_SUPPORT = 0
MIPS_CODE_BLOCK_SIZE = 8192
MAX_PARALLAX = 0
DEPTH_TYPE = 3
</syntaxhighlight>}}
{{clear}}
=== Resistance Retribution ===
{{boxcodelite|title=UCES01184|code=<syntaxhighlight lang=bash>
ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C
</syntaxhighlight>}}
Remaps R and L buttons to the right stick


{{clear}}
{{jumptosection|current=S}}
{{jumptosection|current=S}}
=== Shadow of Destiny ===
{{boxcodelite|title=ULUS10459|code=<syntaxhighlight lang=bash>
ADHOC.EMUPA_TITLE_ID = ULUS10459
AW.LINEAR_ADRS = 40
AW.DISABLE_FB_TEX = 200
</syntaxhighlight>}}
{{clear}}
=== Shin Megami Tensei: Persona ===
{{boxcodelite|title=ULUS10432|code=<syntaxhighlight lang=bash>
SAVEDATA_USE_PS3_SAVE = 1
</syntaxhighlight>}}


{{clear}}
=== Shin Megami Tensei: Persona 3 Portable ===
{{boxcodelite|title=?|code=<syntaxhighlight lang=bash>
AW.VRAM_MODE = 1
</syntaxhighlight>}}
The game hangs while loading screen<br>
This config fixes loading, but requires further research
{{clear}}
=== Shin Megami Tensei: Persona 3 Portable ===
{{boxcodelite|title=ULUS10512|code=<syntaxhighlight lang=bash>
AW.VRAM = 1
AW.EXT_MODE = 3
AW.EXT_CMD = 2
</syntaxhighlight>}}
Party fix
{{clear}}
=== Silent Hill: Origins ===
{{boxcodelite|title=ULUS10285|code=<syntaxhighlight lang=bash>
AW.LINEAR_ADRS = 40
</syntaxhighlight>}}
Loading Screen texture flicker on top
{{clear}}
=== Star Wars Battlefront II: Remastered Edition ===
{{boxcodelite|title=ULES00183|code=<syntaxhighlight lang=bash>
ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C
</syntaxhighlight>}}
Remaps R and L buttons to the right stick
{{clear}}
=== Sword Art Online Infinity Moment ===
{{boxcodelite|title=?|code=<syntaxhighlight lang=bash>
AW.EXT_MODE = 3
AW.EXT_CMD = 3
</syntaxhighlight>}}
{{clear}}
{{jumptosection|current=T}}
{{jumptosection|current=T}}
=== Tactics Ogre: Let Us Cling Together ===
{{boxcodelite|title=?|code=<syntaxhighlight lang=bash>
AW.LINEAR_ADRS = 40
</syntaxhighlight>}}
Black texture? overlay in movies and "Tarot Card" selection
{{clear}}
=== Tactics Ogre: Let Us Cling Together ===
{{boxcodelite|title=ULES01500|code=<syntaxhighlight lang=bash>
VFPU_USE_FAST_VMMUL = 1
AW.EXT_MODE = 3
AW.EXT_CMD = 2
AW.LINEAR_ADRS = 40
AW.DISABLE_FB_TEX = 100
</syntaxhighlight>}}
{{clear}}
=== Tales of the World: Radiant Mythology ===
{{boxcodelite|title=ULUS10271|code=<syntaxhighlight lang=bash>
VOUT_RESOLUTION_MODE = 0
DRAWN_IMAGE_SCALE = 4
AW.LINEAR_ADRS = 40
</syntaxhighlight>}}
AW.LINEAR_ADRS = 40 // Fixes Minor graphical glitches before battles.
{{clear}}
=== The 3rd Birthday ===
{{boxcodelite|title=?|code=<syntaxhighlight lang=bash>
AW.DISABLE_FB_TEX = 222
</syntaxhighlight>}}
blue transparent texture overblending<br>
This config mostly removes them, but requires further research


{{clear}}
=== The 3rd Birthday ===
{{boxcodelite|title=ULES01513|code=<syntaxhighlight lang=bash>
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544
AW.DISABLE_FB_TEX = 100
</syntaxhighlight>}}
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 // Remaps the D-pad (camera control) to the right stick <br>
AW.DISABLE_FB_TEX = 100 // Fixes bad overlay
{{clear}}
{{jumptosection|current=U}}
{{jumptosection|current=U}}


Line 59: Line 336:


{{jumptosection|current=Y}}
{{jumptosection|current=Y}}
=== Ys Seven ===
{{boxcodelite|title=ULUS10551|code=<syntaxhighlight lang=bash>
S3D.ENABLE = 0
SAVEDATA_USE_PS3_SAVE = 1
</syntaxhighlight>}}


{{clear}}
{{jumptosection|current=Z}}
{{jumptosection|current=Z}}


{{Games}}{{Reverse engineering}}<noinclude>[[Category:Games]]</noinclude>
{{Games}}{{Reverse engineering}}<noinclude>[[Category:Games]]</noinclude>

Revision as of 03:52, 2 September 2021


# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

Ape Escape P

ULUS00045
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544

Remaps the D-pad (camera control) to the right stick

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

Bleach: Soul Carnival 1

NPJG00008
SAVEDATA_USE_PS3_SAVE = 1

Brandish: The Dark Revenant

NPUH10195
ADDITIONAL_KEY_ASSIGN = 0000000048C6C944

Remaps R and L buttons to the right stick

Brave Story: New Traveler

ULUS10279
VOUT_RESOLUTION_MODE = 0
DRAWN_IMAGE_SCALE = 4
SAVEDATA_USE_PS3_SAVE = 1
VFPU_USE_FAST_VMMUL = 1

SAVEDATA_USE_PS3_SAVE = 1 fixes save problem VFPU_USE_FAST_VMMUL = 1 fixes little slowdowns

Breath of Fire III

ULES00193
ADHOC.EMUPA_TITLE_ID = ULUS10567
AW.LINEAR_ADRS = 40
AW.DISABLE_FB_TEX = 200

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

Danganronpa 1

NPJH50515
ALLEGREX_DELAY = 50

Danganronpa : Hope's Academy and Despair's Students

NPJH50515
ALLEGREX_DELAY = 50

Digimon Adventure

?
VERSION = 0xFFFFFFFF
ADHOC_PARTY = 0
S3D.ENABLE = 0
VOUT_RESOLUTION_MODE = 0
DRAWN_IMAGE_SCALE = 4
SAVEDATA_USE_PS3_SAVE = 1
VFPU_USE_FAST_VMMUL = 1
SDRAM_SIZE = 03800000
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

Evangelion Jo

?
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544
AW.LINEAR_ADRS = 40
AW.DISABLE_FB_TEX = 200
SAVEDATA_USE_PS3_SAVE = 1

ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 // Remaps the D-pad (camera control) to the right stick
AW.LINEAR_ADRS = 40 // blur fix
AW.DISABLE_FB_TEX = 200 // blur fix
SAVEDATA_USE_PS3_SAVE = 1 // save fix

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

Final Fantasy Tactics: The War of the Lions

ULUS10297
AW.VRAM_MODE = 1
DRAWN_IMAGE_SCALE = 4
VFPU_USE_FAST_VMMUL = 1
AW.EXT_MODE = 3
AW.EXT_CMD = 3

Save fix: EBOOT.ELF (EU) raw offset 0x3A0A4 : 04 00 42 04 -> 21 10 00 00

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

Genso Suikoden Tsumugareshi Hyakunen no Toki

NPJH50535
AW.DISABLE_FB_TEX = 100

Gods Eater Burst

ULUS10563
SAVEDATA_USE_PS3_SAVE = 1

Save fix

GUN

?
VERSION = 0xFFFFFFFF
SDRAM_SIZE = 03000000
S3D.ENABLE = 0
ADHOC_PARTY = 0
SAVEDATA_USE_PS3_SAVE = 1
AW.LINEAR_ADRS = 40
VFPU_USE_FAST_VMMUL = 1
AW.DISABLE_FB_TEX = 222
DRAWN_IMAGE_SCALE = 1
AW.EXT_MODE = 3
AW.EXT_CMD = 2
MIPS_CODE_BLOCK_SIZE = 8192
ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

Hunter x Hunter : Wonder Adventure

NPJH50624
AW.DISABLE_FB_TEX = 100

Fix gfx errors

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

Nova - Near Orbit Vanguard Alliance

NPEZ00222
ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C

Remaps cross/square/circle/triangle to the right stick

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

Patapon 3

UCES01421
ALLEGREX_DELAY = 50

EBOOT requires sceIoClose patch and button fix

Persona

NPEH00069
SAVEDATA_USE_PS3_SAVE = 1

Peter Jackson's King Kong

ULUS10072
ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C

Remaps R and L buttons to the right stick

Phantasy Star Portable 2

ULES01439,ULUS10529
S3D.ENABLE = 0
ADHOC_PARTY = 1
VFPU_USE_FAST_VMMUL = 1

Powerstone Collection

?
ELF_PATH = disc0:/PSP_GAME/SYSDIR/EBOOT.BIN

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

Ragnarok Tactics

ULUS10594
VERSION = 0xFFFFFFFF
SDRAM_SIZE = 03600000
S3D.ENABLE = 0
DRAWN_IMAGE_SCALE = 2
VFPU_USE_FAST_VMMUL = 1
ADHOC_PARTY = 0
VSYNC_OFFSET_US = 8341
AW.DISABLE_FB_TEX = 222
AW.SINGLE_BUF = 880
AW.REUSE_ADRS = 110000
AW.SINGLE_BUF2 = 880
AW.DISCARD_EDGE = 20000
AW.EXT_MODE = 3
AW.EXT_CMD = 2
AUDIO.SLEEP = 421
VMX_FOR_FPU = 0
FPU_FS_SUPPORT = 0
MIPS_CODE_BLOCK_SIZE = 8192
MAX_PARALLAX = 0
DEPTH_TYPE = 3

Resistance Retribution

UCES01184
ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C

Remaps R and L buttons to the right stick

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

Shadow of Destiny

ULUS10459
ADHOC.EMUPA_TITLE_ID = ULUS10459
AW.LINEAR_ADRS = 40
AW.DISABLE_FB_TEX = 200

Shin Megami Tensei: Persona

ULUS10432
SAVEDATA_USE_PS3_SAVE = 1

Shin Megami Tensei: Persona 3 Portable

?
AW.VRAM_MODE = 1

The game hangs while loading screen
This config fixes loading, but requires further research

Shin Megami Tensei: Persona 3 Portable

ULUS10512
AW.VRAM = 1
AW.EXT_MODE = 3
AW.EXT_CMD = 2

Party fix

Silent Hill: Origins

ULUS10285
AW.LINEAR_ADRS = 40

Loading Screen texture flicker on top

Star Wars Battlefront II: Remastered Edition

ULES00183
ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C

Remaps R and L buttons to the right stick

Sword Art Online Infinity Moment

?
AW.EXT_MODE = 3
AW.EXT_CMD = 3

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

Tactics Ogre: Let Us Cling Together

?
AW.LINEAR_ADRS = 40

Black texture? overlay in movies and "Tarot Card" selection

Tactics Ogre: Let Us Cling Together

ULES01500
VFPU_USE_FAST_VMMUL = 1
AW.EXT_MODE = 3
AW.EXT_CMD = 2
AW.LINEAR_ADRS = 40
AW.DISABLE_FB_TEX = 100

Tales of the World: Radiant Mythology

ULUS10271
VOUT_RESOLUTION_MODE = 0
DRAWN_IMAGE_SCALE = 4
AW.LINEAR_ADRS = 40

AW.LINEAR_ADRS = 40 // Fixes Minor graphical glitches before battles.

The 3rd Birthday

?
AW.DISABLE_FB_TEX = 222

blue transparent texture overblending
This config mostly removes them, but requires further research

The 3rd Birthday

ULES01513
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544
AW.DISABLE_FB_TEX = 100

ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 // Remaps the D-pad (camera control) to the right stick
AW.DISABLE_FB_TEX = 100 // Fixes bad overlay

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top

Ys Seven

ULUS10551
S3D.ENABLE = 0
SAVEDATA_USE_PS3_SAVE = 1

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · Back to top