A map editor and modding tool for Red Faction Guerrilla.
Nanoforge is a modding tool for the game Red Faction Guerilla. Its goals are to make RFG modding easier and less error prone, and to provide tooling for all of its file formats. See releases to download the most recent version. See the RF wiki for Nanoforge and RFG modding tutorials.
The master branch is a WIP rewrite of Nanoforge in the C#. The previous versions are still available and will be preserved in other branches. This branch may not have all the features of the other versions ported over just yet.
Nanoforge can view and export RFG meshes as obj files.
Nanoforge can view and export textures, plus re-import them back into the game.
Follow these steps to build Nanoforge from source. Prebuilt versions are available in Releases.
To build Nanoforge from source you'll need these programs:
1) After installing git open a command line window with access to the git
command.
2) Use cd
to move to the directory you want to clone NF into. Clone the repo with https://github.com/rfg-modding/Nanoforge.git
.
3) cd
into the directory you cloned the repo to then download the dependencies with git submodule update --init --recursive
.
4) Open the project in the Beef IDE via File > Open > Open Workspace...
.
5) Build and run the project with F5. You may have to build it twice the first time you run it. Try building again if you see errors on the first attempt. If issues persist create an issue or contact a dev on discord.