RAFlash is a project aimed at bringing RetroAchievements to Adobe Flash.
Download the latest release from the GitHub Releases page and run RAFlash.exe.
To build RAFlash from source, you'll need the following dependencies:
- Deno
- Node.js (for npm)
- Haxe
- MTASC Community Fork
- make
Then clone and build:
git clone https://github.com/DevRubicate/RAFlash.git
cd RAFlash
makeThis compiles both firmwares, builds the UI assets, and produces a standalone executable in .build/.
To build and run in one step:
make runWe welcome contributions to RAFlash! To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository.
- Create a pull request to the main repository.
This project is licensed under the MIT License.