Vertical Arcade Cores Filtering?
Vertical Arcade Cores Filtering?
Hi, new user here!
Trying to setup my MiSTer for my arcade cabinet that is set in tate/vertical mode. Ideally I'd like to have only the vertical arcade cores listed and selectable, but to also have them updated when I run the update_all script. Is there a way to do this? Currently I have all arcade cores showing, but it's pointless on my vertical monitor to have all the horizontal cores listed.
Thanks
Trying to setup my MiSTer for my arcade cabinet that is set in tate/vertical mode. Ideally I'd like to have only the vertical arcade cores listed and selectable, but to also have them updated when I run the update_all script. Is there a way to do this? Currently I have all arcade cores showing, but it's pointless on my vertical monitor to have all the horizontal cores listed.
Thanks
-
- Top Contributor
- Posts: 1441
- Joined: Mon May 25, 2020 7:54 pm
- Has thanked: 496 times
- Been thanked: 467 times
Re: Vertical Arcade Cores Filtering?
You can use the Arcade Organiser from update_all, it has an option for Vertical / Horizontal filtering. The downside/#firstworldproblem is that you need to navigate there through 5 different menu entries on every boot: Arcade - Organised - Video - Rotation - Vertical.
Maybe there's an easier way of doing it through update_all's ini or some such. Or maybe you could use this Favourites script: viewtopic.php?t=4470
Maybe there's an easier way of doing it through update_all's ini or some such. Or maybe you could use this Favourites script: viewtopic.php?t=4470
CRT SCR$ Project - building a collection of high-quality photos of CRT displays
CRT ART Books - retro-gaming books with authentic CRT photos
Re: Vertical Arcade Cores Filtering?
I used the favourite script to make an entry dir. Then moved all the rbf from "Arcade - Organised - Video - Rotation - Vertical" to there.akeley wrote: ↑Wed May 25, 2022 8:35 pm You can use the Arcade Organiser from update_all, it has an option for Vertical / Horizontal filtering. The downside/#firstworldproblem is that you need to navigate there through 5 different menu entries on every boot: Arcade - Organised - Video - Rotation - Vertical.
Maybe there's an easier way of doing it through update_all's ini or some such. Or maybe you could use this Favourites script: viewtopic.php?t=4470
Renamed to @roTATEd and i'm a happy puppy.
Still i need to make an alt_mister.ini to make the Mister menu vertical.
Re: Vertical Arcade Cores Filtering?
Thanks. I'll take a look at those scripts mentioned, maybe I can modify them to do exactly what I want.
Cheers!
Cheers!
-
- Top Contributor
- Posts: 860
- Joined: Wed Feb 09, 2022 11:50 pm
- Has thanked: 64 times
- Been thanked: 194 times
Re: Vertical Arcade Cores Filtering?
There's a differentiation between clockwise and counterclockwise rotation, so you can't quickly do it in just one directory. Many cores seem to be listed in both dirs, which makes it a little more confusing.
You can set up symlinks with these commands:
That will give you Vertical(CW) and Vertical(CCW) dirs just under Arcade, so you can get to them very quickly. If theypsilon ever changes the names of those dirs, the symlinks will break, so I can't guarantee they'll work indefinitely. It's possible that updates might remove the symlinks. I've only tested creating them, I haven't tested keeping them around for awhile.
You can set up symlinks with these commands:
Code: Select all
cd /media/fat/_Arcade
ln -s "_Organized/_4 Video & Inputs/_2 Rotation/_Vertical (CW)/" "_Vertical(CW)"
ln -s "_Organized/_4 Video & Inputs/_2 Rotation/_Vertical (CCW)/" "_Vertical(CCW)"