borisblizzard / arcreator

Advanced RPG Creator is an engine and an editor that allows you to create old-school 2D RPG video games.
7 stars 1 forks source link

RMXP Project importer #39

Open Ryex opened 9 years ago

Ryex commented 9 years ago

A Project importer than can load and reformat RPG Maker XP project should be provided with ARC.

Currently there is a ruby implemented one but it has to be compiled and distributed separately. Using the Ruby Marshal reading ability provided by #38 we should be able to create an imported that works directly in Welder

should make use of File Handlers form #32