Full notes
Full Chaos of Destiny Remake update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
- Fixes
- Performance
- Gameplay
- Balance
🛠️ Update – Stability Improvements and Fix for Unexpected Screen Freezes
Dear community,
In this update, we have addressed an issue some players were experiencing: random screen freezes where the game continued running in the background, but the image stopped updating. After an in-depth investigation, we identified that this behavior was related to how RPG Maker MV handles graphical rendering in complex, long-running sessions.
RPG Maker MV uses an older version of Pixi.js, a rendering engine that works well under normal conditions but can become unstable when a project makes intensive use of:
Advanced lighting systems
Dynamic visual effects
High-resolution textures
Frequent map transitions
Plugins that modify internal engine behavior
Over extended play sessions, this could lead to a gradual accumulation of graphical data, causing the renderer to stop updating the screen—even though the game itself continued running normally in the background.
✔ What have we done?
We have developed a customized solution that:
Monitors the rendering state in real time
Cleans up accumulated textures to prevent memory saturation
Safely resets internal rendering components if inconsistencies are detected
Improves overall stability during long gameplay sessions
This system does not affect performance or visual quality, but it significantly reduces the chances of screen freezes, especially on setups where the original MV engine has known limitations.
✔ What does this mean for you?
More stable gameplay
Long sessions without interruptions
Fewer chances of the screen freezing during exploration or battles
Better overall rendering behavior
We remain committed to delivering the best experience possible. Although some limitations come from the engine the game was built on, we’re working hard to overcome them with advanced technical solutions whenever needed.
Thank you for your continuous support, your patience, and for staying with us throughout this project. If you notice any other unusual behavior, please feel free to report it—we’re always listening.
💛 Klayerama Team
Source
Changelog.gg summarizes and formats this update. How we read updates.
