Jump to content
LaunchBox Community Forums

orac31

Members
  • Posts

    330
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by orac31

  1. I have corrected my spelling mistakes but sill no joy do I have to rename the folders to the proper game names or can I keep them as jojo for example? thanks
  2. can anyone help I am trying to get cps 3 games to work I have tried this @echo off :: Change these to relevant paths (NO QUOTES) set roms=F:\lunchbox\Games\Capcom CPS3 set emu=F:\lunchbox\Emulators\Capcom Play System III set exe=emulator.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%" which I found on here and when I run the bat files(it makes) it just says cant find the roms
  3. Maddoc1007 said did you try setting 057 up as described with the bat files included in demul emulator folder as well as the custom command for each game as thats the only way i could get the games to work. Try from scratch unzip demul 057 into emulators folder inside LaunchBox folder in my documents put the game zips in roms folder as well as the awbios zip into roms folder. setup controller in demul outside of LaunchBox its the arcade controller you need to setup not the dreamcast one. then import your games into LaunchBox and make demul the default emulator for Atomiswave games. then go into edit each game individually and set the default custom command under the emulation tab make sure the box is checked and add this commandline -run=atomiswave -rom=demofist. demofist is the zip name of Demolish Fish game. you need to do this for each game in the atmoswave platform as each game zip has a different name. I was going to post as well yesterday that I could not get it to work but was to tired but got up today and read your posts to segapc and tried again and now have a rom working thank you so much for taking the time to help
  4. the new dev build is now out works a dream with non aga games if you launch a game from launch box it auto configs a a600 with 8meg of ram and runs the whd load game and works great hope there is a option to change it to a amiga 1200
  5. I found the easiest way for ps1 games was to copy the games to the lb folder first then in the lb folder do a *cue search and *img then just drag these files across to add the games.
  6. what video formats are supported I have a lot of flv but they don't work no big problem if I convert to mpeg they work fine just asking before I convert a lot
  7. Cabirus said Hopefully, Amiga integration into LaunchBox will get a lot easier soon. The developer of the great emulator FS-UAE is planning to allow starting games via command line (see here). In combination with the database of FS-UAE Launcher this could be the perfect solution for us Amiga enthusiasts! :-) well I had never heard of this emu before so gave it a go and have to say I am mega impressed. for me it runs full speed and every whd load game I have tried works really well (I do have a reg version of whdload and amiga forever for the kickstarts) I can not launch a game from launchbox yet tho will still keep trying but its trial and errer with commend line commands if I have any luck will let you know
  8. no for some reason every time I add a new system I gave to put the games folder in manually don't no what but its not a big problem. launchbox is brill for my needs
  9. mine is in winuaeloader/data gamebase.xml
  10. I am sorry But I am no expert but I think your rom names have to be the same as in the whdload xml folder. for example my rocket ranger rom is called RocketRanger_v1.5b_1641.zip I tried renaming it and it disappeared from game list in test games. changed it back and it was there again please try and rename rocket ranger and see if that works
  11. Just an update I found I have to put the folder in manually via manage platforms then it worked fine
  12. error parth can not be empty string or whitespace. comes up when I try and add games with the move or copy option. if I move them first then add them no problem only started when I went to beta build. or am I doing something wrong
  13. Hi Have you set your whdload path to the dir your games are in in WinUAELoader? in tools in the bottom right corner is room testing select whd load then run rom a list should show up showing the roms. do you have whd rooms?
  14. I downloaded the program above WinUAELoader: http://headsoft.com.au/index.p.....nuaeloader I then set my win uae exe location in Winuaeloader and also set me whdload folder in winuaeloader(mine moved to launchbox games folder). click on test game in Winuaeloader to make sure game runs outside of launchbox. I then used the config in launch box -mode whdload -rom I hope this helps sorry but I'm not an expert if this does not work then I try and explain again.
  15. Great I changed the command line to. -mode whdload -rom And it works like a dream just make sure winuaeloader whdload dir is set to your rom folder
  16. Thanks bill I had given retro arch a miss in the past but just downloaded it and used your code and works fine now ta look like they have made it a lot more user frendly now
  17. Hi I hope someone can help I got my sega Saturn emu working using bat file which I copyed from a post here. @echo off "C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" -mount dt, 0, %1% start "" /wait ssf.exe "C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" -unmount dt, 0 Thanks to the preson that posted it can I use the same kind of thing to mount turbo gfx cds? can anyone help please
×
×
  • Create New...