Skip to content

Commit

Permalink
廃止されたニコニ立体連携に関する機能・コードを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
esperecyan committed Jun 5, 2021
1 parent 5e945a7 commit 522a6fb
Show file tree
Hide file tree
Showing 2 changed files with 7,004 additions and 7,172 deletions.
188 changes: 19 additions & 169 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ VirtualCast/config.yaml
`VirtualCast.exe` があるフォルダに次のような `config.yaml` を置いておくと、

```yaml
niconico: # 利用するモデルのニコニ立体番号
character_models: # アバター (VRM)
- 32797 # ニコニ立体ちゃん (VRM) <https://3d.nicovideo.jp/works/td32797>
- 32947 # 【VRM】まついしゃちょー <https://3d.nicovideo.jp/works/td32947>
- 36346 # 【VRM】おの副社長 <http://3d.nicovideo.jp/works/td36346>
panorama:
urls: # 背景で使うパノラマ画像のURL
- 'https://www.virtualcast.jp/download/panoramas/IL_entrance.JPG'
Expand All @@ -39,13 +34,6 @@ allow_direct_view: true

```json
{
"niconico": {
"character_models": [
32797,
32947,
36346
]
},
"panorama": {
"urls": [
"https://www.virtualcast.jp/download/panoramas/IL_entrance.JPG",
Expand Down Expand Up @@ -95,33 +83,30 @@ allow_direct_view: true

```yaml
---
niconico:
character_models:
- 32797
- 32806
- 32813
cue_card:
urls:
- 'https://example.com/cue-card-a-1'
- 'https://example.com/cue-card-a-2'
--- # コメント
niconico:
character_models:
- 40000
- 40001
- 40023
cue_card:
urls:
- 'https://example.com/cue-card-b-1'
- 'https://example.com/cue-card-b-2'
---
niconico:
character_models:
- 41036
cue_card:
urls:
- 'https://example.com/cue-card-c-1'
```

#### `--esperecyan-document-index==0` の場合
指定しなかった場合と同じ。

```json
{
"niconico": {
"character_models": [
32797,
32806,
32813
"cue_card": {
"urls": [
"https://example.com/cue-card-a-1",
"https://example.com/cue-card-a-1"
]
}
}
Expand All @@ -131,145 +116,10 @@ niconico:

```json
{
"niconico": {
"character_models": [
40000,
40001,
40023
]
}
}
```

### `--esperecyan-niconico-character-models-offset-16x=[数字]`
`niconico.character_models` の順番をズラします。

:

```yaml
niconico:
character_models:
- 32797
- 32806
- 32813
- 32819
- 32830
- 32865
- 32872
- 32876
- 32898
- 32899
- 32928
- 32947
- 32952
- 32969
- 33010
- 33028
- 40000
- 40001
- 40023
- 40051
- 40077
- 40093
- 40258
- 40363
- 40463
- 40480
- 40481
- 40524
- 40567
- 40624
- 40660
- 40677
- 41036
```

#### `--esperecyan-niconico-character-models-offset-16x=0` の場合
指定しなかった場合と同じ。

#### `--esperecyan-niconico-character-models-offset-16x=1` の場合

```json
{
"niconico": {
"character_models": [
40000,
40001,
40023,
40051,
40077,
40093,
40258,
40363,
40463,
40480,
40481,
40524,
40567,
40624,
40660,
40677,
41036,
32797,
32806,
32813,
32819,
32830,
32865,
32872,
32876,
32898,
32899,
32928,
32947,
32952,
32969,
33010,
33028
]
}
}
```

#### `--esperecyan-niconico-character-models-offset-16x=2` の場合

```json
{
"niconico": {
"character_models": [
41036,
32797,
32806,
32813,
32819,
32830,
32865,
32872,
32876,
32898,
32899,
32928,
32947,
32952,
32969,
33010,
33028,
40000,
40001,
40023,
40051,
40077,
40093,
40258,
40363,
40463,
40480,
40481,
40524,
40567,
40624,
40660,
40677
"cue_card": {
"urls": [
"https://example.com/cue-card-b-1",
"https://example.com/cue-card-b-1"
]
}
}
Expand Down
Loading

0 comments on commit 522a6fb

Please sign in to comment.