-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from Arkueid/v2-rewrite-in-python
rewrite v2 in python
- Loading branch information
Showing
389 changed files
with
79,066 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,6 @@ test | |
|
||
**.db | ||
|
||
Resources/v2 | ||
|
||
!package/audio1.wav | ||
|
||
!package/audio2.wav | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"version":"Sample 1.0.0", | ||
"model":"Epsilon.moc", | ||
"textures":[ | ||
"Epsilon.1024/texture_00.png", | ||
"Epsilon.1024/texture_01.png", | ||
"Epsilon.1024/texture_02.png" | ||
], | ||
"motions":{ | ||
"idle":[ | ||
{ | ||
"file":"motions/Epsilon_idle_01.mtn" | ||
} | ||
], | ||
"null":[ | ||
{ | ||
"file":"motions/Epsilon_m_01.mtn" | ||
}, | ||
{ | ||
"file":"motions/Epsilon_m_02.mtn" | ||
}, | ||
{ | ||
"file":"motions/Epsilon_m_03.mtn" | ||
}, | ||
{ | ||
"file":"motions/Epsilon_m_04.mtn" | ||
}, | ||
{ | ||
"file":"motions/Epsilon_m_05.mtn" | ||
}, | ||
{ | ||
"file":"motions/Epsilon_m_06.mtn" | ||
}, | ||
{ | ||
"file":"motions/Epsilon_m_07.mtn" | ||
}, | ||
{ | ||
"file":"motions/Epsilon_m_08.mtn" | ||
}, | ||
{ | ||
"file":"motions/Epsilon_m_sp_01.mtn" | ||
}, | ||
{ | ||
"file":"motions/Epsilon_m_sp_02.mtn" | ||
}, | ||
{ | ||
"file":"motions/Epsilon_m_sp_03.mtn" | ||
}, | ||
{ | ||
"file":"motions/Epsilon_m_sp_04.mtn" | ||
}, | ||
{ | ||
"file":"motions/Epsilon_m_sp_05.mtn" | ||
}, | ||
{ | ||
"file":"motions/Epsilon_shake_01.mtn" | ||
} | ||
] | ||
}, | ||
"expressions":[ | ||
{"name":"f01.exp.json","file":"expressions/f01.exp.json"}, | ||
{"name":"f02.exp.json","file":"expressions/f02.exp.json"}, | ||
{"name":"f03.exp.json","file":"expressions/f03.exp.json"}, | ||
{"name":"f04.exp.json","file":"expressions/f04.exp.json"}, | ||
{"name":"f05.exp.json","file":"expressions/f05.exp.json"}, | ||
{"name":"f06.exp.json","file":"expressions/f06.exp.json"}, | ||
{"name":"f07.exp.json","file":"expressions/f07.exp.json"}, | ||
{"name":"f08.exp.json","file":"expressions/f08.exp.json"} | ||
], | ||
"physics":"Epsilon.physics.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"type":"Live2D Physics", | ||
"physics_hair":[ | ||
{ | ||
"lebel":"BACK", | ||
"setup":{ | ||
"length":0.24, | ||
"regist":0.5, | ||
"mass":0.18 | ||
}, | ||
"src":[ | ||
{ | ||
"id":"PARAM_ANGLE_X", | ||
"ptype":"x", | ||
"scale":0.005, | ||
"weight":1 | ||
}, | ||
{ | ||
"id":"PARAM_ANGLE_Z", | ||
"ptype":"angle", | ||
"scale":0.8, | ||
"weight":1 | ||
} | ||
], | ||
"targets":[ | ||
{ | ||
"id":"PARAM_HAIR_BACK_L", | ||
"ptype":"angle", | ||
"scale":0.005, | ||
"weight":1 | ||
}, | ||
{ | ||
"id":"PARAM_HAIR_BACK_R", | ||
"ptype":"angle", | ||
"scale":0.005, | ||
"weight":1 | ||
} | ||
] | ||
}, | ||
{ | ||
"lebel":"SIDE", | ||
"setup":{ | ||
"length":0.2, | ||
"regist":0.5, | ||
"mass":0.14 | ||
}, | ||
"src":[ | ||
{ | ||
"id":"PARAM_ANGLE_X", | ||
"ptype":"x", | ||
"scale":0.004, | ||
"weight":1 | ||
}, | ||
{ | ||
"id":"PARAM_ANGLE_Z", | ||
"ptype":"angle", | ||
"scale":0.8, | ||
"weight":1 | ||
} | ||
], | ||
"targets":[ | ||
{ | ||
"id":"PARAM_HAIR_SIDE_L", | ||
"ptype":"angle", | ||
"scale":0.01, | ||
"weight":1 | ||
}, | ||
{ | ||
"id":"PARAM_HAIR_SIDE_R", | ||
"ptype":"angle", | ||
"scale":0.01, | ||
"weight":1 | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"type":"Live2D Expression", | ||
"fade_in":500, | ||
"fade_out":500 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"type":"Live2D Expression", | ||
"fade_in":500, | ||
"fade_out":500, | ||
"params":[ | ||
{"id":"PARAM_EYE_L_OPEN","val":0,"calc":"mult"}, | ||
{"id":"PARAM_EYE_L_SMILE","val":1}, | ||
{"id":"PARAM_EYE_R_OPEN","val":0,"calc":"mult"}, | ||
{"id":"PARAM_EYE_R_SMILE","val":1}, | ||
{"id":"PARAM_BROW_L_ANGLE","val":0.48}, | ||
{"id":"PARAM_BROW_R_ANGLE","val":0.46} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"type":"Live2D Expression", | ||
"fade_in":500, | ||
"fade_out":500, | ||
"params":[ | ||
{"id":"PARAM_EYE_L_OPEN","val":0.87,"calc":"mult"}, | ||
{"id":"PARAM_EYE_L_SMILE","val":1}, | ||
{"id":"PARAM_EYE_R_OPEN","val":0.87,"calc":"mult"}, | ||
{"id":"PARAM_BROW_L_Y","val":-1}, | ||
{"id":"PARAM_BROW_R_Y","val":-1}, | ||
{"id":"PARAM_BROW_L_ANGLE","val":1}, | ||
{"id":"PARAM_BROW_R_ANGLE","val":1}, | ||
{"id":"PARAM_BROW_L_FORM","val":-0.51}, | ||
{"id":"PARAM_BROW_R_FORM","val":-0.51}, | ||
{"id":"PARAM_MOUTH_FORM","val":-1,"def":1} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type":"Live2D Expression", | ||
"fade_in":500, | ||
"fade_out":500, | ||
"params":[ | ||
{"id":"PARAM_BROW_L_Y","val":-0.59}, | ||
{"id":"PARAM_BROW_R_Y","val":-0.59}, | ||
{"id":"PARAM_BROW_L_X","val":-1}, | ||
{"id":"PARAM_BROW_R_X","val":-1}, | ||
{"id":"PARAM_BROW_L_ANGLE","val":-1}, | ||
{"id":"PARAM_BROW_R_ANGLE","val":-1}, | ||
{"id":"PARAM_BROW_L_FORM","val":-1}, | ||
{"id":"PARAM_BROW_R_FORM","val":-1}, | ||
{"id":"PARAM_MOUTH_FORM","val":-1,"def":1} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"type":"Live2D Expression", | ||
"fade_in":500, | ||
"fade_out":500, | ||
"params":[ | ||
{"id":"PARAM_BROW_L_Y","val":-0.42}, | ||
{"id":"PARAM_BROW_R_Y","val":-0.44}, | ||
{"id":"PARAM_BROW_L_X","val":-0.07}, | ||
{"id":"PARAM_BROW_L_ANGLE","val":1}, | ||
{"id":"PARAM_BROW_R_ANGLE","val":1}, | ||
{"id":"PARAM_TERE","val":1} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"type":"Live2D Expression", | ||
"fade_in":500, | ||
"fade_out":500, | ||
"params":[ | ||
{"id":"PARAM_BROW_L_Y","val":-1}, | ||
{"id":"PARAM_BROW_R_Y","val":-1}, | ||
{"id":"PARAM_BROW_L_X","val":-0.07}, | ||
{"id":"PARAM_BROW_L_ANGLE","val":0.73}, | ||
{"id":"PARAM_BROW_R_ANGLE","val":0.71}, | ||
{"id":"PARAM_BROW_L_FORM","val":-0.81}, | ||
{"id":"PARAM_BROW_R_FORM","val":-0.81}, | ||
{"id":"PARAM_MOUTH_FORM","val":-1,"def":1} | ||
] | ||
} |
Oops, something went wrong.