0053.html 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Setting Up RetroAchievements With RetroArch</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Retro Gaming,Emulation,Retroarch,Retro Achievements,Add Trophies To Retro Gaming,Gaming Trophies With Retro Achievements,RetroAchievements,RetroAchievements.org,How To Setup RetroAchivements On RetroArch,Gaming Achievements In Retro Games,Retro Gaming Leaderboards,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Setting Up RetroAchievements With RetroArch">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="07/23/2022 01:22:21 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Setting Up RetroAchievements With RetroArch</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>What are RetroAchievements?</h2>
  26. <p><em>RetroAchievements.org is a zero profit community who collaborate and compete to earn custom-made achievements in classic games through emulation. Achievements are made by and for the community. We provide various custom-built emulators for you to use which will detect when you have completed various challenges. Once logged in, the emulators will post the achievements you&#39;ve completed back to the site, so you can check and compare your progress to your friends.</em> -<a href="https://docs.retroachievements.org/FAQ/#what-is-retroachievementsorg" target="_blank">https://docs.retroachievements.org/FAQ/#what-is-retroachievementsorg</a></p>
  27. <h2>Create RetroAchievements Account</h2>
  28. <ol>
  29. <li>Open a web browser and navigate to https://retroachievements.org/ <a href="https://retroachievements.org/" target="_blank">⧉</a></li>
  30. <li>Click create a new account in the top right</li>
  31. <li>Fillout the username, password, email and captcha</li>
  32. <li>Click the Create User button</li>
  33. </ol>
  34. <h2>Enabling RetroAchievements In RetroArch</h2>
  35. <ol>
  36. <li>Go to Settings (Gear icon) &gt; Achievements</li>
  37. <li>Enable Achievements and input the username and password created for RetroAchievements</li>
  38. <li>Enable Achievement Badges</li>
  39. <li>Launch a game normally</li>
  40. <li>Bring up the Quick Menu &gt; Achievements</li>
  41. <li>View the list of Achievements/Trophies</li>
  42. <li>Game</li>
  43. </ol> </div>
  44. </div>
  45. </body>
  46. </html>