RV-ReMap.exe PRM-File [A=B]
PRM-File is the file to remap
[A=B] A is the old reference and B is the new reference.
You can give multiple recode statements for the same file on the commandline.
If you give no recode statements, you get a List of the count of the polygons, that use a certain bitmap.
The References are numbers starting at zero for Bitmap A. Bitmap B has the 1, C is 2, and so on. if you want to remove the reference to a bitmap give as new reference a -1.
References upto 15 seem to be safe anything higher i'm not sure
RV-ReMap XXXX.m | shows the used references |
RV-ReMap XXXX.m 6=7 | moves the references from G to H |
RV-ReMap XXXX.m 6=7 7=6 | swaps the references to G and H |
RV-ReMap XXXX.m 6=-1 | removes all references to G |
the listing of used Bitmaps got names
gives a warning if the second part is out of bounds (-1 <-> 38)
Shows now a Versionstring
Fixed Bug found by BurnRubr: to few Polygons were remaped/counted
First Release