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> | === set <code><Delay time="0" /></code> and <code>duration="0"</code> === | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 198: | Line 180: | ||
(there are several options, which works best/without issues can be proven IRL within seconds<!--// several thousands less than the time wikifying this costs //-->) | (there are several options, which works best/without issues can be proven IRL within seconds<!--// several thousands less than the time wikifying this costs //-->) | ||
==== | ==== Removing all SCE logo animations ==== | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 225: | Line 206: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==== Remove also delaytime | ==== Remove also delaytime ==== | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 246: | Line 226: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==== Remove also boot-background | ==== Remove also boot-background ==== | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 265: | Line 244: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==== Remove also normal background | ==== Remove also normal background ==== | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 282: | Line 260: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==== Remove also anim ShowGUI | ==== Remove also anim ShowGUI ==== | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 298: | Line 274: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==== Remove locking/unlocking also | ==== Remove locking/unlocking also ==== | ||
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 311: | Line 285: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==== Remove Finished instead | ==== Remove Finished instead ==== | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<Animation name="anim_coldboot"> | <Animation name="anim_coldboot"> | ||
Line 325: | Line 297: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==== Remove everything | ==== Remove everything ==== | ||
Deleting everything within the <code><Animation></code> tag: | Deleting everything within the <code><Animation></code> tag: | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
Line 336: | Line 306: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Software]] | [[Category:Software]] |