FPG Editor is a cross-platform desktop application for editing FPG, FNT and PRG files used in BennuGD, Fenix and related game engines. It runs on Linux, macOS, and Windows built with Lazarus.
Forked from the original FPG Editor and updated for modern 64-bit systems.
make run/linmake run/macmake run/winFile type with description
| Extension | Meaning | Function |
|---|---|---|
| .PRG | Program | Main game or program code (source or compiled) |
| .INC | Include | Auxiliary file with functions or shared data |
| .DCL | Declare | Declarations of variables, processes, and constants |
| .FPG | Fenix Picture Group | Image group (sprites, tiles, etc.) |
| .FNT | Font | Bitmap font used for displaying text |
| .MAP | Map | Single image file (often part of an FPG) |
| .PAL | Palette | Color palette file |