uoconvert converts UO .mul files to POL-format files.  

The commands below will perform all the conversions appropriate for POL 096.
Note that POL 096 doesn't support multiple maps.

The commands below will overwrite multis.cfg.  tiles.cfg and landtiles.cfg are new.

==== cut ====
uoconvert multis
copy multis.cfg config

uoconvert tiles
copy tiles.cfg config

uoconvert landtiles
copy landtiles.cfg config

uoconvert map     realm=britannia mapid=0 usedif=0 width=6144 height=4096
uoconvert statics realm=britannia
uoconvert maptile realm=britannia

uoconvert map     realm=britannia_alt mapid=1 usedif=0 width=6144 height=4096
uoconvert statics realm=britannia_alt
uoconvert maptile realm=britannia_alt

uoconvert map     realm=ilshenar mapid=2 usedif=0 width=2304 height=1600
uoconvert statics realm=ilshenar
uoconvert maptile realm=ilshenar

uoconvert map     realm=malas mapid=3 usedif=0 width=2560 height=2048
uoconvert statics realm=malas
uoconvert maptile realm=malas

