HomeGamesUpdatesPricingMethodology
Steam News26 November 20257mo ago

Update 0.3.1

🛠️ 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

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

1 fix0 additions15 changes0 removals
  • Fixes
  • Performance
  • Gameplay
  • Balance
changed🛠️ Update – Stability Improvements and Fix for Unexpected Screen FreezesDear community,
fixed🛠️ Update – Stability Improvements and Fix for Unexpected Screen FreezesIn 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.
changed🛠️ Update – Stability Improvements and Fix for Unexpected Screen FreezesRPG 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:
changed🛠️ Update – Stability Improvements and Fix for Unexpected Screen FreezesAdvanced lighting systems
changed🛠️ Update – Stability Improvements and Fix for Unexpected Screen FreezesDynamic visual effects
changed🛠️ Update – Stability Improvements and Fix for Unexpected Screen FreezesHigh-resolution textures

🛠️ 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

Steam News / 26 November 2025

Open original post

Changelog.gg summarizes and formats this update. How we read updates.