├── LICENSE ├── README.md ├── demo.html └── live2d ├── css └── live2d.css ├── images ├── info.png ├── music.png ├── pasue.png ├── quite.png ├── talk.png └── youdu.png ├── js ├── live2d.js └── message.js ├── message.json └── model ├── histoire ├── histoire.1024 │ ├── texture_00.png │ ├── texture_01.png │ ├── texture_02.png │ └── texture_03.png ├── ico_histoire.png ├── model.json ├── model.moc └── motions │ ├── idle │ ├── NOZOMU_M01.mtn │ ├── NOZOMU_M02.mtn │ └── NOZOMU_M04.mtn │ └── tap │ ├── DK_NOZOMU_0011.mtn │ ├── DK_NOZOMU_0041.mtn │ ├── DK_NOZOMU_0061.mtn │ ├── DK_NOZOMU_0067.mtn │ ├── m_06.mtn │ ├── m_13.mtn │ ├── nep_touch_boobs_1.mtn │ ├── tsumiki_m_01.mtn │ ├── tsumiki_m_09.mtn │ ├── tsumiki_m_13.mtn │ ├── tsumiki_m_14.mtn │ ├── tsumiki_m_19.mtn │ └── tsumiki_m_21.mtn └── nep ├── histoire.1024 ├── 0.png ├── 1.png └── normal_2.png ├── ico_histoire.png ├── model.json ├── model.moc └── motions ├── idle ├── idle_00.mtn ├── idle_01.mtn └── idle_02.mtn └── tap ├── nep_slide_head_2.mtn ├── nep_touch_belly_1.mtn ├── nep_touch_belly_2.mtn ├── nep_touch_boobs_1.mtn ├── nep_touch_head_1.mtn ├── refuse.mtn ├── shake.mtn ├── smile.mtn └── tilt_head.mtn /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/README.md -------------------------------------------------------------------------------- /demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/demo.html -------------------------------------------------------------------------------- /live2d/css/live2d.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/css/live2d.css -------------------------------------------------------------------------------- /live2d/images/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/images/info.png -------------------------------------------------------------------------------- /live2d/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/images/music.png -------------------------------------------------------------------------------- /live2d/images/pasue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/images/pasue.png -------------------------------------------------------------------------------- /live2d/images/quite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/images/quite.png -------------------------------------------------------------------------------- /live2d/images/talk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/images/talk.png -------------------------------------------------------------------------------- /live2d/images/youdu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/images/youdu.png -------------------------------------------------------------------------------- /live2d/js/live2d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/js/live2d.js -------------------------------------------------------------------------------- /live2d/js/message.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/js/message.js -------------------------------------------------------------------------------- /live2d/message.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/message.json -------------------------------------------------------------------------------- /live2d/model/histoire/histoire.1024/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/histoire.1024/texture_00.png -------------------------------------------------------------------------------- /live2d/model/histoire/histoire.1024/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/histoire.1024/texture_01.png -------------------------------------------------------------------------------- /live2d/model/histoire/histoire.1024/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/histoire.1024/texture_02.png -------------------------------------------------------------------------------- /live2d/model/histoire/histoire.1024/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/histoire.1024/texture_03.png -------------------------------------------------------------------------------- /live2d/model/histoire/ico_histoire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/ico_histoire.png -------------------------------------------------------------------------------- /live2d/model/histoire/model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/model.json -------------------------------------------------------------------------------- /live2d/model/histoire/model.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/model.moc -------------------------------------------------------------------------------- /live2d/model/histoire/motions/idle/NOZOMU_M01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/idle/NOZOMU_M01.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/idle/NOZOMU_M02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/idle/NOZOMU_M02.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/idle/NOZOMU_M04.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/idle/NOZOMU_M04.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/tap/DK_NOZOMU_0011.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/tap/DK_NOZOMU_0011.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/tap/DK_NOZOMU_0041.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/tap/DK_NOZOMU_0041.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/tap/DK_NOZOMU_0061.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/tap/DK_NOZOMU_0061.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/tap/DK_NOZOMU_0067.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/tap/DK_NOZOMU_0067.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/tap/m_06.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/tap/m_06.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/tap/m_13.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/tap/m_13.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/tap/nep_touch_boobs_1.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/tap/nep_touch_boobs_1.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/tap/tsumiki_m_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/tap/tsumiki_m_01.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/tap/tsumiki_m_09.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/tap/tsumiki_m_09.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/tap/tsumiki_m_13.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/tap/tsumiki_m_13.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/tap/tsumiki_m_14.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/tap/tsumiki_m_14.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/tap/tsumiki_m_19.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/tap/tsumiki_m_19.mtn -------------------------------------------------------------------------------- /live2d/model/histoire/motions/tap/tsumiki_m_21.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/histoire/motions/tap/tsumiki_m_21.mtn -------------------------------------------------------------------------------- /live2d/model/nep/histoire.1024/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/histoire.1024/0.png -------------------------------------------------------------------------------- /live2d/model/nep/histoire.1024/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/histoire.1024/1.png -------------------------------------------------------------------------------- /live2d/model/nep/histoire.1024/normal_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/histoire.1024/normal_2.png -------------------------------------------------------------------------------- /live2d/model/nep/ico_histoire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/ico_histoire.png -------------------------------------------------------------------------------- /live2d/model/nep/model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/model.json -------------------------------------------------------------------------------- /live2d/model/nep/model.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/model.moc -------------------------------------------------------------------------------- /live2d/model/nep/motions/idle/idle_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/motions/idle/idle_00.mtn -------------------------------------------------------------------------------- /live2d/model/nep/motions/idle/idle_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/motions/idle/idle_01.mtn -------------------------------------------------------------------------------- /live2d/model/nep/motions/idle/idle_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/motions/idle/idle_02.mtn -------------------------------------------------------------------------------- /live2d/model/nep/motions/tap/nep_slide_head_2.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/motions/tap/nep_slide_head_2.mtn -------------------------------------------------------------------------------- /live2d/model/nep/motions/tap/nep_touch_belly_1.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/motions/tap/nep_touch_belly_1.mtn -------------------------------------------------------------------------------- /live2d/model/nep/motions/tap/nep_touch_belly_2.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/motions/tap/nep_touch_belly_2.mtn -------------------------------------------------------------------------------- /live2d/model/nep/motions/tap/nep_touch_boobs_1.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/motions/tap/nep_touch_boobs_1.mtn -------------------------------------------------------------------------------- /live2d/model/nep/motions/tap/nep_touch_head_1.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/motions/tap/nep_touch_head_1.mtn -------------------------------------------------------------------------------- /live2d/model/nep/motions/tap/refuse.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/motions/tap/refuse.mtn -------------------------------------------------------------------------------- /live2d/model/nep/motions/tap/shake.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/motions/tap/shake.mtn -------------------------------------------------------------------------------- /live2d/model/nep/motions/tap/smile.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/motions/tap/smile.mtn -------------------------------------------------------------------------------- /live2d/model/nep/motions/tap/tilt_head.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eeg1412/Live2dHistoire/HEAD/live2d/model/nep/motions/tap/tilt_head.mtn --------------------------------------------------------------------------------