Emulation [RELEASE] Cemu - Wii U emulator

  • Thread starter Thread starter Exzap
  • Start date Start date
  • Views Views 7,724,179
  • Replies Replies 21,671
  • Likes Likes 284
For those who want to autoboot a game in fullscreen just change the paths on the code and compile this script as an .exe with autoit. Now you can use it on Steam as a launcher. To close emulator just press escape. Replace "cemuScript.exe" with the launcher.exe name you give to the file.



Code:
#include <Misc.au3>

HotKeySet("{ESC}", "Terminate")

If $CmdLine[0] == 1 Then
    Run    ( '"C:\Jogos\Emuladores\cemu_1.4.1 Patreon\Cemu.exe" "' & $CmdLine[1] & '"', "C:\Jogos\Emuladores\cemu_1.4.1 Patreon\" )
    Sleep(100)
    Send("{ALT down}{ENTER down}{ENTER up}{ALT up}")


    While 1
       Sleep(100)
    WEnd
EndIf

Func Terminate()
    ProcessClose ( "Cemu.exe" )
    ProcessClose ( "cemuScript.exe" )
    Exit 0
EndFunc

If you'd like to create costum .exe for each game just change the lines as it shows in this sample:

Code:
If $CmdLine[0] == 0 Then

Run  ( '"C:\Jogos\Emuladores\cemu_1.4.1 Patreon\Cemu.exe" "C:\Jogos\Isos\Wii U\Super Mario 3D world (US).wud"')
Enjoy
This works perfectly for all my games, and I added my .exes in Steam, so I can boot directly into games. However, when I try to use "Steam streaming" to my livingroom-computer, it flips the picture upside down.
Also, if I try streaming cemu.exe without the script, I can't access the cemu menus, like, File -> Load. I even tried keyboard shortcuts (alt+f, alt+o, ctrl+o), but nothing works. I just get the "inner" picture, like, the grey startup screen, without the ability to load games. Even in windowed mode.

So the only solution is using the autoit script, and playing in Windows mode (windowed mode doesn't flip the screen).

Does anyone know how I can boot cemu without it flipping? I even tried changing windows screen rotation (landscape flipped), but this inverts the screen as well (Mario runs to the left instead of right, and the text is backwards).

@DarkKnightPT , maybe you know some tricks? :)


*bump*
...sorry..
 
Mmm how did you change the ingame languaje into spanish?
Using RPX, and changing some files that says "ES" to "EN" (replace the EN files or change it to ES)

Invisible coins, lol. But run great.


Yes, it only happens with nVidia graphic cards, but with Radeon, it shows.
The same happen with the Mario Kart 8 sky. In nVidia it's glitched, but in Radeon it shows nice.
 
Last edited by Master-Killua,
  • Like
Reactions: Darkemaste
Using RPX, and changing some files that says "ES" to "EN" (replace the EN files or change it to ES)



Yes, it only happens with nVidia graphic cards, but with Radeon, it shows.
The same happen with the Mario Kart 8 sky. In nVidia it's glitched, but in Radeon it shows nice.
Wow this is the the first time I actually want a Radeon GPU
 
Hi, anyone that can tell me how to make super mario 3d world works ? I try to launch it but it crashes when i open the file. There is a FAQ to solve most common game problems?
THank you very very much
specs? do you have title key installed?
 

Site & Scene News

Popular threads in this forum