lr-mame2003 rom specific rotation + aspect issues
-
@dankcushions said in lr-mame2003 rom specific rotation + aspect issues:
maybe it needs renaming from TATE Mode but i can't think what to.
No need to overthink it. It's actually a nice enhancement, and even if it serves as a default that covers most but not all titles, it can still reduce the need for custom configs for every vertical ROM.
My situation is further complicated by the fact that my display is 5:4 (1280x1024). Normally, I might just let RetroArch figure out the AR for me, but I don't mind a little "stretch" within reason. I run the CRT shader, so I like that I can get it to fill the screen and eek out a few more pixels. I guess I am saying, I might end up with a custom configs anyway.
As for the 3-sided controls, they aren't actually cloned--I can play 4-player games like Gauntlet, or X-men, or use all four joysticks for 2-player SmashTV etc.!
-
Where does one save "per rom" cfgs?
-
@RandoCalrisian
In the ROM folder right next to the ROM it is for.Example:
/home/pi/RetroPie/roms/mame-libretro/pacman.zip
/home/pi/RetroPie/roms/mame-libretro/pacman.zip.cfgNote the config file is named {romname.zip}.cfg
Settings in this config will override settings in the other various configs but only for the ROM its name matches.
-
@esmith13 said in lr-mame2003 rom specific rotation + aspect issues:
@RandoCalrisian
In the ROM folder right next to the ROM it is for.Example:
/home/pi/RetroPie/roms/mame-libretro/pacman.zip
/home/pi/RetroPie/roms/mame-libretro/pacman.zip.cfgNote the config file is named {romname.zip}.cfg
Settings in this config will override settings in the other various configs but only for the ROM its name matches.
Excellent, thanks for the response. I JUST figured this out too, as a result of setting options in "runcommand", then seeing a file manifest itself.
To add to this, I'll say the only way I've gotten desired results, is using custom configs.
Enabling tate messes with the aspect ratio, but doesn't rotate the game.
Enabling tate and setting allow rotate to false messes with the aspect ratio, and still doesn't rotate the game. -
@RandoCalrisian
Enabling Tate and setting allow rotate to false does work if done in global configs. Certain configs override certain others . Just the same certain configs can be overridden by others. Tate mode enable should be in global. Allow rotate false should be in mame2003 core options config. That worked for me.
Of course you must update lr-mame2003 from source first and make sure you are in fact using mame2003 not mame4all or advmame, etc... -
/opt/retropie/configs/mame-libretro/retroarch.cfg
Is it safe to assume that refers to lr-mame2003?
-
@RandoCalrisian said in lr-mame2003 rom specific rotation + aspect issues:
/opt/retropie/configs/mame-libretro/retroarch.cfg
Is it safe to assume that refers to lr-mame2003?
No, it also is used by lr-mame2010.
-
my advice is to put per-rom overrides in
/opt/retropie/configs/all/retroarch/config/MAME 2003/
this is the official retroarch-supported way of using rom overrides. there's a few advantages (settings don't migrate to your main config even if save_on_exit is turned on, etc)
-
@dankcushions said in lr-mame2003 rom specific rotation + aspect issues:
@esmith13 you might have already solved this through .cfgs, but i've coded a 'TATE Mode' for lr-mame2003.
- update from source (this takes about 30 mins)
- follow the instructions here: https://github.com/RetroPie/RetroPie-Setup/wiki/lr-mame2003#tate-mode
it will mean no custom cfgs required - just change the per-emulator settings as i describe.
So, I just built a small rig with my Raspberry Pi 3 running Retropie on a dell monitor that rotates clockwise to portrait mode.
From what I gather, TATE is an emulator that I can get through Retropie setup that adds the option to change the video output to portrait - allowing me to hit a button and get into settings to change this before the game loads - right?
Just looking for the most efficient way to go about this.
-
@KillerQ said in lr-mame2003 rom specific rotation + aspect issues:
@dankcushions said in lr-mame2003 rom specific rotation + aspect issues:
@esmith13 you might have already solved this through .cfgs, but i've coded a 'TATE Mode' for lr-mame2003.
- update from source (this takes about 30 mins)
- follow the instructions here: https://github.com/RetroPie/RetroPie-Setup/wiki/lr-mame2003#tate-mode
it will mean no custom cfgs required - just change the per-emulator settings as i describe.
So, I just built a small rig with my Raspberry Pi 3 running Retropie on a dell monitor that rotates clockwise to portrait mode.
From what I gather, TATE is an emulator that I can get through Retropie setup that adds the option to change the video output to portrait - allowing me to hit a button and get into settings to change this before the game loads - right?
Just looking for the most efficient way to go about this.
not quite :) TATE mode is just an option in the default /mame-libretro/ emulator.
-
@dankcushions does Retropie even have the capability of rotating its output on the fly, per rom - similar to how the display_rotate=x config command does?
Not having to constantly reboot the system in between different styles of games would be great.
-
@KillerQ Yeah, you shouldn't have to reboot to rotate a game if you are using RetroArch emulators. The worst case would be that you would have to create config file for each game you want to rotate a specific way.
-
@KillerQ said in lr-mame2003 rom specific rotation + aspect issues:
@dankcushions does Retropie even have the capability of rotating its output on the fly, per rom - similar to how the display_rotate=x config command does?
Not having to constantly reboot the system in between different styles of games would be great.
yes it does...
but i guess you don't understand this option - with your screen you'd enable it and simply rotate your screen when playing the vertical games. you'd not need to use any other rotating options.
-
@dankcushions when I'm in a game that I want to play in vertical position, I am searching for the Retroarch menu setting that I can change once I start the game, then after it rotates, I'll rotate my monitor. That's what I'm searching for.
-
@caver01 who makes that monitor? It looks exactly like the 23" hp monitor i used to have. Which was the best looking monitor screen i have seen personally.
-
@edmaul69 which? The Dell 19"?
-
@edmaul69 or do you mean the one in my roadcase cocktail cabinet? My build uses a Sony.
-
-
@KillerQ said in lr-mame2003 rom specific rotation + aspect issues:
@dankcushions when I'm in a game that I want to play in vertical position, I am searching for the Retroarch menu setting that I can change once I start the game, then after it rotates, I'll rotate my monitor. That's what I'm searching for.
the tate mode option is something that you (someone with a rotatable monitor) leaves on for all games. then any vertical game is played alone the length of your monitor, and you rotate the monitor. the rest of the games play normal.
mame knows what games are vertical or not.
-
@dankcushions said in lr-mame2003 rom specific rotation + aspect issues:
@KillerQ said in lr-mame2003 rom specific rotation + aspect issues:
@dankcushions when I'm in a game that I want to play in vertical position, I am searching for the Retroarch menu setting that I can change once I start the game, then after it rotates, I'll rotate my monitor. That's what I'm searching for.
the tate mode option is something that you (someone with a rotatable monitor) leaves on for all games. then any vertical game is played alone the length of your monitor, and you rotate the monitor. the rest of the games play normal.
mame knows what games are vertical or not.
Great, thanks. Hats why I was Gathering
I'm using a 16:10 widescreen aspect ratio, 56 cm (22") diagonal VIS (viewable image size) and 1680x1050 maximum resolution Dell E2210 monitor in this self-contained, cabinet-less setup that I just threw together yesterday:
[url=https://postimg.org/image/ga6ioiqfx/][img]https://s30.postimg.org/ga6ioiqfx/IMG_3861.jpg[/img][/url]
[url=https://postimg.org/image/sq7tw095p/][img]https://s30.postimg.org/sq7tw095p/IMG_3862.jpg[/img][/url]
[url=https://postimg.org/image/pkn85sqjh/][img]https://s30.postimg.org/pkn85sqjh/IMG_3873.jpg[/img][/url]
Thanks,
Matt!
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.