PARTAAA Posted November 4, 2012 Posted November 4, 2012 hey guys, im trying to get regen to load roms from hyperspin and firstly it won't go to fullscreen as it should and it won't even load the roms. If I load them through the emu without hyperspin it all works though. I'm using the .ahk for regen so i dunno what i'm doing wrong...i've fiddled with the settings in regen and it still just opens in windowed mode without loading the game any help much appreciated :0)
djvj Posted November 4, 2012 Posted November 4, 2012 Did you open the module and set this? Fullscreen = true "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music."RocketLauncher's Official Home If you appreciate my work:My Apps:Window LoggerIdle Volume AdjusterExplorerRestorerRom Folder CleanerModule UpdaterMy Guides:How To Mod Guncons with Aimtrak
PARTAAA Posted November 5, 2012 Author Posted November 5, 2012 Did you open the module and set this?Fullscreen = true Oh yeah I've made sure of that. That's why it's doing my head in.
djvj Posted November 5, 2012 Posted November 5, 2012 I don't have the old module you use anymore, but in mine I give you a choice of the method to use to go fullscreen: WinMenuSelectItem, Regen ahk_class Regen,,Video,Enter Fullscreen ; Send !{Enter} ; alt method to go fullscreen To switch methods, remove ; in front of the send line, and add it in front of the winmenu line. "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music."RocketLauncher's Official Home If you appreciate my work:My Apps:Window LoggerIdle Volume AdjusterExplorerRestorerRom Folder CleanerModule UpdaterMy Guides:How To Mod Guncons with Aimtrak
PARTAAA Posted November 5, 2012 Author Posted November 5, 2012 I don't have the old module you use anymore, but in mine I give you a choice of the method to use to go fullscreen: WinMenuSelectItem, Regen ahk_class Regen,,Video,Enter Fullscreen ; Send !{Enter} ; alt method to go fullscreen To switch methods, remove ; in front of the send line, and add it in front of the winmenu line. hey djvj, yeah thats how it is in mine also... i got the .ahk from hyperlist only last night so it might be the same one you use. i'm waiting for hypersync to finish some stuff and then i'll play with it again but its strange...i re-installed regen in case i fiddled with the wrong setting but still the same.
evilforces Posted March 11, 2013 Posted March 11, 2013 hey djvj,yeah thats how it is in mine also... i got the .ahk from hyperlist only last night so it might be the same one you use. i'm waiting for hypersync to finish some stuff and then i'll play with it again but its strange...i re-installed regen in case i fiddled with the wrong setting but still the same. I'm having the same problem. Regen opens and not in full screen and not loading the rom. Are you resolved this problem? Have you a solution? Regen works fine out hyperspin. Thank you!
thor999000999 Posted April 30, 2013 Posted April 30, 2013 I'm having this same problem as well! I dl'ed the AHK and renamed it to Sega Genesis.ahk here is that output: ;---------------------------------------------------------------------------- ; Sega Genesis ; Regen v0.97 ; by djvj ; 1.0 ; ; Notes: ; Set your fullscreen resolution by going to Video->Fullscreen Resolution ;---------------------------------------------------------------------------- Fullscreen = true ;---------------------------------------------------------------------------- regenINI := CheckFile(emuPath . "regen.ini") GUI_ID := FadeInStart() 7z1 := 7z(romPath, romName, romExtension, 7zExtractDir) Run, %executable% "%romPath%%romName%%romExtension%", %emuPath% WinWait, Regen ahk_class Regen WinWaitActive, Regen ahk_class Regen ; Go fullscreen If ( Fullscreen = "true" ) { Sleep, 100 ; just in case some lag is needed WinMenuSelectItem, Regen ahk_class Regen,,Video,Enter Fullscreen ; Send !{Enter} ; alt method to go fullscreen } GUI_ID2 := FadeInExit() Process, WaitClose, %executable% 7z2 := 7zCleanUp() GUI_ID4 := FadeOutExit() WinActivate, Hyperspin ExitApp CloseProcess: GUI_ID3 := FadeOutStart() WinClose, Regen ahk_class Regen Return edit: of course, I could NOT find a path for roms in the emulator itself... everything else, save, cheat, sram, etc... but no path for roms??!? Gens worked fine but seems to resize the screen 3-5 times before starting rom, was hoping for a cleaner start with regen... Yes HyperspinHQ is configured correctly.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.