https://github.com/pcl-community/lmif-python
让你的模组可以从自定义文件夹中加载
https://github.com/pcl-community/lmif-python
Last synced: 16 days ago
JSON representation
让你的模组可以从自定义文件夹中加载
- Host: GitHub
- URL: https://github.com/pcl-community/lmif-python
- Owner: PCL-Community
- License: other
- Created: 2024-08-21T07:25:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T07:43:48.000Z (over 1 year ago)
- Last Synced: 2024-10-27T08:45:00.092Z (over 1 year ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LMIF-Python
让你的模组可以从自定义文件夹中加载
## 使用方式
下载 lmif.exe 放到你的版本文件夹下,PCL 启动器配置启动前执行命令为 `cd /D "{verindie}" && lmif.exe`
## 配置文件解析
```toml
[basic]
remove-file-before-load = true # 删除上一次加载的 Mod,并从所有文件夹中重新取出 Mod
print-log = false # 向控制台打印 LMIF 操作日志
[ignore]
ignore-to-remove = [] # 在删除 Mod 时不删除指定文件,需要是文件全名(包括后缀)
ignore-folder-to-copy = [] # 在复制模组时不从指定文件夹复制
ignore-file-to-copy = [] # 在复制模组时不复制指定文件,需要是文件全名(包括后缀)
```