Results 1 to 8 of 8

Thread: savegame installer icon not appearing on homebrew menu

Hybrid View

  1. #1

    Default Save_game installer

    Quote Originally Posted by SonicHyuga View Post
    Have you made sure one of the files in the folder is named boot.dol?
    Hi, Yes I have. I am baffled because the save_game extractor icon did load into the homebrew menu and that is in the same apps folder as save_game installer. I am hoping that somwhere on the internet someone has spelt out the exact procedure and placement of files so I can follow through and see if any of mine have been misplaced. Thanks for reply.

  2. #2

    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:

  3. #3

    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.

  4. #4

    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
  •