-
Posts
1,424 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by sundogak
-
Those were done in Photoshop. Viking has two PSD templates for the rings in his zip collection. Check his first post of this thread. ZIP file: BLANK logo : Create your own logo. (2 PSD) That template PSD file will get you started if have Photoshop. Then it is just matter of finding good PNG logos, fonts, and then assembling the bits and pieces. I am not an graphic artist, so I am limited in that respect to the talents of others or examples of what others have done in this thread. For example, SirCamel's thread on logo requests is a good resource if trying to cleanup/find a logo. But I wanted to learn Photoshop, so this was easy way to start as well as allowed me to fill in some gaps. In the download sections you will also find folks who upload the PSDs. There are a couple of large download posts with PSDs for each platform type. LB theme makers also typically include high quality PNG logos as well as there are packs in download section. Otherwise it is Google. There are also PSDs for other types of rings (like pinball docklets) that you can find at Hyperspin and various pinball sites. If you don't have Photoshop, then GIMP is a free alternative but you will not be able to use the PSD templates (or action files if doing 3D boxes). I think there are some ring templates floating around for GIMP but I haven't used them. There are some blank rings where people who don't want to use GIMP or Photoshop can use them to do simple logo overlays using most graphics programs. You cannot get too fancy with them but if just doing a ring with logo for a game then works.
-
@RedHoodRobin64 Here are the Williams and Bally ones. Also replaced a few of the rings posted prior, there was a minor layer turned off on the pinball swirl pinball. Edit...added the rest.
-
@RedHoodRobin64 Here are few. The others (Bally, Williams, Video Game Based, and Movies/TV Based) may be a bit before I get to them.
-
Cannot Import Mass Effect: Legendary Edition (Steam)
sundogak replied to Atari_Elite's topic in Troubleshooting
I have that game via Steam and had no issues. I would retry the import but deselect all media as well as deselect metadata import (LB and Steam) downloading during import. After imported into LB you can then go back and download media/metadata with manually (since only one game). I don't think it has anything to do with verification of age as much as is there is a "plus" symbol in the path/data when LB is expecting an integer, so it is gagging. I haven't seen this error in LB prior so an odd one. -
-
-
Not sure if wanted "classic" in there or not. International Game Technology changed their logo at some point in 2015, so the older logo is likely more the "classic" one. The TAD one may be a bit since away from PS for a few days after this batch..... Also found the BFG one. It is Bell-Fruit Manufacturing which was renamed to Bell-Fruit Games (UK Company). The logo is from the "newer" company, a more stylized version of the original BFM version.
-
-
Logos are from SirCamels excellent work he does in this thread to make high quality game/platform logos
-
@ejz372 Those logos were from @RetroHumanoid set in the download section. I don't have the source PSD for any of those (bg, fonts, etc) so this is approximate to others.
-
-
@zugswang Here are are few more from the list. I am not familiar with IDT, TAD, and IGT Classics, so would need you to point me to logos for those unless just want simple text logo like for Slots below and then Classics on bottom half:
-
-
About half of these are already in this thread: Arcade PC - Page 15 of this thread Batman Collection - Page 15 of this thread BFM Classics Deathsmiles Devil May Cry Collection - Page 36 of this thread IGT Classics King of Fighters Collection Konami Handheld Sega VMU Slots Spinner Games - Page 49 of this thread Sunsoft TAD Classics Taito Qix - Page 42 of this thread. A zip with 41 Taito logos including this one. Taito System SJ - Page 42 of this thread. A zip with 41 Taito logos including this one. Taito X System - Vikings main zip file at the beginning of this thread...Game Arcade Zip. Also Page 42 Taito Zip. Taito Z System - Vikings main zip file at the beginning of this thread...Game Arcade Zip. Also Page 42 Taito Zip. Taito Z80 System - Page 42 of this thread. A zip with 41 Taito logos including this one. Visual Pinball X - Vikings main zip file at the beginning of this thread...Game Pinball Zip.
-
Well, the pupinit.bat just adjusts the layering of the windows and not any sizing of windows so you likely have something within Pinup Player screen setup process not set for your third screen DMD. At any rate, if you are wanting to add those reg entries you will have to do via a batch file call from LB or setup as a AHK command set in the Running AutoHotkey script tab for the emulator. For the batch file method you would setup LB with another emulator (Future Pinball Batch..or whatever name you want) and point to the batch file rather than FPLoader (if using BAM). In that case you would add the above registry entries in the batch file then launch FPLoader.exe with /open "%1%" /play /exit switches. You would also need to have a version that reverses those key toggles where you want the backglass turned back on for non-Pup Packs. TerryRed's guide for front ends is centric to Pinup Popper which has a command entry window that is easy to add commands which get launched at beginning or end of emulation process. So in that case, it is just a cut/paste into Pinup Popper window. With the AHK method you could do directly within LB since it has a tab for that. You would need to look here on how to setup those commands above in AHK syntax. This page provides info for AHK registry command. Also the AHK experts are in the thread below and should be able to help if you cannot get the AHK working with the link above.
-
In the Running AutoHotkey Script tab within the Edit Emulator window you can add this and ESC will exit: $Esc:: { Process, Close, rpcs3.exe }
-
-
-
-
-
-
See page 14 and 15 in the guide.... PinEvent: "DOF, MX, PUP, SSF, PUPDMD, PUP Stream" for Future Pinball - Updates | Pinball Nirvana Should get you started on the batch option. I will say I have a two screen FP setup and I leave the back glass on for all PE tables. The trick is you have to setup PuPWinPos.exe in your PinUp system folder (should be there by default if using recent version). Then you place the pupinit.bat file (example attached) in the video folder for that Pup Pack. That keeps the backglass pushed to the back on the second screen and keeps the Pup files moved above it. I have all them setup this way and work fine as long as going with the "Option 3" type PUP Pack options where they are on the 2nd screen. If you want to do it all on one screen or add layers to the main display then gets more complicated but there are links in the guide to for that. As to the Arcade setting, I don't have that on for any of my tables so no need to toggle. If you are working all in Desktop or all in Arcade mode then shouldn't be issue since can turn off from FP options. Contrary to the guides, I have never seen any issues (e.g., timing) with running these in Desktop mode on my two screen setup (PC main screen Desktop view, backglass on 2nd screen) Edit: also the pupinit.bat file can be used to trigger a batch command set at beginning and end of table launch. So in theory you could add registry batch commands in that file but haven't needed to do any of that and not so keen on batch files editing registry as a rule. More info here: PuP-Packs ON TOP! (Use PuP-Packs on a single Screen or Desktop view) | Pinball Nirvana but pupinit works great for 2 or more screens as well. pupinit.bat
-
Here are two of them. Still need to find a good resolution Breezasoft logo.... Edit: Found one in RetroNI's platform video thread. Arcade Board Unified Platform Videos - Platform Theme Videos - LaunchBox Community Forums (launchbox-app.com)
-
-
- 17 comments