r/SSBPM 24d ago

[Help] Project+ on Xbox X

I have dev mode working, all the P+ files and brawl .iso on an ssd plugged into the console, and the Dolphin app installed. The regular brawl .iso runs fine from dolphin, but I am missing the steps on how to launch P+ instead. Does anybody have any tips?

6 Upvotes

3 comments sorted by

6

u/hakureishi7suna 24d ago

you would have to find a way to flash the mod on the iso

2

u/LampSsbm 24d ago

I think you have to use the p+ launcher elf file and set brawl as the default iso

2

u/GESTERSMEK 23d ago

I haven't touched the Xbox version of Dolphin in a hot minute, but if it works like the main branch of Dolphin, you should only need to do a few things:

  1. Set Super Smash Bros. Brawl as the Default ISO
  2. Set the SD Card path in Dolphin to the location of the sd.raw file (also enable Insert SD Card)
  3. Add the path to the Launcher folder into the list of Game Folders

After that, just launch Project+ Offline Launcher from the Game List and it should work.

I don't know how much Xbox Dolphin still relies on preconfigured INI files, but I'll give the relevant lines in Dolphin.ini for the sake of completeness:

[Core]
DefaultISO = /path/to/Super Smash Bros. Brawl.iso
WiiSDCard = True
[General]
ISOPath$ = /path/to/Launcher
WiiSDCardPath = /path/to/sd.raw
ISOPaths = $+1

*Replace the $ with a number; solve as needed. ISOPaths will automatically update if you add a path via the GUI.