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 46: | Line 45: | ||
== disable load of coldboot on boot (does not work) v2 == | == disable load of coldboot on boot (does not work) v2 == | ||
'''(does not work)''' | |||
==== CEX + SHOP + DEX + DECR ==== | ==== CEX + SHOP + DEX + DECR ==== | ||
set search "\x40\x9E\x00\x14\x38\x60\x00\x00\x38\x80\x00\x00" | set search "\x40\x9E\x00\x14\x38\x60\x00\x00\x38\x80\x00\x00" | ||
Line 68: | Line 66: | ||
== disable load of coldboot on boot (does not work) v3 == | == disable load of coldboot on boot (does not work) v3 == | ||
'''(does not work)''' | |||
==== CEX + SHOP + DEX ==== | ==== CEX + SHOP + DEX ==== | ||
set search "\x40\x9E\x00\x10\x7F\xC3\xF3\x78\x7B\xE4\x00\x20" | set search "\x40\x9E\x00\x10\x7F\xC3\xF3\x78\x7B\xE4\x00\x20" | ||
Line 93: | Line 90: | ||
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 116: | ||
|- | |- | ||
|} | |} | ||
== VSH disable boot sound == | == VSH disable boot sound == | ||
Line 145: | Line 143: | ||
* [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) === | ||
(working) | |||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 199: | Line 182: | ||
==== Patch 2 - Removing all SCE logo animations (patchtest 2) ==== | ==== Patch 2 - Removing all SCE logo animations (patchtest 2) ==== | ||
(working) | |||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 226: | Line 209: | ||
==== Remove also delaytime (patchtest 3)==== | ==== Remove also delaytime (patchtest 3)==== | ||
(working) | |||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 247: | Line 230: | ||
==== Remove also boot-background (patchtest 4)==== | ==== Remove also boot-background (patchtest 4)==== | ||
(working) | |||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 266: | Line 249: | ||
==== Remove also normal background (patchtest 5) ==== | ==== Remove also normal background (patchtest 5) ==== | ||
(working) | |||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 283: | Line 266: | ||
==== Remove also anim ShowGUI (patchtest 6) ==== | ==== Remove also anim ShowGUI (patchtest 6) ==== | ||
(not working) | |||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 299: | Line 281: | ||
==== Remove locking/unlocking also (patchtest 7) ==== | ==== Remove locking/unlocking also (patchtest 7) ==== | ||
Directly calling <code><FireEvent object="event:native:/anim_coldboot_Finished" /></code>: | Directly calling <code><FireEvent object="event:native:/anim_coldboot_Finished" /></code>: | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
Line 312: | Line 292: | ||
==== Remove Finished instead (patchtest 8) ==== | ==== Remove Finished instead (patchtest 8) ==== | ||
(not working) | |||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 326: | Line 305: | ||
==== Remove everything (patchtest 9) ==== | ==== Remove everything (patchtest 9) ==== | ||
Deleting everything within the <code><Animation></code> tag: | Deleting everything within the <code><Animation></code> tag: | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
Line 337: | Line 314: | ||
==== Keep ShowGUI but remove Lock (patchtest 10) ==== | ==== Keep ShowGUI but remove Lock (patchtest 10) ==== | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 350: | Line 325: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Software]] | [[Category:Software]] |