Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Auto Hotkey script to run Daytona 2 not working on windows 11  (Read 447 times)

0 Members and 3 Guests are viewing this topic.

Afterburner1970

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 25
  • Last login:September 10, 2025, 11:45:53 pm
  • I want to build my own arcade controls!
Auto Hotkey script to run Daytona 2 not working on windows 11
« on: September 09, 2025, 06:10:27 pm »
Hi all,

Hoping someone can help with this AHK script to hide Supermodel Emulator on launch (objective is to hide the command box)

I don't understand how to code, but can sort of follow along with what the script is doing.

It used to work perfectly on XP and Windows 10, but after upgrading the OS (new computer, fresh install) the script runs (can hear the game running) but the screen stays black.



splashimage, C:\emulators\blackimage.bmp, B

setworkingdir, C:\Emulators\other_emus\supermodel
run supermodel dayto2pe.zip ,,hide

WinWaitActive, Model
WinWaitNotActive, Model
sleep 500

esc::
send !{F4}
MouseMove, 50, 1000, R
Click
exitapp

Thanks in advance