OnlyIsrael
05-29-2009, 02:03 PM
So, I have no idea how to change the hyperlaunch script to accommodate v1.9 of freedo. This is what I have and it doesn't work ie. kicks me back out to the 3DO wheel but still runs HyperLaunch in the BG.
;***********************************Panasonic 3DO*******************************
else if (systemName = "Panasonic 3DO" && executable = "FreeDO.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, "%EmuPath%%Executable%",,Hide UseErrorLevel
DetectHiddenWindows, on
WinShow, FreeDO Beta WIP 1.9
WinWait, FreeDO Beta WIP 1.9
ControlSend, , {F4}, FreeDO Beta WIP 1.9
WinWaitActive, FreeDO Beta WIP 1.9
SendInput, {ALTDOWN}f{ALTUP}{ENTER}
IfWinNotActive, Open, Common Places Host W
WinActivate, Open, Common Places Host W
WinWaitActive, Open, Common Places Host W
clipboard=
clipboard=%romPath%%romName%%romExtension%
ClipWait
Sleep,100
Send,^v
Sleep,100
send, {ENTER}
WinWait, FreeDO Beta WIP 1.9
IfWinNotActive, FreeDO Beta WIP 1.9, , WinActivate, FreeDO Beta WIP 1.6.2,
WinWaitActive, FreeDO Beta WIP 1.9,
SendInput, {ALTDOWN}c{ALTUP}{ENTER}{ENTER}
Process, WaitClose, FreeDO.exe
}
This probably makes it painfully obvious to people who know what they're doing that I don't have a clue. If someone could please help me I would greatly appreciate it.
Cheers
PS - I don't/can't use ver 1.6.2 because I run vista and don't have an ASPI layer and really don't want to mess about w/one for the 5 3DO games I own.
(In case you're wondering 1.6.2 gives you a fatal error if you don't have an ASPI)
;***********************************Panasonic 3DO*******************************
else if (systemName = "Panasonic 3DO" && executable = "FreeDO.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, "%EmuPath%%Executable%",,Hide UseErrorLevel
DetectHiddenWindows, on
WinShow, FreeDO Beta WIP 1.9
WinWait, FreeDO Beta WIP 1.9
ControlSend, , {F4}, FreeDO Beta WIP 1.9
WinWaitActive, FreeDO Beta WIP 1.9
SendInput, {ALTDOWN}f{ALTUP}{ENTER}
IfWinNotActive, Open, Common Places Host W
WinActivate, Open, Common Places Host W
WinWaitActive, Open, Common Places Host W
clipboard=
clipboard=%romPath%%romName%%romExtension%
ClipWait
Sleep,100
Send,^v
Sleep,100
send, {ENTER}
WinWait, FreeDO Beta WIP 1.9
IfWinNotActive, FreeDO Beta WIP 1.9, , WinActivate, FreeDO Beta WIP 1.6.2,
WinWaitActive, FreeDO Beta WIP 1.9,
SendInput, {ALTDOWN}c{ALTUP}{ENTER}{ENTER}
Process, WaitClose, FreeDO.exe
}
This probably makes it painfully obvious to people who know what they're doing that I don't have a clue. If someone could please help me I would greatly appreciate it.
Cheers
PS - I don't/can't use ver 1.6.2 because I run vista and don't have an ASPI layer and really don't want to mess about w/one for the 5 3DO games I own.
(In case you're wondering 1.6.2 gives you a fatal error if you don't have an ASPI)