Skip to content

VTS-Memory-Compression - 1.1

Latest

Choose a tag to compare

@SuiMachine SuiMachine released this 04 Jul 15:38
ff68c7a
  • Added an option to compress a texture in runtime (on CPU) to BC3. Doing it requires setting RuntimeCompression to true in BepInEx/config/VTSMemoryCompression.cfg (this file is created once you run VTube Studio with this version of a hack at least once). Setting it to true will then compress all textures that are being loaded to BC3, if there is no DDS alternative prepared. Keep in mind that this makes loading models longer since now not only PNG has to be decompressed, but then CPU has to compress the ARGB32 to BC3 (which is at least much faster than creating BC7) and the visual quality of a texture will be worse than BC7.