Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Def22Fire

Pages: [1]
1
General / Re: Help with exit hotkey on nestopia and snes9x on old hardware
« on: February 13, 2022, 01:19:48 PM »
Hey

im using the Programm AutoHotKey (https://www.autohotkey.com/docs/Program.htm)
with it i have an exe file compilet.

PgUp::
send !{f4}
send {esc}
PgDn::
send !{f4}
send {esc}

with this code

PgUp/PgDn you can change, if you press the key. AHK will send ALT F4 and next Escape. Most of the Emulators will shutdown. Works for me.

2
General / Re: Start Wii Game with MOD
« 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.

3
General / Re: Start Wii Game with MOD
« 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.

4
General / 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?

Pages: [1]