Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: Lord Bolo the CC on November 05, 2014, 04:59:14 PM



Title: Riivolution xml not reading specific files
Post by: Lord Bolo the CC on November 05, 2014, 04:59:14 PM
Im having trouble getting a few things to work, such as trophy descriptions, main.dol and all that jazz. the xml will read common files fine but when it comes to .msbin, .dol and .brres files it thinks nope.

here is my xml code, or the part not working anyways
<file external="/private/wii/app/RSBE/pf/main.dol" disc="/main.dol"/>
   </patch>
   <patch id ="description">
      <file external="/private/wii/app/RSBE/pf/toy/fig/ty_fig_ext_list.msbin" disc="/toy/fig/ty_fig_ext_list.msbin"/>
      <file external="/private/wii/app/RSBE/pf/toy/fig/ty_fig_name_list.msbin" disc="/toy/fig/ty_fig_name_list.msbin"/>
   </patch>
   <patch id ="display">
      <folder external="/private/wii/app/RSBE/pf/menu/collection/" disc="/menu/collection/" resize="true"/>
        </patch>

Update: I figured it out, i was missing the _en for the files on the disc. it should have been ty_fig_name_list_en.msbin


Title: Re: Riivolution xml not reading specific files
Post by: FOREVER365 on November 13, 2014, 07:55:10 AM
you should update the topic to (solved)