Editing Patches/sandbox
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 4: | Line 4: | ||
set search "\x88\x1D\x00\x06\x3C\x60\x00" | set search "\x88\x1D\x00\x06\x3C\x60\x00" | ||
set replace "\x38\x00\x00\x01\x3C\x60\x00" | set replace "\x38\x00\x00\x01\x3C\x60\x00" | ||
==== GEX/Arcade ==== | ==== GEX/Arcade ==== | ||
N/A | N/A | ||
Line 162: | Line 161: | ||
=== set <code><Delay time="0" /></code> and <code>duration="0"</code> (patchtest 1) === | === set <code><Delay time="0" /></code> and <code>duration="0"</code> (patchtest 1) === | ||
<span style="background:#bfd; color:black | <span style="background:#bfd; color:black;">(working)</span> | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 199: | Line 198: | ||
==== Patch 2 - Removing all SCE logo animations (patchtest 2) ==== | ==== Patch 2 - Removing all SCE logo animations (patchtest 2) ==== | ||
<span style="background:#bfd; color:black | <span style="background:#bfd; color:black;">(working)</span> | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 226: | Line 225: | ||
==== Remove also delaytime (patchtest 3)==== | ==== Remove also delaytime (patchtest 3)==== | ||
<span style="background:#bfd; color:black | <span style="background:#bfd; color:black;">(working)</span> | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 247: | Line 246: | ||
==== Remove also boot-background (patchtest 4)==== | ==== Remove also boot-background (patchtest 4)==== | ||
<span style="background:#bfd; color:black | <span style="background:#bfd; color:black;">(working)</span> | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 266: | Line 265: | ||
==== Remove also normal background (patchtest 5) ==== | ==== Remove also normal background (patchtest 5) ==== | ||
<span style="background:#bfd; color:black | <span style="background:#bfd; color:black;">(working)</span> | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 337: | Line 336: | ||
==== Keep ShowGUI but remove Lock (patchtest 10) ==== | ==== Keep ShowGUI but remove Lock (patchtest 10) ==== | ||
<span style="background:#bfd; color:black | <span style="background:#bfd; color:black;">(working)</span> | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
Line 351: | Line 350: | ||
==== Keep ShowGUI but also remove Finished (patchtest 11) ==== | ==== Keep ShowGUI but also remove Finished (patchtest 11) ==== | ||
<span style="background:#CCFF99; color:red | <span style="background:#CCFF99; color:red;">(partial working, <abbr title='"sony computer entertainment" is a whitebar which remains on screen along with the PS3 logo/coldboot'>coldboot + text</abbr> stuck on screen, XMB shown)</span> | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> |