-
Posts
583 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Sbaby
-
Yes I have that disabled all the time. Anyway, mine was just a test attempt to help find the problem for our friend. . No I understood that it was only concerning the controller . Now everything is working with your scripts .๐
-
In Bigbox, assigning the joypad buttons to 'SHOW LAUNCHBOX'. tries to start LaunchBox inside BigBox without succeeding and the system crashes, what is this for? You need to do a massive overhaul of the joypad button issue, there have been other problems for years, for example in some situations while you are playing you can hear the Bigbox buttons being pressed underneath and when you exit the game you find yourself in another section of Bigbox. This is frustrating and definitely needs to be fixed, it happens randomly, for example with Model 2 (which is an old emulator) it happens a lot. Out of 10 plays, 9 times out of 10 it works fine, but there is always a moment when I am forced to exit the game and start it again because BigBox keeps intercepting the buttons I press in the game. Please implement a function so that if the emulator executable is active, bigbox should have input blocking. this happens sometimes even if it is minimized, it is serious thank you very much for your support, and i hope it will be taken into consideration
-
Good job, For the moment I have tested it again with Xemu and, when, the game is started, it behaves very well Now I am happy because I see many other emulators available that I will try out in the coming days I would have liked to try it with my Ms-Dos games but using DOSBox (native to LaunchBox) I don't see it among the available emulators of BezelLauncher๐ซ
-
TRY THIS : full_command_line := DllCall("GetCommandLine", "str") if not (A_IsAdmin or RegExMatch(full_command_line, " /restart(?!\S)")) { try { if A_IsCompiled Run *RunAs "%A_ScriptFullPath%" /restart else Run *RunAs "%A_AhkPath%" /restart "%A_ScriptFullPath%" } ExitApp } SetTitleMatchMode, 2 DetectHiddenWindows, on #SingleInstance, Force $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} }
-
it works, very nice , thank you. Programmatically and financially, it was a bargain ๐
-
@JoeViking245 again with regard to your fantastic scriptToggleAllLibrary.ahk, I usually start it directly in this way: ; To hide Icons, taskbar, minimize all windows, set wallpaper null, set background black, set cursor ToggleEverything := HideDesktop() ; Master application Runwait, "M:\Giochi\Utility\Launchbox\core\BigBox.exe" ; To restore everything RestoreDesktop(ToggleEverything[1], ToggleEverything[2]) ecc.etc.... but if I wanted to put it inside the startup application options (Bigbox Only) instead, how should I modify the script? i tried winwait instead of runwait but it doesn't work very well
-
Ok thanks . in the meantime I can confirm that the problem is due to the presence or absence of the external disk containing the roms. That is, as you can see from this video, if I insert my external disk containing the playstation 3 roms in H:\PS3ISO the launchbox behaves correctly and does not crash. But if the external disk H: is not present it crashes 2023-12-13 00-06-00.mkv
-
Crash when scrolling the platform manager.mkv I think it happens when displaying the iso path of my playstation 3 which are all on an external disk ( H: ) at this time it was not connected.
-
yes yes, i meant that the menu pause starts correctly but the cemu does not suspend, it doesn't seem that the cemu has an option to be suspended, i was asking if somehow it was possible, but you already answered me for the other problem I am investigating my system because it also happens to me with other emulators
-
what happens to me is that if I go to the pause menu during mame it often doesn't detect the pause inputs but presses the bigbox buttons below then starts other mame games, I have so many problems with mame
-
In bigbox I set the buttons correctly, in fact if I select the game manual in detail before running it, the zoom works correctly. If instead I choose the manual in the pause menu I cannot zoom in, I can only page up and page down with other buttons
-
Is there a possibility to pause Cemu? When i use the pause menu, it works, but i can hear the sound of cemu underneath continuing to work, also sometimes when i start cemu i keep hearing the sound of bigbox underneath.
-
how does windows detect hori fight stick controller ? As xinput ? For windows control panel is the button position numbering the same as xbox360? ? I have to make up my mind before buying ๐
-
Mame & BigBox Issues - Crashing and affectig other emulation
Sbaby replied to Sbaby's topic in Troubleshooting
news : I'm here to confirm that the bug is in the BigBox start and close screen, I had to disable it and for other emulators that gave me the same problem like OPENBOR I had to put the flag on the option, go in and un-flag all of them one by one. I really regret not being able to use these screens, I really like them. The second problem unfortunately remains, namely the stuttering and the feeling of lack of fluidity when navigating in BigBox after exiting these emulators. -
๐๐๐ my brain is bursting, but I think I understand ๐ฆพ
-
๐ I'm delighted with your enthusiasm and I'm very pleased, but to be exact I made your approach similar to : ; To restore everything RestoreDesktop(ToggleEverything[1], ToggleEverything[2]) I had seen that you had put an additional variable after a comma although I never understood why there are two "ToggleEverything". so I simply tried adding another one and it became : ; To restore everything RestoreDesktop(ToggleEverything[1], ToggleEverything[2]), RestoreCursors() Actually it always worked, the thing is that I thought it disabled the screen saver from the control panel, so I kept looking at that... instead it actually forces activation by completely ignoring the Windows settings. Works even better for me, perfect
-
For crosshair/cursor: I have tried a few methods, and I have found a method that works although not exactly as you described it, can you confirm that it is correct? It seems to work correctly but I would like to have more certainty from you, I attach the file here For Screensaver It works perfectly, thank you Bigbox_with_desktop_features.ahk
-
The crosshair/cursor works fine but I have not understood how I can put it in the context of our file, I would like to avoid pressing the F3 and F4 buttons but simply have it activated when starting the file and deactivated when closing it. I have tried but I am not sure if I am using the brackets correctly This screensaver script only worked the first time, all subsequent times it no longer works for me, not even using it as administrator, do you have any suggestions ?
-
Hi @JoeViking245 after more than a year I can tell you that your script is still great, I use it all the time with Bigbox. I wanted to ask you if it's possible to insert a custom mouse cursor (I need it in a few steps during weapon loading where for a few seconds the mouse arrow is shown) and then restore of course the windows cursor when closing. And then disable the screensaver, this is because during attract mode the screensaver starts, I thought there was an option to disable it but if not maybe it would be nice to include it in your script thank you very much in advance for your possible reply ๐