Talk:Custom render plugin: Difference between revisions
Jump to navigation
Jump to search
m (→untested) |
m (→untested) |
||
Line 10: | Line 10: | ||
=untested= | =untested= | ||
Enforce gameboot animation: | Enforce gameboot animation: | ||
game_ext_plugin.sprx : 38 80 00 00 7B E3 00 20 -> 38 80 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo | game_ext_plugin.sprx : | ||
38 80 00 00 7B E3 00 20 -> 38 80 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo | |||
if not found on newer fw: | |||
2F 89 00 00 7B C3 00 20 -> 2F 89 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo |
Revision as of 11:08, 28 July 2015
Custom_render_plugin Function 2
used by:
game_ext_plugin with Parameter: 3 = anim_otherboot for Category "CB", "HM", "AV", "AM", "AT" 2 (older fw) = anim_gameboot
untested
Enforce gameboot animation: game_ext_plugin.sprx : 38 80 00 00 7B E3 00 20 -> 38 80 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo
if not found on newer fw: 2F 89 00 00 7B C3 00 20 -> 2F 89 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo