Editing PS2 Classics Configuration Files (Unofficial)

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

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 14: Line 14:




=Custom Configuration Files=
====18 Wheeler - American Pro Trucker====
====18 Wheeler - American Pro Trucker====
<br>NTSC
<br>NTSC
Line 275: Line 276:


emuObj.AddVsyncHook(patcher)
emuObj.AddVsyncHook(patcher)
</pre>
====Batman Vengeance====
<pre>
#Speedhacks
--ee-cycle-scalar=3
#Upscaling fix
--gs-upscale=none
--gs-uprender=none
</pre>
</pre>


Line 853: Line 845:
#Fixes slowdowns in The game
#Fixes slowdowns in The game
--vu1-di-bits=0
--vu1-di-bits=0
--vu1-mpg-cycles=800
--vu1-const-prop=1
--vu1-mpg-cycles=700
--ee-cycle-scalar=1.2
#Fixes black screen caused by MTVU
#Fixes black screen caused by MTVU
--vu1=jit-sync
--vu1=jit-sync
Line 908: Line 902:
--gs-kernel-cl-up="up2x2simple"
--gs-kernel-cl-up="up2x2simple"
#Fix for Performance
#Fix for Performance
--vu1-mpg-cycles=400
--vu1-mpg-cycles=200
--vu1-di-bits=0
--vu1-di-bits=0
--ee-cycle-scalar=1.2
</pre>
</pre>


Line 937: Line 932:
<pre>
<pre>
#Fix upscaling artifacts (flames and lights)
#Fix upscaling artifacts (flames and lights)
--gs-upscale=none
--gs-kernel-cl-up="up2x2simple"
--gs-uprender=none
#Use Mipmap for sharper terrain textures
--gs-use-mipmap=1
#Fix faintly flickering floor shadow textures
--gs-use-clut-merge=1
#Use EE clamping
#Use EE clamping
--fpu-no-clamping=0
--fpu-no-clamping=0
Line 944: Line 942:
#Speedhacks
#Speedhacks
--vu1-di-bits=0
--vu1-di-bits=0
--vu1-mpg-cycles=200
--vu1-mpg-cycles=300
</pre>
</pre>


Line 1,465: Line 1,463:


--ee-cycle-scalar=1.3
--ee-cycle-scalar=1.3
</pre>
====Goblin Commander====
'''''CLI'''''
<pre>
#Speedhacks
--vu1-mpg-cycles=800
--vu1-di-bits=0
#Crash fix
--vif1-instant-xfer=0
</pre>
</pre>


Line 2,344: Line 2,330:
====Okami====
====Okami====
'''''CLI'''''
'''''CLI'''''
<br>All versions
<br>All versions
<pre>
<pre>
#Fix graphical glitches
--gs-use-mipmap=1
--gs-force-bilinear=1
--gs-force-bilinear=1
--gs-kernel-cl-up="up2x2simple"
--gs-kernel-cl="mipmap"
--gs-kernel-cl-up="mipmap2x2"
--vu0-no-clamping=0
--vu1-no-clamping=0
--cop2-no-clamping=0
#Fixes for slowdowns
#Fixes for slowdowns
--vu1-const-prop=1
--vu1-di-bits=0
--vu1-di-bits=0
--vu1-mpg-cycles=230
--ee-cycle-scalar=1.2
--vu1-injection=1
#RECVX EMU Fixes Crash Near Orochi boss fight</pre>
#RECVX EMU Fixes Crash Near Orochi boss fight</pre>
'''''LUA file'''''
<br>All Versions
<pre>
apiRequest(0.4)
local emuObj = getEmuObject()
emuObj.SetGsTitleFix( "forceSimpleFetch", "reserved", { texMode=1 } )</pre>


====Oni====
====Oni====
Line 3,291: Line 3,294:


emuObj.AddVsyncHook(WS)
emuObj.AddVsyncHook(WS)
</pre>
====Spartan - Total Warrior====
ALL
<br>CLI
<pre>
#Speedhacks
--ee-cycle-scalar=1.2
# Fix black screen upon starting new game
--vu1-mpg-cycles=1
--vu1-no-clamping=0
--vu0-no-clamping=0
</pre>
</pre>


Line 3,314: Line 3,304:
--cop2-no-clamping=0
--cop2-no-clamping=0
</pre>
</pre>
====Spider-Man 3 ====
====Spider-Man 3 ====
ALL
ALL
Line 3,366: Line 3,355:


#Use JakX v2 emu</pre>
#Use JakX v2 emu</pre>
====SSX 3====
<br>'''''CLI'''''
<br>All versions
<pre>
#Speedhacks
--vu1-mpg-cycles=300
--vu1-di-bits=0
#Gs graphics fixes
--gs-upscale=none
--gs-uprender=none
#Use WOTM emu
</pre>
<br>'''''LUA'''''
<br>SLUS-20772
<pre>
apiRequest(0.1)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
--Freeze fix
eeObj.WriteMem32(0x002EC824, 0x0)
eeObj.WriteMem32(0x002EC68C, 0x0)
end
emuObj.AddVsyncHook(patcher)
#Use WOTM emu
</pre>
<br>'''''LUA'''''
<br>SLES-51697
<pre>
apiRequest(0.1)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
--Freeze fix
eeObj.WriteMem32(0x002EC594, 0x0)
eeObj.WriteMem32(0x002EC5E4, 0x0)
end
emuObj.AddVsyncHook(patcher)
#Use WOTM emu
</pre>


====Star Wars - Episode 3 - Die Rache der Sith====
====Star Wars - Episode 3 - Die Rache der Sith====
Line 4,248: Line 4,188:
#Fix for random crashes during fights
#Fix for random crashes during fights
--ee-ignore-segfault=readwrite
--ee-ignore-segfault=readwrite
#Fix graphics during battle (SLUS-20515)
--fpu-accurate-range=0x001FAFB0,0x001FB0A4
</pre>
</pre>


==== Yu-Gi-Oh! Capsule Monsters Colosseum====
==== Yu-Gi-Oh! Capsule Monsters Colosseum====
Line 4,256: Line 4,196:
<br>CLI
<br>CLI
<pre>
<pre>
#Fix for freeze. Works on old emus like WOTM AND RECVX.
#Fix for freeze. RECVX emu is required.
--vu1=jit-sync
--vu1=jit-sync
#Fix for minor lighting flickering in Odion level
--gs-use-clut-merge=1
</pre>
</pre>


Please note that all contributions to PS4 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS4 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)