1
General / attractmode MENU back into my config text / ROTATE for vert / Change EXIT TEXT
« on: October 02, 2019, 06:50:57 PM »
This is running on an Raspberry Pi 3b+ on a dedicated cabinet with joysticks and buttons. A few more tweaks I'm looking to do, I purposely removed attract mode menu from being accessed by a random person accidentally or on purpose trying to get attractmode menu to come up. However I'd like to re-implement it (IF it's needed to make the below changes) so I can fix my issues below. If possibly hopefully most of this can be modified by tweaking / adding lines to the .cfg text file.
I initially built this image as a horizontal setup, I would love a simple way to switch it to completely exclusively only VERTICAL games if possible, & remove all of the horizontal games via software or hand pluck them out etc. Is that something that can be done with this config file ? Or do I need to start from scratch ?
Also to know where that long list of games / .txt document is placed within the raspberry pi would be helpful. The game list was a text document I was able to modify by hand in notepad++ I forgot where it's placed within the pi.
Also How do I get the "Exit Attractmode" to say something else ?... My own text "Shut down this game etc...." Is that also something else that's left out of this config file ? A while ago someone said it's something to do with the languages I couldn't for the life of me find where that was. Is this something that was implemented within a newer version of attract mode ? I know what's being used in the machine but I really don't need anyone else knowing that. Below is my config for attractmode within my rpi3b+
attract.cfg which is located : /opt/retropie/configs/all/attractmode
# Generated by Attract-Mode v2.4.0
#
display Arcade
layout robospin
romlist Arcade
in_cycle yes
in_menu yes
display Multiple Arcade Machine Emulator
layout Sample Animate
romlist Multiple Arcade Machine Emulator
in_cycle no
in_menu yes
display Daphne
layout Basic
romlist Daphne
in_cycle no
in_menu yes
display Nintendo 64
layout Basic
romlist Nintendo 64
in_cycle no
in_menu yes
display Final Burn Alpha
layout Basic
romlist Final Burn Alpha
in_cycle no
in_menu yes
display Atari 5200
layout Basic
romlist Atari 5200
in_cycle no
in_menu yes
display Amstrad CPC
layout Basic
romlist Amstrad CPC
in_cycle no
in_menu yes
display Nintendo Entertainment System
layout Basic
romlist Nintendo Entertainment System
in_cycle no
in_menu yes
display Famicom Disk System
layout Basic
romlist Famicom Disk System
in_cycle no
in_menu yes
display Game Boy
layout Basic
romlist Game Boy
in_cycle no
in_menu yes
display Game Boy Color
layout Basic
romlist Game Boy Color
in_cycle no
in_menu yes
display Sega Gamegear
layout Basic
romlist Sega Gamegear
in_cycle no
in_menu yes
display Sega Master System
layout Basic
romlist Sega Master System
in_cycle no
in_menu yes
display Sega Mega Drive
layout Basic
romlist Sega Mega Drive
in_cycle no
in_menu yes
display Sega SG-1000
layout Basic
romlist Sega SG-1000
in_cycle no
in_menu yes
display Mega CD
layout Basic
romlist Mega CD
in_cycle no
in_menu yes
display Game Boy Advance
layout Basic
romlist Game Boy Advance
in_cycle no
in_menu yes
display Atari Lynx
layout Basic
romlist Atari Lynx
in_cycle no
in_menu yes
display PlayStation
layout Basic
romlist PlayStation
in_cycle no
in_menu yes
display Sega 32X
layout Basic
romlist Sega 32X
in_cycle no
in_menu yes
display Atari 7800 ProSystem
layout Basic
romlist Atari 7800 ProSystem
in_cycle no
in_menu yes
display Super Nintendo
layout Basic
romlist Super Nintendo
in_cycle no
in_menu yes
display Atari 2600
layout Basic
romlist Atari 2600
in_cycle no
in_menu yes
display Vectrex
layout Basic
romlist Vectrex
in_cycle no
in_menu yes
display RetroPie
layout Basic
romlist RetroPie
in_cycle no
in_menu yes
display arcade
layout robospin
romlist Arcade
in_cycle no
in_menu yes
filter All
filter Favourites
rule Favourite equals 1
display Arcade
layout robospin
romlist Arcade
in_cycle no
in_menu yes
filter All
filter Favourites
rule Favourite equals 1
display Arcade
layout robospin
romlist Arcade
in_cycle no
in_menu yes
filter All
filter Favourites
rule Favourite equals 1
display Neo Geo
layout Basic
romlist Neo Geo
in_cycle yes
in_menu yes
sound
sound_volume 100
ambient_volume 100
movie_volume 100
input_map
left Joy0 Left
right Joy0 Right
prev_letter LControl+Up
prev_letter Joy0 Up+Joy0 Button0
prev_letter Left
next_letter LControl+Down
next_letter Joy0 Down+Joy0 Button0
next_letter Right
up Up
up Joy0 Up
up Joy1 Up
down Down
down Joy0 Down
down Joy1 Down
select Return
select LControl
select Joy0 Button0
select Joy0 Button9
select Joy1 Button9
back Escape
back Joy0 Button1
default back exit
default up prev_game
default down next_game
default left prev_display
default right next_display
general
language en
exit_command sudo shutdown -P now
default_font FreeSans
font_path /usr/share/fonts/;$HOME/.fonts/
screen_saver_timeout 0
displays_menu_exit yes
hide_brackets yes
startup_mode default
confirm_favourites yes
confirm_exit yes
mouse_threshold 10
joystick_threshold 75
window_mode fullscreen
filter_wrap_mode default
track_usage yes
multiple_monitors yes
smooth_images yes
accelerate_selection yes
selection_speed_ms 40
scrape_snaps no
scrape_marquees yes
scrape_flyers no
scrape_wheels no
scrape_fanart no
scrape_videos no
scrape_overview yes
video_decoder
menu_prompt Displays Menu
menu_layout nevato
saver_config
param basic_movie Yes
param blank_start_cmd
param blank_stop_cmd
param blank_time 120
param image_collage Yes
param movie_collage Yes
param overlay_art wheel
param preserve_ar No
param rgb_movie Yes
param sound Yes
layout_config robospin
param enable_Lmarquee No
param enable_bg blue
param enable_bloom No
param enable_cab robo
param enable_colors yes
param enable_crt No
param enable_frame yes
param enable_list_type wheel
param enable_marquee Yes
param enable_mlogos Yes
param enable_pointer none
param enable_scanline light
param enable_slogos Yes
param enable_static yes
param orbit_art wheel
param transition_ms 35
plugin History.dat
enabled no
I initially built this image as a horizontal setup, I would love a simple way to switch it to completely exclusively only VERTICAL games if possible, & remove all of the horizontal games via software or hand pluck them out etc. Is that something that can be done with this config file ? Or do I need to start from scratch ?
Also to know where that long list of games / .txt document is placed within the raspberry pi would be helpful. The game list was a text document I was able to modify by hand in notepad++ I forgot where it's placed within the pi.
Also How do I get the "Exit Attractmode" to say something else ?... My own text "Shut down this game etc...." Is that also something else that's left out of this config file ? A while ago someone said it's something to do with the languages I couldn't for the life of me find where that was. Is this something that was implemented within a newer version of attract mode ? I know what's being used in the machine but I really don't need anyone else knowing that. Below is my config for attractmode within my rpi3b+
attract.cfg which is located : /opt/retropie/configs/all/attractmode
# Generated by Attract-Mode v2.4.0
#
display Arcade
layout robospin
romlist Arcade
in_cycle yes
in_menu yes
display Multiple Arcade Machine Emulator
layout Sample Animate
romlist Multiple Arcade Machine Emulator
in_cycle no
in_menu yes
display Daphne
layout Basic
romlist Daphne
in_cycle no
in_menu yes
display Nintendo 64
layout Basic
romlist Nintendo 64
in_cycle no
in_menu yes
display Final Burn Alpha
layout Basic
romlist Final Burn Alpha
in_cycle no
in_menu yes
display Atari 5200
layout Basic
romlist Atari 5200
in_cycle no
in_menu yes
display Amstrad CPC
layout Basic
romlist Amstrad CPC
in_cycle no
in_menu yes
display Nintendo Entertainment System
layout Basic
romlist Nintendo Entertainment System
in_cycle no
in_menu yes
display Famicom Disk System
layout Basic
romlist Famicom Disk System
in_cycle no
in_menu yes
display Game Boy
layout Basic
romlist Game Boy
in_cycle no
in_menu yes
display Game Boy Color
layout Basic
romlist Game Boy Color
in_cycle no
in_menu yes
display Sega Gamegear
layout Basic
romlist Sega Gamegear
in_cycle no
in_menu yes
display Sega Master System
layout Basic
romlist Sega Master System
in_cycle no
in_menu yes
display Sega Mega Drive
layout Basic
romlist Sega Mega Drive
in_cycle no
in_menu yes
display Sega SG-1000
layout Basic
romlist Sega SG-1000
in_cycle no
in_menu yes
display Mega CD
layout Basic
romlist Mega CD
in_cycle no
in_menu yes
display Game Boy Advance
layout Basic
romlist Game Boy Advance
in_cycle no
in_menu yes
display Atari Lynx
layout Basic
romlist Atari Lynx
in_cycle no
in_menu yes
display PlayStation
layout Basic
romlist PlayStation
in_cycle no
in_menu yes
display Sega 32X
layout Basic
romlist Sega 32X
in_cycle no
in_menu yes
display Atari 7800 ProSystem
layout Basic
romlist Atari 7800 ProSystem
in_cycle no
in_menu yes
display Super Nintendo
layout Basic
romlist Super Nintendo
in_cycle no
in_menu yes
display Atari 2600
layout Basic
romlist Atari 2600
in_cycle no
in_menu yes
display Vectrex
layout Basic
romlist Vectrex
in_cycle no
in_menu yes
display RetroPie
layout Basic
romlist RetroPie
in_cycle no
in_menu yes
display arcade
layout robospin
romlist Arcade
in_cycle no
in_menu yes
filter All
filter Favourites
rule Favourite equals 1
display Arcade
layout robospin
romlist Arcade
in_cycle no
in_menu yes
filter All
filter Favourites
rule Favourite equals 1
display Arcade
layout robospin
romlist Arcade
in_cycle no
in_menu yes
filter All
filter Favourites
rule Favourite equals 1
display Neo Geo
layout Basic
romlist Neo Geo
in_cycle yes
in_menu yes
sound
sound_volume 100
ambient_volume 100
movie_volume 100
input_map
left Joy0 Left
right Joy0 Right
prev_letter LControl+Up
prev_letter Joy0 Up+Joy0 Button0
prev_letter Left
next_letter LControl+Down
next_letter Joy0 Down+Joy0 Button0
next_letter Right
up Up
up Joy0 Up
up Joy1 Up
down Down
down Joy0 Down
down Joy1 Down
select Return
select LControl
select Joy0 Button0
select Joy0 Button9
select Joy1 Button9
back Escape
back Joy0 Button1
default back exit
default up prev_game
default down next_game
default left prev_display
default right next_display
general
language en
exit_command sudo shutdown -P now
default_font FreeSans
font_path /usr/share/fonts/;$HOME/.fonts/
screen_saver_timeout 0
displays_menu_exit yes
hide_brackets yes
startup_mode default
confirm_favourites yes
confirm_exit yes
mouse_threshold 10
joystick_threshold 75
window_mode fullscreen
filter_wrap_mode default
track_usage yes
multiple_monitors yes
smooth_images yes
accelerate_selection yes
selection_speed_ms 40
scrape_snaps no
scrape_marquees yes
scrape_flyers no
scrape_wheels no
scrape_fanart no
scrape_videos no
scrape_overview yes
video_decoder
menu_prompt Displays Menu
menu_layout nevato
saver_config
param basic_movie Yes
param blank_start_cmd
param blank_stop_cmd
param blank_time 120
param image_collage Yes
param movie_collage Yes
param overlay_art wheel
param preserve_ar No
param rgb_movie Yes
param sound Yes
layout_config robospin
param enable_Lmarquee No
param enable_bg blue
param enable_bloom No
param enable_cab robo
param enable_colors yes
param enable_crt No
param enable_frame yes
param enable_list_type wheel
param enable_marquee Yes
param enable_mlogos Yes
param enable_pointer none
param enable_scanline light
param enable_slogos Yes
param enable_static yes
param orbit_art wheel
param transition_ms 35
plugin History.dat
enabled no