DoogeJ / Ignition-Tools

A set of tools for ripping and converting resources from Ignition

Home Page:http://blog.kazade.co.uk/2011/01/reverse-engineering-abandonware-game.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IGNITION TOOLS

What is this?

This repo contains a program @Kazade developed to rip and convert PIC-images 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

I did some nasty hacks to get this working again after 11 years. You can build the app by running the following command:

g++ pic2tga.cpp *.c -lglfw -lGLU -lGL -o pic2tga

About

A set of tools for ripping and converting resources from Ignition

http://blog.kazade.co.uk/2011/01/reverse-engineering-abandonware-game.html


Languages

Language:C 99.1%Language:C++ 0.9%