You are viewing a potentially older version of this package. View all versions.
Mhz-ClearView-1.0.4 icon

ClearView

Remove pixelated blur and restore native HD clarity. 彻底移除马赛克模糊,还原原生高清画质。

Date uploaded 4 months ago
Version 1.0.4
Download link Mhz-ClearView-1.0.4.zip
Downloads 785
Dependency string Mhz-ClearView-1.0.4

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2304 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2304

README

ClearView 视觉增强模组

一款专为 YAPYAP 开发的画质提升模组,旨在消除游戏强制的低分辨率像素感并恢复画面的清澈度。

安装方法

<游戏根目录>\BepInEx\plugins\ClearView.dll
  1. ClearView.dll 文件放入 BepInEx 插件目录:

  2. 启动游戏即可,模组会自动加载

配置文件

配置文件位于:

<游戏根目录>\BepInEx\config\Mhz.clearview.cfg

配置选项

选项 说明
FixResolution 原生分辨率模式开关,修复像素感与模糊
DisableStyleEffects 画面通透增强开关,移除扭曲与噪点(VHS、像素化、美化滤镜等)
DisableButo 体积雾开关,独立控制场景雾气效果

核心功能

  • 原生分辨率高清化 — 强制系统以 1:1 原生分辨率渲染游戏画面与 UI,彻底修复默认的马赛克模糊感。

  • 画面通透增强 — 自动禁用导致画面扭曲、噪点和风格化滤镜的后处理特效(VHS、低分辨率、美化特效等),让视野更加清晰。

  • 独立体积雾控制 — 体积雾特效可独立开关,不受其他特效设置影响。如需保留雾气效果,可将 DisableButo 设为 false

建议设置

为了获得最清晰的视觉体验,建议在游戏内 设置 -> 显示 中将 Screen Post FX 选项也设为禁用。




ClearView Visual Enhancement Mod

A visual enhancement mod for YAPYAP designed to eliminate forced low-resolution pixelation and restore atmospheric clarity.

Installation

  1. Place ClearView.dll in the BepInEx plugins directory:
<Game Root>\BepInEx\plugins\ClearView.dll
  1. Launch the game, the mod will load automatically

Configuration

Config file location:

<Game Root>\BepInEx\config\Mhz.clearview.cfg

Configuration Options

Option Description
FixResolution Toggle for Native Resolution Mode (fixes pixelation and blur)
DisableStyleEffects Toggle for Atmospheric Clarity (removes distortion, noise, VHS, pixelation, beautify filters, etc.)
DisableButo Volumetric fog toggle, independently controls scene fog effects

Core Features

  • Native Resolution Rendering — Forces the system to render the game and UI at 1:1 native resolution, completely fixing the default pixelated blur.

  • Atmospheric Clarity — Automatically disables post-processing effects that cause distortion, noise, and stylistic filters (VHS, low-res, beautify effects, etc.) for a clearer view.

  • Independent Fog Control — Volumetric fog can be toggled independently. To preserve fog effects, set DisableButo to false.

Recommended Settings

For the cleanest visual experience, it is highly recommended to also disable Screen Post FX in the in-game Settings -> Display menu.

CHANGELOG

v1.0.7

  • 重新加入 FixResolution 总开关,支持一键回退到原版像素化渲染
  • Re-added FixResolution main toggle to allow quick revert to vanilla rendering

v1.0.6

  • 修正错误 DLL 上传
  • Fixed wrong DLL upload

v1.0.5

  • 引入分辨率缩放滑动条 (0.35x - 1.0x),玩家可自由平衡画质与性能
  • 彻底修复了在某些情况下 Update 函数导致的 GPU 循环占用问题
  • 优化了 RenderTexture 内存管理,减少显存压力
  • Introduced Resolution Scale slider (0.35x - 1.0x) for better performance balancing
  • Fixed potential GPU overhead issue caused by redundant Update cycles
  • Optimized RenderTexture memory management

v1.0.4

  • 重构配置系统,各功能独立控制
  • 添加独立的体积雾开关 DisableButo
  • Refactored configuration system with independent controls
  • Added independent volumetric fog toggle DisableButo

v1.0.1~1.0.3

  • 更新md
  • Update md

v1.0.0

  • 初始版本
  • Initial release