Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.24 KB

readme_cn.md

File metadata and controls

37 lines (28 loc) · 1.24 KB

PCRC-MCDR

English

PCRC 作为一个插件导入至 MCDReforged!

使用方法

  1. PCRC-MCDR.py 放入 MCDR 的 plugins/ 文件夹
  2. 在 PCRC 的 Release 页面 下载不低于 0.9.0-alpha 版本的 universal 版 PCRC,将压缩包解压至 plugins/PCRC-xxx-universal/
  3. plugins/ 文件夹中 PCRC-xxx-universal/ 文件夹重命名为 PCRC-MCDR/ 文件夹
  4. 安装 PCRC 的所有依赖库
  5. 此时 MCDR 的文件结构大致如下
MCDReforged/
├─ plugins/
│  ├─ PCRC-MCDR/
│  │  ├─ PCRC.py
│  │  ├─ protocol.json
│  │  ├─ config.json
│  │  └─ ...
│  ├─ PCRC-MCDR.py
│  ├─ other_plugin.py
│  └─ ...
└─ ...

PCRC 的配置文件将为 MCDReforged/plugins/PCRC/config.json,记得去填写

录像文件将会存放至 MCDReforged/PCRC_recordings/

指令

  • !!PCRC start: 启动 PCRC
  • !!PCRC stop: 关闭 PCRC。仅在控制台可用