Articles

Modify Tomb Raider 2 textures

Programming tutorial, Visual Basic

We look into Tomb Raider 2 level data files and write a simple program in Visual Basic to extract and modify game textures.

A C++ polymorphism example

Programming example, C++

We present a simple example showcasing one the main features of C++: polymorphism.