Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SliderWatch

此插件调整了真菜香的基础身体能力阈值, 现在的她简直是一个超人

基于游戏版本v1.1.0开发

适配游戏版本v1.1.3

预览

安装

  1. 安装 BepInEx IL2CPP版本 (从以下选择安装, 版本要求6.x IL2CPP)
  2. 安装后运行游戏等待 BepInEx 初始化目录后关闭游戏
  3. 下载 Release
  4. 解压插件放在目录/BepInEx/plugins
  5. 运行游戏

备注: 如果你不喜欢BepInEx的小黑框终端按照以下操作隐藏

  1. 打开/BepInEx/config.cfg
  2. 搜索 Logging.ConsoleEnabled 中的 true 改写为 False

配置

此插件允许自行修改滑块范围

在插件目录中自行修改data.json文件:

{
  "sliders": [
    {
      "id": "滑块ID1",
      "min": 最小值,
      "max": 最大值
    },
    {
      "id": "滑块ID2",
      "min": 最小值,
      "max": 最大值
    }
  ]
}

技术

  • 使用Harmony库对Unity的Slider类进行补丁
  • 通过监控滑块的OnValueChanged事件来检测值变化
  • 使用Newtonsoft.Json库解析配置文件

依赖项

  • BepInEx.Unity.IL2CPP
  • Unity引擎相关库
  • Newtonsoft.Json

开发

BeplnEX版本

  • 6.x

环境要求

  • .NET 6.0
  • Visual Studio 2022或JetBrains Rider

构建

  1. 克隆仓库
  2. 使用Visual Studio或Rider打开SliderPlugin.sln
  3. 构建解决方案

许可证

MIT

About

バレないように露出するマナカさん(Secret Flasher Manaka) Slider Plugin by BepInEx, 基于BepInEx开发的滑块突破插件

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages