-
Posts
22 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Posts posted by 8-BitKiddo
-
-
I chose Autosync, but I read that Syncthing is the preferred choice for more devices. Which one do you use?
BTW, it would be awesome if Launchbox did that.
-
Do we have any update on this? I was trying to run Drastic with Launchbox for android and got the "shortcut cannot be opened" error.
-
@nebura45 Instead Lime3DS you can use Citra (PabloMK7 fork) because basically they're the same emulator (check on Emulation General Wiki). On Launchbox select configure emulator on your playlist and choose Citra Nightly as your default emulator, did work for me.
-
Agree.
Btw is there a way we can run Lime3DS and Citra PabloMK7 fork as a custom emulator? Can someone help us? I tried to search for a tutorial or something but didn't find one.
-
The flexible way to customize and organize exactly the way I like, with many options available. I don't have Emu Movies and I didn't really like the snap videos either, so I provide the videos and music, manuals, and edit the media that I don't like, and I use Big Box to play, with Viking's COLOURFULL Light theme, which is sensational.
-
A ton of new features and improvements. For me right now I can use Pokémon Alpha Sapphire as an example, the game has new engine, new characters, new stories, new pokémons, new moves, improved battle system and a lot more. Things that will make us eager to play the game again.
-
I don't have much knowledge about game companies, but Sega games are really nostalgic for me, especially the Street of Rage games so I'll go with that one. The soundtrack is amazing! I even have the Spotify playlist of it! 😂
-
Well, I think I tried everything. I attempt to downgrade Cemu, didn't work either.
@skizzosjt Since this problem magically appeared after the latest Launchbox and Cemu updates, I guess I'll have to wait for the problem to magically go away at some point. -
On 1/17/2024 at 8:57 AM, elwooha6 said:
@Oniontears
Ok, figured it out. In Cemu disable the option to remember main window position. I think when you exit through the pause menu it forces cemu to close before it registers its window position and that causes the error to pop up. I enabled it and tried and immediately got the error, disabled it and the problem went away.Didn't work for me.
-
16 hours ago, elwooha6 said:
@Oniontears
Hmm, I feel like I've seen that before but I can't remember why. Does it do this for every game in cemu or just the one? Also the only reason you'd ever need to run an emulator as admin is if it were installed in a protected folder like Program Files or something, which most emulators avoid these days.Also have you changed any other settings for the emulator since it worked?
Ok I tested several times with one game, and different games, both on LB and BB, it seem to occour randomly, most of the time the screen appear. What I can think of I changed on Cemu settings was starting full screen, and remember window position, but I turned off and it didn't help. My Cemu is on an external SSD, so don't need to run as admin then.
I also tried to change my controller combo to bring up the pause screen, thinking it could be some kind of conflict, but it didn't help either. This just happens with Cemu, I think started with one of the lasts updates, I also changed the pause screen theme, could be this?
Just remembering, this happens when I try to exit the game through the pause screen (for now exiting pressing esc on the keyboard allways works), I don't have a key bind on my controller to close active window. -
On 1/13/2024 at 6:20 PM, Oniontears said:
@elwooha6 Oh man WTF this damn screen keeps coming back, that script you gave me just worked once. Any ideas? Do I need to run Cemu as admin for this to work?
-
1 hour ago, elwooha6 said:
This worked for me on the 2.0-61 build. Thanks for this, it was literally the only thing keeping me from playing one of my old favs on the big screen
@Oniontears Be sure you are setting the script as running script in LB and it should work just fine in both LB and BB.
Finally! Something that worked.
Thanks! @elwooha6 -
On 12/14/2023 at 9:35 AM, Retro808 said:
So definitely something changed in the newer exp builds. Seems like you cannot use any shortcuts to close Cemu. You can jump in/out of fullscreen a bunch of different ways, but nothing for closing.
Did some testing and the AHK below definitely works. I am no guru with this but it was something I had in my AHK notes from either something someone helped me with or I found a while back and just modified it for this use. So I cannot take any credit for it other than tinkering with it.
SetTitleMatchMode, 2 Esc::PostMessage, 0x0112, 0xF060,,, Cemu
I tested all the scripts and it works on LB mode, but on BB using a controller and a PausePie theme gives me the screen attached, any way to fix that?
-
Hello,
When I change Discovery Center to the Big Box theme using a controller hotkey, the music from my video snap continues to play, and mix with my other videos on the Big Box theme, Is there a way to change that on the options or it is a bug or something else? The sound turns very chaotic.
-
1
-
-
-
Answering my own question, there is a video explaining how, in case anyone has the same doubt:
-
Hey guys,
I really liked this new feature, how can you start Big Box with this vision?
Yuzu Early Acess 4176 Doesn't Close from the Pause Menu
in Troubleshooting
Posted · Edited by 8-BitKiddo
Hello,
And yes, I know Yuzu is an obsolete emulator, but from my point of view still the best one for nintendo switch.
So, recently I update my Yuzu to version EA-4176, but as I mentioned on the title it doesn't close from the pause menu, it shrink instead, here's what I tried:
• Closing Yuzu with hotkeys (Ctrl+Q and Esc) without launchbox, and it worked, so the problem must be with launchbox.
• The following scripts, separetly:
$Esc:: { Process, Close, {{{StartupExe}}} }
Sleep, 8000 Send Alt !{Enter} $Esc:: { Process, Close, {{{StartupEXE}}} }
; This section closes Yuzu when pressing Escape $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} }
Send {F5 down} Sleep 50 Send {F5 up} Sleep 250 WinClose, ahk_exe yuzu.exe Sleep 250 WinClose, ahk_exe yuzu-cmd.exe Sleep 250 WinClose, ahk_exe yuzu-room.exe
; This script presses F5, closes Yuzu related processes, and adds a small delay. F5:: Send {F5 down} Sleep, 50 Send {F5 up} Sleep, 250 ; Close Yuzu related processes with a delay WinClose, ahk_exe yuzu.exe Sleep, 250 WinClose, ahk_exe yuzu-cmd.exe Sleep, 250 WinClose, ahk_exe yuzu-room.exe Return
If you got any idea what could solve this, please help me.
Cheers! 🍻