Jump to content
LaunchBox Community Forums

GTXMike

Members
  • Posts

    17
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

GTXMike's Achievements

8-Bit Processor

8-Bit Processor (3/7)

9

Reputation

  1. Well I used the latest version of CHD so will see how it goes and if there will be something important to report I will. Thanks.
  2. You helped me a lot. This CHD format is great. Works, scans in RetroArch without any problem. Has better compression than PBP and I think I used the script you wrote with few changes to do it all automatically. @echo on SET "SourceDir=D:\Playstation Conversion\1. Compressed Games" SET "WorkDir=D:\Playstation Conversion\2. In Progress" SET "DestDir=D:\Playstation Conversion\3. Job Done" mkdir "%WorkDir%" mkdir "%DestDir%" for /f "tokens=*" %%a in ('dir /b /a-d "%SourceDir%"') do ( 7z.exe x "%SourceDir%\%%a" -o"%WorkDir%\%%~Na" for /f "tokens=*" %%b in ('dir /b /a-d "%WorkDir%\%%~Na\*.cue"') do ( chdman createcd -i "%WorkDir%\%%~Na\%%b" -o "%DestDir%\%%~Nb.chd" if exist "%DestDir%\%%~Nb.chd" ( chdman extractcd -i "%DestDir%\%%~Nb.chd" -o "%DestDir%\%%~Nb.cue" -ob "%DestDir%\%%~Nb.bin" del "%DestDir%\%%~Nb.bin" del "%DestDir%\%%~Nb.cue" del "%SourceDir%\%%~Nb.7z" rd "%WorkDir%\%%~Na" /S /Q ) ) ) pause
  3. I only use RetroArch. LB is to heavy for me and its just too much if you know what I mean. I bought license but i dont use it. What is this CHD format, does RetroArch recognizes it and is it smaller size than bin/cue?
  4. I just wish somebody finished the damn job programming PSX2PSP as software have more potential. Im trying to figure out how to make RetroArch scan the PBP files, do you have any idea how to do it? It sees BIN/CUE files but not PBP.
  5. This doesnt work in batch mode. We dont want to do game 1 by 1. Batch mode can only output game id folder with eboot.pbp file. So if there is no game name in folder title or in file name LaunchBox has nothing to work with. Well at least I found so far a way to batch convert multi bin files into one *.cue *.bin format. That will save me some time on 3000 isos.
  6. I have the same problem and would love to find a solution.
  7. Give me link to the video and will see what I can do.
  8. Sorry Im not really familiar with the video conversion and used free tools i found on the Internet.
  9. BigBox Retro Intro 1440p UltraWide by dmjohn0x View File I am not the author of this startup video, all the credit goes to dmjohn0x. Video was converted to 3440x1440, MP4, 2 Pass, Ultra quality file to fill my whole screen when I start BigBox, handy for owners of UltraWide monitors. Thank you for the best startup video out there! Enjoy. Submitter GTXMike Submitted 07/03/2017 Category Big Box Startup Videos
  10. Version 1.0.0

    385 downloads

    I am not the author of this startup video, all the credit goes to dmjohn0x. Video was converted to 3440x1440, MP4, 2 Pass, Ultra quality file to fill my whole screen when I start BigBox, handy for owners of UltraWide monitors. Thank you for the best startup video out there! Enjoy.
  11. Yes it does but the startup video for Big Box still opens on the main screen which is highly annoying, hope it will be implemented soon so the startup video will be played within big box and maybe not VLC? I use monitor + TV setup and would love to see this done. Im only tested this so far for Windows games but when launched from Big Box they still launch on the main monitor instead of TV. I tried solving the issue by moving my Windows Media Player window to the TV so it opens there and then selecting the Video Player in options to WMP hoping the startup will open in WMP on TV but it still uses VLC and VLC is my main player on main monitor. Also tried redirecting startup.mp4 to WMP but then it doesnt work at all. Maybe it would be a good idea to do as Steam Big Picture works. When u enable it it changes primary monitor to that one set in settings and then when quits it reverts it back.
  12. Yes it all works perfectly now. I managed to pull the stuff I added from DB no problem. Seeing it works great it only encourages me more to add new entries and mod existing ones. There is so many games without covers or wrong ones etc... wish could fix them all but will at least fix stuff I have.
  13. Is it written somewhere in FAQ? If not maybe we should start making one to avoid pointless posts lol like this one hehe.
  14. That helps a lot, Thought when accepted it enrolls in the DB. Update every 24 hours explains it all then. Thank you.
×
×
  • Create New...