I just wanted to share a script I created that may help more people create their own game assets. Tilegen.py is a simple tileset and tilemap generator from static images. It also eliminates repeated tiles by MD5 signature comparison of the contents of the tiles. It requires ImageMagick and Python, but extra care was taken to make it OS agnostic so it should work under windows and mac too (I don't use windows myself, but I accept pull requests ;) ). In simple terms it turns this:
Into this:
Also, the generated tileset is formatted in a specified resolution (256x192 in this example for easy integration into your MSX game). Image is from Maniac Mansion.
ログイン/登録して投稿