⚜ SteamCozy

Home / News / PlayM2M

DevBlog #1

PlayM2M · Community Announcements · April 11, 2026

Read the original on Steam ↗

Next-Generation Visibility System: Transition from DPVS to Intel MOC

Dear players and community,

In line with our goal to modernize the our game engine and fully leverage the power of today’s hardware, we have achieved a major technical leap forward. We have completely overhauled one of the most critical systems running behind the scenes in the game world—yet one that directly impacts your FPS (frames per second): the Occlusion Culling System.

We’ve bid farewell to the legacy Umbra DPVS system that has been in use for years and replaced it with Intel Masked Occlusion Culling (MOC) technology, which draws its power directly from modern processors. So what does this change mean, and how will it impact your gaming experience?

What Was DPVS and Why Did We Leave It Behind?

In a game world, there are millions of polygons, thousands of objects, trees, buildings, and players within the camera’s (i.e., your eyes’) field of view. However, rendering objects hidden behind a wall or a massive mountain onto the graphics card (GPU) is a massive waste of resources. This is where Occlusion Culling systems come in—they detect “what is hidden behind what” and prevent invisible objects from being rendered.

Umbra DPVS (Dynamic Portal Visibility System) was an old, closed-source system written according to the conditions of the era when the engine was first designed (the era 2010-2012 of 32-bit single-core processors):

The New Era: Intel Masked Occlusion Culling (MOC)

Developed by Intel and one of today’s most modern, optimized systems, Masked Occlusion Culling features a technology that enables your CPU to operate at incredible speeds in the background.

So why is this system so powerful?

  1. AVX2 and AVX-512 Vector Processing: Intel MOC utilizes modern processor capabilities (AVX2 / SSE4.1) that can perform thousands of mathematical operations per second with a single command. This allows calculations to be completed much faster than before.

  2. Flawless Depth Buffer: MOC renders massive mountains or buildings (Occluders) on the scene onto an invisible algorithmic canvas. It tests all other objects (trees, bushes, other players) against this invisible model and decides “which are visible, which are hidden” at a speed of one-thousandth of a second.

  3. Open and Modular: The system is no longer a closed box. We’ve built a structure that communicates directly with the Engine’s core, is customizable, and can be instantly adapted to future new processors.

What Will This Mean for Performance and Players?

This massive technical shift won’t just stay on paper—it will directly translate to smoother gameplay on-screen:

In summary;

The Our Custom Engine now draws its power not from legacy code, but directly from the modern architecture of your processor. This transition is one of the biggest technological steps in our commitment to delivering a smoother, more performant, and “lag-free” gaming world.

PlayM2M MORE ON STEAMCOZYPlayM2M Price tracking · player charts · similar games →