aphadeon / OpenGame.exe

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

Tilemap support for RGSS1/2 #4

Open aphadeon opened 9 years ago

aphadeon commented 9 years ago

Tilemap is a very special class. I wrote a nice OpenGL tilemap for VX Ace, but need to downgrade it for RGSS2 (which is mostly a matter of removing tilemap support and changing a few autotile coordinates). RGSS1 will need an entirely new class, as it has basically nothing in common with the newer engines.

aphadeon commented 9 years ago

d27fbaa70308e0195e90b70c0de04aaa2cf954ac and de1024a08d2a646480cca39eee77241aa84742e6 resolved crashing on load for XP and VX. Tilemap is still non-functional in both at this time, but at least other testing can continue.