Talk:Custom render plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (→‎custom_render_plugin.rco changelog (retail/CEX): moved to {{Template:Custom_render_plugin.rco_changelog}})
m (moved to front)
Line 33: Line 33:
Inside custom_render_plugin.sprx. Directlly related with [[Lines.qrc]] files, libraries, and settings
Inside custom_render_plugin.sprx. Directlly related with [[Lines.qrc]] files, libraries, and settings
  '''ParticlesHackMenu'''
  '''ParticlesHackMenu'''
=custom_render_plugin.rco changelog (retail/CEX)=
{{custom_render_plugin.rco changelog}}

Revision as of 09:20, 27 August 2016

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

gameboot sounds

http://www.ps3hax.net/showthread.php?t=34085

Gameboot Sounds versions
File Name Size
(bytes)
Hash
(MD5)
Firmware Notes
1.00~2.60 2.70~2.80 3.00~3.01 3.10~Template:Latest
gameboot_stereo.ac3 243.200 E311AD59E14A751C6907E300E11841F7 Yes No Old gameboot sound files
gameboot_multi.ac3 243.200 9C845DB9802B4F5A8953C23833D18F37

Debug stuff

Inside custom_render_plugin.sprx. Directlly related with Lines.qrc files, libraries, and settings

ParticlesHackMenu