RAFlash is a project aimed at bringing RetroAchievements to Adobe Flash.
To install and set up RAFlash, follow these steps:
- Clone the repository:
git clone https://github.com/DevRubicate/RAFlash.git cd RAFlash - Install dependencies:
- Deno
- Node.js (for npm)
- Haxe
- Neko (included with Haxe)
- MTASC Community Fork
- make
- Build the project:
This compiles both firmwares, builds the UI assets, and produces a standalone executable in
make
.build/. - Run the project:
Or double-click
make run
.build/RAFlash.exe.
We 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.