Skip to content

ariebesehl/JA2-Radarmap

Repository files navigation

Complete Jagged Alliance 2 Map of Arulco

A composition of all the Arulco radarmaps from Jagged Alliance 2, into one large image.

Results

  1. Entire map, with grid, compressed .jpg, 10560x5440, 5280x2720, 2640x1360, 1320x680

  2. Entire map, without grid, compressed .jpg, 10240x5120, 5120x2560, 2560x1280, 1280x640

  3. Entire map, 7-zipped archive of uncompressed bitmap with and without grid

  4. 7-zipped archive of uncompressed composition source bitmaps

  5. Composition tool source code and Code::Blocks project file

Method

  1. Every passable sector was opened in the JA2 v1.13 Map Editor, a radarmap was displayed, and a screenshot was taken. Screenshots are saved in .tga format.

  2. Screenshots were then cropped to only the displayed radarmap, and saved in bitmap file format for easy handling.

  3. Bitmaps were then composited into a full map with a custom-written binary (main.c) utilizing the ZDK library, and saved as one large bitmap.

Tools

  1. IrfanView, for viewing and converting .tga files, batch cropping, conversion and renaming, and (resampled) resizing of output files

  2. ZDK, my own library for loading bitmaps into pixel arrays (and vice versa), and image, grid and font composition, and other things

  3. Code::Blocks, for compiling (with GCC and MingW)

  4. 7-Zip, for handling 7z-archives

Motivation

About twenty years ago, when I first played JA2, I always imagined what it would be like as a tactical first-person-shooter. Fast-forward fifteen years, and I find myself playing ARMA 3 when I realized, this is actually it, it's just missing the characters, plot and soul from JA2... and since ARMA 3 is very mod-friendly, everything's already there. It just needs to be put together...

License

All copyrights belong to their respective owners. Radarmaps are screenshotted, and so should fall under a fair-use policy. Code I've written is unlicensed.

About

The entire map of Arulco from JA2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages