Attract-Mode Support Forum
Attract-Mode Support => General => Topic started 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?
-
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
-
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.
-
Glad you are sorted
Regards
Mark
-
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.