Guest User

Astro City Mini batocera.conf file

a guest
Jul 6th, 2023
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.54 KB | Gaming | 0 0
  1. # ------------ A - System Options ----------- #
  2.  
  3. ## Security
  4. ## Enable this to enforce security, requiring a password to access the network share.
  5. #system.security.enabled=0
  6.  
  7. ## Display rotation
  8. ## Leave commented out -> Auto.
  9. ## 0 -> No rotation.
  10. ## 1 -> Rotate 90 degrees clockwise.
  11. ## 2 -> Rotate 160 degrees clockwise.
  12. ## 3 -> Rotate 270 degrees clockwise.
  13. display.rotate=1
  14.  
  15. ## Power button behavior
  16. ## Change what the power button does when pressed.
  17. ## shutdown -> Immediately shutdown the system.
  18. ## suspend -> Enter low-power standby mode.
  19. ## hybrid -> Enter an even lower-power standy mode, only available on supported devices.
  20. #system.suspendmode=suspend
  21.  
  22. ## File system compression (btrfs only)
  23. ## Natively compresses files as they are stored, reduces disk write speed but increases space available.
  24. #system.fscompression.enabled=0
  25.  
  26. ## Send the CEC standby command to the first video output device during shutdown.
  27. #system.cec.standby=1
  28.  
  29. ## EmulationStation menu style
  30. ## default -> default all options menu
  31. ## none -> no menu except the game search menu
  32. ## bartop -> less menu, only needed for bartops
  33. #system.es.menu=default
  34.  
  35. ## Show or hide Kodi in the EmulationStation menu.
  36. kodi.enabled=0
  37. ## Start Kodi at launch.
  38. kodi.atstartup=0
  39. ## Enable the North button Kodi shortcut.
  40. kodi.xbutton=1
  41.  
  42. ## Kodi networking delay
  43. ## Kodi can be instructed to wait for a network host to become available before starting.
  44. ## All three upcoming keys must be completed in order for the wait to take effect.
  45.  
  46. ## waithost decides which host name to ping while waiting to start.
  47. #kodi.network.waithost=192.168.0.50
  48.  
  49. ## waittime decides how long to wait up to in seconds.
  50. #kodi.network.waittime=10
  51.  
  52. ## waitmode decides how dependent Kodi is on the specified host.
  53. ## noping -> Do not ping. Start Kodi immediately. This is the default.
  54. ## required -> Wait up to the specified time for the host to respond. Start Kodi only if the host responds.
  55. ## wish -> Wait up to the specified time for the host to respond. Start Kodi if the host responds or the waittime is reached.
  56. #kodi.network.waitmode=required
  57.  
  58. ## Splash screen
  59. ## Set sound option to 0 to silence the video splash
  60. splash.screen.enabled=0
  61. #splash.screen.sound=1
  62.  
  63. # ------------ A1 - Platform Specific Options ----------- #
  64.  
  65. ## Raspberry Pi 1/2/3/4 system power switch/utility
  66. ## Select one option. See https://wiki.batocera.org/add_powerdevices_rpi_only
  67. ## ARGONONE -> Activate fan control for Argon One case (RPi4)
  68. ## ATX_RASPI_R2_6 -> http://lowpowerlab.com/atxraspi/#installation
  69. ## MAUSBERRY -> http://mausberry-circuits.myshopify.com/pages/setup
  70. ## ONOFFSHIM -> https://shop.pimoroni.com/products/onoff-shim
  71. ## POWERHAT -> https://www.raspberrypiplastics.com/power-hat-board
  72. ## REMOTEPIBOARD_2003 -> http://www.msldigital.com/pages/support-for-remotepi-board-2013
  73. ## REMOTEPIBOARD_2005 -> http://www.msldigital.com/pages/support-for-remotepi-board-plus-2015
  74. ## KINTARO -> http://www.kintaro.co SNES style case aka Roshambo/Super Kintaro Kuma System
  75. ## RETROFLAG -> http://www.retroflag.com -- note: enable UART in config.txt for LED action
  76. ## RETROFLAG_ADV -> Activate on RESET button more commands to quit emulators or restart ES
  77. ## RETROFLAG_GPI -> Activate GPi CASE SAFE SHUTDOWN functions.
  78. ## PIBOY -> Activate PIBOY.
  79. ## DESKPIPRO -> Fan & power control for RPi4 DeskPi Pro case.
  80. ## PISTATION_LCD -> Config.txt tweaks to get the display to work.
  81. ## Simple Switches without active devices
  82. ## See https://wiki.batocera.org/add_powerdevices_rpi_only#simple_push-button_or_switches
  83. ## PIN56ONOFF -> For latching switches
  84. ## PIN56PUSH -> For momentary buttons
  85. ## PIN356ONOFFRESET -> Restart and shutdown board. Needs 2 switches.
  86. #system.power.switch=RETROFLAG
  87.  
  88. ## Rockpro64
  89. ## Roshambo/Kintaro case.
  90. #roshambo.enabled=1
  91.  
  92.  
  93. # ------------ B - Network ------------ #
  94.  
  95. ## Set system hostname, accessible via network share.
  96. system.hostname=BATOCERA
  97. ## Wi-Fi country code (00 for World), see https://wiki.batocera.org/wifi_ssid#i_can_t_see_my_ssid_in_the_list_but_i_can_see_my_neighbor_s
  98. #wifi.country=FR
  99. ## Activate Wi-Fi (0,1)
  100. wifi.enabled=0
  101. ## Wi-Fi SSID (string)
  102. #wifi.ssid=new ssid
  103. ## Wi-Fi KEY (string)
  104. ## Escape your special chars (# ; $) with a backslash. eg. $ becomes \$
  105. #wifi.key=new key
  106.  
  107. ## Secondary Wi-Fi (not configurable via the user interface)
  108. #wifi2.ssid=new ssid
  109. #wifi2.key=new key
  110.  
  111. ## Third Wi-Fi (not configurable via the user interface)
  112. #wifi3.ssid=new ssid
  113. #wifi3.key=new key
  114.  
  115. ## Add values here to connect to a hidden AP.
  116. #wifi.hidden.ssid=hidden SSID
  117. #wifi.hidden.key=new key
  118.  
  119. ## Disable Samba share, see https://wiki.batocera.org/add_games_bios#while_batocera_is_running
  120. #system.samba.enabled=0
  121.  
  122. ## Disable SSH, see https://wiki.batocera.org/access_the_batocera_via_ssh
  123. #system.ssh.enabled=0
  124.  
  125.  
  126. # ------------ C - Audio ------------ #
  127.  
  128. ## Set the audio device
  129. ## Use "batocera-audio list" to see available devices.
  130. audio.device=auto
  131. ## Set system volume (0-100)
  132. audio.volume=100
  133. ## Set max volume for boost sound (100-150)
  134. audio.volume.boost=100
  135. ## Enable or disable system sounds in ES (0,1)
  136. audio.bgmusic=1
  137.  
  138.  
  139. # -------------- D - Controllers ----------------- #
  140.  
  141. ## Enable Bluetooth
  142. controllers.bluetooth.enabled=1
  143.  
  144. ## Bluetooth Debug
  145. ## Enables extra Bluetooth logging for developers.
  146. #controllers.bluetooth.debug=1
  147.  
  148. # -------------- D1 - PS3 Controllers ------------ #
  149.  
  150. ## Enable PS3 controller support
  151. controllers.ps3.enabled=1
  152. ## Choose a Bluetooth driver.
  153. ## bluez -> bluez 5 + kernel drivers, supports official and Shanwan Sixaxis.
  154. ## official -> sixad drivers, supports official and Gasia Sixaxis.
  155. ## shanwan -> shanwan drivers, supports official and Shanwan Sixaxis.
  156. controllers.ps3.driver=bluez
  157.  
  158. # ------------ D2 - Other Controllers ------------ #
  159.  
  160. ## XGaming's XArcade Tankstik and other compatible devices.
  161. controllers.xarcade.enabled=1
  162.  
  163. # ------------ D3 - GPIO Controllers (RPi only) ------------ #
  164.  
  165. ## GPIO Controllers
  166. ## Enable controllers on GPIO with mk_arcarde_joystick_rpi.
  167. controllers.gpio.enabled=0
  168. ## GPIO arguments
  169. ## map=1 -> For one controller.
  170. ## map=1,2 -> For two controllers.
  171. controllers.gpio.args=map=1,2
  172.  
  173. ## DB9 Controllers
  174. ## Enable DB9 drivers for Atari, Megadrive and Amiga controllers.
  175. controllers.db9.enabled=0
  176. ## DB9 arguments
  177. controllers.db9.args=map=1
  178.  
  179. ## Gamecon controllers
  180. ## Enable Gamecon controllers, for NES, SNES and PSX controllers.
  181. controllers.gamecon.enabled=0
  182. ## Gamecon arguments
  183. controllers.gamecon.args=map=1
  184.  
  185.  
  186. # ------------ F - Language and Keyboard ------------ #
  187.  
  188. ## System language
  189. ## Some common examples:
  190. ## en_US -> English
  191. ## en_GB -> English (UK)
  192. ## fr_FR -> French
  193. ## de_DE -> German
  194. ## pt_BR -> Brazillian Portuguese
  195. ## it_IT -> Italian
  196. ## tr_TR -> Turkish
  197. ## zh_CN -> Chinese
  198. ## Check the menu in ES for more.
  199. #system.language=en_US
  200.  
  201. ## Set the keyboard layout (fr,de,us,es).
  202. ## To view all available layouts, i.e. English, via terminal type:
  203. ## sed '/! layout/,/^$/!d;/English/!d' < /usr/share/X11/xkb/rules/evdev.lst
  204. #system.kblayout=de
  205.  
  206. ## Setting a keyboard variant is optional
  207. ## To view all variants for German language variants, via terminal type:
  208. ## sed '/! variant/,/^$/!d;/German/!d' < /usr/share/X11/xkb/rules/evdev.lst
  209. #system.kbvariant=nodeadkeys
  210.  
  211. ## Set the local time zone
  212. ## To view all available time zones, run: ls /usr/share/zoneinfo/
  213. system.timezone=Europe/Rome
  214.  
  215.  
  216. # ------------ G - Updates ------------ #
  217.  
  218. ## Automatically check for updates after booting.
  219. updates.enabled=0
  220. ## Set the update type.
  221. ## stable -> Current stable version
  222. ## beta -> Current development verion, use at your own risk
  223. updates.type=stable
  224.  
  225.  
  226. # ------------ H - Global Emulator Configuration ------------ #
  227.  
  228. ## The global value will be used for all emulators, except if the value is redefined in the emulator
  229.  
  230. ## Video mode
  231. ## Force the emulator to run at this resolution. To check available resolutions, run: batocera-resolution listModes
  232. ## See https://wiki.batocera.org/display_issues
  233.  
  234. ## Set the preferred output
  235. ## To check available outputs, run: batocera-resolution listOutputs
  236. #global.videooutput=""
  237.  
  238. ## DPI
  239. ## If the text is too small, adjust this value.
  240. #global.dpi=96
  241.  
  242. ## Shader set
  243. ## Automatically select shaders for all systems, see https://wiki.batocera.org/emulationstation:shaders_set
  244. ## default -> Default shader
  245. ## none -> No shader
  246. ## curvature -> Realistic CRT curve with scanlines, CPU expensive
  247. ## enhanced -> Upscale pixel graphics
  248. ## flatten-glow -> Make the image glow
  249. ## mega-bezel -> Add reflections to shader bezel, CPU expensive
  250. ## retro -> Pixelated shader
  251. ## scanlines -> Add scanlines to the image
  252. ## zfast -> Cheaper version for scanlines
  253.  
  254. ## Integer scaling (pixel perfect)
  255. ## Only scale the image in integers, maintaining pixel ratio.
  256.  
  257. ## Decoration set
  258. ## See https://wiki.batocera.org/decoration
  259.  
  260. ## Game aspect ratio
  261. ## Set the ratio for emulators.
  262.  
  263. ## Smooth games (bilinear filtering)
  264. ## Softens the image. Is overidden if using a shader set.
  265. global.smooth=0
  266.  
  267. ## Rewind
  268. ## Very CPU and RAM expensive for some emulators. Take care with enabling this globally.
  269.  
  270. ## Auto save/load
  271. ## Automatically save state when exiting emulators. Automatically load latest savestate when launching emulators.
  272.  
  273. ## Incremental savestates
  274.  
  275. ## Retroachievement settings
  276. ## Set up your www.retroachievements.org username/password first
  277. ## Escape your special chars (# ; $) with a backslash. eg. $ becomes \$
  278. global.retroachievements=0
  279. global.retroachievements.hardcore=0
  280. global.retroachievements.leaderboards=0
  281. global.retroachievements.verbose=0
  282. global.retroachievements.screenshot=0
  283. global.retroachievements.challenge_indicators=0
  284. #global.retroachievements.username=
  285. #global.retroachievements.password=
  286. global.retroachievements.sound=none
  287.  
  288. ## Enable RetroArch AI game translation service
  289. #global.ai_service_url=http://ztranslate.net/service?api_key=BATOCERA
  290.  
  291. ## HUD (x86 or RPi4 only)
  292. ## game -> Show game's boxart/metadata info
  293. ## perf -> Show current performance statistics
  294. ## custom -> Use hud_custom configuration
  295. ## Custom HUD configuration
  296. ## Performance eg. position=bottom-left\nbackground_alpha=0.9\nlegacy_layout=false\ncustom_text=%GAMENAME%\ncustom_text=%SYSTEMNAME%\ncustom_text=%EMULATORCORE%\nfps\ngpu_name\nengine_version\nvulkan_driver\nresolution\nram\ngpu_stats\ngpu_temp\ncpu_stats\ncpu_temp\ncore_load
  297. ## Game eg. position=bottom-left\nbackground_alpha=0\nlegacy_layout=false\nfont_size=32\nimage_max_width=200\nimage=%THUMBNAIL%\ncustom_text=%GAMENAME%\ncustom_text=%SYSTEMNAME%\ncustom_text=%EMULATORCORE%
  298. ## More examples at https://github.com/flightlessmango/MangoHud/blob/master/README.md#mangohud_config-and-mangohud_configfile-environment-variables
  299. #global.hud_custom=position=bottom-left\nbackground_alpha=0\nlegacy_layout=false\nfont_size=64\nimage_max_width=200\nimage=%THUMBNAIL%\ncustom_text=%GAMENAME%\ncustom_text=%SYSTEMNAME%\ncustom_text=%EMULATORCORE%
  300.  
  301.  
  302. # ------------ I - Per System Advanced Configuration ----------- #
  303.  
  304. ## It's also possible to apply unique settings per system.
  305. ## eg. to set unique options for SNES:
  306. #snes.core=snes9x_next
  307. #snes.shaders=/userdata/shaders/shaders_glsl/mysnesshader.gplsp
  308. #snes.ratio=16/9
  309. #snes.smooth=0
  310. #snes.rewind=1
  311. #snes.autosave=0
  312. #snes.emulator=libretro
  313. #snes.integerscale=0
  314.  
  315. ## Advanced RetroArch configuration
  316. ## See https://wiki.batocera.org/advanced_retroarch_settings
  317. #snes.retroarch.menu_driver=rgui
  318. #global.retroarch.input_max_users=4
  319.  
  320. ## Emulate Wiimotes for Dolphin
  321. ## Allows regular pads to act as if though they were Wiimotes when running Dolphin.
  322. ## Real Wiimotes must not be paired with Batocera while using this option.
  323. #wii.emulatedwiimotes=0
  324.  
  325.  
  326. # ------------ J - Other ----------- #
  327.  
  328. ## Scraper
  329. ## Set order scraper prefers, separated by commas.
  330. ## s -> snapshot
  331. ## b -> boxart
  332. ## f -> fanart
  333. ## a -> banner
  334. ## l -> logo
  335. ## 3b -> 3D boxart
  336. #scrapper.style=s,b,f,a,l,3b
  337.  
  338. ## Enable DXVK for Wine and FPS HUD.
  339. #windows.dxvk=0
  340. #windows.dxvk_hud=0
  341.  
  342.  
  343. # ------------ User-generated Configurations ----------- #
  344. global.shaderset=sharp-bilinear-simple
  345. global.rumble_gain=0
  346. global.ratio=core
  347. global.savestates=1
  348. globa.retroarch.quit_on_close_content=0
  349. global.retroarch.menu_driver=ozone
  350.  
  351. # ------------ Custom Configurations ----------- #
  352. global.retroarch.input_player1_a = "b"
  353. global.retroarch.input_player1_a_btn = "5"
  354. global.retroarch.input_player1_b = "a"
  355. global.retroarch.input_player1_b_btn = "1"
  356. global.retroarch.input_player1_l = "d"
  357. global.retroarch.input_player1_l_btn = "2"
  358. global.retroarch.input_player1_r = "c"
  359. global.retroarch.input_player1_r_btn = "4"
  360. global.retroarch.input_player1_x = "e"
  361. global.retroarch.input_player1_x_btn = "0"
  362. global.retroarch.input_player1_y = "f"
  363. global.retroarch.input_player1_y_btn = "3"
  364. global.retroarch.input_save_state = "x"
  365. global.retroarch.input_save_state_btn = "nul"
  366.  
  367. global.retroarch.menu_swap_ok_cancel_buttons=true
  368. global.retroarch.input_state_slot_increase_btn=2
  369. global.retroarch.input_state_slot_decrease_btn=4
  370. global.retroarch.input_volume_up=up
  371. global.retroarch.input_volume_down=down
  372. global.retroarch.input_screenshot_btn=nul
  373. global.retroarch.xmb_scale_factor=150
  374. global.xmb_scale_factor=150
  375.  
  376. global.integerscale=0
  377. global.runahead=0
  378. global.video_threaded=0
  379. global.vrr_runloop_enable=1
  380. global.rewind=0
  381. global.retroachievements.encore=0
  382. global.retroachievements.richpresence=0
  383. global.netplay=0
  384. global.netplay.port=55435
  385. global.bezel=none
  386. global.secondinstance=0
  387.  
Advertisement
Add Comment
Please, Sign In to add comment