
bryhud
-
Compteur de contenus
97 -
Inscription
-
Dernière visite
Messages posté(e)s par bryhud
-
-
you have to follow hippopippo post above to make the cursor active in the game, then you should be good.
1 -
does this game support two players?
thanks
0 -
5 hours ago, miki91 said:
any help for the ahk file?
Â
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
Â
2 -
1 hour ago, scooby said:
Did you find a way to increase the number of moves? Because, even with I have little success in this game.
Â
Only to 8. Will mess around some more and see if I can get that increased.
0 -
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
Â
3 -
59 minutes ago, scooby said:
Yes thanks, it works great. The only problem is that your Busy.cur is somehow pixelated (in 1080x1920). Do you have it in higher resolution?
That is the only one I have, it doesnt look pixelated on mine but I am using it on a 32 inch vertical monitor
0 -
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
Â
5 -
1 hour ago, Takeshi said:
Anyone know, how to enter the test menu for the four vertical games? to change to freeplay,difficulty etc.
FYI for setting options in all three games
o brings up test mode
numpad 1 = up
numpad 3 = down
numpad 2 = enter
0 -
3 hours ago, danielferr said:
Hello, anyone get the Flappy Tickets and Shooty Skies running in portrait mode?
I try the option of the manual (ALT-P in keyboard) but dosent work.
I use a rotate monitor and rotate the windows screen too but no sucess on this 2 games
Tanks
Â
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
Â
0 -
How are you guys getting the sinden border to show up here? using reshade seems to crash it
0 -
Could anyone share a link to the wheel of fortune 3.0? Thanks in advance
1 -
Flappy Bird Project
dans TUTO
Is there a working dump for this game, can you share if so? Â Thanks
0 -
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Â
0 -
Has anyone managed to get this to run in vertical mode? The is an option in mxGetHwInfo.ini but it didnt change anything.
Â
Thanks
0 -
Yes a driver is required but ok? it works fantastic in my opinion but to each his own. Thanks!
0 -
7 hours ago, ducon2016 said:
Â
Looks interesting, thanks for sharing. Can you use different settings per game?
yes you can specify individual config files per gameÂ0 -
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.Â
0 -
Anyone have a link for sega ages virtua racing that isn’t filled with malware and pop ups?  Thanks!
0 -
Can anyone share the AHK talked about In this thread please? The links through are dead. Appreciate it, thanks!
1 -
1 hour ago, nohero said:
Â
Here it goes away after first screen ( the wallpaper ), so for me it's not a problem.
Â
CHEERs
Â
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.
1 -
Anyone have the small black rectangle with asterisk  on the screen using jconfig? Is there a way to remove it?
0 -
Anyone ever get a wheel working for Dead Heat within linux?
Â
Thanks
0 -
On 2/13/2020 at 2:56 AM, fire10 said:
I created a custom resolution in windows 10 as 854 x 480 like DJ expert told me. This allows windows to change the games res to that res when you set it in rhloader in the following instructions. I then set in settings 1 in rhloader 1st window tab to 640 x 480 and on the same tab ticked monitor resolution at the bottom and set it to 854 x 480. I hope that helps, thanks again djexpert, so much better seeing the game unstretched
Thank you. Â You using these steps with the original exe or one of the HD exes? Â Thanks
0 -
1 hour ago, fire10 said:
Thankyou my good friend, it worked perfectly. How you work out this stuff amazes me, thankyou very much once again
Which exe did you use to make it 4x3 with the bezel? Resolution wise? Thanks
0
[Arcade PC] Nerf Arcade (Raw Thrills)
dans ARCADE PC DUMP LOADER
Posté(e)
anyone have a hyperspin theme for this one? Thanks