Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
retroachievements_settings [2021/10/27 11:23] – [System-specific information] added psp info igno2kretroachievements_settings [2022/07/16 14:25] (current) – Added clarification about FBNeo and lack of MAME support superchooch
Line 1: Line 1:
 ====== RetroAchievements ====== ====== RetroAchievements ======
  
-RetroAchievements allows you to earn achievements on old retro games like Mario, Sonic, etc. on several home gaming systems, as well as some arcade games (like Neo Geo or some MAME games). This is very similar to Xbox 360 or PS3/PS4 achievements or successes and you’re able to keep track of what you’ve unlocked from [[http://retroachievements.org|their website]]. The best thing about this: it’s a free service.+RetroAchievements allows you to earn achievements on old retro games like Mario, Sonic, etc. on several home gaming systems, as well as some arcade games using FBNeo (RetroAchievements are not supported in MAME).  This is very similar to Xbox 360 or PS3/PS4 achievements or successes and you’re able to keep track of what you’ve unlocked from [[http://retroachievements.org|their website]]. The best thing about this: it’s a free service.
  
 Configuration is through **GAMES SETTINGS** -> **RETROACHIEVEMENTS SETTINGS** Configuration is through **GAMES SETTINGS** -> **RETROACHIEVEMENTS SETTINGS**
Line 10: Line 10:
  
 <WRAP center round tip> <WRAP center round tip>
-For the adventurous, you can enable the **HARDCORE MODE** to disable rewind and loading save states. Keep this in mind if you do turn it on if you want to utilize save states in the future!+For the adventurous, you can enable the **HARDCORE MODE** to <wrap em>disable rewind and loading save states</wrap>. Keep this in mind if you do turn it on if you want to utilize save states in the future!
 </WRAP> </WRAP>
 +
 +===== Custom achievement unlock sound =====
 +
 +Batocera comes with an assortment of custom sounds for achievement unlocks (some you may already be very familiar with), but it is also possible to add your own custom sounds to it. They must be in the OGG format in order to work.
 +
 +Place your sound files in ''sounds/retroachievements/'', they will then appear next time you open **GAMES SETTINGS** -> **RETROACHIEVEMENTS SETTINGS** -> **UNLOCK SOUND**.
  
 ===== System-specific information ===== ===== System-specific information =====
 +
 RetroAchievements are only available on certain Libretro cores (and from **v31** DuckStation). If you play a system that has both standalone and Libretro cores, make sure you select the compatible emulator/core. Not all Libretro cores are compatible with RetroAchievements. To see whether or not you can use RetroAchievements for a particular game, hold {{:wiki:south.png?nolink&20|South button (B SNES)}} (in **v30** and prior, press {{:wiki:north.png?nolink&20|North button (X SNES)}}) and look at the top of the per-game settings. Batocera tells you what core is currently configured, and which one is compatible with achievements (if there is one). RetroAchievements are only available on certain Libretro cores (and from **v31** DuckStation). If you play a system that has both standalone and Libretro cores, make sure you select the compatible emulator/core. Not all Libretro cores are compatible with RetroAchievements. To see whether or not you can use RetroAchievements for a particular game, hold {{:wiki:south.png?nolink&20|South button (B SNES)}} (in **v30** and prior, press {{:wiki:north.png?nolink&20|North button (X SNES)}}) and look at the top of the per-game settings. Batocera tells you what core is currently configured, and which one is compatible with achievements (if there is one).
  
Line 19: Line 26:
  
 Also, achievements can depend on the ROM format you are using. For example, for [[systems:psx|PlayStation 1]], make sure you are using ''*.cue'' + ''.bin'' or ''*.chd'' format as they are the only formats supported with RetroAchievements, and **not** the ''*.pbp'' format (may change in the future). For [[systems:psp|PlayStation Portable]] only pure ''*.iso'' is supported. Also, achievements can depend on the ROM format you are using. For example, for [[systems:psx|PlayStation 1]], make sure you are using ''*.cue'' + ''.bin'' or ''*.chd'' format as they are the only formats supported with RetroAchievements, and **not** the ''*.pbp'' format (may change in the future). For [[systems:psp|PlayStation Portable]] only pure ''*.iso'' is supported.
 +
 ===== Wanna play with us? ===== ===== Wanna play with us? =====
  
Line 40: Line 48:
  
 Then adding ''n64.cheevos_force=true'' to ''batocera.conf'' would fix it. If this is the case, let the devs in the Discord server know, as this is usually an easy fix. Then adding ''n64.cheevos_force=true'' to ''batocera.conf'' would fix it. If this is the case, let the devs in the Discord server know, as this is usually an easy fix.
 +
 +===== Manually adjusting RetroAchievement settings =====
 +
 +Although most everything related to RetroAchievements can be adjusted from within ES's settings menus, such settings can still be adjusted from ''batocera.conf'':
 +
 +<code>
 +## Enable retroarchievements (0,1)
 +## Set your www.retroachievements.org username/password
 +## Escape your special chars (# ; $) with a backslash : $ => \$
 +global.retroachievements=0
 +global.retroachievements.hardcore=0
 +global.retroachievements.leaderboards=0
 +global.retroachievements.verbose=0
 +global.retroachievements.screenshot=0
 +global.retroachievements.username=
 +global.retroachievements.password=
 +## Show badges in Retroarch cheevos list and color them when they're win like on the web site
 +global.retroarch.cheevos_badges_enable=true
 +## Show all achievements as if they were already unlocked.
 +global.retroachievements.encore=true
 +</code>
 +
  • retroachievements_settings.1635333797.txt.gz
  • Last modified: 5 years ago
  • by igno2k