-
Posts
624 -
Joined
-
Last visited
-
Days Won
2
JaysArcade last won the day on May 14 2017
JaysArcade had the most liked content!
About JaysArcade
- Birthday March 18
Recent Profile Visitors
5,339 profile views
JaysArcade's Achievements
64-Bit Supercomputer (6/7)
399
Reputation
-
JaysArcade started following LaunchBox 13.16 - Beta Thread and LaunchBox 13.17 - Beta Thread
-
MAME Hi-Score Display - A plugin for BigBox
JaysArcade commented on JoeViking245's file in Third-party Apps and Plugins
- 38 comments
-
- mame
- high scores
-
(and 2 more)
Tagged with:
-
A curated list of 75 Pico-8 game videos with instructions
JaysArcade replied to JaysArcade's topic in Game Media
I'm not sure to be honest. It has been a while since I did this. I do remember you shouldn't let Launchbox update the metadata for this platform because these games were not in the Launchbox Database at that time (and maybe/probably are still not in the database?). Try importing the xml again and see what happens. -
JaysArcade started following 13.7 Beta Thread and 13.9 Beta Thread
-
This is not a Bigbox theme. These are overlays (bezels) to be used within Retroarch. "During gameplay" implies you launched a game and are outside of Bigbox. When you exit a game you are brought back into Bigbox. Bigbox just launches the game and has no bezel feature. That is why you separately have to add the overlays in Retroarch and enable them there. These overlays don't "run" in Bigbox - BUT, if you set them up in Retroarch, they will display when the games are launched from Bigbox. Does that make any sense? Bigbox is just the game launcher. You said in an earlier post that you have the bezels pre-launch. You don't actually. You probably have my Vertical Aspirations theme. These bezels extend that look into Retroarch when playing those games.
-
You have to enable them in Retroarch as overlays. Each system will need to be set up. If you search youtube you can find tutorials on setting up overlays in Retroarch. Once you figure out how to set up one or two systems, the rest will be simple to do.
-
Here you go. 2023-10-14 16-31-51.mp4
-
-
Version 1.0.0
143 downloads
I've created and collected this media to use as a Humor Magazines platform. I've included platform clear logos and game clear logos. The game clear logos look just like the platform logos except they are numbered. I'm also adding my magazine covers for what I have. The covers are far from complete and are from all the magazines I could find online. I've also dropped the 4 videos I put together. I started to do back covers as well as spines to use for the new 3D art but it was time consuming and I didn't get very far. Cracked.mp4 -
Humor Magazines Media View File I've created and collected this media to use as a Humor Magazines platform. I've included platform clear logos and game clear logos. The game clear logos look just like the platform logos except they are numbered. I'm also adding my magazine covers for what I have. The covers are far from complete and are from all the magazines I could find online. I've also dropped the 4 videos I put together. I started to do back covers as well as spines to use for the new 3D art but it was time consuming and I didn't get very far. Cracked.mp4 Submitter JaysArcade Submitted 08/27/2023 Category Platform Media Packs
-
-
Here's a couple more to fill a unique niche. The 3d look isn't an exact match to the original Giant Titan logos, but I think it's pretty decent. The GIMP template is included. all media.zip all media.xcf
-
Went ahead and made my own Jukebox logos. Kept getting a server 200 error when trying to upload the large size pngs so I shrunk them here. Oddly enough, it let me upload a zip of the large size files. ¯\_(ツ)_/¯ Music.zip
-
-
Once you install imagemagick, you run a batch file. I run it in the folder with the seed image and then copy out the images to another folder when its done. for /l %%x in (1, 1, 34) do ( echo %%x magick convert "Mad.png" -font "Segoe-UI-Black" -pointsize 155 -fill white -strokewidth 7 -stroke black -gravity south -annotate +0+0 "XL #%%x" "Mad XL #%%x.png" ) The things to focus on are: On the first line, the 34 means create up to 34 images. Change this according to however many you need. Not sure what the 1,1, are but probably means start at number one, and increase by one for each file. On the second line, tell it to convert Mad.png which is the seed png I already made with space on the bottom for the new text. Font and pointsize should be self explanatory. Fill text with white and add a black stroke. The 7 indicates how thick the stroke. Gravity is where you want the text. SouthWest would be the bottom left, SouthEast bottom right, North is the top middle, etc, etc. The Annotate means to write on the image. The +0+0 is the XY offset from whatever gravity you set. the "XL #%%x" is what you want it to write. So this would write XL #1, XL #2, XL #3, etc, etc. The "Mad XL #%%x.png" will be the filename it writes. So the files will be Mad XL #001.png, Mad XL #002.png, Mad XL #003.png, etc, etc.
-
Forgot to mention, I also made platform videos for these.
-
I've converted 550 something Mad mags to PDF from CBR so I can extract the back covers. Do you guys think there is there any real good reason to keep the CBR versions other than the compression savings? The compression doesn't really seem to have saved much space to be honest. @Baggio, your Acrobat actions work great. @DerSchlachter, The CBR converter was a good find. Thanks for the heads up. I figured out how to do the ImageMagick thing and I've been creating a shitload of complete sets of logos for these humor mags. Still have a few sets I'm working on. I'll share them if anyone thinks they are of use to anyone.