Skip to content

aalin/gta2-level-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTA2 map thing

This code is quite old. I wrote it in the summer of 2008 and I haven't touched it since.

Screenshot.

How to run

  1. Download GTA 2 from http://www.rockstargames.com/classics/?id=3
  2. Install it somehow and get the .gmp and .sty-files and put them in data/

You need CMake. You also need SDL and Boost. Build it by typing:

cmake .
make

And run it:

src/worldzor

Bugs

  • Most slope types aren't implemented.
  • Transparent textures aren't transparent.
  • There is no ordering of transparent quads.

How to fix stuff

You can find documentation on the map and style formats here: http://gtamp.com/gta2/

About

GTA2 level viewer (written in 2008, new JS port: https://github.com/aalin/gta2.js)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published