Converts a standard RPG Maker Charaset to a BYOND .dmi Icon.
Version 105 · Date Added: 7/31/09

If you wish to download this demo for your Linux/Mac installation, enter the following on your command line:

DreamDownload byond://Falacy.RPG2DMI##version=105

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Falacy.RPG2DMI##version=105

This small BYOND project (rpg2dmi) will convert a standard RPG Maker charaset (a sprite sheet like this one) into a fully animated .dmi.
A multitude of sprite sheets can be found at Charas

How to
Step 1: Download and Run.
Step 2: Click the "Convert Sprite Sheet" verb.
Step 3: Select the charaset you want in dmi format.

Some things to note:
-Converted icons are automatically saved in the "Converted" folder, which will be in the project's folder.
(C:\Users\YourComputerName\Documents\BYOND\MyHub\falacy\rpg2d mi)
-Converted file names are based on the sprite sheet name you selected.
-Files will not overwrite, if a file with the same name already exists then it will add a + to the new file name.

-The bottom left pixel of the sprite sheet (1,1) will be used to determine the transparent color.

-For some reason the bg color on the icons is set to black.
-This can be changed if you edit them, by double clicking on the BG color in the color pallet.
-However, this has no real effect on the icon in-game, the BG will still show as transparent.

Feel free to post comments/suggestions/feature requests, and let me know if you find any bugs.