Tools for converting RPG Maker 2000/2003 resources to RPG Maker XP format.
Find a file
2025-03-27 16:33:31 +02:00
Deploy Added deploy script. 2015-09-04 08:40:35 +03:00
Resources Added icons for Gui and Cli. 2015-09-04 10:34:09 +03:00
RM2k2XP.Cli Convert to .NET 4.8 2025-03-27 16:31:54 +02:00
RM2k2XP.Converters Convert to .NET 4.8 2025-03-27 16:31:54 +02:00
RM2k2XP.Gui Convert to .NET 4.8 2025-03-27 16:31:54 +02:00
.gitattributes Initial commit to add default .gitIgnore and .gitAttribute files. 2015-08-31 12:51:54 +03:00
.gitignore Added deploy script. 2015-09-04 08:40:35 +03:00
LICENSE.txt Added lisence and readme files. 2015-09-04 10:12:32 +03:00
README.MD Update README 2025-03-27 16:33:31 +02:00
RM2k2XP.sln Added icons for Gui and Cli. 2015-09-04 10:34:09 +03:00

RM2k2XP

Active development and support has come to an end! Developing this would require a conversion to a modern .NET version. If you would like to see new features and are willing to develop them, please contact me to negotiate repository maintenance rights.

RM2k2XP can be used to convert old RPG Maker 2000/2003 styled charset and chipset to XP format.

RM2k2XP has same functionality as 2XC and 2kxp but does it better and works on modern non-japanese Windows.

Usage

RM2k2XP has Windows application and cli application which both provide same functionality but with different interface.

RM2k2XP CLI

Using RM2k2XP from commandline is simple. To get available commands, use:

RM2k2XP-cli

To convert chipset to XP format, use

RM2k2XP-cli C:\mychipset.png --type=chipset

To convert charset to XP format, use:

RM2k2XP-cli C:\mycharset.png --type=charset

RM2k2XP GUI

Using Windows application is more straightforward. Just select chipset or charset, your input file and output directory and press convert button.

Requirements

  • .NET Framework 4.8

Binaries

Latest builds can be found from here.

Building

RM2k2XP will compile with latest Visual Studio. Output deployment package can be created by running deploy.bat script from Deploy folder.