Initial Commit

This commit is contained in:
Dazed 2024-03-21 15:04:35 -05:00
commit 739c5cc69e
2131 changed files with 3129098 additions and 0 deletions

58
.gitignore vendored Normal file
View file

@ -0,0 +1,58 @@
# Ignore all files
*.*
# Except
!*.json
!*.js
!*.zip
!*.7z
!*.csv
!.gitignore
!README.md
# Images
!st_W1_01.rpgmvp
!st_W1_02.rpgmvp
!st_W1_03.rpgmvp
!st_W1_04.rpgmvp
!st_W1_05.rpgmvp
!st_W1_06.rpgmvp
!st_W1_07.rpgmvp
!st_W1_08.rpgmvp
!st_W1_09.rpgmvp
!st_W1_10.rpgmvp
!st_W1_11.rpgmvp
!st_W1_12.rpgmvp
!st_W2_01.rpgmvp
!st_W2_02.rpgmvp
!st_W2_02b.rpgmvp
!st_W2_03.rpgmvp
!st_W2_04.rpgmvp
!st_W2_05.rpgmvp
!st_W2_05b.rpgmvp
!st_W2_06.rpgmvp
!st_W2_07.rpgmvp
!st_W2_08.rpgmvp
!st_W2_09.rpgmvp
!st_W2_10.rpgmvp
!st_W2_10b.rpgmvp
!st_W3_01.rpgmvp
!st_W3_02.rpgmvp
!st_W3_03.rpgmvp
!st_W3_04.rpgmvp
!st_W3_05.rpgmvp
!st_W3_06.rpgmvp
!st_W3_07.rpgmvp
!st_W3_08.rpgmvp
!st_W4_01.rpgmvp
!st_W4_02.rpgmvp
!st_W4_03.rpgmvp
!st_W4_04.rpgmvp
!st_W4_05.rpgmvp
!st_W4_06.rpgmvp
!st_W4_07.rpgmvp
!st_W4_08.rpgmvp
!st_W4_09.rpgmvp
!title_01.rpgmvp
!title_open00.rpgmvp
!title_open01.rpgmvp

49
README.md Normal file
View file

@ -0,0 +1,49 @@
# Apply Patch
1. Click Code
2. Click Download ZIP
3. Extract to game folder and Replace All.
# How To Contribute
TLDR 3 steps.
Fork the repository.
Make the changes.
Submit a pull request to the project owner.
If everything looks good and doesn't break things I'll merge it in.
Longer Version:
Things that are needed:
* [VSCode](https://code.visualstudio.com/) Make sure you check all the boxes for context menus. ![image](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/7a84b624-32fe-4845-a0f6-2b9f39795070)
* The Game
* [Git](https://git-scm.com/downloads) (Use the default for everything. Just keep clicking Next)
* Motivation to learn
Installation:
1. Fork the repo using the fork button at the top. Click Code > HTTPS > Copy URL.
2. Right click on the game folder and click 'Open with VSCode' (Shift+Right_Click if you are on Windows 11)
3. Click on the Source Control Button and click initialize repository.
![image](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/61e818e6-11f9-450d-9d7d-263d109dbf56)
4. At the top click on Terminal > New Terminal. Enter the following: `git clone [URL_YOU_COPIED_ABOVE]`.
5. Copy the contents of the new folder created with git clone into the game folder and replace all.
6. Your source control menu should be good to go and look like this.
![image](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/c19787a0-172d-4a08-a37a-e3b56e70e86a)
Now you are all setup, all you need to do is play the game and look for any changes that need to be made. Stuff like spelling errors, wrong names, inconsistencies, spacing issues, etc.
7. Use the FIND functionality to search for what you are trying to fix. For example if a character's name is wrong, type that into the search menu and start looking, then make the change. Try not to mess with any scripts or variables you might see.
![image](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/589eccaf-7f86-43f7-a917-7e6e477b381a)
8. After you are satisfied with your changes it's time to put in a PR. Go to source control to see all your changes. Add a message and click the `Commit` button to save them all.
![image](https://github.com/DazedMTL/Dungeon-With-Girl/assets/96628874/a9a8973b-bc01-4184-bea9-63a925d961a2)
8. Click Sync to push your changes to your fork. Now all that's left is to put in a pull request.
9. Go to Pull Requests > New Pull Requests. Look at the arrow, your fork should be pointing to the original repo (mine). Add in details on what you fixed and Submit. If everything looks good I'll merge it in and you would have successfully contributed.
Got questions? Just shoot me a message, more than happy to walk you through any of the tools.

2361
data/Actors.json Normal file

File diff suppressed because it is too large Load diff

9666
data/Animations.json Normal file

File diff suppressed because it is too large Load diff

5708
data/Armors.json Normal file

File diff suppressed because it is too large Load diff

44823
data/Classes.json Normal file

File diff suppressed because it is too large Load diff

118755
data/CommonEvents.json Normal file

File diff suppressed because it is too large Load diff

13968
data/Enemies.json Normal file

File diff suppressed because it is too large Load diff

8272
data/Items.json Normal file

File diff suppressed because it is too large Load diff

1744
data/Map001.json Normal file

File diff suppressed because it is too large Load diff

8606
data/Map002.json Normal file

File diff suppressed because it is too large Load diff

18940
data/Map003.json Normal file

File diff suppressed because it is too large Load diff

46645
data/Map004.json Normal file

File diff suppressed because it is too large Load diff

31421
data/Map005.json Normal file

File diff suppressed because it is too large Load diff

11936
data/Map006.json Normal file

File diff suppressed because it is too large Load diff

8085
data/Map007.json Normal file

File diff suppressed because it is too large Load diff

70784
data/Map008.json Normal file

File diff suppressed because it is too large Load diff

142069
data/Map009.json Normal file

File diff suppressed because it is too large Load diff

4710
data/Map010.json Normal file

File diff suppressed because it is too large Load diff

11865
data/Map011.json Normal file

File diff suppressed because it is too large Load diff

46914
data/Map012.json Normal file

File diff suppressed because it is too large Load diff

7936
data/Map013.json Normal file

File diff suppressed because it is too large Load diff

80004
data/Map014.json Normal file

File diff suppressed because it is too large Load diff

16855
data/Map015.json Normal file

File diff suppressed because it is too large Load diff

20356
data/Map016.json Normal file

File diff suppressed because it is too large Load diff

13999
data/Map017.json Normal file

File diff suppressed because it is too large Load diff

61653
data/Map018.json Normal file

File diff suppressed because it is too large Load diff

31009
data/Map019.json Normal file

File diff suppressed because it is too large Load diff

11176
data/Map020.json Normal file

File diff suppressed because it is too large Load diff

15170
data/Map021.json Normal file

File diff suppressed because it is too large Load diff

54197
data/Map022.json Normal file

File diff suppressed because it is too large Load diff

64567
data/Map023.json Normal file

File diff suppressed because it is too large Load diff

7425
data/Map024.json Normal file

File diff suppressed because it is too large Load diff

1366
data/Map025.json Normal file

File diff suppressed because it is too large Load diff

14582
data/Map026.json Normal file

File diff suppressed because it is too large Load diff

47716
data/Map027.json Normal file

File diff suppressed because it is too large Load diff

8891
data/Map028.json Normal file

File diff suppressed because it is too large Load diff

3752
data/Map029.json Normal file

File diff suppressed because it is too large Load diff

2572
data/Map030.json Normal file

File diff suppressed because it is too large Load diff

1402
data/Map031.json Normal file

File diff suppressed because it is too large Load diff

53107
data/Map032.json Normal file

File diff suppressed because it is too large Load diff

39041
data/Map033.json Normal file

File diff suppressed because it is too large Load diff

57883
data/Map034.json Normal file

File diff suppressed because it is too large Load diff

11422
data/Map035.json Normal file

File diff suppressed because it is too large Load diff

12387
data/Map036.json Normal file

File diff suppressed because it is too large Load diff

4999
data/Map037.json Normal file

File diff suppressed because it is too large Load diff

4385
data/Map038.json Normal file

File diff suppressed because it is too large Load diff

3649
data/Map039.json Normal file

File diff suppressed because it is too large Load diff

1923
data/Map040.json Normal file

File diff suppressed because it is too large Load diff

2068
data/Map041.json Normal file

File diff suppressed because it is too large Load diff

21642
data/Map042.json Normal file

File diff suppressed because it is too large Load diff

1366
data/Map043.json Normal file

File diff suppressed because it is too large Load diff

6972
data/Map044.json Normal file

File diff suppressed because it is too large Load diff

94077
data/Map045.json Normal file

File diff suppressed because it is too large Load diff

10531
data/Map046.json Normal file

File diff suppressed because it is too large Load diff

1707
data/Map047.json Normal file

File diff suppressed because it is too large Load diff

1971
data/Map048.json Normal file

File diff suppressed because it is too large Load diff

920
data/Map049.json Normal file
View file

@ -0,0 +1,920 @@
{
"autoplayBgm": false,
"autoplayBgs": false,
"battleback1Name": "",
"battleback2Name": "",
"bgm": {
"name": "",
"pan": 0,
"pitch": 100,
"volume": 90
},
"bgs": {
"name": "",
"pan": 0,
"pitch": 100,
"volume": 90
},
"disableDashing": false,
"displayName": "",
"encounterList": [],
"encounterStep": 30,
"height": 10,
"note": "",
"parallaxLoopX": false,
"parallaxLoopY": false,
"parallaxName": "",
"parallaxShow": true,
"parallaxSx": 0,
"parallaxSy": 0,
"scrollType": 0,
"specifyBattleback": false,
"tilesetId": 14,
"width": 6,
"data": [
5940,
5964,
5964,
5964,
5964,
5944,
5960,
6466,
6466,
6466,
6466,
5952,
5960,
6472,
6472,
6472,
6472,
5952,
5960,
2850,
2836,
2836,
2852,
5952,
5960,
2832,
2816,
2816,
2840,
5952,
5960,
2832,
2816,
2816,
2840,
5952,
5960,
2832,
2816,
2816,
2840,
5952,
5960,
2856,
2824,
2820,
2854,
5952,
5966,
5981,
2832,
2840,
5979,
5965,
6475,
6478,
2832,
2840,
6475,
6478,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4347,
4349,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
308,
309,
0,
0,
0,
0,
316,
317,
0,
0,
0,
0,
324,
325,
0,
0,
0,
0,
300,
0,
0,
0,
0,
0,
348,
348,
0,
0,
0,
0,
356,
356,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5,
0,
0,
0,
252,
252,
252,
252,
252,
252,
252,
0,
0,
0,
0,
252,
252,
0,
0,
0,
0,
252,
252,
252,
252,
0,
0,
252,
252,
0,
0,
0,
0,
252,
252,
0,
0,
252,
0,
252,
252,
0,
0,
0,
0,
252,
252,
0,
0,
0,
0,
252,
252,
252,
0,
0,
252,
252,
252,
252,
0,
0,
252,
252
],
"events": [
null,
{
"id": 1,
"name": "移動(精神病棟)",
"note": "",
"pages": [
{
"conditions": {
"actorId": 1,
"actorValid": false,
"itemId": 1,
"itemValid": false,
"selfSwitchCh": "A",
"selfSwitchValid": false,
"switch1Id": 1,
"switch1Valid": false,
"switch2Id": 1,
"switch2Valid": false,
"variableId": 1,
"variableValid": false,
"variableValue": 0
},
"directionFix": false,
"image": {
"characterIndex": 0,
"characterName": "",
"direction": 2,
"pattern": 0,
"tileId": 0
},
"list": [
{
"code": 250,
"indent": 0,
"parameters": [
{
"name": "Move1",
"volume": 90,
"pitch": 100,
"pan": 0
}
]
},
{
"code": 201,
"indent": 0,
"parameters": [
0,
12,
34,
6,
0,
0
]
},
{
"code": 0,
"indent": 0,
"parameters": []
}
],
"moveFrequency": 3,
"moveRoute": {
"list": [
{
"code": 0,
"parameters": []
}
],
"repeat": true,
"skippable": false,
"wait": false
},
"moveSpeed": 3,
"moveType": 0,
"priorityType": 0,
"stepAnime": false,
"through": false,
"trigger": 1,
"walkAnime": true
}
],
"x": 2,
"y": 9
},
{
"id": 2,
"name": "移動(精神病棟)",
"note": "",
"pages": [
{
"conditions": {
"actorId": 1,
"actorValid": false,
"itemId": 1,
"itemValid": false,
"selfSwitchCh": "A",
"selfSwitchValid": false,
"switch1Id": 1,
"switch1Valid": false,
"switch2Id": 1,
"switch2Valid": false,
"variableId": 1,
"variableValid": false,
"variableValue": 0
},
"directionFix": false,
"image": {
"characterIndex": 0,
"characterName": "",
"direction": 2,
"pattern": 0,
"tileId": 0
},
"list": [
{
"code": 250,
"indent": 0,
"parameters": [
{
"name": "Move1",
"volume": 90,
"pitch": 100,
"pan": 0
}
]
},
{
"code": 201,
"indent": 0,
"parameters": [
0,
12,
34,
6,
0,
0
]
},
{
"code": 0,
"indent": 0,
"parameters": []
}
],
"moveFrequency": 3,
"moveRoute": {
"list": [
{
"code": 0,
"parameters": []
}
],
"repeat": true,
"skippable": false,
"wait": false
},
"moveSpeed": 3,
"moveType": 0,
"priorityType": 0,
"stepAnime": false,
"through": false,
"trigger": 1,
"walkAnime": true
}
],
"x": 3,
"y": 9
},
{
"id": 3,
"name": "EV003",
"note": "",
"pages": [
{
"conditions": {
"actorId": 1,
"actorValid": false,
"itemId": 1,
"itemValid": false,
"selfSwitchCh": "A",
"selfSwitchValid": false,
"switch1Id": 120,
"switch1Valid": true,
"switch2Id": 1,
"switch2Valid": false,
"variableId": 1,
"variableValid": false,
"variableValue": 0
},
"directionFix": false,
"image": {
"tileId": 0,
"characterName": "Gunjin",
"direction": 8,
"pattern": 1,
"characterIndex": 0
},
"list": [
{
"code": 121,
"indent": 0,
"parameters": [
300,
300,
0
]
},
{
"code": 121,
"indent": 0,
"parameters": [
248,
248,
0
]
},
{
"code": 101,
"indent": 0,
"parameters": [
"",
0,
2,
2,
"刑務官"
]
},
{
"code": 401,
"indent": 0,
"parameters": [
"なっ!?てめえはだれだ!!"
]
},
{
"code": 401,
"indent": 0,
"parameters": [
"け、決してサボってるわけではないぞ!"
]
},
{
"code": 121,
"indent": 0,
"parameters": [
299,
299,
0
]
},
{
"code": 121,
"indent": 0,
"parameters": [
249,
249,
0
]
},
{
"code": 0,
"indent": 0,
"parameters": []
}
],
"moveFrequency": 3,
"moveRoute": {
"list": [
{
"code": 0,
"parameters": []
}
],
"repeat": true,
"skippable": false,
"wait": false
},
"moveSpeed": 3,
"moveType": 1,
"priorityType": 1,
"stepAnime": false,
"through": false,
"trigger": 0,
"walkAnime": true
},
{
"conditions": {
"actorId": 1,
"actorValid": false,
"itemId": 1,
"itemValid": false,
"selfSwitchCh": "A",
"selfSwitchValid": false,
"switch1Id": 158,
"switch1Valid": true,
"switch2Id": 1,
"switch2Valid": false,
"variableId": 1,
"variableValid": false,
"variableValue": 0
},
"directionFix": false,
"image": {
"tileId": 0,
"characterName": "Gunjin",
"direction": 8,
"pattern": 1,
"characterIndex": 0
},
"list": [
{
"code": 121,
"indent": 0,
"parameters": [
300,
300,
0
]
},
{
"code": 121,
"indent": 0,
"parameters": [
248,
248,
0
]
},
{
"code": 101,
"indent": 0,
"parameters": [
"",
0,
2,
2,
"刑務官"
]
},
{
"code": 401,
"indent": 0,
"parameters": [
"なっ!?てめえはだれだ!!"
]
},
{
"code": 401,
"indent": 0,
"parameters": [
"け、決してサボってるわけではないぞ!"
]
},
{
"code": 121,
"indent": 0,
"parameters": [
299,
299,
0
]
},
{
"code": 121,
"indent": 0,
"parameters": [
249,
249,
0
]
},
{
"code": 0,
"indent": 0,
"parameters": []
}
],
"moveFrequency": 3,
"moveRoute": {
"list": [
{
"code": 0,
"parameters": []
}
],
"repeat": true,
"skippable": false,
"wait": false
},
"moveSpeed": 3,
"moveType": 0,
"priorityType": 1,
"stepAnime": false,
"through": false,
"trigger": 0,
"walkAnime": true
}
],
"x": 1,
"y": 4
},
{
"id": 4,
"name": "EV004",
"note": "",
"pages": [
{
"conditions": {
"actorId": 1,
"actorValid": false,
"itemId": 1,
"itemValid": false,
"selfSwitchCh": "A",
"selfSwitchValid": false,
"switch1Id": 158,
"switch1Valid": true,
"switch2Id": 1,
"switch2Valid": false,
"variableId": 1,
"variableValid": false,
"variableValue": 0
},
"directionFix": false,
"image": {
"tileId": 0,
"characterName": "mobu24",
"direction": 2,
"pattern": 1,
"characterIndex": 0
},
"list": [
{
"code": 0,
"indent": 0,
"parameters": []
}
],
"moveFrequency": 3,
"moveRoute": {
"list": [
{
"code": 0,
"parameters": []
}
],
"repeat": true,
"skippable": false,
"wait": false
},
"moveSpeed": 3,
"moveType": 0,
"priorityType": 1,
"stepAnime": true,
"through": false,
"trigger": 0,
"walkAnime": true
}
],
"x": 2,
"y": 4
},
{
"id": 5,
"name": "EV005",
"note": "",
"pages": [
{
"conditions": {
"actorId": 1,
"actorValid": false,
"itemId": 1,
"itemValid": false,
"selfSwitchCh": "A",
"selfSwitchValid": false,
"switch1Id": 158,
"switch1Valid": true,
"switch2Id": 1,
"switch2Valid": false,
"variableId": 1,
"variableValid": false,
"variableValue": 0
},
"directionFix": false,
"image": {
"tileId": 0,
"characterName": "Gunjin",
"direction": 8,
"pattern": 1,
"characterIndex": 5
},
"list": [
{
"code": 0,
"indent": 0,
"parameters": []
}
],
"moveFrequency": 3,
"moveRoute": {
"list": [
{
"code": 0,
"parameters": []
}
],
"repeat": true,
"skippable": false,
"wait": false
},
"moveSpeed": 3,
"moveType": 0,
"priorityType": 1,
"stepAnime": false,
"through": false,
"trigger": 0,
"walkAnime": true
}
],
"x": 2,
"y": 5
}
]
}

1291
data/Map050.json Normal file

File diff suppressed because it is too large Load diff

13954
data/Map051.json Normal file

File diff suppressed because it is too large Load diff

809
data/Map052.json Normal file
View file

@ -0,0 +1,809 @@
{
"autoplayBgm": false,
"autoplayBgs": false,
"battleback1Name": "",
"battleback2Name": "",
"bgm": {
"name": "",
"pan": 0,
"pitch": 100,
"volume": 90
},
"bgs": {
"name": "",
"pan": 0,
"pitch": 100,
"volume": 90
},
"disableDashing": false,
"displayName": "",
"encounterList": [],
"encounterStep": 30,
"height": 10,
"note": "",
"parallaxLoopX": false,
"parallaxLoopY": false,
"parallaxName": "",
"parallaxShow": true,
"parallaxSx": 0,
"parallaxSy": 0,
"scrollType": 0,
"specifyBattleback": false,
"tilesetId": 14,
"width": 6,
"data": [
5940,
5964,
5964,
5964,
5964,
5944,
5960,
6466,
6466,
6466,
6466,
5952,
5960,
6472,
6472,
6472,
6472,
5952,
5960,
2850,
2836,
2836,
2852,
5952,
5960,
2832,
2816,
2816,
2840,
5952,
5960,
2832,
2816,
2816,
2840,
5952,
5960,
2832,
2816,
2816,
2840,
5952,
5960,
2856,
2824,
2820,
2854,
5952,
5966,
5981,
2832,
2840,
5979,
5965,
6475,
6478,
2832,
2840,
6475,
6478,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4347,
4349,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
449,
316,
317,
0,
0,
0,
0,
324,
325,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
308,
309,
0,
0,
448,
366,
346,
347,
0,
0,
456,
457,
354,
355,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5,
0,
0,
0,
252,
252,
252,
252,
252,
252,
252,
252,
252,
252,
252,
252,
252,
252,
252,
252,
252,
252,
252,
0,
0,
0,
0,
252,
252,
0,
0,
0,
0,
252,
252,
0,
0,
252,
252,
252,
252,
0,
0,
0,
0,
252,
252,
0,
0,
0,
0,
252,
252,
252,
0,
0,
252,
252,
252,
252,
0,
0,
252,
252
],
"events": [
null,
{
"id": 1,
"name": "移動(精神病棟)",
"note": "",
"pages": [
{
"conditions": {
"actorId": 1,
"actorValid": false,
"itemId": 1,
"itemValid": false,
"selfSwitchCh": "A",
"selfSwitchValid": false,
"switch1Id": 1,
"switch1Valid": false,
"switch2Id": 1,
"switch2Valid": false,
"variableId": 1,
"variableValid": false,
"variableValue": 0
},
"directionFix": false,
"image": {
"characterIndex": 0,
"characterName": "",
"direction": 2,
"pattern": 0,
"tileId": 0
},
"list": [
{
"code": 250,
"indent": 0,
"parameters": [
{
"name": "Move1",
"volume": 90,
"pitch": 100,
"pan": 0
}
]
},
{
"code": 201,
"indent": 0,
"parameters": [
0,
12,
64,
6,
0,
0
]
},
{
"code": 0,
"indent": 0,
"parameters": []
}
],
"moveFrequency": 3,
"moveRoute": {
"list": [
{
"code": 0,
"parameters": []
}
],
"repeat": true,
"skippable": false,
"wait": false
},
"moveSpeed": 3,
"moveType": 0,
"priorityType": 0,
"stepAnime": false,
"through": false,
"trigger": 1,
"walkAnime": true
}
],
"x": 2,
"y": 9
},
{
"id": 2,
"name": "移動(精神病棟)",
"note": "",
"pages": [
{
"conditions": {
"actorId": 1,
"actorValid": false,
"itemId": 1,
"itemValid": false,
"selfSwitchCh": "A",
"selfSwitchValid": false,
"switch1Id": 1,
"switch1Valid": false,
"switch2Id": 1,
"switch2Valid": false,
"variableId": 1,
"variableValid": false,
"variableValue": 0
},
"directionFix": false,
"image": {
"characterIndex": 0,
"characterName": "",
"direction": 2,
"pattern": 0,
"tileId": 0
},
"list": [
{
"code": 250,
"indent": 0,
"parameters": [
{
"name": "Move1",
"volume": 90,
"pitch": 100,
"pan": 0
}
]
},
{
"code": 201,
"indent": 0,
"parameters": [
0,
12,
64,
6,
0,
0
]
},
{
"code": 0,
"indent": 0,
"parameters": []
}
],
"moveFrequency": 3,
"moveRoute": {
"list": [
{
"code": 0,
"parameters": []
}
],
"repeat": true,
"skippable": false,
"wait": false
},
"moveSpeed": 3,
"moveType": 0,
"priorityType": 0,
"stepAnime": false,
"through": false,
"trigger": 1,
"walkAnime": true
}
],
"x": 3,
"y": 9
},
{
"id": 3,
"name": "EV003",
"note": "",
"pages": [
{
"conditions": {
"actorId": 1,
"actorValid": false,
"itemId": 1,
"itemValid": false,
"selfSwitchCh": "A",
"selfSwitchValid": false,
"switch1Id": 1,
"switch1Valid": false,
"switch2Id": 1,
"switch2Valid": false,
"variableId": 1,
"variableValid": false,
"variableValue": 0
},
"directionFix": false,
"image": {
"characterIndex": 0,
"characterName": "",
"direction": 2,
"pattern": 0,
"tileId": 0
},
"list": [
{
"code": 121,
"indent": 0,
"parameters": [
248,
248,
0
]
},
{
"code": 121,
"indent": 0,
"parameters": [
300,
300,
0
]
},
{
"code": 101,
"indent": 0,
"parameters": [
"",
0,
2,
2,
""
]
},
{
"code": 401,
"indent": 0,
"parameters": [
"汚いグラスが雑に置かれている。"
]
},
{
"code": 401,
"indent": 0,
"parameters": [
"患者たちはこんな衛生状態の悪いものを使わされているのだろうか。"
]
},
{
"code": 121,
"indent": 0,
"parameters": [
299,
299,
0
]
},
{
"code": 121,
"indent": 0,
"parameters": [
249,
249,
0
]
},
{
"code": 0,
"indent": 0,
"parameters": []
}
],
"moveFrequency": 3,
"moveRoute": {
"list": [
{
"code": 0,
"parameters": []
}
],
"repeat": true,
"skippable": false,
"wait": false
},
"moveSpeed": 3,
"moveType": 0,
"priorityType": 2,
"stepAnime": false,
"through": false,
"trigger": 0,
"walkAnime": true
}
],
"x": 3,
"y": 3
},
{
"id": 4,
"name": "EV004",
"note": "",
"pages": [
{
"conditions": {
"actorId": 1,
"actorValid": false,
"itemId": 1,
"itemValid": false,
"selfSwitchCh": "A",
"selfSwitchValid": false,
"switch1Id": 1,
"switch1Valid": false,
"switch2Id": 1,
"switch2Valid": false,
"variableId": 1,
"variableValid": false,
"variableValue": 0
},
"directionFix": false,
"image": {
"characterIndex": 0,
"characterName": "",
"direction": 2,
"pattern": 0,
"tileId": 0
},
"list": [
{
"code": 121,
"indent": 0,
"parameters": [
248,
248,
0
]
},
{
"code": 121,
"indent": 0,
"parameters": [
300,
300,
0
]
},
{
"code": 101,
"indent": 0,
"parameters": [
"",
0,
2,
2,
""
]
},
{
"code": 401,
"indent": 0,
"parameters": [
"汚いグラスが雑に置かれている。"
]
},
{
"code": 401,
"indent": 0,
"parameters": [
"患者たちはこんな衛生状態の悪いものを使わされているのだろうか。"
]
},
{
"code": 121,
"indent": 0,
"parameters": [
299,
299,
0
]
},
{
"code": 121,
"indent": 0,
"parameters": [
249,
249,
0
]
},
{
"code": 0,
"indent": 0,
"parameters": []
}
],
"moveFrequency": 3,
"moveRoute": {
"list": [
{
"code": 0,
"parameters": []
}
],
"repeat": true,
"skippable": false,
"wait": false
},
"moveSpeed": 3,
"moveType": 0,
"priorityType": 2,
"stepAnime": false,
"through": false,
"trigger": 0,
"walkAnime": true
}
],
"x": 4,
"y": 3
}
]
}

11851
data/Map053.json Normal file

File diff suppressed because it is too large Load diff

26969
data/Map054.json Normal file

File diff suppressed because it is too large Load diff

41632
data/Map055.json Normal file

File diff suppressed because it is too large Load diff

17689
data/Map056.json Normal file

File diff suppressed because it is too large Load diff

6082
data/Map057.json Normal file

File diff suppressed because it is too large Load diff

9692
data/Map058.json Normal file

File diff suppressed because it is too large Load diff

11594
data/Map059.json Normal file

File diff suppressed because it is too large Load diff

10354
data/Map060.json Normal file

File diff suppressed because it is too large Load diff

22962
data/Map061.json Normal file

File diff suppressed because it is too large Load diff

8291
data/Map062.json Normal file

File diff suppressed because it is too large Load diff

21009
data/Map063.json Normal file

File diff suppressed because it is too large Load diff

55497
data/Map064.json Normal file

File diff suppressed because it is too large Load diff

7298
data/Map065.json Normal file

File diff suppressed because it is too large Load diff

2700
data/Map066.json Normal file

File diff suppressed because it is too large Load diff

3897
data/Map067.json Normal file

File diff suppressed because it is too large Load diff

2143
data/Map068.json Normal file

File diff suppressed because it is too large Load diff

26011
data/Map069.json Normal file

File diff suppressed because it is too large Load diff

14374
data/Map070.json Normal file

File diff suppressed because it is too large Load diff

79195
data/Map071.json Normal file

File diff suppressed because it is too large Load diff

7555
data/Map072.json Normal file

File diff suppressed because it is too large Load diff

10446
data/Map073.json Normal file

File diff suppressed because it is too large Load diff

2239
data/Map074.json Normal file

File diff suppressed because it is too large Load diff

16493
data/Map075.json Normal file

File diff suppressed because it is too large Load diff

709
data/MapInfos.json Normal file
View file

@ -0,0 +1,709 @@
[
null,
{
"id": 1,
"expanded": false,
"name": "タイトル画面",
"order": 40,
"parentId": 0,
"scrollX": 972,
"scrollY": 528.6
},
{
"id": 2,
"expanded": true,
"name": "学校",
"order": 1,
"parentId": 0,
"scrollX": 1069.3333333333333,
"scrollY": 598
},
{
"id": 3,
"expanded": true,
"name": "学園前の道",
"order": 10,
"parentId": 0,
"scrollX": 1228,
"scrollY": 1615.3333333333333
},
{
"id": 4,
"expanded": true,
"name": "シラスの家",
"order": 11,
"parentId": 3,
"scrollX": 1218,
"scrollY": 1233.75
},
{
"id": 5,
"expanded": false,
"name": "倉庫",
"order": 26,
"parentId": 0,
"scrollX": 1081.3333333333333,
"scrollY": 599.3333333333334
},
{
"id": 6,
"expanded": false,
"name": "裁判所",
"order": 8,
"parentId": 0,
"scrollX": 1069.3333333333333,
"scrollY": 1280.6666666666667
},
{
"id": 7,
"expanded": false,
"name": "馬車の中",
"order": 9,
"parentId": 0,
"scrollX": 1069.3333333333333,
"scrollY": 587.3333333333334
},
{
"id": 8,
"expanded": true,
"name": "牢屋",
"order": 12,
"parentId": 0,
"scrollX": 1216.5,
"scrollY": 686.25
},
{
"id": 9,
"expanded": false,
"name": "食堂",
"order": 19,
"parentId": 0,
"scrollX": 1309.5,
"scrollY": 734.25,
"quick": true
},
{
"id": 10,
"expanded": false,
"name": "所長室",
"order": 20,
"parentId": 0,
"scrollX": 761.3333333333334,
"scrollY": 610
},
{
"id": 11,
"expanded": true,
"name": "洗濯室",
"order": 17,
"parentId": 0,
"scrollX": 761.3333333333334,
"scrollY": 624.6666666666666
},
{
"id": 12,
"expanded": true,
"name": "精神病棟",
"order": 27,
"parentId": 0,
"scrollX": 1203,
"scrollY": 660.75
},
{
"id": 13,
"expanded": false,
"name": "刑務室",
"order": 21,
"parentId": 0,
"scrollX": 761.3333333333334,
"scrollY": 656.6666666666666
},
{
"id": 14,
"expanded": false,
"name": "運動場",
"order": 15,
"parentId": 0,
"scrollX": 2094,
"scrollY": 990.75
},
{
"id": 15,
"expanded": true,
"name": "一般房側通路",
"order": 23,
"parentId": 0,
"scrollX": 1069.3333333333333,
"scrollY": 587.3333333333334
},
{
"id": 16,
"expanded": false,
"name": "懲罰房側通路",
"order": 22,
"parentId": 0,
"scrollX": 1069.3333333333333,
"scrollY": 587.3333333333334
},
{
"id": 17,
"expanded": false,
"name": "懲罰房",
"order": 14,
"parentId": 0,
"scrollX": 1810.6666666666667,
"scrollY": 699.3333333333334
},
{
"id": 18,
"expanded": false,
"name": "精神病棟付近広場",
"order": 24,
"parentId": 0,
"scrollX": 1486.5,
"scrollY": 2267.25
},
{
"id": 19,
"expanded": true,
"name": "中庭",
"order": 25,
"parentId": 0,
"scrollX": 1069.3333333333333,
"scrollY": 2052.6666666666665
},
{
"id": 20,
"expanded": false,
"name": "倉庫階段",
"order": 13,
"parentId": 8,
"scrollX": 1069.3333333333333,
"scrollY": 1136.6666666666667
},
{
"id": 21,
"expanded": false,
"name": "作業所",
"order": 39,
"parentId": 0,
"scrollX": 1069.3333333333333,
"scrollY": 587.3333333333334
},
{
"id": 22,
"expanded": false,
"name": "テストルーム",
"order": 41,
"parentId": 0,
"scrollX": 1203,
"scrollY": 672.75
},
{
"id": 23,
"expanded": true,
"name": "patimon",
"order": 16,
"parentId": 14,
"scrollX": 2758.6666666666665,
"scrollY": 1980.6666666666667
},
{
"id": 24,
"expanded": true,
"name": "イベント用",
"order": 43,
"parentId": 0,
"scrollX": 810,
"scrollY": 982.5
},
{
"id": 25,
"expanded": false,
"name": "CG用",
"order": 44,
"parentId": 24,
"scrollX": 1216.5,
"scrollY": 674.25
},
{
"id": 26,
"expanded": false,
"name": "取り調べ室",
"order": 46,
"parentId": 0,
"scrollX": 1216.5,
"scrollY": 674.25
},
{
"id": 27,
"expanded": true,
"name": "裏庭",
"order": 47,
"parentId": 0,
"scrollX": 1215,
"scrollY": 2193.75
},
{
"id": 28,
"expanded": true,
"name": "沼地",
"order": 50,
"parentId": 0,
"scrollX": 1080,
"scrollY": 980.6666666666666
},
{
"id": 29,
"expanded": true,
"name": "武器庫",
"order": 48,
"parentId": 27,
"scrollX": 1069.3333333333333,
"scrollY": 587.3333333333334
},
{
"id": 30,
"expanded": false,
"name": "テント1",
"order": 49,
"parentId": 27,
"scrollX": 761.3333333333334,
"scrollY": 541.3333333333334
},
{
"id": 31,
"expanded": false,
"name": "テント2",
"order": 51,
"parentId": 28,
"scrollX": 1069.3333333333333,
"scrollY": 598
},
{
"id": 32,
"expanded": true,
"name": "グリーンレム広場",
"order": 52,
"parentId": 0,
"scrollX": 1215,
"scrollY": 1727.25
},
{
"id": 33,
"expanded": false,
"name": "ホワイトサン草原",
"order": 54,
"parentId": 0,
"scrollX": 1215,
"scrollY": 1725.5
},
{
"id": 34,
"expanded": true,
"name": "ブラディオ湿地",
"order": 55,
"parentId": 0,
"scrollX": 810,
"scrollY": 2829.5
},
{
"id": 35,
"expanded": false,
"name": "教会",
"order": 53,
"parentId": 32,
"scrollX": 1215,
"scrollY": 686.25
},
{
"id": 36,
"expanded": true,
"name": "学校廊下",
"order": 2,
"parentId": 2,
"scrollX": 1216,
"scrollY": 598
},
{
"id": 37,
"expanded": true,
"name": "たみー学校1",
"order": 3,
"parentId": 36,
"scrollX": 1080,
"scrollY": 587.3333333333334
},
{
"id": 38,
"expanded": true,
"name": "だみー学校2",
"order": 4,
"parentId": 36,
"scrollX": 1080,
"scrollY": 587.3333333333334
},
{
"id": 39,
"expanded": true,
"name": "だみー学校3",
"order": 5,
"parentId": 36,
"scrollX": 962.4,
"scrollY": 538.1999999999999
},
{
"id": 40,
"expanded": false,
"name": "男子トイレ",
"order": 6,
"parentId": 36,
"scrollX": 973.1999999999999,
"scrollY": 549
},
{
"id": 41,
"expanded": false,
"name": "女子トイレ",
"order": 7,
"parentId": 36,
"scrollX": 890.1818181818182,
"scrollY": 479.4545454545455
},
{
"id": 42,
"expanded": false,
"name": "医務室",
"order": 57,
"parentId": 0,
"scrollX": 1080,
"scrollY": 650
},
{
"id": 43,
"expanded": false,
"name": "op",
"order": 58,
"parentId": 0,
"scrollX": 1203,
"scrollY": 660.75
},
{
"id": 44,
"expanded": false,
"name": "風呂場",
"order": 18,
"parentId": 11,
"scrollX": 761.3333333333334,
"scrollY": 598
},
{
"id": 45,
"expanded": false,
"name": "スティングス湖畔",
"order": 56,
"parentId": 0,
"scrollX": 1552,
"scrollY": 3387.5,
"quick": false
},
{
"id": 46,
"expanded": false,
"name": "刑務作業中断",
"order": 45,
"parentId": 24,
"scrollX": 1069.3333333333333,
"scrollY": 587.3333333333334,
"quick": false
},
{
"id": 47,
"expanded": true,
"name": "キチガイ病棟A",
"order": 28,
"parentId": 12,
"scrollX": 1069.3333333333333,
"scrollY": 587.3333333333334,
"quick": false
},
{
"id": 48,
"expanded": true,
"name": "キチガイ病棟B",
"order": 29,
"parentId": 12,
"scrollX": 1069.3333333333333,
"scrollY": 598,
"quick": false
},
{
"id": 49,
"expanded": false,
"name": "事務室A",
"order": 30,
"parentId": 12,
"scrollX": 1069.3333333333333,
"scrollY": 587.3333333333334,
"quick": false
},
{
"id": 50,
"expanded": false,
"name": "事務室B",
"order": 31,
"parentId": 12,
"scrollX": 973.1999999999999,
"scrollY": 549,
"quick": false
},
{
"id": 51,
"expanded": false,
"name": "鍵部屋",
"order": 32,
"parentId": 12,
"scrollX": 962.4,
"scrollY": 538.1999999999999,
"quick": false
},
{
"id": 52,
"expanded": false,
"name": "事務室C",
"order": 33,
"parentId": 12,
"scrollX": 973.1999999999999,
"scrollY": 549,
"quick": false
},
{
"id": 53,
"expanded": false,
"name": "キチガイ倉庫",
"order": 34,
"parentId": 12,
"scrollX": 1081.3333333333333,
"scrollY": 599.3333333333334,
"quick": false
},
{
"id": 54,
"expanded": false,
"name": "廃坑",
"order": 35,
"parentId": 12,
"scrollX": 1216.5,
"scrollY": 677.25,
"quick": false
},
{
"id": 55,
"expanded": true,
"name": "ウエストエンド洞窟",
"order": 61,
"parentId": 0,
"scrollX": 1224,
"scrollY": 2454.75,
"quick": false
},
{
"id": 56,
"expanded": true,
"name": "面会室",
"order": 42,
"parentId": 0,
"scrollX": 761.3333333333334,
"scrollY": 624.6666666666666
},
{
"id": 57,
"expanded": false,
"name": "死刑囚休憩室",
"order": 59,
"parentId": 0,
"scrollX": 1069.3333333333333,
"scrollY": 598,
"quick": false
},
{
"id": 58,
"expanded": true,
"name": "パチもん0F",
"order": 62,
"parentId": 55,
"scrollX": 1069.3333333333333,
"scrollY": 896.6666666666666,
"quick": false
},
{
"id": 59,
"expanded": true,
"name": "ウエスト2F",
"order": 63,
"parentId": 55,
"scrollX": 816,
"scrollY": 624,
"quick": false
},
{
"id": 60,
"expanded": true,
"name": "ウエスト3F",
"order": 64,
"parentId": 55,
"scrollX": 1203,
"scrollY": 660.75,
"quick": false
},
{
"id": 61,
"expanded": true,
"name": "ウエスト4F",
"order": 65,
"parentId": 55,
"scrollX": 810,
"scrollY": 502.5,
"quick": false
},
{
"id": 62,
"expanded": false,
"name": "ウエスト5F",
"order": 66,
"parentId": 55,
"scrollX": 893.4545454545455,
"scrollY": 601.6363636363636,
"quick": false
},
{
"id": 63,
"expanded": false,
"name": "ニコの花畑",
"order": 60,
"parentId": 0,
"scrollX": 1092,
"scrollY": 1096.6666666666667,
"quick": false
},
{
"id": 64,
"expanded": true,
"name": "ベンズ密林",
"order": 67,
"parentId": 0,
"scrollX": 1216.5,
"scrollY": 3030.75,
"quick": false
},
{
"id": 65,
"expanded": false,
"name": "エレベーターのある梯子",
"order": 36,
"parentId": 12,
"scrollX": 816,
"scrollY": 624,
"quick": false
},
{
"id": 66,
"expanded": false,
"name": "エレベーター",
"order": 37,
"parentId": 12,
"scrollX": 1081.3333333333333,
"scrollY": 599.3333333333334,
"quick": false
},
{
"id": 67,
"expanded": false,
"name": "エレベーターの中",
"order": 38,
"parentId": 12,
"scrollX": 1069.3333333333333,
"scrollY": 587.3333333333334,
"quick": false
},
{
"id": 68,
"expanded": false,
"name": "ベンズ民家",
"order": 68,
"parentId": 64,
"scrollX": 1216.5,
"scrollY": 674.25,
"quick": false
},
{
"id": 69,
"expanded": false,
"name": "オータールの街",
"order": 69,
"parentId": 0,
"scrollX": 1203,
"scrollY": 672.5,
"quick": false
},
{
"id": 70,
"expanded": false,
"name": "酒場",
"order": 70,
"parentId": 0,
"scrollX": 810,
"scrollY": 449.5,
"quick": false
},
{
"id": 71,
"expanded": false,
"name": "サニー諸島",
"order": 71,
"parentId": 0,
"scrollX": 2443.5,
"scrollY": 3191.25,
"quick": false
},
{
"id": 72,
"expanded": false,
"name": "軍倉庫",
"order": 72,
"parentId": 0,
"scrollX": 918.6666666666666,
"scrollY": 674,
"quick": false
},
{
"id": 73,
"expanded": false,
"name": "避難街",
"order": 73,
"parentId": 0,
"scrollX": 918.6666666666666,
"scrollY": 672.6666666666666,
"quick": false
},
{
"id": 74,
"expanded": false,
"name": "武器屋",
"order": 74,
"parentId": 0,
"scrollX": 761.3333333333334,
"scrollY": 516.6666666666666,
"quick": false
},
{
"id": 75,
"expanded": false,
"name": "ラストダンジョン",
"order": 75,
"parentId": 0,
"scrollX": 772,
"scrollY": 716.6666666666666,
"quick": false
}
]

12408
data/Skills.json Normal file

File diff suppressed because it is too large Load diff

2773
data/States.json Normal file

File diff suppressed because it is too large Load diff

1277
data/System.json Normal file

File diff suppressed because it is too large Load diff

232715
data/Tilesets.json Normal file

File diff suppressed because it is too large Load diff

4477
data/Troops.json Normal file

File diff suppressed because it is too large Load diff

3593
data/Weapons.json Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,99 @@
{
"Version": 3,
"Parameters": [
{
"Id": "ParamAngleZ",
"GroupId": "",
"Name": "角度 Z"
},
{
"Id": "ParamTears",
"GroupId": "",
"Name": "お涙ちょうだいってか??"
},
{
"Id": "ParamEyeOpen",
"GroupId": "",
"Name": "目 開閉"
},
{
"Id": "ParamVariousEyes",
"GroupId": "",
"Name": "様々なお目々"
},
{
"Id": "ParamEyeBallY",
"GroupId": "",
"Name": "目玉 Y"
},
{
"Id": "ParamBrowForm",
"GroupId": "",
"Name": "眉 変形"
},
{
"Id": "ParamMouthForm",
"GroupId": "",
"Name": "口 変形"
},
{
"Id": "ParamMouthOpenY",
"GroupId": "",
"Name": "口 開閉"
},
{
"Id": "Paramnngimoddilili",
"GroupId": "",
"Name": "ンギモッヂイイ"
},
{
"Id": "Param1919",
"GroupId": "",
"Name": "1919"
},
{
"Id": "ParamBreath",
"GroupId": "",
"Name": "呼吸"
},
{
"Id": "ParamBodyAngleY",
"GroupId": "",
"Name": "体の回転 Y"
},
{
"Id": "ParamBodyAngleZ",
"GroupId": "",
"Name": "体の回転 Z"
},
{
"Id": "ParamOppao",
"GroupId": "",
"Name": "おっぱお"
},
{
"Id": "ParamNUGE",
"GroupId": "",
"Name": "ダメージ~全裸になれ!!!"
}
],
"ParameterGroups": [],
"Parts": [
{
"Id": "Part5",
"Name": "Aria.psd対応無し"
},
{
"Id": "Part",
"Name": "本画"
},
{
"Id": "Part3",
"Name": "本画"
},
{
"Id": "Part2",
"Name": "目口特殊"
}
]
}

View file

@ -0,0 +1,210 @@
{
"Version": 3,
"FileReferences": {
"Moc": "Aria.moc3",
"Textures": [
"Aria.2048/texture_00.png"
],
"DisplayInfo": "Aria.cdi3.json",
"Motions": {
"Idle": [
{
"File": "motions/D1_noumen.motion3.json"
},
{
"File": "motions/D2_noumen.motion3.json"
},
{
"File": "motions/H_noumen.motion3.json"
},
{
"File": "motions/Warau_01.motion3.json"
},
{
"File": "motions/D1_Warau_01.motion3.json"
},
{
"File": "motions/D2_Warau_01.motion3.json"
},
{
"File": "motions/H_Warau_01.motion3.json"
},
{
"File": "motions/Warau_02.motion3.json"
},
{
"File": "motions/D1_Warau_02.motion3.json"
},
{
"File": "motions/D2_Warau_02.motion3.json"
},
{
"File": "motions/H_Warau_02.motion3.json"
},
{
"File": "motions/Warau_03.motion3.json"
},
{
"File": "motions/D1_Warau_03.motion3.json"
},
{
"File": "motions/D2_Warau_03.motion3.json"
},
{
"File": "motions/H_Warau_03.motion3.json"
},
{
"File": "motions/Warau_05.motion3.json"
},
{
"File": "motions/D1_Warau_05.motion3.json"
},
{
"File": "motions/D2_Warau_05.motion3.json"
},
{
"File": "motions/H_Warau_05.motion3.json"
},
{
"File": "motions/noumen.motion3.json"
},
{
"File": "motions/Oko_01.motion3.json"
},
{
"File": "motions/D1_Oko_01.motion3.json"
},
{
"File": "motions/D2_Oko_01.motion3.json"
},
{
"File": "motions/H_Oko_01.motion3.json"
},
{
"File": "motions/Oko_02.motion3.json"
},
{
"File": "motions/D1_Oko_02.motion3.json"
},
{
"File": "motions/D2_Oko_02.motion3.json"
},
{
"File": "motions/H_Oko_02.motion3.json"
},
{
"File": "motions/Oko_03.motion3.json"
},
{
"File": "motions/D1_Oko_03.motion3.json"
},
{
"File": "motions/D2_Oko_03.motion3.json"
},
{
"File": "motions/H_Oko_03.motion3.json"
},
{
"File": "motions/Bikkuri01.motion3.json"
},
{
"File": "motions/D1_Bikkuri01.motion3.json"
},
{
"File": "motions/D2_Bikkuri01.motion3.json"
},
{
"File": "motions/H_Bikkuri01.motion3.json"
},
{
"File": "motions/Komaru01.motion3.json"
},
{
"File": "motions/D1_Komaru01.motion3.json"
},
{
"File": "motions/D2_Komaru01.motion3.json"
},
{
"File": "motions/H_Komaru01.motion3.json"
},
{
"File": "motions/Komaru02.motion3.json"
},
{
"File": "motions/D1_Komaru02.motion3.json"
},
{
"File": "motions/D2_Komaru02.motion3.json"
},
{
"File": "motions/H_Komaru02.motion3.json"
},
{
"File": "motions/Tere01.motion3.json"
},
{
"File": "motions/D1_Tere01.motion3.json"
},
{
"File": "motions/D2_Tere01.motion3.json"
},
{
"File": "motions/H_Tere01.motion3.json"
},
{
"File": "motions/Tere02.motion3.json"
},
{
"File": "motions/D2_Tere02.motion3.json"
},
{
"File": "motions/D1_Tere02.motion3.json"
},
{
"File": "motions/H_Tere02.motion3.json"
},
{
"File": "motions/Tere03.motion3.json"
},
{
"File": "motions/D1_Tere03.motion3.json"
},
{
"File": "motions/D2_Tere03.motion3.json"
},
{
"File": "motions/H_Tere03.motion3.json"
},
{
"File": "motions/KomariWarai.motion3.json"
},
{
"File": "motions/D1_KomariWarai.motion3.json"
},
{
"File": "motions/D2_KomariWarai.motion3.json"
},
{
"File": "motions/H_KomariWarai.motion3.json"
},
{
"File": "motions/1919.motion3.json"
}
]
}
},
"Groups": [
{
"Target": "Parameter",
"Name": "LipSync",
"Ids": []
},
{
"Target": "Parameter",
"Name": "EyeBlink",
"Ids": []
}
],
"HitAreas": []
}

View file

@ -0,0 +1,697 @@
{
"Version": 3,
"Meta": {
"Duration": 3.333,
"Fps": 30.0,
"Loop": true,
"AreBeziersRestricted": true,
"CurveCount": 16,
"TotalSegmentCount": 79,
"TotalPointCount": 253,
"UserDataCount": 0,
"TotalUserDataSize": 0
},
"Curves": [
{
"Target": "Parameter",
"Id": "ParamAngleZ",
"Segments": [
0,
0,
1,
0.111,
0,
0.222,
-6,
0.333,
-6,
1,
0.444,
-6,
0.556,
30,
0.667,
30,
1,
1.556,
30,
2.444,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamTears",
"Segments": [
0,
1,
1,
1.111,
1,
2.222,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "ParamEyeOpen",
"Segments": [
0,
0,
1,
0.111,
0,
0.222,
0,
0.333,
0,
1,
0.389,
0,
0.444,
1,
0.5,
1,
1,
0.889,
1,
1.278,
1,
1.667,
1,
1,
2.222,
1,
2.778,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "ParamVariousEyes",
"Segments": [
0,
-1,
1,
1.111,
-1,
2.222,
-1,
3.333,
-1
]
},
{
"Target": "Parameter",
"Id": "ParamEyeBallY",
"Segments": [
0,
0,
1,
0.033,
0,
0.067,
0.1,
0.1,
0.1,
1,
0.133,
0.1,
0.167,
0,
0.2,
0,
1,
0.233,
0,
0.267,
0.1,
0.3,
0.1,
1,
0.333,
0.1,
0.367,
0,
0.4,
0,
1,
0.433,
0,
0.467,
0.1,
0.5,
0.1,
1,
0.533,
0.1,
0.567,
0,
0.6,
0,
1,
0.633,
0,
0.667,
0.1,
0.7,
0.1,
1,
0.733,
0.1,
0.767,
0,
0.8,
0,
1,
0.833,
0,
0.867,
0.1,
0.9,
0.1,
1,
0.933,
0.1,
0.967,
0,
1,
0,
1,
1.033,
0,
1.067,
0.1,
1.1,
0.1,
1,
1.133,
0.1,
1.167,
0,
1.2,
0,
1,
1.233,
0,
1.267,
0.1,
1.3,
0.1,
1,
1.333,
0.1,
1.367,
0,
1.4,
0,
1,
1.433,
0,
1.467,
0.1,
1.5,
0.1,
1,
1.544,
0.1,
1.589,
0,
1.633,
0,
1,
1.667,
0,
1.7,
0.1,
1.733,
0.1,
1,
1.767,
0.1,
1.8,
0,
1.833,
0,
1,
1.867,
0,
1.9,
0.1,
1.933,
0.1,
1,
1.967,
0.1,
2,
0,
2.033,
0,
1,
2.067,
0,
2.1,
0.1,
2.133,
0.1,
1,
2.167,
0.1,
2.2,
0,
2.233,
0,
1,
2.267,
0,
2.3,
0.1,
2.333,
0.1,
1,
2.367,
0.1,
2.4,
0,
2.433,
0,
1,
2.467,
0,
2.5,
0.1,
2.533,
0.1,
1,
2.567,
0.1,
2.6,
0,
2.633,
0,
1,
2.667,
0,
2.7,
0.1,
2.733,
0.1,
1,
2.767,
0.1,
2.8,
0,
2.833,
0,
1,
2.867,
0,
2.9,
0.1,
2.933,
0.1,
1,
2.967,
0.1,
3,
0,
3.033,
0,
1,
3.067,
0,
3.1,
0.1,
3.133,
0.1,
1,
3.167,
0.1,
3.2,
-0.1,
3.233,
-0.1,
1,
3.267,
-0.1,
3.3,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBrowForm",
"Segments": [
0,
-1,
1,
1.111,
-1,
2.222,
-1,
3.333,
-1
]
},
{
"Target": "Parameter",
"Id": "ParamMouthForm",
"Segments": [
0,
0,
1,
0.111,
0,
0.222,
1,
0.333,
1,
1,
0.389,
1,
0.444,
1,
0.5,
1,
1,
0.889,
1,
1.278,
1,
1.667,
1,
1,
1.889,
1,
2.111,
0.8,
2.333,
0.8,
1,
2.667,
0.8,
3,
0.8,
3.333,
0.8
]
},
{
"Target": "Parameter",
"Id": "ParamMouthOpenY",
"Segments": [
0,
0,
1,
0.111,
0,
0.222,
0,
0.333,
0,
1,
0.389,
0,
0.444,
1,
0.5,
1,
1,
1.444,
1,
2.389,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "Paramnngimoddilili",
"Segments": [
0,
1,
1,
1.111,
1,
2.222,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "Param1919",
"Segments": [
0,
0,
1,
0.611,
0,
1.222,
0.156,
1.833,
0.6,
1,
2.111,
0.802,
2.389,
1,
2.667,
1,
1,
2.889,
1,
3.111,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "ParamBreath",
"Segments": [
0,
0,
1,
0.389,
0,
0.778,
0.661,
1.167,
0.9,
1,
1.389,
1,
1.611,
1,
1.833,
1,
1,
2.333,
1,
2.833,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleY",
"Segments": [
0,
0,
1,
0.111,
0,
0.222,
-7,
0.333,
-7,
1,
0.444,
-7,
0.556,
10,
0.667,
10,
1,
1.056,
10,
1.444,
0,
1.833,
0,
1,
2.111,
0,
2.389,
0,
2.667,
0,
1,
2.889,
0,
3.111,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleZ",
"Segments": [
0,
0,
1,
0.167,
0,
0.333,
-10,
0.5,
-10,
1,
0.722,
-10,
0.944,
10,
1.167,
10,
1,
1.333,
10,
1.5,
-6,
1.667,
-6,
1,
1.889,
-6,
2.111,
7,
2.333,
7,
1,
2.556,
7,
2.778,
0,
3,
0,
1,
3.111,
0,
3.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamHair",
"Segments": [
0,
0,
1,
0.278,
0,
0.556,
-0.7,
0.833,
-0.7,
1,
1.333,
-0.7,
1.833,
0.5,
2.333,
0.5,
1,
2.667,
0.5,
3,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamOppao",
"Segments": [
0,
0,
1,
0.222,
0,
0.444,
0,
0.667,
0,
1,
0.889,
0,
1.111,
1,
1.333,
1,
1,
1.556,
1,
1.778,
0,
2,
0,
1,
2.167,
0,
2.333,
0.3,
2.5,
0.3,
1,
2.667,
0.3,
2.833,
0,
3,
0,
1,
3.111,
0,
3.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamNUGE",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
}
]
}

View file

@ -0,0 +1,564 @@
{
"Version": 3,
"Meta": {
"Duration": 3.333,
"Fps": 30.0,
"Loop": true,
"AreBeziersRestricted": true,
"CurveCount": 16,
"TotalSegmentCount": 60,
"TotalPointCount": 196,
"UserDataCount": 0,
"TotalUserDataSize": 0
},
"Curves": [
{
"Target": "Parameter",
"Id": "ParamAngleZ",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamTears",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamEyeOpen",
"Segments": [
0,
1,
1,
1.111,
1,
2.222,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "ParamVariousEyes",
"Segments": [
0,
1,
1,
1.111,
1,
2.222,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "ParamEyeBallY",
"Segments": [
0,
0,
1,
0.033,
0,
0.067,
0.1,
0.1,
0.1,
1,
0.133,
0.1,
0.167,
0,
0.2,
0,
1,
0.233,
0,
0.267,
0.1,
0.3,
0.1,
1,
0.333,
0.1,
0.367,
0,
0.4,
0,
1,
0.433,
0,
0.467,
0.1,
0.5,
0.1,
1,
0.533,
0.1,
0.567,
0,
0.6,
0,
1,
0.633,
0,
0.667,
0.1,
0.7,
0.1,
1,
0.733,
0.1,
0.767,
0,
0.8,
0,
1,
0.833,
0,
0.867,
0.1,
0.9,
0.1,
1,
0.933,
0.1,
0.967,
0,
1,
0,
1,
1.033,
0,
1.067,
0.1,
1.1,
0.1,
1,
1.133,
0.1,
1.167,
0,
1.2,
0,
1,
1.233,
0,
1.267,
0.1,
1.3,
0.1,
1,
1.333,
0.1,
1.367,
0,
1.4,
0,
1,
1.433,
0,
1.467,
0.1,
1.5,
0.1,
1,
1.544,
0.1,
1.589,
0,
1.633,
0,
1,
1.667,
0,
1.7,
0.1,
1.733,
0.1,
1,
1.767,
0.1,
1.8,
0,
1.833,
0,
1,
1.867,
0,
1.9,
0.1,
1.933,
0.1,
1,
1.967,
0.1,
2,
0,
2.033,
0,
1,
2.067,
0,
2.1,
0.1,
2.133,
0.1,
1,
2.167,
0.1,
2.2,
0,
2.233,
0,
1,
2.267,
0,
2.3,
0.1,
2.333,
0.1,
1,
2.367,
0.1,
2.4,
0,
2.433,
0,
1,
2.467,
0,
2.5,
0.1,
2.533,
0.1,
1,
2.567,
0.1,
2.6,
0,
2.633,
0,
1,
2.667,
0,
2.7,
0.1,
2.733,
0.1,
1,
2.767,
0.1,
2.8,
0,
2.833,
0,
1,
2.867,
0,
2.9,
0.1,
2.933,
0.1,
1,
2.967,
0.1,
3,
0,
3.033,
0,
1,
3.067,
0,
3.1,
0.1,
3.133,
0.1,
1,
3.167,
0.1,
3.2,
-0.1,
3.233,
-0.1,
1,
3.267,
-0.1,
3.3,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBrowForm",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamMouthForm",
"Segments": [
0,
0.5,
1,
1.111,
0.5,
2.222,
0.5,
3.333,
0.5
]
},
{
"Target": "Parameter",
"Id": "ParamMouthOpenY",
"Segments": [
0,
1,
1,
1.111,
1,
2.222,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "Paramnngimoddilili",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "Param1919",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBreath",
"Segments": [
0,
0,
1,
0.389,
0,
0.778,
0.661,
1.167,
0.9,
1,
1.389,
1,
1.611,
1,
1.833,
1,
1,
2.333,
1,
2.833,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleY",
"Segments": [
0,
0,
1,
0.278,
0,
0.556,
2.174,
0.833,
3,
1,
1.167,
3.991,
1.5,
4,
1.833,
4,
1,
2.111,
4,
2.389,
0,
2.667,
0,
1,
2.889,
0,
3.111,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleZ",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamHair",
"Segments": [
0,
0,
1,
0.278,
0,
0.556,
-0.7,
0.833,
-0.7,
1,
1.333,
-0.7,
1.833,
0.5,
2.333,
0.5,
1,
2.667,
0.5,
3,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamOppao",
"Segments": [
0,
0,
1,
0.222,
0,
0.444,
0,
0.667,
0,
1,
0.889,
0,
1.111,
1,
1.333,
1,
1,
1.556,
1,
1.778,
0,
2,
0,
1,
2.167,
0,
2.333,
0.3,
2.5,
0.3,
1,
2.667,
0.3,
2.833,
0,
3,
0,
1,
3.111,
0,
3.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamNUGE",
"Segments": [
0,
1,
1,
1.111,
1,
2.222,
1,
3.333,
1
]
}
]
}

View file

@ -0,0 +1,564 @@
{
"Version": 3,
"Meta": {
"Duration": 3.333,
"Fps": 30.0,
"Loop": true,
"AreBeziersRestricted": true,
"CurveCount": 16,
"TotalSegmentCount": 60,
"TotalPointCount": 196,
"UserDataCount": 0,
"TotalUserDataSize": 0
},
"Curves": [
{
"Target": "Parameter",
"Id": "ParamAngleZ",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamTears",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamEyeOpen",
"Segments": [
0,
1,
1,
1.111,
1,
2.222,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "ParamVariousEyes",
"Segments": [
0,
1,
1,
1.111,
1,
2.222,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "ParamEyeBallY",
"Segments": [
0,
0,
1,
0.033,
0,
0.067,
0.1,
0.1,
0.1,
1,
0.133,
0.1,
0.167,
0,
0.2,
0,
1,
0.233,
0,
0.267,
0.1,
0.3,
0.1,
1,
0.333,
0.1,
0.367,
0,
0.4,
0,
1,
0.433,
0,
0.467,
0.1,
0.5,
0.1,
1,
0.533,
0.1,
0.567,
0,
0.6,
0,
1,
0.633,
0,
0.667,
0.1,
0.7,
0.1,
1,
0.733,
0.1,
0.767,
0,
0.8,
0,
1,
0.833,
0,
0.867,
0.1,
0.9,
0.1,
1,
0.933,
0.1,
0.967,
0,
1,
0,
1,
1.033,
0,
1.067,
0.1,
1.1,
0.1,
1,
1.133,
0.1,
1.167,
0,
1.2,
0,
1,
1.233,
0,
1.267,
0.1,
1.3,
0.1,
1,
1.333,
0.1,
1.367,
0,
1.4,
0,
1,
1.433,
0,
1.467,
0.1,
1.5,
0.1,
1,
1.544,
0.1,
1.589,
0,
1.633,
0,
1,
1.667,
0,
1.7,
0.1,
1.733,
0.1,
1,
1.767,
0.1,
1.8,
0,
1.833,
0,
1,
1.867,
0,
1.9,
0.1,
1.933,
0.1,
1,
1.967,
0.1,
2,
0,
2.033,
0,
1,
2.067,
0,
2.1,
0.1,
2.133,
0.1,
1,
2.167,
0.1,
2.2,
0,
2.233,
0,
1,
2.267,
0,
2.3,
0.1,
2.333,
0.1,
1,
2.367,
0.1,
2.4,
0,
2.433,
0,
1,
2.467,
0,
2.5,
0.1,
2.533,
0.1,
1,
2.567,
0.1,
2.6,
0,
2.633,
0,
1,
2.667,
0,
2.7,
0.1,
2.733,
0.1,
1,
2.767,
0.1,
2.8,
0,
2.833,
0,
1,
2.867,
0,
2.9,
0.1,
2.933,
0.1,
1,
2.967,
0.1,
3,
0,
3.033,
0,
1,
3.067,
0,
3.1,
0.1,
3.133,
0.1,
1,
3.167,
0.1,
3.2,
-0.1,
3.233,
-0.1,
1,
3.267,
-0.1,
3.3,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBrowForm",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamMouthForm",
"Segments": [
0,
0.5,
1,
1.111,
0.5,
2.222,
0.5,
3.333,
0.5
]
},
{
"Target": "Parameter",
"Id": "ParamMouthOpenY",
"Segments": [
0,
1,
1,
1.111,
1,
2.222,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "Paramnngimoddilili",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "Param1919",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBreath",
"Segments": [
0,
0,
1,
0.389,
0,
0.778,
0.661,
1.167,
0.9,
1,
1.389,
1,
1.611,
1,
1.833,
1,
1,
2.333,
1,
2.833,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleY",
"Segments": [
0,
0,
1,
0.278,
0,
0.556,
2.174,
0.833,
3,
1,
1.167,
3.991,
1.5,
4,
1.833,
4,
1,
2.111,
4,
2.389,
0,
2.667,
0,
1,
2.889,
0,
3.111,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleZ",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamHair",
"Segments": [
0,
0,
1,
0.278,
0,
0.556,
-0.7,
0.833,
-0.7,
1,
1.333,
-0.7,
1.833,
0.5,
2.333,
0.5,
1,
2.667,
0.5,
3,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamOppao",
"Segments": [
0,
0,
1,
0.222,
0,
0.444,
0,
0.667,
0,
1,
0.889,
0,
1.111,
1,
1.333,
1,
1,
1.556,
1,
1.778,
0,
2,
0,
1,
2.167,
0,
2.333,
0.3,
2.5,
0.3,
1,
2.667,
0.3,
2.833,
0,
3,
0,
1,
3.111,
0,
3.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamNUGE",
"Segments": [
0,
0.75,
1,
1.111,
0.75,
2.222,
0.75,
3.333,
0.75
]
}
]
}

View file

@ -0,0 +1,298 @@
{
"Version": 3,
"Meta": {
"Duration": 3.333,
"Fps": 30.0,
"Loop": true,
"AreBeziersRestricted": true,
"CurveCount": 16,
"TotalSegmentCount": 22,
"TotalPointCount": 82,
"UserDataCount": 0,
"TotalUserDataSize": 0
},
"Curves": [
{
"Target": "Parameter",
"Id": "ParamAngleZ",
"Segments": [
0,
0,
1,
0.167,
0,
0.333,
10,
0.5,
10,
1,
0.767,
10,
1.033,
-5,
1.3,
-5,
1,
1.978,
-5,
2.656,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamTears",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamEyeOpen",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamVariousEyes",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamEyeBallY",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBrowForm",
"Segments": [
0,
-1,
1,
1.111,
-1,
2.222,
-1,
3.333,
-1
]
},
{
"Target": "Parameter",
"Id": "ParamMouthForm",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamMouthOpenY",
"Segments": [
0,
1,
1,
1.111,
1,
2.222,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "Paramnngimoddilili",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "Param1919",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBreath",
"Segments": [
0,
0,
1,
0.389,
0,
0.778,
0.661,
1.167,
0.9,
1,
1.389,
1,
1.611,
1,
1.833,
1,
1,
2.333,
1,
2.833,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleY",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleZ",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamHair",
"Segments": [
0,
0,
1,
0.278,
0,
0.556,
-0.7,
0.833,
-0.7,
1,
1.333,
-0.7,
1.833,
0.5,
2.333,
0.5,
1,
2.667,
0.5,
3,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamOppao",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamNUGE",
"Segments": [
0,
0.75,
1,
1.111,
0.75,
2.222,
0.75,
3.333,
0.75
]
}
]
}

View file

@ -0,0 +1,333 @@
{
"Version": 3,
"Meta": {
"Duration": 3.333,
"Fps": 30.0,
"Loop": true,
"AreBeziersRestricted": true,
"CurveCount": 16,
"TotalSegmentCount": 27,
"TotalPointCount": 97,
"UserDataCount": 0,
"TotalUserDataSize": 0
},
"Curves": [
{
"Target": "Parameter",
"Id": "ParamAngleZ",
"Segments": [
0,
0,
1,
0.278,
0,
0.556,
-2,
0.833,
-2,
1,
1.278,
-2,
1.722,
5,
2.167,
5,
1,
2.556,
5,
2.944,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamTears",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamEyeOpen",
"Segments": [
0,
1,
1,
0.222,
1,
0.444,
1,
0.667,
1,
1,
0.722,
1,
0.778,
0,
0.833,
0,
1,
0.889,
0,
0.944,
1,
1,
1,
1,
1.056,
1,
1.111,
0,
1.167,
0,
1,
1.222,
0,
1.278,
1,
1.333,
1,
1,
2,
1,
2.667,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "ParamVariousEyes",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamEyeBallY",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBrowForm",
"Segments": [
0,
-0.5,
1,
1.111,
-0.5,
2.222,
-0.5,
3.333,
-0.5
]
},
{
"Target": "Parameter",
"Id": "ParamMouthForm",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamMouthOpenY",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "Paramnngimoddilili",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "Param1919",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBreath",
"Segments": [
0,
0,
1,
0.389,
0,
0.778,
0.661,
1.167,
0.9,
1,
1.389,
1,
1.611,
1,
1.833,
1,
1,
2.333,
1,
2.833,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleY",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleZ",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamHair",
"Segments": [
0,
0,
1,
0.278,
0,
0.556,
-0.7,
0.833,
-0.7,
1,
1.333,
-0.7,
1.833,
0.5,
2.333,
0.5,
1,
2.667,
0.5,
3,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamOppao",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamNUGE",
"Segments": [
0,
0.75,
1,
1.111,
0.75,
2.222,
0.75,
3.333,
0.75
]
}
]
}

View file

@ -0,0 +1,333 @@
{
"Version": 3,
"Meta": {
"Duration": 3.333,
"Fps": 30.0,
"Loop": true,
"AreBeziersRestricted": true,
"CurveCount": 16,
"TotalSegmentCount": 27,
"TotalPointCount": 97,
"UserDataCount": 0,
"TotalUserDataSize": 0
},
"Curves": [
{
"Target": "Parameter",
"Id": "ParamAngleZ",
"Segments": [
0,
0,
1,
0.278,
0,
0.556,
-2,
0.833,
-2,
1,
1.278,
-2,
1.722,
5,
2.167,
5,
1,
2.556,
5,
2.944,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamTears",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamEyeOpen",
"Segments": [
0,
1,
1,
0.222,
1,
0.444,
1,
0.667,
1,
1,
0.722,
1,
0.778,
0,
0.833,
0,
1,
0.889,
0,
0.944,
1,
1,
1,
1,
1.056,
1,
1.111,
0,
1.167,
0,
1,
1.222,
0,
1.278,
1,
1.333,
1,
1,
2,
1,
2.667,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "ParamVariousEyes",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamEyeBallY",
"Segments": [
0,
-0.6,
1,
1.111,
-0.6,
2.222,
-0.6,
3.333,
-0.6
]
},
{
"Target": "Parameter",
"Id": "ParamBrowForm",
"Segments": [
0,
-0.5,
1,
1.111,
-0.5,
2.222,
-0.5,
3.333,
-0.5
]
},
{
"Target": "Parameter",
"Id": "ParamMouthForm",
"Segments": [
0,
-1,
1,
1.111,
-1,
2.222,
-1,
3.333,
-1
]
},
{
"Target": "Parameter",
"Id": "ParamMouthOpenY",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "Paramnngimoddilili",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "Param1919",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBreath",
"Segments": [
0,
0,
1,
0.389,
0,
0.778,
0.661,
1.167,
0.9,
1,
1.389,
1,
1.611,
1,
1.833,
1,
1,
2.333,
1,
2.833,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleY",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleZ",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamHair",
"Segments": [
0,
0,
1,
0.278,
0,
0.556,
-0.7,
0.833,
-0.7,
1,
1.333,
-0.7,
1.833,
0.5,
2.333,
0.5,
1,
2.667,
0.5,
3,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamOppao",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamNUGE",
"Segments": [
0,
0.75,
1,
1.111,
0.75,
2.222,
0.75,
3.333,
0.75
]
}
]
}

View file

@ -0,0 +1,333 @@
{
"Version": 3,
"Meta": {
"Duration": 3.333,
"Fps": 30.0,
"Loop": true,
"AreBeziersRestricted": true,
"CurveCount": 16,
"TotalSegmentCount": 27,
"TotalPointCount": 97,
"UserDataCount": 0,
"TotalUserDataSize": 0
},
"Curves": [
{
"Target": "Parameter",
"Id": "ParamAngleZ",
"Segments": [
0,
0,
1,
0.278,
0,
0.556,
-2,
0.833,
-2,
1,
1.278,
-2,
1.722,
5,
2.167,
5,
1,
2.556,
5,
2.944,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamTears",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamEyeOpen",
"Segments": [
0,
1,
1,
0.222,
1,
0.444,
1,
0.667,
1,
1,
0.722,
1,
0.778,
0,
0.833,
0,
1,
0.889,
0,
0.944,
1,
1,
1,
1,
1.056,
1,
1.111,
0,
1.167,
0,
1,
1.222,
0,
1.278,
1,
1.333,
1,
1,
2,
1,
2.667,
1,
3.333,
1
]
},
{
"Target": "Parameter",
"Id": "ParamVariousEyes",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamEyeBallY",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBrowForm",
"Segments": [
0,
0.5,
1,
1.111,
0.5,
2.222,
0.5,
3.333,
0.5
]
},
{
"Target": "Parameter",
"Id": "ParamMouthForm",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamMouthOpenY",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "Paramnngimoddilili",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "Param1919",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBreath",
"Segments": [
0,
0,
1,
0.389,
0,
0.778,
0.661,
1.167,
0.9,
1,
1.389,
1,
1.611,
1,
1.833,
1,
1,
2.333,
1,
2.833,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleY",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamBodyAngleZ",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamHair",
"Segments": [
0,
0,
1,
0.278,
0,
0.556,
-0.7,
0.833,
-0.7,
1,
1.333,
-0.7,
1.833,
0.5,
2.333,
0.5,
1,
2.667,
0.5,
3,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamOppao",
"Segments": [
0,
0,
1,
1.111,
0,
2.222,
0,
3.333,
0
]
},
{
"Target": "Parameter",
"Id": "ParamNUGE",
"Segments": [
0,
0.75,
1,
1.111,
0.75,
2.222,
0.75,
3.333,
0.75
]
}
]
}

Some files were not shown because too many files have changed in this diff Show more