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 == | ||
'''(untested)''' | |||
<mysis> beware it might also create endless wave :~ | <mysis> beware it might also create endless wave :~ | ||
Line 119: | Line 119: | ||
|- | |- | ||
|} | |} | ||
== VSH disable boot sound == | == VSH disable boot sound == | ||
Line 145: | Line 146: | ||
* [https://www.mirrorcreator.com/files/1BOGQVTF/custom_render_plugin_0.rco_links original unpatched] 4.30-4.46 {{MD5|02251196dcef6abc756499a18b6a9bfc}} | * [https://www.mirrorcreator.com/files/1BOGQVTF/custom_render_plugin_0.rco_links original unpatched] 4.30-4.46 {{MD5|02251196dcef6abc756499a18b6a9bfc}} | ||
* [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}} | ||
=== 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 185: | ||
==== 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 212: | ||
==== 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 233: | ||
==== 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 252: | ||
==== 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 323: | ||
==== 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 337: | ||
==== 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 349: | ||
==== 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 358: | ||
==== 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"> | ||
Line 379: | Line 365: | ||
</Animation> | </Animation> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Software]] | [[Category:Software]] |