Need lr-MAME2003 core options for config file
-
Retropie 4.7.11 build
Ratroarch 1.9.4
lr-MAME2003 (0.78)Hello,
I'm using lr-MAME2003 with Overlays enabled. I have individual config files for each game so everything is sized right. Some work well with the auto scaling, others don't.So I'm looking for a written options list this way I'm sure I have it correct in the config file. Guessing isn't working too well. For the games that need it, I'd like to disable the "Auto-scale Overlay" option in the RA Quick Menu/On-Screen Overlay menu.
is it something like auto_scale_overlay = false or auto-scale_overlay = false?
right now I have this which is fine... if the auto-scale is disabled...
input_overlay_enable = true
input_overlay_opacity = 0.700000
input_overlay_scale = 1.200000Thanks in advance.
JamR
-
@jamrom2 "core options" are different - see https://retropie.org.uk/docs/RetroArch-Core-Options/
i believe the setting is
input_overlay_enable_autopreferred = "false"
-
@dankcushions thank you for this. I'll see if this works per game in each individual config file.
If not, I'll have to just resize the graphic to fit the screen.
-
@dankcushions said in Need lr-MAME2003 core options for config file:
input_overlay_enable_autopreferred = "false"
Tried this, doesn't work from the local overlay/scaling file that is associated with the rom in the rom folder.
Seems MAME2003 is not reading this file for the overlay size specs anymore. Previously, you had to make a config file that pointed to the overlay, then the scaling and and opacity was set there as well. Did something change because it's not reading this file for those settings anymore, even with the auto-scaling "off" in the On-Screen Overlay menu. The overlay shows, but it's scaling is all screwed up because it only reads the settings in the core retroarch.cfg.
I does read everything else in this file though.
005.zip.cfg
video_shader = "/opt/retropie/emulators/retroarch/shader/arcade-bezel-shader/crt-pi-vertical.glslp"
video_shader_enable = "true"input_overlay = /opt/retropie/emulators/retroarch/overlays/arcade-bezel-overlays/005.cfg
input_overlay_enable = true
input_overlay_opacity = 0.900000
input_overlay_scale = 1.000000custom_viewport_width = "741"
custom_viewport_height = "933"
custom_viewport_x = "589"
custom_viewport_y = "70"video_scale_integer = false
input_overlay_enable_autopreferred = true**** nevermind... I see what's changed... it's PORTRAIT now. It's reading that setting just fine.
I deleted the old retroarch.cfg and allowed it to rebuild a new one, and there it was.
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.