Results 1 to 8 of 8

Thread: savegame installer icon not appearing on homebrew menu

Hybrid View

  1. #1

    Default

    And if you had actually clicked on my link you would have seen that it's an 'all-in-one' application so you would only need one icon if you used that, the structure is all ready correct you just need to copy the Savegame-manager-v1.0 folder into your apps folder.

    Cheers,
    A

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  2. #2

    Default

    The "meta.xml" file for save-installer is broken. It has unescaped < and > characters in it.

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <app version="1">
    <name>Savegame Installer</name>
    <coder>Waninkoko</coder>
    <version>2</version>
    <short_description>Installs dumped saves from your SD card</short_description>
    <long_description>Copy the savegame you want to install to the SD card (directory "wiisaves/<game id>", just keep the directory structure created by the "Savegame Extractor").

    Run this application.

    Insert the game DVD and press RESET or A button (Wiimote not supported).</long_description>
    </app>
    Simplify and change it to this, and it should work. It did for me.

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <app version="1">
    <name>Savegame Installer</name>
    <coder>Waninkoko</coder>
    <version>2</version>
    <short_description>Installs dumped saves from your SD card</short_description>
    <long_description>Run this application.

    Insert the game DVD and press RESET or A button (Wiimote not supported).</long_description>
    </app>
    Z.

  3. #3

    Default

    sounds good to me will come back soon and leave reply..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •