File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 1
1
# l2dcmd
2
2
## live2d in bandori - download command line
3
3
### 查看帮助: ./l2dcmd -h
4
- ``` csharp
5
- var help = " 在使用前请检查您是否能连接BestDori.com \n " +
6
- " [check internet connection before using software]\n " +
7
- " ------------------可用参数-------------------\n " +
8
- " -d (*download) [下载全部live2d] \n " +
9
- " -f (*force update) [强制文件完整性检查] \n " +
10
- " -v (*verbose mode) [详细模式] \n " +
11
- " -d [-f] [-v] [PATH] [全部下载主构型]\n " +
12
- " ====================================== \n " +
13
- " -l (*list live2d) [列表所有可用模型] \n " +
14
- " -fc [string] (*find chara by charaid) [使用charaid搜索] \n " +
15
- " -fr [string] (*find chara by AssetBundleName using Regex) [使用正则表达式进行包名称搜索] \n " +
16
- " -fd [numkey] [path] (*file download) [下载指定的live2d到..]\n " +
17
- " --------------------------------------------\n " +
18
- " 软件版本: 2.0.0 - 使用安全快捷 .net6 实现,链接更加稳定. \n " +
19
- " [software version:2.0.0, using .net6 for more secure, fast and stable build]"
20
- ```
21
4
例句: 下载全部的主构型文件到 当前目录 并且重构目录结构 ./l2dcmd -d ./
22
5
例句: 列表当前的live2d ./l2dcmd -l
23
6
7
+ ### 本程序需要.net6框架支持, 但您可以下载_sc (selfcontain)版, 来避免安装.net6,
8
+ ### 如果您下载普通版, 请按照如下网址安装您相应平台的.net6框架.
9
+ ### https://dotnet.microsoft.com/en-us/download
10
+
11
+
12
+
24
13
You can’t perform that action at this time.
0 commit comments