it will depend on so much thing, filters numbers of instances. listener ticks update..ext
In rmmv , Jap realy make bad audio performance and manager, i remember when use the rmmv core audio, call 5 or 7 sound in same time big fps drope, in this demo, you cant see, but for start battle 14 sound + filters + tween are used.
The FPS drops come from the fact that MV handles all files synchronously with zero preload, not from the fact that the performance itself would be bad. Make sure they are ready before you deal with them and they will not make any significant drop in performance. As long of course as you're reasonable with filters.
Rmmv does not use PixiJs properly, even with a cache plugins i tryed, there are always spiky lags, and devs from KADOKAWA do not want to do or fix anything because they are afraid of losing availables plugins compatibility.
Cache plugins in rmmv core will no help, or show me that I'm wrong
I'm not going to show you you're wrong, because these plugins create deadly memory leaks, which leads to crashes every 30-60 minutes. The engine'd need to be reworked.
But the main problems are exactly the fact that MV handles files synchronously. I handle music via Howler.js. Preload them first via xhr and handle everything asynchronously. Then when I need to play them, I just play them. No lag whatsoever.
ya but you need a engine to manage this, in my game i will have ~ 2 go audio, i cant load all at boot, i need a core to manage this from map and when it need.
I have a preloading core in my engine that preloads everything as it's needed. Map files are preloaded first and on load the list of files needed to be preloaded is constructed. Currently it preloads every said file, but I intend to make it smarter and let it preload only when needed to save RAM space.
so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most.
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.