Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 867 Bytes

File metadata and controls

40 lines (28 loc) · 867 Bytes

frm2png Build Status Version Discord

*.frm to *.png converter for Fallout 1/2 data files.

Installation:

Ubuntu

sudo add-apt-repository ppa:falltergeist/falltergeist
sudo apt-get update
sudo apt-get install frm2png

Compilation from source:

Dependencies:

  • CMake >= 2.8
  • libpng >= 1.2

Build:

mkdir build && cd build && cmake .. && make

Usage:

./frm2png PATH_TO_FILE.frm

Converted file will be saved as PATH_TO_FILE.png