Editing Talk:RCOXML Sounds
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
==Sound files in PS3 firmware== | |||
This is the complete list of sounds extracted from rco files by [[Rcomage]], following the [[Template:RCOXML_contents_PS3|treasure map]] | |||
[[4.83 CEX|4.83]] | |||
===edy_plugin.rco=== | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<SoundTree> | |||
<Sound name="snd_edy_ok" src="Sounds\snd_edy_ok.ch*.vag" format="vag" channels="2" /> | |||
<Sound name="snd_edy_ng" src="Sounds\snd_edy_ng.ch*.vag" format="vag" channels="2" /> | |||
</SoundTree> | |||
</syntaxhighlight>}} | |||
* | |||
===eula_net_plugin.rco=== | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<SoundTree> | |||
<Sound name="PageEnter" src="Sounds\PageEnter.ch*.vag" format="vag" channels="1" /> | |||
<Sound name="PageExit" src="Sounds\PageExit.ch*.vag" format="vag" channels="1" /> | |||
<Sound name="FocusMove" src="Sounds\FocusMove.ch*.vag" format="vag" channels="1" /> | |||
<Sound name="Boot" src="Sounds\Boot.ch*.vag" format="vag" channels="2" /> | |||
<Sound name="ButtonPush" src="Sounds\ButtonPush.ch*.vag" format="vag" channels="1" /> | |||
</SoundTree> | |||
</syntaxhighlight>}} | |||
* | |||
===osk_plugin.rco=== | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<SoundTree> | |||
<Sound name="snd_oskenter" src="Sounds\snd_oskenter.ch*.vag" format="vag" channels="2" /> | |||
<Sound name="snd_oskcancel" src="Sounds\snd_oskcancel.ch*.vag" format="vag" channels="2" /> | |||
</SoundTree> | |||
</syntaxhighlight>}} | |||
* | |||
===regcam_plugin.rco=== | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<SoundTree> | |||
<Sound name="PageEnter" src="Sounds\PageEnter.ch*.vag" format="vag" channels="1" /> | |||
<Sound name="PageExit" src="Sounds\PageExit.ch*.vag" format="vag" channels="1" /> | |||
<Sound name="FocusMove" src="Sounds\FocusMove.ch*.vag" format="vag" channels="1" /> | |||
<Sound name="Boot" src="Sounds\Boot.ch*.vag" format="vag" channels="2" /> | |||
<Sound name="ButtonPush" src="Sounds\ButtonPush.ch*.vag" format="vag" channels="1" /> | |||
</SoundTree> | |||
</syntaxhighlight>}} | |||
* | |||
===system_plugin.rco=== | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<SoundTree> | |||
<Sound name="snd_cursor" src="Sounds\snd_cursor.ch*.vag" format="vag" channels="2" /> | |||
<Sound name="snd_decide" src="Sounds\snd_decide.ch*.vag" format="vag" channels="2" /> | |||
<Sound name="snd_cancel" src="Sounds\snd_cancel.ch*.vag" format="vag" channels="2" /> | |||
<Sound name="snd_category_decide" src="Sounds\snd_category_decide.ch*.vag" format="vag" channels="2" /> | |||
<Sound name="snd_option" src="Sounds\snd_option.ch*.vag" format="vag" channels="2" /> | |||
<Sound name="snd_error" src="Sounds\snd_error.ch*.vag" format="vag" channels="2" /> | |||
<Sound name="snd_system_ok" src="Sounds\snd_system_ok.ch*.vag" format="vag" channels="2" /> | |||
<Sound name="snd_system_ng" src="Sounds\snd_system_ng.ch*.vag" format="vag" channels="2" /> | |||
<Sound name="snd_trophy" src="Sounds\snd_trophy.ch*.vag" format="vag" channels="1" /> | |||
</SoundTree> | |||
</syntaxhighlight>}} | |||
* | |||
===videoeditor_plugin.rco=== | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<SoundTree> | |||
<Sound name="snd_ok" src="Sounds\snd_ok.ch*.vag" format="vag" channels="2" /> | |||
</SoundTree> | |||
</syntaxhighlight>}} | |||
* |