Introduction & Prerequisites
Welcome to Radon!
Welcome to Radon! Radon is a scripting language designed with C-Style syntax to make programming with Radon easier and simpler. Radon is the language used for writing plugins for Saturn Swapper. An extension for the Radon language in Visual Studio Code can be downloaded here. It provides simple syntax highlighting to better visualize the code.
Prerequisites
Fmodel is a free program that is used to data-mine supported games. This program can be used to easily navigate the needed assets for your plugin. You can join their discord to download the program here.
The compiler is the tool used to convert your Radon source into bytecode. Instead of directly interpreting the source, leaving the source vulnerable, bytecode makes it so your code is translated into bytes, making it a lot harder to steal. You can download the compiler here.
Visual Studio Code is a program made by Microsoft used to edit source code. We use it to edit the plugins in the Radon language. You can download Visual Studio Code here.
Last updated