Jump to content
LaunchBox Community Forums

AceEsCloud

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by AceEsCloud

  1. Attached is a torrent file which includes the image files for the front covers of the magazines listed below. I also attached an example screenshot of what this looks like in launchbox. Magazine covers in the torrent; Nintendo Power (168) GamePro (222) Electronic Gaming Monthly (153) Primka strategy guides (540) These are just the images of the front covers. If you download the magazines from RetroMags.com, the image file names in the torrent match the retromags .cbz files so you wont have to edit anything. After importing as a platform, you simply drop your image files in the corresponding launchbox image folder and it should appear (eg. C:\Users\Arcade\LaunchBox\Images\Nintendo Power\Clear Logo <---change your specific directory to whatever you created the platform in of course). Don't forget to refresh your images in launchbox after putting them in the folder (veiw > media > refresh all images)... I'm sure most people here know how to do this but I remember how frustrating it was learning some of this so maybe this helps one person who is new and was worth typing in the end... I used CDisplyEX for the .CBZ files and SumatraPDF for the files in .pdf format. This was simple, I opened each app pressed F11 for Fullscreen, set my preferred zoom level (so that you see the entirety of the page) then closed it and both apps retained those settings. I downloaded the Prima strategy guides from internet archive. I had to download wget.exe and put it in my c:\windows\system32 then download an emulated terminal app then enter the wget code that I linked below in the terminal. You can find some info on this website on how to do this below (install cygterminal64 and wget.ext). If your new to this, take your time; https://blog.archive.org/2012/04/26/downloading-in-bulk-using-wget/ Here was the code I put into the cygterminal to download these strategy guides from internet archive (about 20 gb); wget -r -H -nc -np -nH --cut-dirs=1 -A .pdf,.epub -e robots=off -l1 -i -B 'https://archive.org/download/Tekken3PrimasOfficialStrategyGuide1998' I hope this helps. I could really use platform image files, videos, music or anything like that that relates to this content so if you have some please post. I am going to take a break from this for now but when I recover from being "burnt out" on this, I'll try to get some more magazine covers uploaded. This was very painstaking because after I extracted the images, I literally cropped all of the strategy guides that were in front of white backgrounds. This is cool as hell though and brings me back in time. Anyways, if you need any help send me a message. -AceE Magazine Images.torrent
  2. I'm actively working on this. Have all the covers for GamePro, Nintendo Power, Electronic Gaming monthly and about 800 Prima strategy guides. I am using Comic utility belt to copy the front cover to a .jpg format. Issue is, some of the CBR / CBZ files get skipped during conversion (about 5-10%). The ones that it skips, I convert to .pdf and then run it again. This has been very successful although time consuming (nowhere near as bad as manually finding covers though). I'm creating an emulator for each magazine so GamePro has an emulator called "CDisplayEX (Gamepro)" and Nintendo power has an emulator called "CDisplyEX (Nintendo Power)" etc. "Magazines" is the parent category of all all of the different types of magazines. This works well when viewing by "platform category". Anyways, I'll keep working on this and try to get an upload together. If anyone has anything to contribute please do, I need theme music, platform videos, platform clear logos, etc... I'll try to create a torrent or something when I get further along.
  3. This worked perfectly the first time! I have to say I am extremely impressed with your post and the time / effort you put into helping me. I greatly appreciate you taking the time to help!
  4. Hello, I have a set of commands that I saved into a .bat file and am using the "running scrips" section of launchbox to run the .bat file when the program launchs. The .bat file opens a program and sets some parameters that allows a DMD to run when playing future pinball. I need it to also run another .bat file too upon exit though which will close the DMD. I don't know anything about AHK scripting and that is why I wrote the .bat files instead. Here is what I currently tried to use in the running scripts section and although it worked to launch the first .bat, it did not work to launch the second during exit; run, "C:\Visual Pinball\VPinMAME\Launchboxscript.bat" $Esc:: run, "C:\Visual Pinball\VPinMAME\Launchboxexitscript.bat" Note: If I knew AHK scripts, I probably wouldn't have had to make .bat files in the first place, but I don't know... Here are the contents of the .bat files if it helps; Launch script; c <--with a colon like a drive letter (forums turn it into a smiley face...) cd "C:\Visual Pinball\VPinMAME" start /min "" "dmdext.exe" mirror --source=futurepinball -q --virtual-stay-on-top --fps 60 -g "[GAMENAME]" --use-ini="C:\Visual Pinball\VPinMAME\DmdDevice.ini" Exit Script; taskkill /f /im "dmdext.exe" Any help is greatly appreciated!
×
×
  • Create New...