Advertisement
Guest User

Untitled

a guest
Mar 28th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.84 KB | None | 0 0
  1. # System Variable
  2. # You can configure your recalbox from here
  3. # To set a variable, remove the first ; on the line
  4.  
  5.  
  6.  
  7. # ------------ A - System Options ----------- #
  8. ## Splash screen duration
  9. ## 0: Video will be played for 20 seconds (default)
  10. ## -1: All the video will be played (it won't be stopped automatically)
  11. ## >0 : Time before the video will be stopped (in seconds)
  12. system.splash.length=0
  13.  
  14. ## Recalbox Manager (http manager)
  15. system.manager.enabled=1
  16. ## 1 or 2, depending on the manager version you wish
  17. system.manager.version=2
  18.  
  19. ## Recalbox security
  20. # enforce security
  21. # samba password required
  22. # disable virtual gamepads
  23. system.security.enabled=0
  24.  
  25. ## Recalbox API (REST)
  26. system.api.enabled=0
  27.  
  28. ## EmulationStation
  29. ### 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. emulationstation.menu=default
  34. ### Select a system to show on boot (use rom directory name) (string)
  35. emulationstation.selectedsystem=favorites
  36. ### Show the gamelist of the first or selected system on boot (0,1)
  37. emulationstation.bootongamelist=0
  38. ### Disable system view ES will boot and show ONLY the first or selected system (0,1)
  39. emulationstation.hidesystemview=0
  40. ### Parse Gamelists only. Show only games listed in gamelist.xml files (0,1)
  41. emulationstation.gamelistonly=0
  42. ### Force basicgameList view to be displayed, even if your game systems are scraped (0,1)
  43. emulationstation.forcebasicgamelistview=0
  44.  
  45. ## Emulator special keys
  46. ## default -> default all special keys
  47. ## nomenu -> cannot popup the emulator menu
  48. ## none -> no special keys in emulators
  49. system.emulators.specialkeys=default
  50.  
  51. ## Show or hide kodi in emulationstation (0,1)
  52. kodi.enabled=1
  53. ## Start kodi at launch (0,1)
  54. kodi.atstartup=0
  55. ## set x button shortcut (0,1)
  56. kodi.xbutton=1
  57.  
  58. ## Kodi can wait for a network component before starting
  59. ## waithost is the ip or hostname that must answer to a ping to validate the availability
  60. ## waittime is the maximum time waited when kodi boots
  61. ## if waitmode is required, kodi will not start if the component is not available
  62. ## if waitmode is wish, kodi will start if the component is not available
  63. ## if waitmode is not set or has another value, kodi will start immediately
  64. ;kodi.network.waitmode=required
  65. ;kodi.network.waittime=10
  66. ;kodi.network.waithost=192.168.0.50
  67.  
  68. # ------------ B - Network ------------ #
  69. ## Set system hostname
  70. system.hostname=RECALBOX
  71. ## Activate wifi (0,1)
  72. wifi.enabled=0
  73. ## Set wifi region
  74. ## More info here: https://github.com/recalbox/recalbox-os/wiki/Wifi-country-code
  75. wifi.region=US
  76. ## Wifi SSID (string)
  77. wifi.ssid=new ssid
  78. ## Wifi KEY (string)
  79. ## after rebooting the recalbox, the "new key" is replace by a hidden value "enc:xxxxx"
  80. ## you can edit the "enc:xxxxx" value to replace by a clear value, it will be updated again at the following reboot
  81. ## Escape your special chars (# ; $) with a backslash : $ => \$
  82. ;wifi.key=new key
  83.  
  84. ## Wifi - static IP
  85. ## if you want a static IP address, you must set all 3 values (ip, gateway, and netmask)
  86. ## if any value is missing or all lines are commented out, it will fall back to the
  87. ## default of DHCP
  88. ;wifi.ip=manual ip address
  89. ;wifi.gateway=new gateway
  90. ;wifi.netmask=new netmask
  91.  
  92. # secondary wifi (not configurable via the user interface)
  93. ;wifi2.ssid=new ssid
  94. ;wifi2.key=new key
  95. # defaults to dhcp. uncomment for static ip
  96. ;wifi2.ip=manual ip address
  97. ;wifi2.gateway=new gateway
  98. ;wifi2.netmask=new netmask
  99.  
  100. # third wifi (not configurable via the user interface)
  101. ;wifi3.ssid=new ssid
  102. ;wifi3.key=new key
  103. # defaults to dhcp. uncomment for static ip
  104. ;wifi3.ip=manual ip address
  105. ;wifi3.gateway=new gateway
  106. ;wifi3.netmask=new netmask
  107.  
  108. ## Samba share
  109. system.samba.enabled=1
  110. ### Virtual Gamepads
  111. system.virtual-gamepads.enabled=1
  112. ### SSH
  113. system.ssh.enabled=1
  114.  
  115. # ------------ C - Audio ------------ #
  116. ## Set the audio device (auto, hdmi, jack)
  117. audio.device=auto
  118. ## Set system volume (0..100)
  119. audio.volume=100
  120. ## Enable or disable system sounds in ES (0,1)
  121. audio.bgmusic=0
  122.  
  123.  
  124.  
  125. # -------------- D - Controllers ----------------- #
  126. # Enable support for standard bluetooth controllers
  127. controllers.bluetooth.enabled=1
  128.  
  129.  
  130. ## Please enable only one of these
  131. # -------------- D1 - PS3 Controllers ------------ #
  132. ##Enable PS3 controllers support
  133. controllers.ps3.enabled=1
  134. ## Choose a driver between bluez, official and shanwan
  135. ## bluez -> bluez 5 + kernel drivers, support official and shanwan sisaxis
  136. ## official -> sixad drivers, support official and gasia sisaxis
  137. ## shanwan -> shanwan drivers, support official and shanwan sisaxis
  138. controllers.ps3.driver=bluez
  139.  
  140.  
  141. # ------------ D2 - GPIO Controllers ------------ #
  142. ## GPIO Controllers
  143. ## enable controllers on GPIO with mk_arcarde_joystick_rpi (0,1)
  144. controllers.gpio.enabled=0
  145. ## mk_gpio arguments, map=1 for one controller, map=1,2 for 2 (map=1,map=1,2)
  146. controllers.gpio.args=map=1,2
  147.  
  148.  
  149. ## DB9 Controllers
  150. ## Enable DB9 drivers for atari, megadrive, amiga controllers (0,1)
  151. controllers.db9.enabled=0
  152. ## db9 arguments
  153. controllers.db9.args=map=1
  154.  
  155. ## Gamecon controllers
  156. ## Enable gamecon controllers, for nes, snes, psx (0,1)
  157. controllers.gamecon.enabled=0
  158. ## gamecon_args
  159. controllers.gamecon.args=map=1
  160.  
  161. ## XGaming's XArcade Tankstik and other compatible devices
  162. controllers.xarcade.enabled=1
  163.  
  164.  
  165.  
  166. # ------------ F - Language and keyboard ------------ #
  167. ## Set the language of the system (fr_FR,en_US,en_GB,de_DE,pt_BR,es_ES,it_IT,eu_ES,tr_TR,zh_CN)
  168. system.language=fr_FR
  169. ## set the keyboard layout (fr,en,de,us,es)
  170. system.kblayout=us
  171. ## Set you local time
  172. ## Select your timezone from : ls /usr/share/zoneinfo/ (string)
  173. system.timezone=Europe/Paris
  174.  
  175.  
  176.  
  177. # ------------ G - UPDATES ------------ #
  178. ## Automatically check for updates at start (0,1)
  179. updates.enabled=1
  180. # Update type : default to stable
  181. updates.type=stable
  182.  
  183.  
  184. # ------------ H - HERE IT IS - GLOBAL EMULATOR CONFIGURATION ------------ #
  185. ## The global value will be used for all emulators, except if the value
  186. ## is redefined in the emulator
  187.  
  188. ## Set game resolution for emulators
  189. ## Please don't modify this setting
  190. ## This arch does not support the video mode switch
  191. ## (string)
  192. global.videomode=CEA 1 HDMI
  193. ## Shader set
  194. ## Automatically select shaders for all systems
  195. ## (none, retro, scanlines)
  196. global.shaderset=none
  197.  
  198. ## Once enabled, your screen will be cropped, and you will have a pixel perfect image (0,1)
  199. global.integerscale=0
  200.  
  201. ## Set gpslp shader for all emulators (prefer shadersets above). Absolute path (string)
  202. global.shaders=
  203.  
  204. ## Set ratio for all emulators (auto,4/3,16/9,16/10,custom)
  205. global.ratio=auto
  206.  
  207. ## Set smooth for all emulators (0,1)
  208. global.smooth=0
  209.  
  210. ## Set rewind for all emulators (0,1)
  211. global.rewind=0
  212.  
  213. ## Set autosave/load savestate for all emulators (0,1)
  214. global.autosave=0
  215.  
  216. ## Enable retroarchievements (0,1)
  217. ## Set your www.retroachievements.org username/password
  218. ## Escape your special chars (# ; $) with a backslash : $ => \$
  219. global.retroachievements=1
  220. global.retroachievements.hardcore=1
  221. global.retroachievements.username=strodown
  222. global.retroachievements.password=comeonbaby250788
  223.  
  224. ## Set retroarch input driver (auto, udev, sdl2)
  225. ## If you don't have issues with your controllers, let auto
  226. global.inputdriver=auto
  227.  
  228. ## If you do not want recalboxOS to generate the configuration for all emulators (string)
  229. ;global.configfile=/path/to/my/configfile.cfg
  230.  
  231. ## Demo screensaver parameters
  232. ## Set the system list from which ES will run random games
  233. global.demo.systemlist=3do,amigacd32,atari2600,atari5200,atari7800,daphne,fba_libretro,fds,gamegear,gba,lynx,mame,mastersystem,megadrive,neogeo,nes,ngpc,o2em,pcengine,sega32x,sg1000,snes
  234. ## Default demo game sessions last 90s. Change this value if you want shorter or longer sessions
  235. ;global.demo.duration=90
  236.  
  237. # ------------ I - EMULATORS CHOICES ----------- #
  238. ## You can override the global configuration here
  239. ## Here is the snes example
  240. snes.core=snes9x2010
  241. ;snes.shaders=/recalbox/share/shaders/shaders_glsl/mysnesshader.gplsp
  242. ;snes.ratio=16/9
  243. ;snes.smooth=0
  244. ;snes.rewind=1
  245. ;snes.autosave=0
  246. ;snes.emulator=libretro
  247. ;snes.integerscale=0
  248. ## If you do not want recalboxOS to generate the configuration for the emulator :
  249. ;snes.configfile=/path/to/my/configfile.cfg
  250.  
  251. ## Default cores for x86
  252. snes.core=snes9x2010
  253. gba.core=mgba
  254. mame.core=mame2003
  255. nes.core=fceunext
  256. n64.core=glide64mk2
  257. psx.core=mednafen_psx_hw
  258.  
  259. ## NeoGeo emulator
  260. ## You can use pifba or a libretro core (fba2x,libretro)
  261. neogeo.emulator=libretro
  262. ## If you set libretro as neogeo.emulator, the line below sets the retroarch core (fbalpha, mame2000)
  263. neogeo.core=fbalphalpha
  264.  
  265. ## wiimotes
  266. ## real wiimotes must not be paired with recalbox system so that they can work with the wii emulator
  267. ## set emulatedwiimotes to 1 to emulate wiimotes with standard pads
  268. wii.emulatedwiimotes=0
  269.  
  270. ## Demo screensaver parameters
  271. ## Include or exclude a particular system from the demo screensaver
  272. ## You may change the global.demo.systemlist key or include/exclude every single system
  273. ;snes.demo.include=0
  274. ## Set the session duration for a particular system
  275. ;snes.demo.duration=90
  276.  
  277. # ------------ J - NETPLAY PARAMETERS ----------- #
  278. ## All the valuez here are handled by Recalbox itself
  279. global.netplay=1
  280. global.netplay.nickname=strodown
  281. global.netplay.port=55435
  282. global.netplay.relay=
  283. global.netplay.systems=fba_libretro,mame,mastersystem,megadrive,neogeo,nes,pcengine,sega32x,sg1000,snes,supergrafx
  284. global.netplay.lobby=http://lobby.libretro.com/list/
  285.  
  286. ## Configurations generated by Recalbox
  287. system.keyboard=azerty
  288. saturn.core=default
  289. saturn.emulator=default
  290. saturn.flatfolder=0
  291. saturn.sort=0
  292. pokemini.flatfolder=0
  293. pokemini.sort=0
  294. n64.flatfolder=0
  295. n64.sort=0
  296.  
  297. system.kblayout=us
  298. system.timezone=Europe/Paris
  299. wifi.ssid=new ssid
  300. dreamcast.flatfolder=0
  301. dreamcast.sort=0
  302. neogeo.flatfolder=0
  303. neogeo.sort=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement