Advertisement
Guest User

Untitled

a guest
Jul 11th, 2010
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.58 KB | None | 0 0
  1. <wiidisc version="1">
  2.     <id game="RUI">
  3.         <region type="P" />
  4.     </id>
  5.     <options>
  6.         <section name="Replace Songs">
  7.             <option name="Sing It Custom Songs" id="replace" default="1">
  8.                 <choice name="Enabled">
  9.                     <patch id="replacingpatch" />
  10.                 </choice>
  11.             </option>
  12.         </section>
  13.     </options>
  14.    
  15.     <patch id="replacingpatch">
  16.         <!-- The folder of custom songs is "SD:/riivolution/SingItCustomSongs" -->
  17.         <!-- [create="true"] because the folder "XXXX" has to be created -->
  18.         <folder external="SingItCustomSongs" disc="/" recursive="true" create="true" />
  19.     </patch>
  20. </wiidisc>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement