- Joined
- Oct 29, 2015
- Messages
- 1,121
- Reaction score
- 1,349
- First Language
- Swedish
- Primarily Uses
- RMMZ
I’ve made CMS systems in other engines before, but never in RM2K3. It does seem like the perfect engine to do it in though, with it seemingly more flexible eventing system and increesed variable/picture cap (compared to later makers).
The only thing that I think is really missing is a ”Draw text as picture” command, but it is still possible (but more of a pain) without it.
That being said, I’m not very familiar with RM2K3 itself so I’m sure there are some best practices?
Like for example, how you in MV can accidentally reach the stack overflow if you don’t properly use the “Exit Event Process” command and so on. I would like to hear from people with deep knowledge of how RM2K3’s eventing works in regards to how to best construct a custom menu system in this engine.
And if there are any good tutorials or template projects floating around, then I’d happily look at those too.
Lastly, two specific questions;
* Is it possible to adjust the volume of the music / SFX with eventing?
* Is it possible to refeer to the playtime and load that into a variable? If not, is there some stable workaround to getting the playtime to display in a custom CMS (maybe using one of the two timers or some variables?
The only thing that I think is really missing is a ”Draw text as picture” command, but it is still possible (but more of a pain) without it.
That being said, I’m not very familiar with RM2K3 itself so I’m sure there are some best practices?
Like for example, how you in MV can accidentally reach the stack overflow if you don’t properly use the “Exit Event Process” command and so on. I would like to hear from people with deep knowledge of how RM2K3’s eventing works in regards to how to best construct a custom menu system in this engine.
And if there are any good tutorials or template projects floating around, then I’d happily look at those too.
Lastly, two specific questions;
* Is it possible to adjust the volume of the music / SFX with eventing?
* Is it possible to refeer to the playtime and load that into a variable? If not, is there some stable workaround to getting the playtime to display in a custom CMS (maybe using one of the two timers or some variables?