Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

If neither of those of work for you, you can donate any amount by clicking here.

Recommended Posts

Posted

Hi guys,

 

I have cemu working in game EX perfectly.

because of the way the WiiU roms are formatted the games I have ripped are separated into individual folders and i cannot  take out the executable file from the folder as it will break the game (*.rpx)

An example of the ROM file structure is below

C:\roms\wiiu\mario 3d world\code\mario.rpx

C:\roms\wiiu\zelda\code\mzeldarpx

C:\roms\wiiu\tetris\code\tetris.rpx

A work around is to make a new directory with shortcuts to all the files and have game EX look for *.lnk files for roms, however when i do this I get the below error from Cemu

Capture_zpsg6qccqyy.png

 

The thing that gets me is if I open the .lnk file from cemu directly the game actually works so even though this is an emulator issue something is not quite right.

 

I have tried running the runitgame.bat file without the .lnk in the extension like below

cemu.exe -f -g "D:\Games\ROMs\Nintendo WiiU\Mario Kart 8."

Instead of 

  Quote

cemu.exe -f -g "D:\Games\ROMs\Nintendo WiiU\Mario Kart 8.lnk"

Expand  

But this just produced the same error in cemu

Have any of you guys got this working via the .lnk method or are you doing this differently?

Let me know.

Thanks

 

runitgame.bat

chcp 65001
D:
CD "D:\Games\Emulated\Nintendo WiiU\cemu_1.11.3"

cemu.exe -f -g "D:\Games\ROMs\Nintendo WiiU\Mario Kart 8.lnk"

 

log.txt

  Reveal hidden contents


 

Posted

Hmmm.. this is ringing some bells. Think I had this when authoring TypeXtra and if I recall, it has something to do with .lnk not resolving to the full path name via command line. Let me look into it briefly.

Posted

Hmmmm... tougher than I thought. Found one workaround, though. You can rename your .rpx files to the game name. Then setup thus:

WiiU1.png

WiiU2.png

Long scan though, potentially and guess less than ideal renaming roms. I'll look into this some more..

Posted

Thanks for looking into this :),

I will use your workaround and see how it goes, the issue with this though is if my library grows but at least its a working solution which is better than what i found.

Thanks

Posted

Here you go, fella. It's as rough as Donald Trump's ethics, but does the job. Put this file wherever you want:

WiiULauncher.batFetching info...

Then setup GE thusly:

WiiU3.png

ROM Path being where all your shortcuts are kept.

Command Line being: "{your WiiULauncher.bat file}" "{The Cemu exe file}" "{exactly as typed}"

WiiU4.png

Should do the trick. 

Damn, I'd forgotten how icky batch is!

Posted

If you don't mind some renaming in the rom folder, this setup should work without .lnk files:

Rom Path: C:\roms\wiiu
Command Line: Cemu.exe -g -f "[ROMPATH]\[ROMFILE]"

Then, change the name of the .rpx file to match the game folder inside the wiiu folder. For example, for C:\roms\wiiu\mario 3d world\code\mario.rpx, rename mario.rpx to mario 3d world.rpx. You will also need to set Scan Sub Folders to Yes in the Advanced Emulator Setup.

This worked for me and changing the names of the file and folder did not appear to break anything. I did only test with one game though.

Posted

Thanks guys both solutions work for me.

 

@RedDog the Stig did show me this method originally and it does work but the issue with that method is when you have 50+ games (I dont yet but emulation is so good I am considering it) it will be a chore t rename everything.

Thanks again

  • Like 1
Guest
This topic is now closed to further replies.
×
×
  • Create New...