Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

RPG Miller

3
Posts
11
Followers
14
Following
A member registered Jun 26, 2021 · View creator page →

Creator of

Recent community posts

Sorry to hear its not working for you. It was tested with MV/MZ images to push to the MZ program. Probably the image folders are in different locations/names between MV/MZ. 

Please check that the empty sub folders are in the destination folder. The destination folder should have  these folders: Face, SV, TV, TVD, Variation (can be empty). Those folder should have sub folders (Female, Kid, Male). Hope this helps.

The tool was made with python and it imported several libraries: os, shutil, tkinter (GUI), and PIL (Python Imaging Library). The source code is only 32KB. It jumped up in size when converted to an executable file using pyinstaller. The executable file allows the program run without having the python interpreter or libraries installed on the user's local machine. 

You bring up a good point, reducing the size by parsing library files and using pyinstaller options will be something to improve the tool in the future.