Author Topic: Start Wii Game with MOD  (Read 2855 times)

Def22Fire

  • Newbie
  • *
  • Posts: 4
    • View Profile
Start Wii Game with MOD
« 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?

Mark Norville

  • Sr. Member
  • ****
  • Posts: 233
    • View Profile
Re: Start Wii Game with MOD
« Reply #1 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
Well I am back a new PC I7 4790K, 780 TI, 16 Gigs, Windows 10. Hopefully will get delivered at weekend.

Computer Specs : I7 3770K, 780 TI, 16 Gigs, Win 10
HD Specs : 1 x 1 TB SSD + 4 x 8 TB = 33 TB (fullish)
First system : ZX81 (Yes I am an old fart)
PS Network : MarkNorvile
Xbox : Mark Norville

Def22Fire

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Start Wii Game with MOD
« Reply #2 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.
« Last Edit: February 13, 2022, 08:24:48 AM by Def22Fire »

Mark Norville

  • Sr. Member
  • ****
  • Posts: 233
    • View Profile
Re: Start Wii Game with MOD
« Reply #3 on: February 13, 2022, 08:22:19 AM »
Glad you are sorted

Regards

Mark
« Last Edit: February 13, 2022, 08:39:03 AM by Mark Norville »
Well I am back a new PC I7 4790K, 780 TI, 16 Gigs, Windows 10. Hopefully will get delivered at weekend.

Computer Specs : I7 3770K, 780 TI, 16 Gigs, Win 10
HD Specs : 1 x 1 TB SSD + 4 x 8 TB = 33 TB (fullish)
First system : ZX81 (Yes I am an old fart)
PS Network : MarkNorvile
Xbox : Mark Norville

Def22Fire

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Start Wii Game with MOD
« Reply #4 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.
« Last Edit: February 13, 2022, 08:29:46 AM by Def22Fire »