Editing PSP Custom Configs
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 10: | Line 10: | ||
{{jumptosection|current=#}} | {{jumptosection|current=#}} | ||
{{clear}} | |||
== A == | == A == | ||
{{jumptosection|current=A}} | {{jumptosection|current=A}} | ||
=== Ape Escape P === | === Ape Escape P === | ||
{{boxcodelite|title=ULUS00045|code=ADDITIONAL_KEY_ASSIGN = 0000000047C6C544}} | {{boxcodelite|title=ULUS00045|code=<syntaxhighlight lang=bash> | ||
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 | |||
</syntaxhighlight>}} | |||
Remaps the D-pad (camera control) to the right stick | Remaps the D-pad (camera control) to the right stick | ||
{{clear}} | |||
== B == | == B == | ||
{{jumptosection|current=B}} | {{jumptosection|current=B}} | ||
=== | === Bleach: Soul Carnival 1 === | ||
{{boxcodelite|title=NPJG00008|code=<syntaxhighlight lang=bash> | |||
SAVEDATA_USE_PS3_SAVE = 1 | |||
{{ | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{ | {{clear}} | ||
=== Brandish: The Dark Revenant === | |||
{{boxcodelite|title=NPUH10195|code=<syntaxhighlight lang=bash> | |||
ADDITIONAL_KEY_ASSIGN = 0000000048C6C944 | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Remaps R and L buttons to the right stick | Remaps R and L buttons to the right stick | ||
{{clear}} | |||
=== Brave Story: New Traveler === | === Brave Story: New Traveler === | ||
{{boxcodelite|title=ULUS10279|code= | {{boxcodelite|title=ULUS10279|code=<syntaxhighlight lang=bash> | ||
VOUT_RESOLUTION_MODE = 0 | VOUT_RESOLUTION_MODE = 0 | ||
DRAWN_IMAGE_SCALE = 4 | DRAWN_IMAGE_SCALE = 4 | ||
SAVEDATA_USE_PS3_SAVE = 1 | SAVEDATA_USE_PS3_SAVE = 1 | ||
VFPU_USE_FAST_VMMUL = 1 | VFPU_USE_FAST_VMMUL = 1 | ||
}} | </syntaxhighlight>}} | ||
SAVEDATA_USE_PS3_SAVE = 1 fixes save problem | SAVEDATA_USE_PS3_SAVE = 1 fixes save problem | ||
VFPU_USE_FAST_VMMUL = 1 fixes little slowdowns | VFPU_USE_FAST_VMMUL = 1 fixes little slowdowns | ||
{{clear}} | |||
=== Breath of Fire III === | === Breath of Fire III === | ||
{{boxcodelite|title=ULES00193|code= | {{boxcodelite|title=ULES00193|code=<syntaxhighlight lang=bash> | ||
ADHOC.EMUPA_TITLE_ID = ULUS10567 | ADHOC.EMUPA_TITLE_ID = ULUS10567 | ||
AW.LINEAR_ADRS = 40 | AW.LINEAR_ADRS = 40 | ||
AW.DISABLE_FB_TEX = 200 | AW.DISABLE_FB_TEX = 200 | ||
}} | </syntaxhighlight>}} | ||
{{clear}} | |||
== C == | == C == | ||
{{jumptosection|current=C}} | {{jumptosection|current=C}} | ||
{{clear}} | |||
== D == | == D == | ||
{{jumptosection|current=D}} | {{jumptosection|current=D}} | ||
=== Danganronpa 1 === | === Danganronpa 1 === | ||
{{boxcodelite|title=NPJH50515|code=ALLEGREX_DELAY = 50}} | {{boxcodelite|title=NPJH50515|code=<syntaxhighlight lang=bash> | ||
ALLEGREX_DELAY = 50 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Danganronpa : Hope's Academy and Despair's Students === | === Danganronpa : Hope's Academy and Despair's Students === | ||
{{boxcodelite|title=NPJH50515|code=ALLEGREX_DELAY = 50}} | {{boxcodelite|title=NPJH50515|code=<syntaxhighlight lang=bash> | ||
ALLEGREX_DELAY = 50 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Digimon Adventure === | === Digimon Adventure === | ||
{{boxcodelite|title=?|code= | {{boxcodelite|title=?|code=<syntaxhighlight lang=bash> | ||
VERSION = 0xFFFFFFFF | VERSION = 0xFFFFFFFF | ||
ADHOC_PARTY = 0 | ADHOC_PARTY = 0 | ||
Line 235: | Line 86: | ||
SDRAM_SIZE = 03800000 | SDRAM_SIZE = 03800000 | ||
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 | ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{clear}} | |||
== E == | == E == | ||
{{jumptosection|current=E}} | {{jumptosection|current=E}} | ||
=== Evangelion Jo === | === Evangelion Jo === | ||
{{boxcodelite|title=?|code= | {{boxcodelite|title=?|code=<syntaxhighlight lang=bash> | ||
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 | ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 | ||
AW.LINEAR_ADRS = 40 | AW.LINEAR_ADRS = 40 | ||
AW.DISABLE_FB_TEX = 200 | AW.DISABLE_FB_TEX = 200 | ||
SAVEDATA_USE_PS3_SAVE = 1 | SAVEDATA_USE_PS3_SAVE = 1 | ||
}} | </syntaxhighlight>}} | ||
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 // Remaps the D-pad (camera control) to the right stick <br> | ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 // Remaps the D-pad (camera control) to the right stick <br> | ||
AW.LINEAR_ADRS = 40 // blur fix<br> | AW.LINEAR_ADRS = 40 // blur fix<br> | ||
Line 378: | Line 104: | ||
SAVEDATA_USE_PS3_SAVE = 1 // save fix | SAVEDATA_USE_PS3_SAVE = 1 // save fix | ||
{{clear}} | |||
{{ | |||
== F == | == F == | ||
{{jumptosection|current=F}} | {{jumptosection|current=F}} | ||
=== Final Fantasy Tactics: The War of the Lions === | === Final Fantasy Tactics: The War of the Lions === | ||
{{boxcodelite|title=ULUS10297|code= | {{boxcodelite|title=ULUS10297|code=<syntaxhighlight lang=bash> | ||
AW.VRAM_MODE = 1 | AW.VRAM_MODE = 1 | ||
DRAWN_IMAGE_SCALE = 4 | DRAWN_IMAGE_SCALE = 4 | ||
Line 520: | Line 115: | ||
AW.EXT_MODE = 3 | AW.EXT_MODE = 3 | ||
AW.EXT_CMD = 3 | AW.EXT_CMD = 3 | ||
</syntaxhighlight>}} | |||
Save fix: EBOOT.ELF (EU) raw offset 0x3A0A4 : 04 00 42 04 -> 21 10 00 00 | |||
}} | |||
{{clear}} | |||
== G == | == G == | ||
{{jumptosection|current=G}} | {{jumptosection|current=G}} | ||
=== Genso Suikoden Tsumugareshi Hyakunen no Toki === | === Genso Suikoden Tsumugareshi Hyakunen no Toki === | ||
{{boxcodelite|title=NPJH50535|code=AW.DISABLE_FB_TEX = 100}} | {{boxcodelite|title=NPJH50535|code=<syntaxhighlight lang=bash> | ||
AW.DISABLE_FB_TEX = 100 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Gods Eater Burst === | === Gods Eater Burst === | ||
{{boxcodelite|title=ULUS10563 | {{boxcodelite|title=ULUS10563|code=<syntaxhighlight lang=bash> | ||
SAVEDATA_USE_PS3_SAVE = 1 | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Save fix | |||
{{clear}} | |||
=== GUN === | === GUN === | ||
{{boxcodelite|title=?|code= | {{boxcodelite|title=?|code=<syntaxhighlight lang=bash> | ||
VERSION = 0xFFFFFFFF | VERSION = 0xFFFFFFFF | ||
SDRAM_SIZE = 03000000 | SDRAM_SIZE = 03000000 | ||
Line 614: | Line 150: | ||
MIPS_CODE_BLOCK_SIZE = 8192 | MIPS_CODE_BLOCK_SIZE = 8192 | ||
ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C | ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C | ||
}} | </syntaxhighlight>}} | ||
{{clear}} | |||
== H == | == H == | ||
{{jumptosection|current=H}} | {{jumptosection|current=H}} | ||
=== Hunter x Hunter : Wonder Adventure === | === Hunter x Hunter : Wonder Adventure === | ||
{{boxcodelite|title=NPJH50624|code=AW.DISABLE_FB_TEX = 100}} | {{boxcodelite|title=NPJH50624|code=<syntaxhighlight lang=bash> | ||
AW.DISABLE_FB_TEX = 100 | |||
</syntaxhighlight>}} | |||
Fix gfx errors | Fix gfx errors | ||
{{clear}} | |||
== I == | == I == | ||
{{jumptosection|current=I}} | {{jumptosection|current=I}} | ||
{{clear}} | |||
== J == | == J == | ||
{{jumptosection|current=J}} | {{jumptosection|current=J}} | ||
{{clear}} | |||
== K == | == K == | ||
{{jumptosection|current=K}} | {{jumptosection|current=K}} | ||
{{clear}} | {{clear}} | ||
== L == | == L == | ||
{{jumptosection|current=L}} | {{jumptosection|current=L}} | ||
{{clear}} | |||
== M == | == M == | ||
{{jumptosection|current=M}} | {{jumptosection|current=M}} | ||
{{clear}} | |||
{{ | |||
== N == | == N == | ||
{{jumptosection|current=N}} | {{jumptosection|current=N}} | ||
=== | === Nova - Near Orbit Vanguard Alliance === | ||
{{boxcodelite|title=NPEZ00222|code=<syntaxhighlight lang=bash> | |||
{{ | ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Remaps cross/square/circle/triangle to the right stick | Remaps cross/square/circle/triangle to the right stick | ||
{{clear}} | |||
== O == | == O == | ||
{{jumptosection|current=O}} | {{jumptosection|current=O}} | ||
{{clear}} | |||
== P == | == P == | ||
{{jumptosection|current=P}} | {{jumptosection|current=P}} | ||
=== Patapon 3 === | === Patapon 3 === | ||
{{boxcodelite|title=UCES01421 | {{boxcodelite|title=UCES01421|code=<syntaxhighlight lang=bash> | ||
ALLEGREX_DELAY = 50 | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
EBOOT requires sceIoClose patch and button fix | |||
{{clear}} | |||
=== Persona === | |||
{{boxcodelite|title=NPEH00069|code=<syntaxhighlight lang=bash> | |||
SAVEDATA_USE_PS3_SAVE = 1 | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{clear}} | |||
{{ | === Peter Jackson's King Kong === | ||
{{boxcodelite|title=ULUS10072|code=<syntaxhighlight lang=bash> | |||
=== | ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C | ||
{{boxcodelite|title= | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Remaps R and L buttons to the right stick | Remaps R and L buttons to the right stick | ||
{{clear}} | |||
=== Phantasy Star Portable 2 === | === Phantasy Star Portable 2 === | ||
{{boxcodelite|title=ULES01439,ULUS10529|code= | {{boxcodelite|title=ULES01439,ULUS10529|code=<syntaxhighlight lang=bash> | ||
S3D.ENABLE = 0 | S3D.ENABLE = 0 | ||
ADHOC_PARTY = 1 | ADHOC_PARTY = 1 | ||
VFPU_USE_FAST_VMMUL = 1 | VFPU_USE_FAST_VMMUL = 1 | ||
}} | </syntaxhighlight>}} | ||
{{clear}} | |||
=== Powerstone Collection === | === Powerstone Collection === | ||
{{boxcodelite|title=?|code= | {{boxcodelite|title=?|code=<syntaxhighlight lang=bash> | ||
ELF_PATH = disc0:/PSP_GAME/SYSDIR/EBOOT.BIN | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
== Q == | == Q == | ||
{{jumptosection|current=Q}} | {{jumptosection|current=Q}} | ||
{{clear}} | |||
== R == | == R == | ||
{{jumptosection|current=R}} | {{jumptosection|current=R}} | ||
=== Ragnarok Tactics === | === Ragnarok Tactics === | ||
{{boxcodelite|title=ULUS10594|code= | {{boxcodelite|title=ULUS10594|code=<syntaxhighlight lang=bash> | ||
VERSION = 0xFFFFFFFF | VERSION = 0xFFFFFFFF | ||
SDRAM_SIZE = 03600000 | SDRAM_SIZE = 03600000 | ||
Line 1,102: | Line 263: | ||
MAX_PARALLAX = 0 | MAX_PARALLAX = 0 | ||
DEPTH_TYPE = 3 | DEPTH_TYPE = 3 | ||
}} | </syntaxhighlight>}} | ||
{{clear}} | |||
=== Resistance Retribution === | === Resistance Retribution === | ||
{{boxcodelite|title=UCES01184|code=ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C}} | {{boxcodelite|title=UCES01184|code=<syntaxhighlight lang=bash> | ||
ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C | |||
</syntaxhighlight>}} | |||
Remaps R and L buttons to the right stick | Remaps R and L buttons to the right stick | ||
{{clear}} | |||
== S == | == S == | ||
{{jumptosection|current=S}} | {{jumptosection|current=S}} | ||
=== Shadow of Destiny === | === Shadow of Destiny === | ||
{{boxcodelite|title=ULUS10459|code= | {{boxcodelite|title=ULUS10459|code=<syntaxhighlight lang=bash> | ||
ADHOC.EMUPA_TITLE_ID = ULUS10459 | ADHOC.EMUPA_TITLE_ID = ULUS10459 | ||
AW.LINEAR_ADRS = 40 | AW.LINEAR_ADRS = 40 | ||
AW.DISABLE_FB_TEX = 200 | AW.DISABLE_FB_TEX = 200 | ||
}} | </syntaxhighlight>}} | ||
{{clear}} | |||
=== Shin Megami Tensei: Persona === | === Shin Megami Tensei: Persona === | ||
{{boxcodelite|title=ULUS10432|code=SAVEDATA_USE_PS3_SAVE = 1}} | {{boxcodelite|title=ULUS10432|code=<syntaxhighlight lang=bash> | ||
SAVEDATA_USE_PS3_SAVE = 1 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Shin Megami Tensei: Persona 3 Portable === | === Shin Megami Tensei: Persona 3 Portable === | ||
{{boxcodelite|title=?|code=AW.VRAM_MODE = 1}} | {{boxcodelite|title=?|code=<syntaxhighlight lang=bash> | ||
AW.VRAM_MODE = 1 | |||
</syntaxhighlight>}} | |||
The game hangs while loading screen<br> | The game hangs while loading screen<br> | ||
This config fixes loading, but requires further research | This config fixes loading, but requires further research | ||
{{clear}} | |||
=== Shin Megami Tensei: Persona 3 Portable === | === Shin Megami Tensei: Persona 3 Portable === | ||
{{boxcodelite|title=ULUS10512|code= | {{boxcodelite|title=ULUS10512|code=<syntaxhighlight lang=bash> | ||
AW.VRAM = 1 | AW.VRAM = 1 | ||
AW.EXT_MODE = 3 | AW.EXT_MODE = 3 | ||
AW.EXT_CMD = 2 | AW.EXT_CMD = 2 | ||
}} | </syntaxhighlight>}} | ||
Party fix | Party fix | ||
{{clear}} | |||
=== Silent Hill: Origins === | === Silent Hill: Origins === | ||
{{boxcodelite|title=ULUS10285|code=AW.LINEAR_ADRS = 40}} | {{boxcodelite|title=ULUS10285|code=<syntaxhighlight lang=bash> | ||
AW.LINEAR_ADRS = 40 | |||
</syntaxhighlight>}} | |||
Loading Screen texture flicker on top | Loading Screen texture flicker on top | ||
{{clear}} | |||
=== Star Wars Battlefront II: Remastered Edition === | === Star Wars Battlefront II: Remastered Edition === | ||
{{boxcodelite|title=ULES00183|code=ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C}} | {{boxcodelite|title=ULES00183|code=<syntaxhighlight lang=bash> | ||
ADDITIONAL_KEY_ASSIGN = 000000004FCECD4C | |||
</syntaxhighlight>}} | |||
Remaps R and L buttons to the right stick | Remaps R and L buttons to the right stick | ||
{{clear}} | |||
=== Sword Art Online Infinity Moment === | === Sword Art Online Infinity Moment === | ||
{{boxcodelite|title=?|code= | {{boxcodelite|title=?|code=<syntaxhighlight lang=bash> | ||
AW.EXT_MODE = 3 | AW.EXT_MODE = 3 | ||
AW.EXT_CMD = 3 | AW.EXT_CMD = 3 | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{clear}} | |||
== T == | == T == | ||
{{jumptosection|current=T}} | {{jumptosection|current=T}} | ||
=== Tactics Ogre: Let Us Cling Together === | === Tactics Ogre: Let Us Cling Together === | ||
{{boxcodelite|title=?|code=AW.LINEAR_ADRS = 40}} | {{boxcodelite|title=?|code=<syntaxhighlight lang=bash> | ||
AW.LINEAR_ADRS = 40 | |||
</syntaxhighlight>}} | |||
Black texture? overlay in movies and "Tarot Card" selection | Black texture? overlay in movies and "Tarot Card" selection | ||
{{clear}} | |||
=== Tactics Ogre: Let Us Cling Together === | === Tactics Ogre: Let Us Cling Together === | ||
{{boxcodelite|title=ULES01500|code= | {{boxcodelite|title=ULES01500|code=<syntaxhighlight lang=bash> | ||
VFPU_USE_FAST_VMMUL = 1 | VFPU_USE_FAST_VMMUL = 1 | ||
AW.EXT_MODE = 3 | AW.EXT_MODE = 3 | ||
Line 1,175: | Line 345: | ||
AW.LINEAR_ADRS = 40 | AW.LINEAR_ADRS = 40 | ||
AW.DISABLE_FB_TEX = 100 | AW.DISABLE_FB_TEX = 100 | ||
}} | </syntaxhighlight>}} | ||
{{clear}} | |||
=== Tales of the World: Radiant Mythology === | === Tales of the World: Radiant Mythology === | ||
{{boxcodelite|title=ULUS10271|code= | {{boxcodelite|title=ULUS10271|code=<syntaxhighlight lang=bash> | ||
VOUT_RESOLUTION_MODE = 0 | VOUT_RESOLUTION_MODE = 0 | ||
DRAWN_IMAGE_SCALE = 4 | DRAWN_IMAGE_SCALE = 4 | ||
AW.LINEAR_ADRS = 40 | AW.LINEAR_ADRS = 40 | ||
}} | </syntaxhighlight>}} | ||
AW.LINEAR_ADRS = 40 // Fixes Minor graphical glitches before battles. | AW.LINEAR_ADRS = 40 // Fixes Minor graphical glitches before battles. | ||
=== | {{clear}} | ||
{{boxcodelite|title= | === The 3rd Birthday === | ||
{{boxcodelite|title=?|code=<syntaxhighlight lang=bash> | |||
AW.DISABLE_FB_TEX = 222 | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
blue transparent texture overblending<br> | blue transparent texture overblending<br> | ||
This config mostly removes them, but requires further research | This config mostly removes them, but requires further research | ||
{{clear}} | |||
=== The 3rd Birthday === | === The 3rd Birthday === | ||
{{boxcodelite|title=ULES01513|code= | {{boxcodelite|title=ULES01513|code=<syntaxhighlight lang=bash> | ||
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 | ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 | ||
AW.DISABLE_FB_TEX = 100 | AW.DISABLE_FB_TEX = 100 | ||
}} | </syntaxhighlight>}} | ||
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 // Remaps the D-pad (camera control) to the right stick <br> | ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 // Remaps the D-pad (camera control) to the right stick <br> | ||
AW.DISABLE_FB_TEX = 100 // Fixes bad overlay | AW.DISABLE_FB_TEX = 100 // Fixes bad overlay | ||
{{clear}} | |||
== U == | == U == | ||
{{jumptosection|current=U}} | {{jumptosection|current=U}} | ||
{{clear}} | |||
== V == | == V == | ||
{{jumptosection|current=V}} | {{jumptosection|current=V}} | ||
{{clear}} | |||
{{ | |||
== W == | == W == | ||
{{jumptosection|current=W}} | {{jumptosection|current=W}} | ||
{{clear}} | |||
== X == | == X == | ||
{{jumptosection|current=X}} | {{jumptosection|current=X}} | ||
{{clear}} | |||
== Y == | == Y == | ||
{{jumptosection|current=Y}} | {{jumptosection|current=Y}} | ||
=== Ys Seven === | === Ys Seven === | ||
{{boxcodelite|title=ULUS10551|code= | {{boxcodelite|title=ULUS10551|code=<syntaxhighlight lang=bash> | ||
S3D.ENABLE = 0 | S3D.ENABLE = 0 | ||
SAVEDATA_USE_PS3_SAVE = 1 | SAVEDATA_USE_PS3_SAVE = 1 | ||
}} | </syntaxhighlight>}} | ||
{{clear}} | |||
== Z == | == Z == | ||
{{jumptosection|current=Z}} | {{jumptosection|current=Z}} | ||
{{Games}}{{Reverse engineering}}<noinclude> | {{Games}}{{Reverse engineering}}<noinclude>[[Category:Games]]</noinclude> | ||
[[Category:Games]] | |||
</noinclude> |