Editing Custom Configuration Files

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 44: Line 43:
--math.random() + math.random(1, 99)
--math.random() + math.random(1, 99)
</pre>
</pre>
====24 The Game====
====24 The Game====
'''''CLI'''''
'''''CLI'''''
Line 4,702: Line 4,700:
</pre>
</pre>


=Global Configurations=
==Global Configurations==
<pre>Configurations made for more than one game for a specific purpose</pre>
<pre>Configurations made for more than one game for a specific purpose</pre>


==SkipMpegHack (FMV skip)==
===SkipMpegHack (FMV skip)===
'''''LUA file'''''
'''''LUA file'''''
<br>
<br>
Line 4,740: Line 4,738:
</pre>
</pre>


=Incomplete configurations=
==Incomplete configurations==
<pre>This is a list of unsuccessful, or incomplete configurations, along with information that might help others in the future.
<pre>This is a list of configurations that were unsuccessful or were never completed, or information that might help people in the future.
A place for research and sharing useful info.</pre>
A place for research and sharing useful info.</pre>


Line 5,303: Line 5,301:
eeObj.WriteMem32(0x000FF930, 0x1000FFF4)
eeObj.WriteMem32(0x000FF930, 0x1000FFF4)
end
end
emuObj.AddVsyncHook(patcher)
</pre>
====Robot Alchemic Drive====
'''LUA'''
<pre>
apiRequest(0.1)
local emuObj = getEmuObject()
local iopObj        = getIOPObject()
local patcher = function()
--Audio fix(?)
--iopObj.WriteMem32(0x000F5CBC, 0x24C6FFFF)
iopObj.WriteMem32(0x000F5764, 0x24064000)
end
emuObj.AddVsyncHook(patcher)
emuObj.AddVsyncHook(patcher)
</pre>
</pre>
Line 5,344: Line 5,325:
<pre>
<pre>
--vu-xgkick-delay=9
--vu-xgkick-delay=9
</pre>
====Wild Arms 4====
'''CLI'''
<pre>
#Fatal Fury emu
#Gamefixes
--vu-hack-triace=1
--iop-hook=0xAD808,AdvanceClock,,3000
</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)