Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
| Date uploaded | 3 weeks ago |
| Version | 1.0.0 |
| Download link | cn_xc-SolarBatteriesFixed-1.0.0.zip |
| Downloads | 431 |
| Dependency string | cn_xc-SolarBatteriesFixed-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
# Solar Batteries Fixed
手电筒照射电池时自动充电。基于 Omniscye 的 Solar Charging 修复并独立发布。
版本:1.0.0
## 概述
当玩家打开手电筒照射到电池类物品时,电池会自动充电。充电速率(整数)和照射距离可配置。仅主机/单人生效。
## ⚠️ 许可声明
本模组基于 Omniscye 的 [Solar Charging](https://thunderstore.io/c/repo/p/Omniscye/Solar_Charging/) 修改而来
## ✨ 功能
- 手电筒照射电池自动充电
- 充电速率可配置(整数,默认每秒 5%,范围 1-10%)
- 照射距离可配置(默认 3 米)
- 总开关控制
## 安装
- 确保已安装 BepInExPack
- 将 SolarBatteriesFixed.dll 放入 BepInEx/plugins 文件夹
- 启动游戏,模组会自动生成配置文件
## ⚙️ 配置
配置文件位置:BepInEx/config/cn\_xc.SolarBatteriesFixed.cfg
| 配置项 | 默认值 | 说明 |
|---|---|---|
| EnableMod | true | 总开关 |
| ChargeRate | 5 | 每秒充电百分比(整数,1-10) |
| MaxRange | 3.0 | 最大照射距离(0.5-10) |
## 致谢
感谢 **Omniscye** 的 Solar Charging 原始模组和开源许可。
## 模块问题交流
QQ群:573485890
CHANGELOG
# 更新日志
## [1.0.0] - 2026-06-12
### 修复与变更
- 基于 Omniscye 的 Solar Charging (v1.1.0) 修复并独立发布
- 添加 EnableMod 总开关配置项
- ChargeRate 改为整数配置(1-10),默认值提高到 5%(原 2.5%)
- 为 MaxRange 添加 AcceptableValueRange 滑块范围