first commit.

This commit is contained in:
amass
2025-01-07 18:11:12 +08:00
commit ecd3b60c95
598 changed files with 9874 additions and 0 deletions

View File

@ -0,0 +1,29 @@
{
"version":"Sample 1.0.0",
"model": "model.moc",
"textures": [
"textures.1024/00.png",
"textures.1024/01.png",
"textures.1024/02.png"
],
"pose": "../general/pose.json",
"physics": "physics.json",
"layout": {
"center_x": 0,
"center_y": -0.45,
"width": 3
},
"hit_areas_custom":{
"head_x":[-0.35, 0.6],
"head_y":[0.19, -0.2],
"body_x":[-0.3, -0.25],
"body_y":[0.3, -0.9]
},
"motions": {
"idle": [
{"file": "motions/../../general/mtn/idle_00.mtn", "fade_in": 2000, "fade_out": 2000},
{"file": "motions/../../general/mtn/idle_01.mtn", "fade_in": 2000, "fade_out": 2000},
{"file": "motions/../../general/mtn/idle_02.mtn", "fade_in": 2000, "fade_out": 2000}
]
}
}

Binary file not shown.

View File

@ -0,0 +1,149 @@
{
"type":"Live2D Physics",
"physics_hair":[
{
"label":"hair_front",
"setup":{
"length":0.17,
"regist":0.5,
"mass":0.1
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":1
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"x",
"scale":0.8,
"weight":1
}
],
"targets":[
{
"id":"PARAM_HAIR_FRONT",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"hair_back",
"setup":{
"length":0.34,
"regist":0.5,
"mass":0.2
},
"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",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"hair_side",
"setup":{
"length":0.17,
"regist":0.7,
"mass":0.1
},
"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_SIDE",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"body_string",
"setup":{
"length":0.2,
"regist":0.7,
"mass":0.1
},
"src":[
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":1
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"x",
"scale":0.8,
"weight":1
}
],
"targets":[
{
"id":"PARAM_STRING",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"arm_far",
"setup":{
"length":0.2,
"regist":0.5,
"mass":0.05
},
"src":[
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.01,
"weight":1
}
],
"targets":[
{
"id":"PARAM_FAR",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 776 KiB