Talk:Custom render plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
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 12: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