Admenri / rguplayer

The Universal Ruby Game Engine (URGE) Project
https://admenri.com/
BSD 2-Clause "Simplified" License
28 stars 7 forks source link

MZ Learning Resource #6

Closed Nathan-MV closed 7 months ago

Nathan-MV commented 7 months ago

Someone dumped the MZ corescripts for 1.8.0 on github a few weeks ago, it might be a good learning resource, especially since Tilemap works the same way as VXA https://github.com/leandiez/rmmz-corescript-dev/tree/master/src/rmmz_core image

Admenri commented 7 months ago

Thank you for your document😊, but the project has now completed all the Graphics and Input tests (RGSS1 is not yet written). I am currently brainstorming for the Audio part, so if you have any good ideas, please feel free to share them with me.

Nathan-MV commented 7 months ago

Thank you for your document😊, but the project has now completed all the Graphics and Input tests (RGSS1 is not yet written). I am currently brainstorming for the Audio part, so if you have any good ideas, please feel free to share them with me.

Ah, i see, Audio was turned into a Manager in MZ, but it still contains all the basic functionality used in XP/VX/VXA, we can reference it here: https://github.com/leandiez/rmmz-corescript-dev/blob/master/src/rmmz_managers/AudioManager.js