Skip to content

Kazade/Ignition-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IGNITION TOOLS

What is this?

This repo contains a set of tools I've developed to rip and convert resources from the abandonware game Ignition.

pic2tga

Ignition stores many images in a custom format with a .PIC extension, this little app converts them to TGA format.

Build

The tool depends on boost_program_options and the SOIL image library. You can build the app by running the following command:

g++ -Wall -std=c++0x pic2tga.cpp -o pic2tga -lboost_program_options -lSOIL

About

A set of tools for ripping and converting resources from Ignition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published