EYHN / hexo-helper-live2d

Add the Sseexxyyy live2d to your hexo!
GNU General Public License v2.0
3.86k stars 469 forks source link

关于流行的动漫模型 #22

Closed newdee closed 6 years ago

newdee commented 7 years ago

可不可以新建几个比较流行的动漫模型,比如绅士们喜欢的Saber,蕾姆之类的~

EYHN commented 7 years ago

要有资源才行,自带的除了z16都是live2d官方放出的

xiazeyu commented 7 years ago

@EYHN 我自己找了些Live2D的模型,目录结构是这样子哒

│  cc_Rem.cfg
│  ico_rem.png
│  Rem.moc
│  Rem.model.json
│  Rem.physics.json
│
└─Rem.2048
        texture_00.png

还有这样子哒

│  cc_names_cocoa.cfg
│  cocoa.moc
│  cocoa.model.json
│  ico_cocoa.png
│
└─cocoa.2048
        texture_00.png

是直接丢到node_modules\hexo-helper-live2d\assets然后改_config.yml就好了吗? 还有缺少*.physics.json会有什么问题嘛? 谢谢

EYHN commented 7 years ago

要改这个https://github.com/EYHN/hexo-helper-live2d/blob/master/index.js#L8-L26

xiazeyu commented 7 years ago

谢谢了,那么那个Physic的json文件需要用到吗?

EYHN commented 7 years ago

应该会自动包含的。

EYHN commented 7 years ago

需要

xiazeyu commented 6 years ago

注意:以上部分内容不再有效。 最新版本用法请参照README 强烈建议将您的模型文件放在live2d_models文件夹下

Contents above isn't valid any more. For the correct usage, please have a look at README. It's highly recommend to put your model under the live2d_models folder.