Well, with work going smoothly on the mapper, I've decided to release OP2Mapper version 2.1.2 with some new features.
The new features are:
-- The mapper now has complete support to work with VOL files. It can load as well as create new, and has all the features you'd expect from any other program: it can add/delete/extract/rename files in VOL archives, and save the archives.
-- The mapper can load a .map or .vol file passed as a command line argument to the program after startup. (Do not specify the name in quotes as you normally would, the command line parser is very simple at the moment)
-- For new tileset makers/users who use the VOL override option in the tools dialog, the mapper will read a file called tilesets.ctl from the VOL. This is used when creating a map from scratch, it tells the mapper what the names of the default tilesets are. This file must have at least one entry, for the 'default' tileset which is added when "no tilesets" is checked. Extra entries are added when "no tilesets" is not checked, i.e. the user is creating a default "full map". The file format is a simple ASCII text file, with one tileset name per line. (The tileset name should not have .bmp at the end). Blank lines are skipped.
The mapper falls back to the well0000-well0012 tilesets if this file does not exist.
For tileset developers, please place a tilesets.ctl in your VOL file so the mapper can read it for default tileset names.
-- Simple cosmetic changes, e.g. you can now double click on an entry in the File>New dialog to create a new file of that type.
-- The mapper now uses a full fledged EXE installer instead of the .bat files.
Known issues/problems:
-- Save bug with Win9x. I need to talk to Hooman to get this working right.
(Note, this may create problems with the VOL saving. If VOL saving doesn't work either, let me know, because then I can be *certain* that it's the backend)
-- Tile Set entry in New dialog, and .bmp files in Open dialog can be seen. They don't work yet, this is functionality that will be in a coming mapper version (probably next release!)
You can download the new mapper from:
http://www.outpostuniverse.net/files/mapper2_1_2.exe (941 KB)
Before installing the EXE, remove any existing mapper installation with the mapperremove.bat in older versions.
This version will install an icon for easy access into your start menu. You may still need Administrator access to complete the install.
Good luck with it! Keep posting those bug reports and feature requests!
-- op2hacker