Jump to content
LaunchBox Community Forums

slashguns04

Members
  • Posts

    365
  • Joined

  • Last visited

Everything posted by slashguns04

  1. ok thanks now I try and let you know
  2. Help Config Sega Model 2 this script no wok @echo off :: Change these to relevant paths (NO QUOTES) set roms=F:\Sega Model 2 oms set emu=F:\Sega Model 2\emulator_multicpu.exe set exe=emu_name.exe ::############################################################### ::############################################################### ::############################################################### :: Change nothing below here. ::############################################################### set batloc=%~dp0 :: Creates a temp filelist of the romset cd /d "%roms%" for /f "delims=" %%f in ('dir /A-D /B /O:GEN') do echo %%~nf>> "%batloc%\filelist.txt" cd /d "%batloc%" :: Creates a temp batch file which serves as the template to be duplicated echo cd ..> template.bat echo start "Emulator" "%emu%\%exe%" %%~n0>> template.bat :: Creates a "launcher" batch file for each entry in the filelist mkdir "%batloc%\output" set output=%batloc%\output for /f "usebackq delims=," %%b in (`TYPE filelist.txt`) do copy template.bat "%output%\%%b.bat" del filelist.txt del template.bat :: Moves each batch file to it's own folder cd /d "%output%" for %%m in (*.bat) do ( md "%%~nm" 2>nul move "%%m" "%%~nm" ) :: Finish up msg * Finished! Now rename all folders to the game name. start "" "%output%"
  3. SentaiBrad said Ok, in my first post I said update to the beta and you can do that by going in to the options and checking a box, this will scan for the beta update and download it for you and install it. Please do this, this should fix your problem. I do not find beta update
  4. SentaiBrad said Yes update to the beta. I have purchased premium license 5.7
  5. SentaiBrad said I don't see a video, but you also didn't explain anything so I am sorry if what I tell you is off. Try updating to the latest beta which is in the options. Otherwise I gotta know some more before I can help you further. video http://www.dailymotion.com/video/x3qmi8k
  6. help LaunchBox no IMPORT games video
  7. DOS76 said That is acutally pretty cool I can't believe that I have never bothered to set that up before. ok thanks for your help
  8. ; This section closes Jnes when pressing Button10 $Button10:: { Process, Close, {{{StartupEXE}}} } this command is ok?
  9. DOS76 said You will then go into the LaunchBox settings and set the button 10 in the settings to be escape I wanted to know with a hotkey command
  10. DOS76 said Ok go to tools and then go to manage emulators select JNES and then click edit. Go to the autohotkey tab and paste this code in you can change the nullDC to JNES if you want but it isn't necessary that is just for documentation. ; This section closes nullDC when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } instead of the ESC button can put the button 10 of my joypad? as?
  11. DOS76 said Big Box has its own separate button setup I configured desktop and big box but does not exit from the emulator NES (JNES.exe)
  12. "Can you configure a button to exit from the emulator with a 360 controller"?
  13. as you configure the button to exit from the emulator with controller x360
×
×
  • Create New...