Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: Def22Fire on February 13, 2022, 07:58:07 AM

Title: Start Wii Game with MOD
Post by: Def22Fire on February 13, 2022, 07:58:07 AM
Hey

With Dolphin you can Start a Mod with Riivolution.

Like this: https://www.youtube.com/watch?v=7oAxU5REneg

Is there any way i can start the Wii Game + Mod with Attract mode?
Title: Re: Start Wii Game with MOD
Post by: Mark Norville on February 13, 2022, 08:02:06 AM
The video audio quality was far too painful to watch.

However, you can set up batch files and do what ever you want to do.

Regards

Mark
Title: Re: Start Wii Game with MOD
Post by: Def22Fire on February 13, 2022, 08:08:39 AM
I just checked the Command lines for Dolphin

https://wiki.dolphin-emu.org/index.php?title=Help:Contents

Probably there isnt a way to start a game with the mod automaticly.

Not sure how this will work with a batch file.

Any Idea.

Edit:

Have a Idea, in the Mod Files there is a Loader.bin file, maybe i can load them with the Game. Will give it a try.

Edit Found the Solution.

In Dolphin you can right Click on the Game
-> Then Start with Riivolution Patches
-> Set up your Mod/Patch
-> Go to the Button Save Preset
-> this will create a name.json file
-> this Json File you can open with Dolphin, this will start a rom with the added Mod/Patch.
Title: Re: Start Wii Game with MOD
Post by: Mark Norville on February 13, 2022, 08:22:19 AM
Glad you are sorted

Regards

Mark
Title: Re: Start Wii Game with MOD
Post by: Def22Fire on February 13, 2022, 08:26:05 AM
Hey thx for the Reply i found the Solution. Obove your Post.

The Json file includes this for example


{
  "base-file": "C:\/Users\/XXX\/Desktop\/Neuer Ordner\/NewSuperMarioBrosWii.wbfs",
  "display-name": "newer",
  "riivolution": {
    "patches": [
      {
        "options": [
          {
            "choice": 1,
            "option-id": "newercore",
            "section-name": "Newer SMBW"
          }
        ],
        "root": "C:\/Users\/XXX\/Desktop\/Dolphin_Wii\/User\/Load\/Riivolution\/",
        "xml": "C:\/Users\/XXX\/Desktop\/Dolphin_Wii\/User\/Load\/Riivolution\/riivolution\/NewerSMBW.xml"
      },
      {
        "options": [
          {
            "choice": 1,
            "option-id": "newercore",
            "section-name": "Newer SMBW"
          }
        ],
        "root": "C:\/Users\/XXX\/Desktop\/Dolphin_Wii\/User\/Load\/Riivolution",
        "xml": "C:\/Users\/XXX\/Desktop\/Dolphin_Wii\/User\/Load\/Riivolution\/riivolution\/NewerSMBW.xml"
      }
    ]
  },
  "type": "dolphin-game-mod-descriptor",
  "version": 1
}

Maybe some one will help this. Who has the same Problem.