Editing RCOXML ofw 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 6: | Line 6: | ||
===system_plugin.rco=== | ===system_plugin.rco=== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<SoundTree> | <SoundTree> | ||
<Sound name="snd_cursor" src="Sounds\snd_cursor.ch*.vag" format="vag" channels="2" /> | <Sound name="snd_cursor" src="Sounds\snd_cursor.ch*.vag" format="vag" channels="2" /> | ||
Line 38: | Line 38: | ||
Some of this sound files can be overrided by intalling a [[PlayStation_3_Theme_(P3T) | P3T Theme]]. Example from the XML used to build the theme: | Some of this sound files can be overrided by intalling a [[PlayStation_3_Theme_(P3T) | P3T Theme]]. Example from the XML used to build the theme: | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<!-- Navigation sounds -------------------------------------------------------------------------------> | <!-- Navigation sounds -------------------------------------------------------------------------------> | ||
<setable> | <setable> | ||
Line 58: | Line 58: | ||
===osk_plugin.rco=== | ===osk_plugin.rco=== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<SoundTree> | <SoundTree> | ||
<Sound name="snd_oskenter" src="Sounds\snd_oskenter.ch*.vag" format="vag" channels="2" /> | <Sound name="snd_oskenter" src="Sounds\snd_oskenter.ch*.vag" format="vag" channels="2" /> | ||
Line 75: | Line 75: | ||
===edy_plugin.rco=== | ===edy_plugin.rco=== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<SoundTree> | <SoundTree> | ||
<Sound name="snd_edy_ok" src="Sounds\snd_edy_ok.ch*.vag" format="vag" channels="2" /> | <Sound name="snd_edy_ok" src="Sounds\snd_edy_ok.ch*.vag" format="vag" channels="2" /> | ||
Line 91: | Line 91: | ||
===videoeditor_plugin.rco=== | ===videoeditor_plugin.rco=== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<SoundTree> | <SoundTree> | ||
<Sound name="snd_ok" src="Sounds\snd_ok.ch*.vag" format="vag" channels="2" /> | <Sound name="snd_ok" src="Sounds\snd_ok.ch*.vag" format="vag" channels="2" /> | ||
Line 104: | Line 104: | ||
===eula_net_plugin.rco and regcam_plugin.rco=== | ===eula_net_plugin.rco and regcam_plugin.rco=== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<SoundTree> | <SoundTree> | ||
<Sound name="PageEnter" src="Sounds\PageEnter.ch*.vag" format="vag" channels="1" /> | <Sound name="PageEnter" src="Sounds\PageEnter.ch*.vag" format="vag" channels="1" /> |