PDA

View Full Version : Help with script for nullDC


mrsnyder0284
03-05-2010, 10:35 AM
I got nullDC 1.0.3 working great on my computer, the problem is, there isn't a script available for it. Is there a guide or something that shows the basics of writing scripts for HyperSpin? I went thru the tutorial on how to use AutoHotKey, but that really didn't show me what i need to do to get games to run. Any help would be GREAT. Thanks.

-Matt

**Edit**

Alrighty, i got something going. I need to launch nullDC like this....

nullDC.exe -config ImageReader:DefaultImage="[rompath]/[romfile]"

The problem is, i can't get the parameters to show first with the rompath part of the parameters. Is there anyway to do this?

**Edit Again**

Finally got it to work...... I ended up renaming the exe to nulldc.exe then changing the script to reflect those changes. That got nullDC to load, but i couldn't use the esc key to quit, after a bunch of changes i ended up removing the hidedesktop part, everything works great.

mebronx2000
03-08-2010, 08:49 PM
i cant get it to work can you tell me how to set it up or point to the place that can help thanks

ACE
03-09-2010, 10:56 AM
Is it not working with included script?

;*********************************SEGA DREAMCAST********************************

else if (systemName = "Sega Dreamcast" && executable = "nullDC_100b1_6.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, %Executable% -config ImageReader:DefaultImage="%romPath%%romName%%romExtension%", %EmuPath%,Hide UseErrorLevel
WinWait, nullDC
Sleep,1000
WinShow, ahk_class ndc_main_window
Process, WaitClose, nullDC_100b1_6.exe
}



I'm not using it right now, so I can't verify.

guitarman84
09-10-2010, 12:13 PM
i am having the same issue i can't get Null dc to work. I have posted elsewhere asking for help but no one seems to know