Loading Custom Tracks in Riivolution

      Loading Custom Tracks in Riivolution

      Before I start this thread, I would like to inform you that I am new and sort of inexperienced when it comes to these types of things.

      So anyway, I want to load a custom track to original Mario Kart Wii using Riivolution. I made a folder on the root of my SD card called "mkwii" and a folder inside it called "My Stuff." Inside the "My Stuff" foldef I put my custom track szs file, but when I go to Riivolution there is no options for me to do anything, like enable the my stuff foler. Was there anything I did wrong in this process and how can I fix such problems?

      Thank you to anyone who can offer me advice. Also, write in any language you please. I can translate the page into what I speak.
      Just because you create a folder named "mkwii" that doesn't mean that Riivolution magically knows that that is for Mario Kart Wii. You need an XML file like this in your riivolution folder:

      Quellcode

      1. <wiidisc version="1">
      2. <id game="RMC" disc="0" version="0">
      3. <region type="E"/>
      4. </id>
      5. <options>
      6. <section name="My Stuff Only">
      7. <option id="any_alteration" name="'My Stuff' folder" default="1">
      8. <choice name="Enabled">
      9. <patch id="any_alteration_patch"/>
      10. </choice>
      11. </option>
      12. </section>
      13. </options>
      14. <patch id="any_alteration_patch">
      15. <folder external="/mkwii/My Stuff" recursive="false"/>
      16. <folder external="/mkwii/My Stuff" disc="/"/>
      17. </patch>
      18. </wiidisc>
      Alles anzeigen

      DevkitPro Archiv (alte Versionen / old versions): wii.leseratte10.de/devkitPro/
      Want to donate for Wiimmfi and Wii-Homebrew.com? Patreon / PayPal

      Dieser Beitrag wurde bereits 0 mal editiert, zuletzt von Leseratte ()