
bryhud
GamerLine-
Compteur de contenus
97 -
Inscription
-
Dernière visite
Tout ce qui a été posté par bryhud
-
[Arcade PC] Nerf Arcade (Raw Thrills)
bryhud a répondu à un(e) sujet de scooby dans ARCADE PC DUMP LOADER
anyone have a hyperspin theme for this one? Thanks -
[Arcade PC] Candy Crush Arcade (King)
bryhud a répondu à un(e) sujet de scooby dans ARCADE PC DUMP LOADER
you have to follow hippopippo post above to make the cursor active in the game, then you should be good. -
[Arcade PC] Tatsunoko vs. Capcom: Cross Generation of Heroes (Arcade Wii Based)
bryhud a répondu à un(e) sujet de TheCoolPup dans ARCADE PC DUMP LOADER
does this game support two players? thanks -
[Arcade PC] Candy Crush Arcade (King)
bryhud a répondu à un(e) sujet de scooby dans ARCADE PC DUMP LOADER
Not sure what you are looking for here but here is my basic ahk script. This will rotate the screen Then it sets the cursor using the script I posted above Then it will launch the game Esc will close the game, rotate the monitor back and sets the cursor to what you had previously It also maps some of my cabinet keys to game functions Again I use the trackball to move the cursor n is left click 5 will add coins, normally c m will add 50 coins, normally i #SingleInstance Force Run, C:\HyperV\Emulators\sonicdashextreme\exe\rotate.exe 270 1080 1920 Run, C:\HyperV\setcursor.exe Sleep 1000 Run, "C:\HyperV\Emulators\CandyCrush\Candy_Crush_Arcade.exe" return ESC:: Process, Close, cmd.exe Run, C:\HyperV\Emulators\sonicdashextreme\exe\rotate.exe 0 1920 1080 Process, Close, Candy_Crush_Arcade.exe ExitAPP n::LButton 5::c m::i -
[Arcade PC] Candy Crush Arcade (King)
bryhud a répondu à un(e) sujet de scooby dans ARCADE PC DUMP LOADER
Only to 8. Will mess around some more and see if I can get that increased. -
[Arcade PC] Candy Crush Arcade (King)
bryhud a répondu à un(e) sujet de scooby dans ARCADE PC DUMP LOADER
For those interested you can add the below line to your AHK if you want to remove the save progression so it starts new when you start the next game FileDelete, C:\Users\<yourprofile>\AppData\LocalLow\Sarbakan\CandyCrush\savegame\ProgressionManager.svg -
[Arcade PC] Candy Crush Arcade (King)
bryhud a répondu à un(e) sujet de scooby dans ARCADE PC DUMP LOADER
That is the only one I have, it doesnt look pixelated on mine but I am using it on a 32 inch vertical monitor -
[Arcade PC] Candy Crush Arcade (King)
bryhud a répondu à un(e) sujet de scooby dans ARCADE PC DUMP LOADER
this game works well with a trackball on my vertical cabinet, just set one of my buttons to be left click to grab the jewel. I also found a script online to swap out the mouse cursor when running this game. Replace the cursor with a peppermint candy. Looks awesome One question I had, is there any way to set the levels back to 1. If you are playing and get to lets say level 5 and then exit. When I start the game back up it is on level 5 still. Thanks Here is the code for changing the cursor and the cursor I used. Just add it to an AHK and run before starting the game. When you exit it sets the cursor back to whatever you had. Cursor = C:\HyperV\Busy.cur CursorHandle := DllCall( "LoadCursorFromFile", Str,Cursor ) ; change cursor size IMAGE_BITMAP := 0x0 IMAGE_CURSOR := 0x2 IMAGE_ICON := 0x1 ; size cx := 48, cy := cx ; fuFlags LR_COPYFROMRESOURCE := 0x4000 CursorHandle := DllCall( "CopyImage", uint,CursorHandle, uint,IMAGE_CURSOR, int,cx, int,cy, uint,0 ) ; replace cursor Cursors = 32512,32513,32514,32515,32516,32640,32641,32642 ,32643,32644,32645,32646,32648,32649,32650,32651 Loop, Parse, Cursors, `, DllCall( "SetSystemCursor", Uint,CursorHandle, Int,A_Loopfield ) return ; end of auto-execute section $Esc:: ; restore system cursor SPI_SETCURSORS := 0x57 DllCall( "SystemParametersInfo", UInt,SPI_SETCURSORS, UInt,0, UInt,0, UInt,0 ) ExitApp return Busy.cur -
[Arcade PC] Adrenaline Amusements Dumps
bryhud a répondu à un(e) sujet de bigdenny dans ARCADE PC DUMP LOADER
FYI for setting options in all three games o brings up test mode numpad 1 = up numpad 3 = down numpad 2 = enter -
[Arcade PC] Adrenaline Amusements Dumps
bryhud a répondu à un(e) sujet de bigdenny dans ARCADE PC DUMP LOADER
There are registry settings for these games that seem to get overwritten back to 1080 1080 they are located in the below registry HKEY_CURRENT_USER\Software\Sarbakan You want to update Screenmanager Resolution Height_h2627697771 to 1920 I basically have updated the registry and then exported it and then use an ahk script to call irotate to rotate the screen 270 and then import the reg export from above before starting the game. Seems to work just fine every time FYI for setting options in all three games o brings up test mode numpad 1 = up numpad 3 = down numpad 2 = enter -
[Arcade PC] Adrenaline Amusements Dumps
bryhud a répondu à un(e) sujet de bigdenny dans ARCADE PC DUMP LOADER
How are you guys getting the sinden border to show up here? using reshade seems to crash it -
[Arcade PC] ICE Game Dumps
bryhud a répondu à un(e) sujet de witherzombie222 dans ARCADE PC DUMP LOADER
Could anyone share a link to the wheel of fortune 3.0? Thanks in advance -
Is there a working dump for this game, can you share if so? Thanks
-
[Arcade PC] Adrenaline Amusements Dumps
bryhud a répondu à un(e) sujet de bigdenny dans ARCADE PC DUMP LOADER
Could anyone share a preconfigured Crossy road with bezels please? Having a terrible time getting it to work with the bezel. Thank you in advance -
Has anyone managed to get this to run in vertical mode? The is an option in mxGetHwInfo.ini but it didnt change anything. Thanks
-
Yes a driver is required but ok? it works fantastic in my opinion but to each his own. Thanks!
-
yes you can specify individual config files per game
-
Not sure if this has been brought up before but I found a tool that does this called keyboardtoxinput and it has worked great. I was able to create 4 Xbox controllers from 1 keyboard. I redid my cabinet setup and got rid of vjoy and x360ce setups all together.
-
[Emu] Yuzu : Premier Ă©mulateur de Nintendo Switch sur PC
bryhud a répondu à un(e) sujet de 7zxkv dans EMULATEUR NEWS
Anyone have a link for sega ages virtua racing that isn’t filled with malware and pop ups? Thanks! -
[Arcade PC] Madden NFL Football - Season 1 (Global-VR) [READY2PLAY]
bryhud a répondu à un(e) sujet de Mohkerz dans ARCADE PC DUMP LOADER
Can anyone share the AHK talked about In this thread please? The links through are dead. Appreciate it, thanks! -
[Arcade PC] Time Crisis 5 (Namco System ES3)
bryhud a répondu à un sujet dans ARCADE PC DUMP LOADER
For me the box remains during gameplay as well. It will disappear if I go into test menu and back out. I have same issue as Jayinem as well in regard to calibration sticking. Seems it is off again after closing the game and restarting. As he mentioned hopefully I am saving the calibration wrong or something. -
[Arcade PC] Time Crisis 5 (Namco System ES3)
bryhud a répondu à un sujet dans ARCADE PC DUMP LOADER
Anyone have the small black rectangle with asterisk on the screen using jconfig? Is there a way to remove it? -
[Arcade PC] Dead Heat Arcade (Bandai-Namco) [Linux + Nvidia Gpu Required]
bryhud a répondu à un(e) sujet de Meezermox dans ARCADE PC DUMP LOADER
Anyone ever get a wheel working for Dead Heat within linux? Thanks -
Thank you. You using these steps with the original exe or one of the HD exes? Thanks
-
Which exe did you use to make it 4x3 with the bezel? Resolution wise? Thanks