Talk:Custom render plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
Line 8: Line 8:




=untested=
=Enforce gameboot animation=
Enforce gameboot animation:
  game_ext_plugin.sprx :  
  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
  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:
  if not found on newer fw try:
  2F 89 00 00 7B C3 00 20 -> 2F 89 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo
  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:41, 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


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 try:
2F 89 00 00 7B C3 00 20 -> 2F 89 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo