From the zip's Readme:

txmap

by Zeppo9

Txmap converts element numbers in all the map .txt files in the current directory from the given element conversion table. The converted files will be written to the "Output" directory which is assumed to exist in the current directory. Txmap is a console application to be run in MS-DOS.

Usage:

txmap table

where table is a text file containing the element converson table. The file should consist of a list of number pairs, where each element in the pair is separated by a space, and there is one pair per line. The first number is the "from" element, and the second number is the "to" element, as in convert FROM TO. Txmap will only convert an element if there is a corresponding entry in the conversion table. Example table:

5 14
35 115
19 10


home

txmap10.zip (Download)