/RAScripts

A repository of all the RetroAchievements scripts I have created.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Biendeo's RAScripts

This is a repository storing all of my RAScript files and additional scripts relating to building RetroAchievements sets!

Please view the corresponding Games for more information.

Setup

  • RAScript files require RATools to interpret.
  • Python scripts run in their directory using Python 3.11 (winget install Python.Python.3.11).
    • All dependencies are in requirements.txt, install with pip install -r requirements.txt.