Talk:Custom render plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--[[Special:Contributions/178.150.242.58|178.150.242.58]] 15:50, 23 March 2019 (UTC)'''''Italic text'''''=Custom_render_plugin Function 2=
=Custom_render_plugin Function 2=
used by:
used by:


Line 6: Line 6:
  2 (older fw) = anim_gameboot
  2 (older fw) = anim_gameboot


[[File:Custom render plugin.sprx|thumb]]
 
--[[Special:Contributions/178.150.242.58|178.150.242.58]] 16:15, 23 March 2019 (UTC)=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
Line 20: Line 21:
! rowspan="2" | File Name !! rowspan="2" | Size<BR />(bytes) !! rowspan="2" | Hash<BR />(MD5) !! colspan="4" | Firmware !! rowspan="2" | Notes
! rowspan="2" | File Name !! rowspan="2" | Size<BR />(bytes) !! rowspan="2" | Hash<BR />(MD5) !! colspan="4" | Firmware !! rowspan="2" | Notes
|-
|-
! [[1.00_CEX|1.00]]~[[2.60_CEX|2.60]] !! [[2.70_CEX|2.70]]~[[2.80_CEX|2.80]] !! [[3.00_CEX|3.00]]~[[3.01_CEX|3.01]] !! [[4.84_CEX|4.84]]~{{latest}}
! [[1.00_CEX|1.00]]~[[2.60_CEX|2.60]] !! [[2.70_CEX|2.70]]~[[2.80_CEX|2.80]] !! [[3.00_CEX|3.00]]~[[3.01_CEX|3.01]] !! [[3.10_CEX|3.10]]~{{latestPS3}}
|-
|-
! gameboot_stereo.ac3
! gameboot_stereo.ac3
Line 29: Line 30:
|}
|}


#REDIRECT [[
<gallery>
Target page name
</gallery>
{| class="wikitable"
|-
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
]]
=Debug stuff=
=Debug stuff=
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'''

Latest revision as of 17:32, 13 July 2021

Custom_render_plugin Function 2[edit source]

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[edit source]

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[edit source]

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~4.91
gameboot_stereo.ac3 243.200 E311AD59E14A751C6907E300E11841F7 Yes No Old gameboot sound files
gameboot_multi.ac3 243.200 9C845DB9802B4F5A8953C23833D18F37

Debug stuff[edit source]

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

ParticlesHackMenu