aphadeon / OpenGame.exe

A custom Ruby-powered game engine that supports RPG Maker games.
24 stars 11 forks source link

Merged RPG Datatypes #15

Open aphadeon opened 8 years ago

aphadeon commented 8 years ago

A minor feature, this simply reduces a fair amount of bloat in the output file. Right now there are 3 copies of the RPG datatypes, one for each version. However, the differences between them are marginal in most cases.

As Ruby allows conditional definitions, I'd like to get these merged into a single version-aware adapting script.