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 22: | Line 21: | ||
|- | |- | ||
|} | |} | ||
== disable load of coldboot on boot (does not work) v1 == | == disable load of coldboot on boot (does not work) v1 == | ||
Line 93: | Line 93: | ||
https://www.sendspace.com/file/kkwe5w | https://www.sendspace.com/file/kkwe5w | ||
== VSH experimental double patch == | == VSH experimental double patch == | ||
Line 146: | Line 147: | ||
* [https://www.mirrorcreator.com/files/1LZBCHIM/custom_render_plugin.rco_links original unpatched] 4.00-4.26 {{MD5|9764a4790a360c0769359de8741a55ae}} | * [https://www.mirrorcreator.com/files/1LZBCHIM/custom_render_plugin.rco_links original unpatched] 4.00-4.26 {{MD5|9764a4790a360c0769359de8741a55ae}} | ||
* Samples of all tests listed below from 1 up to 13 (for firmwares 4.50-4.75) https://www.sendspace.com/file/zxp3va | * Samples of all tests listed below from 1 up to 13 (for firmwares 4.50-4.75) https://www.sendspace.com/file/zxp3va | ||
=== 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 186: | ||
==== 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 213: | ||
==== 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 234: | ||
==== 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 253: | ||
==== 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 324: | ||
==== 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, gfx corruptions when dynamic theme is used)</span> | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
Line 351: | Line 338: | ||
==== 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"> | ||
Line 363: | Line 350: | ||
==== Keep ShowGUI but remove Lock - coldboot only (patchtest 12) ==== | ==== Keep ShowGUI but remove Lock - coldboot only (patchtest 12) ==== | ||
12 results in | 12 results in 17sec boottime | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 372: | Line 359: | ||
==== Keep ShowGUI but remove Lock - coldboot2 only (patchtest 13) ==== | ==== Keep ShowGUI but remove Lock - coldboot2 only (patchtest 13) ==== | ||
13 results in | 13 results in 13 second boot time | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot2"> | <Animation name="anim_coldboot2"> |