https://github.com/system233/outwardmod-meditationplus
https://github.com/system233/outwardmod-meditationplus
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/system233/outwardmod-meditationplus
- Owner: System233
- License: mit
- Created: 2025-08-22T07:36:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-22T07:40:49.000Z (9 months ago)
- Last Synced: 2025-08-22T09:42:16.392Z (9 months ago)
- Language: C#
- Size: 85 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.CN.md
- License: LICENSE
Awesome Lists containing this project
README
# MeditationPlus
允许玩家坐下以恢复状态,支持本地分屏和控制器。
[English](./README.md), [中文](./README.CN.md)
## 用法
长按**收起武器**键坐下,无需任何额外键位,不影响原有功能。
* 对于键盘,默认为**Z**。
* 对于控制器,默认为**方向键下**。
* 可以在设置中调整键位。
## 构建
1. 符号链接游戏的Managed目录到本目录
2. 安装dotnet sdk
3. 执行以下命令
```sh
dotnet nuget add source https://nuget.bepinex.dev/v3/index.json -n BepInEx
dotnet build -c Release
```
输出位于 `bin\Release\net472\MeditationPlus.dll`
## 致谢
感谢 SavanticIO 的 [Meditation](https://github.com/SavanticIO/OutwardMods/tree/master/Meditation) Mod,本mod在此基础上改进而来。
## 许可证
[MIT LICENSE](./LICENSE)