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 == | ||
==== CEX + SHOP + DEX + DECR ==== | ==== CEX + SHOP + DEX + DECR ==== | ||
'''(does not work)''' | |||
set search "\x00\x00\x00\x34\x00\x00\x05\xF4" | set search "\x00\x00\x00\x34\x00\x00\x05\xF4" | ||
set replace "\x00\x00\x00\x34\xFF\xFF\xFF\x88" | set replace "\x00\x00\x00\x34\xFF\xFF\xFF\x88" | ||
Line 93: | Line 92: | ||
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 118: | ||
|- | |- | ||
|} | |} | ||
== VSH disable boot sound == | == VSH disable boot sound == | ||
Line 145: | Line 145: | ||
* [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 184: | ||
==== 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 211: | ||
==== 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 232: | ||
==== 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 251: | ||
==== 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 322: | ||
==== 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 336: | ||
==== 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 362: | Line 347: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Software]] | [[Category:Software]] |