Skip to content

4kxz/lmz-tile-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tileset Search File

This repo contains a couple of Python scripts that parse LimeZu's Modern Exteriors/Interiors tilesets and generate an HTML file. The resulting file can be used to search and preview all the tiles in the tileset.

Before running the commands below, create a directory named dist at the root of this project and copy the uncompressed modernexteriors-win directory into it.

In order to run the scripts you will need to install Python 3 and the script dependencies. This can be done with the following commands:

pip install -r requirements.txt
python process.py
python compile.py

It can take a while to run, as it searches for matching tiles using brute force and it is not efficient.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published