Aller au contenu

bryhud

GamerLine
  • Compteur de contenus

    96
  • Inscription

  • Dernière visite

Profile Information

  • Hardware
    PC

Visiteurs récents du profil

603 399 visualisations du profil

bryhud's Achievements

Apprentice

Apprentice (3/14)

  • Reacting Well Rare
  • First Post Rare
  • Collaborator Rare
  • Dedicated Rare
  • Week One Done

Recent Badges

24

Réputation sur la communauté

  1. you have to follow hippopippo post above to make the cursor active in the game, then you should be good.
  2. does this game support two players? thanks
  3. 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
  4. Only to 8. Will mess around some more and see if I can get that increased.
  5. 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
  6. That is the only one I have, it doesnt look pixelated on mine but I am using it on a 32 inch vertical monitor
  7. 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
  8. FYI for setting options in all three games o brings up test mode numpad 1 = up numpad 3 = down numpad 2 = enter
  9. 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
  10. How are you guys getting the sinden border to show up here? using reshade seems to crash it
  11. Could anyone share a link to the wheel of fortune 3.0? Thanks in advance
  12. bryhud

    Flappy Bird Project

    Is there a working dump for this game, can you share if so? Thanks
  13. 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
  14. Has anyone managed to get this to run in vertical mode? The is an option in mxGetHwInfo.ini but it didnt change anything. Thanks
  15. Yes a driver is required but ok? it works fantastic in my opinion but to each his own. Thanks!
×
×
  • CrĂ©er...