Retro808 Posted August 2, 2022 Author Share Posted August 2, 2022 34 minutes ago, Sbaby said: I figured out my problem, I was actually using theme ControlBox so I had to put Arcade.axml in that location. Now it works but obviously I see the full screen control panel completely pixelated. I would like to reduce the size and position of the png but I struggle to understandĀ š„ Ā Can you provide a pic and describe how big and where you want the image? Quote Link to comment Share on other sites More sharing options...
Sbaby Posted August 2, 2022 Share Posted August 2, 2022 (edited) 29 minutes ago, Retro808 said: Can you provide a pic and describe how big and where you want the image? This is it : I would like it like this, size and position of the xbox controller (cpwizard png folder) Then it would also be great if the original control panel of the arcade cabinet were in place of the gamecube controller (mame Cpanel png folder) Edited August 2, 2022 by Sbaby Quote Link to comment Share on other sites More sharing options...
Sbaby Posted August 13, 2022 Share Posted August 13, 2022 I temporarily used ImageMagick software to mass-edit all the png images by automatically adding the black frame. In this way it is not very nice but it is operational Ā Ā Unfortunately there are about 150 missing from my arcade collection but patience, for now these 327 are enough, automatically transformed by the batch file Ā Ā For the missing games I temporarily use a 6 button one and renamed it to Arcade.png Ā Ā if someone gives me some ideas to improve everything aesthetically automatically I would appreciateĀ Ā šāāļø Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted August 13, 2022 Share Posted August 13, 2022 1 hour ago, Sbaby said: if someone gives me some ideas to improve everything aesthetically automatically I would appreciateĀ I'd say move the button labels off the buttons.Ā Move the game title and crop off the excess background (top, bottom and sides). (My cab's panel is green, hence the green here) To batch crop the images, I used ffmpeg and a batch file.Ā I had CPW output the images as 1024 X 768.Ā Ā Then used this in a batch file md cropped for %%i in (*.png) do ffmpeg -y -i "%%~ni.png" -vf crop=iw-36:ih-280:18:55 "./cropped/%%~ni.png" Place the batch file in the same folder as the images.Ā This creates the folder "cropped" then places the cropped images in that folder.Ā The output images, using this, becomeĀ 988 X 488. If you decide to try this, copy a just couple of your images to a temp folder and test 1st. Ā Ā Quote Link to comment Share on other sites More sharing options...
Sbaby Posted August 13, 2022 Share Posted August 13, 2022 9 minutes ago, JoeViking245 said: I'd say move the button labels off the buttons.Ā Move the game title and crop off the excess background (top, bottom and sides). (My cab's panel is green, hence the green here) To batch crop the images, I used ffmpeg and a batch file.Ā I had CPW output the images as 1024 X 768.Ā Ā Then used this in a batch file md cropped for %%i in (*.png) do ffmpeg -y -i "%%~ni.png" -vf crop=iw-36:ih-280:18:55 "./cropped/%%~ni.png" Place the batch file in the same folder as the images.Ā This creates the folder "cropped" then places the cropped images in that folder.Ā The output images, using this, becomeĀ 988 X 488. If you decide to try this, copy a just couple of your images to a temp folder and test 1st. Ā Ā thanks but i didn't use cpwizard, i just got png files downloaded from launchbox, i can't mass change game titles and button labels Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted August 13, 2022 Share Posted August 13, 2022 18 minutes ago, Sbaby said: thanks but i didn't use cpwizard, i just got png files downloaded from launchbox, i can't mass change game titles and button labels Doh!Ā Never mind.Ā š Quote Link to comment Share on other sites More sharing options...
Sbaby Posted August 13, 2022 Share Posted August 13, 2022 41 minutes ago, JoeViking245 said: Doh!Ā Never mind.Ā š Can you share your image pack? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted August 13, 2022 Share Posted August 13, 2022 29 minutes ago, Sbaby said: Can you share your image pack? I suppose I could.Ā But I doubt anyone would want custom "Mountain Dew" green control panels. lol Ā Ā It most likely has the same amount of missing panels, and/or a lot will just show the button numbers (1 through 6) vs the actual action ("Fire", "Jump" etc.). Quote Link to comment Share on other sites More sharing options...
Sbaby Posted August 14, 2022 Share Posted August 14, 2022 13 hours ago, JoeViking245 said: I suppose I could.Ā But I doubt anyone would want custom "Mountain Dew" green control panels. lol Ā Ā It most likely has the same amount of missing panels, and/or a lot will just show the button numbers (1 through 6) vs the actual action ("Fire", "Jump" etc.). beautiful jewel, congratulationsĀ š Ā Quote Link to comment Share on other sites More sharing options...
mabdog Posted September 27 Share Posted September 27 I have not been able to get my pause screen images to display at all. As far as I can tell I've followed the instructions correctly with the file structure and making sure to only use .jpgs Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.