itchyd Posted July 6, 2017 Share Posted July 6, 2017 What is the difference between the downloads for Mame Artwork vs Unified Bezels vs Standard Bezels? I'm running Mame on a 16x9 monitor so I want to fill as much of that extra screen space as I can when I'm playing those 4:3, 3:4 etc games. Thanks! Link to comment Share on other sites More sharing options...
phulshof Posted July 6, 2017 Share Posted July 6, 2017 The MAME artwork is for use by MAME; the Unified Bezels are meant for use with RocketLauncher. I'm not sure what the standard bezels are to be honest; where did you find those? The Unified Bezels are a part of the MAME bezels; they were set up to use as much of the screen for game display as possible at the cost of some of the original artwork. The MAME artwork contains the original intended bezel as well as the unified version. It's up to you if you wish to use MAME to display the bezels or if you prefer RocketLauncher to handle that. Edit: I assumed here that with the MAME artwork you mean the up to date set in the RetroFE Media Pack in the Official section. That's my most up to date set of bezels. Link to comment Share on other sites More sharing options...
itchyd Posted July 6, 2017 Author Share Posted July 6, 2017 I appreciate you taking the time to respond but now I'm more confused than ever. Quote The MAME artwork is for use by MAME; the Unified Bezels are meant for use with RocketLauncher. So does that mean I put MAME artwork into the mame/artwork folder? I put unified bezels in some rocketlauncher folder? Quote The Unified Bezels are a part of the MAME bezels Wait I thought they were for use with rocketlauncher? Do I need to download everything? See below for where to find standard bezels. Are they for standard width screens? I just want a nice 16x9 bezel around as many of my MAME games as possible when I'm playing. What files do I need and what is the best way to achieve it? Thanks! Link to comment Share on other sites More sharing options...
phulshof Posted July 6, 2017 Share Posted July 6, 2017 My apologies for confusing you. :) Let's try again. The Unified Bezel set contains bezels for use with RocketLauncher, which should go in the RocketLauncher directory (I'm not sure where; I don't use RocketLauncher). These bezels maximize the game area by cutting off some of the original artwork. My MAME bezel set on the FTP in the RetroFE Media Pack are meant for use with MAME, and should go in the mame/artwork directory. It contains the (converted) unified bezel set as well as the (converted) original bezels. The standard bezel set comes from MrDo as far as I can tell, and should be a part of my MAME bezel set as well. Most of those are not for 16:9 though. If you want RocketLauncher to handle your bezels, just download the Unified Bezel set, and perhaps find the originals elsewhere on the internet. If you want MAME to handle your bezels, just download my bezel set in stead. Link to comment Share on other sites More sharing options...
RetroHumanoid Posted July 7, 2017 Share Posted July 7, 2017 The Unified Bezel set contains bezels for use with RocketLauncher, which should go in the RocketLauncher directory (I'm not sure where; I don't use RocketLauncher).'RocketLauncher/Media/Bezel/Mame/(Game Name)'#2centsgivenSent from my VS987 using Tapatalk Link to comment Share on other sites More sharing options...
BlackTiger78 Posted August 12, 2017 Share Posted August 12, 2017 phulshof: any hints or tutorial how to convert Inified Bezel to mame standard one ? Link to comment Share on other sites More sharing options...
phulshof Posted August 13, 2017 Share Posted August 13, 2017 Sure, though if you grab my MAME bezel pack from the FTP you'll notice I've already done that (by script). :) The actual bezel part of Metalzoic's set is based on 2560x1440 resolution, so step 1 is to convert the background image to 2560x1400. You then cut out the 1920x1440 (for horizontal games) or 1080x1440 (for vertical games) middle part with a transparent block, and add in the supplied horizontal or vertical bezel. That takes care of the image. You then need to create the .lay information. For horizontal games: <element name="Bezel name (pick something)"> <image file="Name of the just created image"/> </element> <view name="View name in MAME (pick something)"> <screen index="0"> <bounds x="320" y="0" width="1920" height="1440"/> </screen> <bezel element="Name of the element you picked above"> <bounds x="0" y="0" width="2560" height="1440"/> </bezel> </view> For vertical games, replaced the screen bounds with: <bounds x="740" y="0" width="1080" height="1440"/> Link to comment Share on other sites More sharing options...
BlackTiger78 Posted August 17, 2017 Share Posted August 17, 2017 I'll try thx. Link to comment Share on other sites More sharing options...
latin625 Posted September 14, 2017 Share Posted September 14, 2017 hi, Are there any downloads with all the Marquees in the .lay file? I see only a few bezel packs have it in place. Thanks! Link to comment Share on other sites More sharing options...
phulshof Posted September 14, 2017 Share Posted September 14, 2017 Not that I'm aware of. Most people I know either don't use them or use HyperMarquee to display them on a separate monitor.Sent from my SM-G920F using Tapatalk Link to comment Share on other sites More sharing options...
latin625 Posted September 19, 2017 Share Posted September 19, 2017 Thanks, I have launchbox and the mame emulator sometimes needs to show the 2nd screen in games like punchout, but other can have a marquee. I am doing them one by one and it is massive in time! Link to comment Share on other sites More sharing options...
pofo14 Posted September 3, 2019 Share Posted September 3, 2019 On 8/13/2017 at 3:11 AM, phulshof said: Sure, though if you grab my MAME bezel pack from the FTP you'll notice I've already done that (by script). :) The actual bezel part of Metalzoic's set is based on 2560x1440 resolution, so step 1 is to convert the background image to 2560x1400. You then cut out the 1920x1440 (for horizontal games) or 1080x1440 (for vertical games) middle part with a transparent block, and add in the supplied horizontal or vertical bezel. That takes care of the image. You then need to create the .lay information. For horizontal games: <element name="Bezel name (pick something)"> <image file="Name of the just created image"/> </element> <view name="View name in MAME (pick something)"> <screen index="0"> <bounds x="320" y="0" width="1920" height="1440"/> </screen> <bezel element="Name of the element you picked above"> <bounds x="0" y="0" width="2560" height="1440"/> </bezel> </view> For vertical games, replaced the screen bounds with: <bounds x="740" y="0" width="1080" height="1440"/> Where in the FTP is this located? Link to comment Share on other sites More sharing options...
phulshof Posted September 7, 2019 Share Posted September 7, 2019 On 9/3/2019 at 3:47 AM, pofo14 said: Where in the FTP is this located? /Official/Retro FE Media Pack/emulators/MAME/artwork Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now