- Steam App
- MOBIUS BAND* (2123380)
- Event type
- patch note
- Published
- 6 August 2025 - 13:15:09 UTC
- Source
- steam_community_announcements
Use Key CGECAGECBAFAGGGA to enable beta testHibiscus2.31.0Move `LaunchCount` and `SettingsPage` to `_GlobalProgress`or settings will be modified each time it runs.FFMpeg now fully supports hardware decodeWhen playing video, the hardware decode result texture doesn't need to copy to memory, now the pixel format conversion is done on GPU, and enabled by default. You can see a significant CPU usage drop, and may increase GPU usage if running on very old hardware. For modern GPU, it's easy to decode dozes of 1080P YUV 422 videos at the same time.Create a file named NOHWDECODE at game root to force software decode.Note: if your hardware doesn't support D3D11, by default game will fallback to D3D9 or software runtime, as currently only implemented D3D11 adaptor and will still trying to create D3D11 device according to system device (which is D3D9 or not exist), which will causes crash.`EpicOnl...