Skip to main content

Image stitcher for the TES III: Morrowind CreateMaps command.

Project description

tes3stitch

A small command line utility to stitch together the .bmp images created by the CreateMaps console command in The Elder Scrolls III: Morrowind.

CreateMaps generates a large set of 256x256 pixel .bmp images of all exterior cells in the Morrowind/Maps folder. This Python 3 utility leverages the pillow library to stitch the individual files into a single image according to their coordinates.

Using command line arguments, you can specify the folder where the .bmp files are located, the output path/filename and file type, the size per each cell (which controls the resulting size and resolution of the output file) and the background color (if any).

The approach was inspired by the MWMOD-CreateMaps Assembly Script by Seneca73, Atrayonis and mort.

Installing and usage

  1. Read the short UESP guide to CreateMaps and run the command in Morrowind.exe, ensuring that the .bmp files are generated.
  2. Install Python 3 on your computer, if not already present. Make sure it is of version 3.6 or later. The Python distribution should come packaged with PyPI.
  3. Open a terminal (e.g., "cmd.exe" on Windows) and type python3 -m pip install tes3stitch.
  4. Change your working directory to the Maps directory under your main Morrowind install directory and run python3 -m tes3stitch. Alternatively, run the script in whichever directory and specify the path to the Maps directory using the -p option.
  5. Find the finished map in the same folder, under the name of CellExport.png (by default).
  6. For configuration options, run python3 -m tes3stitch -h on the terminal.

Future ideas

  1. Provide a GUI with configuration options.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tes3stitch-0.0.2.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

tes3stitch-0.0.2-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page