diff --git a/2233/css/waifu.min.css b/2233/css/waifu.min.css new file mode 100644 index 0000000..2d68f99 --- /dev/null +++ b/2233/css/waifu.min.css @@ -0,0 +1,10 @@ +@charset "UTF-8"; +.waifu{position:fixed;width:230px;height:270px;z-index:2000;user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none} +.waifu-tips{opacity:0;width:220px;height:70px;margin:-20px 5px;padding:5px 7px;border:1px solid rgba(224,186,140,0.8);border-radius:12px;background-color:rgba(236,217,188,0.8);box-shadow:0 3px 15px 2px rgba(191,158,118,0.2);font-size:12px;line-height:20px;color:#555;text-overflow:ellipsis;overflow:hidden;position:absolute} +.waifu-tool{display:none;color:#aaa;top:50px;right:0;font-size:16px;position:absolute} +.waifu:hover .waifu-tool{display:block} +.waifu-tool span{display:block;cursor:pointer;color:#5b6c7d;line-height:22px;transition:0.2s;-webkit-transition:0.2s} +.waifu-tool span:hover{color:#34495e} +.waifu #live2d{position:absolute;cursor:move;left:3%;bottom:0} +.waifu-btn{border-radius:2px;background-color:rgba(84,149,217,.9);padding:2px 10px;color:#fff;font-size:12px;position:fixed;right:5px;bottom:5px;z-index:10000;cursor:pointer} +@media(max-width:530px){.l2d_xb{display:none!important}} \ No newline at end of file diff --git a/2233/js/live2d.js b/2233/js/live2d.js new file mode 100644 index 0000000..240400a --- /dev/null +++ b/2233/js/live2d.js @@ -0,0 +1 @@ +!function(t){function i(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,i),o.l=!0,o.exports}var e={};i.m=t,i.c=e,i.d=function(t,e,r){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,i){return Object.prototype.hasOwnProperty.call(t,i)},i.p="",i(i.s=4)}([function(t,i,e){"use strict";function r(){this.live2DModel=null,this.modelMatrix=null,this.eyeBlink=null,this.physics=null,this.pose=null,this.debugMode=!1,this.initialized=!1,this.updating=!1,this.alpha=1,this.accAlpha=0,this.lipSync=!1,this.lipSyncValue=0,this.accelX=0,this.accelY=0,this.accelZ=0,this.dragX=0,this.dragY=0,this.startTimeMSec=null,this.mainMotionManager=new h,this.expressionManager=new h,this.motions={},this.expressions={},this.isTexLoaded=!1}function o(){AMotion.prototype.constructor.call(this),this.paramList=new Array}function n(){this.id="",this.type=-1,this.value=null}function s(){this.nextBlinkTime=null,this.stateStartTime=null,this.blinkIntervalMsec=null,this.eyeState=g.STATE_FIRST,this.blinkIntervalMsec=4e3,this.closingMotionMsec=100,this.closedMotionMsec=50,this.openingMotionMsec=150,this.closeIfZero=!0,this.eyeID_L="PARAM_EYE_L_OPEN",this.eyeID_R="PARAM_EYE_R_OPEN"}function _(){this.tr=new Float32Array(16),this.identity()}function a(t,i){_.prototype.constructor.call(this),this.width=t,this.height=i}function h(){MotionQueueManager.prototype.constructor.call(this),this.currentPriority=null,this.reservePriority=null,this.super=MotionQueueManager.prototype}function l(){this.physicsList=new Array,this.startTimeMSec=UtSystem.getUserTimeMSec()}function $(){this.lastTime=0,this.lastModel=null,this.partsGroups=new Array}function u(t){this.paramIndex=-1,this.partsIndex=-1,this.link=null,this.id=t}function p(){this.EPSILON=.01,this.faceTargetX=0,this.faceTargetY=0,this.faceX=0,this.faceY=0,this.faceVX=0,this.faceVY=0,this.lastTimeSec=0}function f(){_.prototype.constructor.call(this),this.screenLeft=null,this.screenRight=null,this.screenTop=null,this.screenBottom=null,this.maxLeft=null,this.maxRight=null,this.maxTop=null,this.maxBottom=null,this.max=Number.MAX_VALUE,this.min=0}function c(){}var d=0;r.prototype.getModelMatrix=function(){return this.modelMatrix},r.prototype.setAlpha=function(t){t>.999&&(t=1),t<.001&&(t=0),this.alpha=t},r.prototype.getAlpha=function(){return this.alpha},r.prototype.isInitialized=function(){return this.initialized},r.prototype.setInitialized=function(t){this.initialized=t},r.prototype.isUpdating=function(){return this.updating},r.prototype.setUpdating=function(t){this.updating=t},r.prototype.getLive2DModel=function(){return this.live2DModel},r.prototype.setLipSync=function(t){this.lipSync=t},r.prototype.setLipSyncValue=function(t){this.lipSyncValue=t},r.prototype.setAccel=function(t,i,e){this.accelX=t,this.accelY=i,this.accelZ=e},r.prototype.setDrag=function(t,i){this.dragX=t,this.dragY=i},r.prototype.getMainMotionManager=function(){return this.mainMotionManager},r.prototype.getExpressionManager=function(){return this.expressionManager},r.prototype.loadModelData=function(t,i){var e=c.getPlatformManager();this.debugMode&&e.log("Load model : "+t);var r=this;e.loadLive2DModel(t,function(t){if(r.live2DModel=t,r.live2DModel.saveParam(),0!=Live2D.getError())return void console.error("Error : Failed to loadModelData().");r.modelMatrix=new a(r.live2DModel.getCanvasWidth(),r.live2DModel.getCanvasHeight()),r.modelMatrix.setWidth(2),r.modelMatrix.setCenterPosition(0,0),i(r.live2DModel)})},r.prototype.loadTexture=function(t,i,e){d++;var r=c.getPlatformManager();this.debugMode&&r.log("Load Texture : "+i);var o=this;r.loadTexture(this.live2DModel,t,i,function(){d--,0==d&&(o.isTexLoaded=!0),"function"==typeof e&&e()})},r.prototype.loadMotion=function(t,i,e){var r=c.getPlatformManager();this.debugMode&&r.log("Load Motion : "+i);var o=null,n=this;r.loadBytes(i,function(i){o=Live2DMotion.loadMotion(i),null!=t&&(n.motions[t]=o),e(o)})},r.prototype.loadExpression=function(t,i,e){var r=c.getPlatformManager();this.debugMode&&r.log("Load Expression : "+i);var n=this;r.loadBytes(i,function(i){null!=t&&(n.expressions[t]=o.loadJson(i)),"function"==typeof e&&e()})},r.prototype.loadPose=function(t,i){var e=c.getPlatformManager();this.debugMode&&e.log("Load Pose : "+t);var r=this;try{e.loadBytes(t,function(t){r.pose=$.load(t),"function"==typeof i&&i()})}catch(t){console.warn(t)}},r.prototype.loadPhysics=function(t){var i=c.getPlatformManager();this.debugMode&&i.log("Load Physics : "+t);var e=this;try{i.loadBytes(t,function(t){e.physics=l.load(t)})}catch(t){console.warn(t)}},r.prototype.hitTestSimple=function(t,i,e){if(null===this.live2DModel)return!1;var r=this.live2DModel.getDrawDataIndex(t);if(r<0)return!1;for(var o=this.live2DModel.getTransformedPoints(r),n=this.live2DModel.getCanvasWidth(),s=0,_=this.live2DModel.getCanvasHeight(),a=0,h=0;hs&&(s=l),$<_&&(_=$),$>a&&(a=$)}var u=this.modelMatrix.invertTransformX(i),p=this.modelMatrix.invertTransformY(e);return n<=u&&u<=s&&_<=p&&p<=a},r.prototype.hitTestSimpleCustom=function(t,i,e,r){return null!==this.live2DModel&&(e>=t[0]&&e<=i[0]&&r<=t[1]&&r>=i[1])},o.prototype=new AMotion,o.EXPRESSION_DEFAULT="DEFAULT",o.TYPE_SET=0,o.TYPE_ADD=1,o.TYPE_MULT=2,o.loadJson=function(t){var i=new o,e=c.getPlatformManager(),r=e.jsonParseFromBytes(t);if(i.setFadeIn(parseInt(r.fade_in)>0?parseInt(r.fade_in):1e3),i.setFadeOut(parseInt(r.fade_out)>0?parseInt(r.fade_out):1e3),null==r.params)return i;var s=r.params,_=s.length;i.paramList=[];for(var a=0;a<_;a++){var h=s[a],l=h.id.toString(),$=parseFloat(h.val),u=o.TYPE_ADD,p=null!=h.calc?h.calc.toString():"add";if((u="add"===p?o.TYPE_ADD:"mult"===p?o.TYPE_MULT:"set"===p?o.TYPE_SET:o.TYPE_ADD)==o.TYPE_ADD){var f=null==h.def?0:parseFloat(h.def);$-=f}else if(u==o.TYPE_MULT){var f=null==h.def?1:parseFloat(h.def);0==f&&(f=1),$/=f}var d=new n;d.id=l,d.type=u,d.value=$,i.paramList.push(d)}return i},o.prototype.updateParamExe=function(t,i,e,r){for(var n=this.paramList.length-1;n>=0;--n){var s=this.paramList[n];s.type==o.TYPE_ADD?t.addToParamFloat(s.id,s.value,e):s.type==o.TYPE_MULT?t.multParamFloat(s.id,s.value,e):s.type==o.TYPE_SET&&t.setParamFloat(s.id,s.value,e)}},s.prototype.calcNextBlink=function(){return UtSystem.getUserTimeMSec()+Math.random()*(2*this.blinkIntervalMsec-1)},s.prototype.setInterval=function(t){this.blinkIntervalMsec=t},s.prototype.setEyeMotion=function(t,i,e){this.closingMotionMsec=t,this.closedMotionMsec=i,this.openingMotionMsec=e},s.prototype.updateParam=function(t){var i,e=UtSystem.getUserTimeMSec(),r=0;switch(this.eyeState){case g.STATE_CLOSING:r=(e-this.stateStartTime)/this.closingMotionMsec,r>=1&&(r=1,this.eyeState=g.STATE_CLOSED,this.stateStartTime=e),i=1-r;break;case g.STATE_CLOSED:r=(e-this.stateStartTime)/this.closedMotionMsec,r>=1&&(this.eyeState=g.STATE_OPENING,this.stateStartTime=e),i=0;break;case g.STATE_OPENING:r=(e-this.stateStartTime)/this.openingMotionMsec,r>=1&&(r=1,this.eyeState=g.STATE_INTERVAL,this.nextBlinkTime=this.calcNextBlink()),i=r;break;case g.STATE_INTERVAL:this.nextBlinkTime=t)&&(!(this.currentPriority>=t)&&(this.reservePriority=t,!0))},h.prototype.setReservePriority=function(t){this.reservePriority=t},h.prototype.updateParam=function(t){var i=MotionQueueManager.prototype.updateParam.call(this,t);return this.isFinished()&&(this.currentPriority=0),i},h.prototype.startMotionPrio=function(t,i){return i==this.reservePriority&&(this.reservePriority=0),this.currentPriority=i,this.startMotion(t,!1)},l.load=function(t){for(var i=new l,e=c.getPlatformManager(),r=e.jsonParseFromBytes(t),o=r.physics_hair,n=o.length,s=0;s=0)break;r=n,o=t.getPartsOpacity(s),o+=e/.5,o>1&&(o=1)}}r<0&&(r=0,o=1);for(var n=0;n.15&&(a=1-.15/(1-o)),h>a&&(h=a),t.setPartsOpacity(s,h)}}},$.prototype.copyOpacityOtherParts=function(t,i){for(var e=0;eo)&&(l*=o/u,$*=o/u,u=o),this.faceVX+=l,this.faceVY+=$;var f=.5*(Math.sqrt(o*o+16*o*_-8*o*_)-o),c=Math.sqrt(this.faceVX*this.faceVX+this.faceVY*this.faceVY);c>f&&(this.faceVX*=f/c,this.faceVY*=f/c),this.faceX+=this.faceVX,this.faceY+=this.faceVY}},f.prototype=new _,f.prototype.getMaxScale=function(){return this.max},f.prototype.getMinScale=function(){return this.min},f.prototype.setMaxScale=function(t){this.max=t},f.prototype.setMinScale=function(t){this.min=t},f.prototype.isMaxScale=function(){return this.getScaleX()==this.max},f.prototype.isMinScale=function(){return this.getScaleX()==this.min},f.prototype.adjustTranslate=function(t,i){this.tr[0]*this.maxLeft+(this.tr[12]+t)>this.screenLeft&&(t=this.screenLeft-this.tr[0]*this.maxLeft-this.tr[12]),this.tr[0]*this.maxRight+(this.tr[12]+t)this.screenBottom&&(i=this.screenBottom-this.tr[5]*this.maxBottom-this.tr[13]);var e=[1,0,0,0,0,1,0,0,0,0,1,0,t,i,0,1];_.mul(e,this.tr,this.tr)},f.prototype.adjustScale=function(t,i,e){var r=e*this.tr[0];r0&&(e=this.min/this.tr[0]):r>this.max&&this.tr[0]>0&&(e=this.max/this.tr[0]);var o=[1,0,0,0,0,1,0,0,0,0,1,0,t,i,0,1],n=[e,0,0,0,0,e,0,0,0,0,1,0,0,0,0,1],s=[1,0,0,0,0,1,0,0,0,0,1,0,-t,-i,0,1];_.mul(s,this.tr,this.tr),_.mul(n,this.tr,this.tr),_.mul(o,this.tr,this.tr)},f.prototype.setScreenRect=function(t,i,e,r){this.screenLeft=t,this.screenRight=i,this.screenTop=r,this.screenBottom=e},f.prototype.setMaxScreenRect=function(t,i,e,r){this.maxLeft=t,this.maxRight=i,this.maxTop=r,this.maxBottom=e},f.prototype.getScreenLeft=function(){return this.screenLeft},f.prototype.getScreenRight=function(){return this.screenRight},f.prototype.getScreenBottom=function(){return this.screenBottom},f.prototype.getScreenTop=function(){return this.screenTop},f.prototype.getMaxLeft=function(){return this.maxLeft},f.prototype.getMaxRight=function(){return this.maxRight},f.prototype.getMaxBottom=function(){return this.maxBottom},f.prototype.getMaxTop=function(){return this.maxTop},c.platformManager=null,c.getPlatformManager=function(){return c.platformManager},c.setPlatformManager=function(t){c.platformManager=t},t.exports={L2DTargetPoint:p,Live2DFramework:c,L2DViewMatrix:f,L2DPose:$,L2DPartsParam:u,L2DPhysics:l,L2DMotionManager:h,L2DModelMatrix:a,L2DMatrix44:_,EYE_STATE:g,L2DEyeBlink:s,L2DExpressionParam:n,L2DExpressionMotion:o,L2DBaseModel:r}},function(t,i,e){"use strict";var r={DEBUG_LOG:!1,DEBUG_MOUSE_LOG:!1,DEBUG_DRAW_HIT_AREA:!1,DEBUG_DRAW_ALPHA_MODEL:!1,VIEW_MAX_SCALE:2,VIEW_MIN_SCALE:.8,VIEW_LOGICAL_LEFT:-1,VIEW_LOGICAL_RIGHT:1,VIEW_LOGICAL_MAX_LEFT:-2,VIEW_LOGICAL_MAX_RIGHT:2,VIEW_LOGICAL_MAX_BOTTOM:-2,VIEW_LOGICAL_MAX_TOP:2,PRIORITY_NONE:0,PRIORITY_IDLE:1,PRIORITY_SLEEPY:2,PRIORITY_NORMAL:3,PRIORITY_FORCE:4,MOTION_GROUP_IDLE:"idle",MOTION_GROUP_SLEEPY:"sleepy",MOTION_GROUP_TAP_BODY:"tap_body",MOTION_GROUP_FLICK_HEAD:"flick_head",MOTION_GROUP_PINCH_IN:"pinch_in",MOTION_GROUP_PINCH_OUT:"pinch_out",MOTION_GROUP_SHAKE:"shake",HIT_AREA_HEAD:"head",HIT_AREA_BODY:"body"};t.exports=r},function(t,i,e){"use strict";function r(t){n=t}function o(){return n}Object.defineProperty(i,"__esModule",{value:!0}),i.setContext=r,i.getContext=o;var n=void 0},function(t,i,e){"use strict";function r(){}r.matrixStack=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],r.depth=0,r.currentMatrix=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],r.tmp=new Array(16),r.reset=function(){this.depth=0},r.loadIdentity=function(){for(var t=0;t<16;t++)this.currentMatrix[t]=t%5==0?1:0},r.push=function(){var t=(this.depth,16*(this.depth+1));this.matrixStack.lengthe.left&&i.y>e.top)return i;var o=t.x-i.x,n=t.y-i.y,s=r(o,n);i.xat.frameBuffers.length&&(this.curFrameNo=this.getMaskRenderTexture()),this.tmpModelToViewMatrix=new R,this.tmpMatrix2=new R,this.tmpMatrixForMask=new R,this.tmpMatrixForDraw=new R,this.CHANNEL_COLORS=new Array;var i=new A;i=new A,i.r=0,i.g=0,i.b=0,i.a=1,this.CHANNEL_COLORS.push(i),i=new A,i.r=1,i.g=0,i.b=0,i.a=0,this.CHANNEL_COLORS.push(i),i=new A,i.r=0,i.g=1,i.b=0,i.a=0,this.CHANNEL_COLORS.push(i),i=new A,i.r=0,i.g=0,i.b=1,i.a=0,this.CHANNEL_COLORS.push(i);for(var e=0;eG._$T7){t._$NP|=i._$4s;throw new lt("_$gi _$C _$li , _$n0 _$_ version _$li ( SDK : "+G._$T7+" < _$f0 : "+r+" )@_$SS#loadModel()\n")}var h=o._$nP();if(r>=G._$s7){var l=o._$9T(),$=o._$9T();if(-30584!=l||-30584!=$)throw t._$NP|=i._$0s,new lt("_$gi _$C _$li , _$0 _$6 _$Ui.")}t._$KS(h);var u=t.getModelContext();u.setDrawParam(t.getDrawParam()),u.init()}catch(t){_._$Rb(t)}},i.prototype._$KS=function(t){this._$MT=t},i.prototype.getModelImpl=function(){return null==this._$MT&&(this._$MT=new p,this._$MT._$zP()),this._$MT},i.prototype.getCanvasWidth=function(){return null==this._$MT?0:this._$MT.getCanvasWidth()},i.prototype.getCanvasHeight=function(){return null==this._$MT?0:this._$MT.getCanvasHeight()},i.prototype.getParamFloat=function(t){return"number"!=typeof t&&(t=this._$5S.getParamIndex(u.getID(t))),this._$5S.getParamFloat(t)},i.prototype.setParamFloat=function(t,i,e){"number"!=typeof t&&(t=this._$5S.getParamIndex(u.getID(t))),arguments.length<3&&(e=1),this._$5S.setParamFloat(t,this._$5S.getParamFloat(t)*(1-e)+i*e)},i.prototype.addToParamFloat=function(t,i,e){"number"!=typeof t&&(t=this._$5S.getParamIndex(u.getID(t))),arguments.length<3&&(e=1),this._$5S.setParamFloat(t,this._$5S.getParamFloat(t)+i*e)},i.prototype.multParamFloat=function(t,i,e){"number"!=typeof t&&(t=this._$5S.getParamIndex(u.getID(t))),arguments.length<3&&(e=1),this._$5S.setParamFloat(t,this._$5S.getParamFloat(t)*(1+(i-1)*e))},i.prototype.getParamIndex=function(t){return this._$5S.getParamIndex(u.getID(t))},i.prototype.loadParam=function(){this._$5S.loadParam()},i.prototype.saveParam=function(){this._$5S.saveParam()},i.prototype.init=function(){this._$5S.init()},i.prototype.update=function(){this._$5S.update()},i.prototype._$Rs=function(){return _._$li("_$60 _$PT _$Rs()"),-1},i.prototype._$Ds=function(t){_._$li("_$60 _$PT _$SS#_$Ds() \n")},i.prototype._$K2=function(){},i.prototype.draw=function(){},i.prototype.getModelContext=function(){return this._$5S},i.prototype._$s2=function(){return this._$NP},i.prototype._$P7=function(t,i,e,r){var o=-1,n=0,s=this;if(0!=e)if(1==t.length){var _=t[0],a=0!=s.getParamFloat(_),h=i[0],l=s.getPartsOpacity(h),$=e/r;a?(l+=$)>1&&(l=1):(l-=$)<0&&(l=0),s.setPartsOpacity(h,l)}else{for(var u=0;u=0)break;o=u;var h=i[u];n=s.getPartsOpacity(h),n+=e/r,n>1&&(n=1)}}o<0&&(console.log("No _$wi _$q0/ _$U default[%s]",t[0]),o=0,n=1,s.loadParam(),s.setParamFloat(t[o],n),s.saveParam());for(var u=0;u.15&&(f=1-.15/(1-n)),c>f&&(c=f),s.setPartsOpacity(h,c)}}}else for(var u=0;u=this._$5S._$aS.length)return null;var i=this._$5S._$aS[t];return null!=i&&i.getType()==W._$wb&&i instanceof $t?i.getIndexArray():null},e.CHANNEL_COUNT=4,e.RENDER_TEXTURE_USE_MIPMAP=!1,e.NOT_USED_FRAME=-100,e.prototype._$L7=function(){if(this.tmpModelToViewMatrix&&(this.tmpModelToViewMatrix=null),this.tmpMatrix2&&(this.tmpMatrix2=null),this.tmpMatrixForMask&&(this.tmpMatrixForMask=null),this.tmpMatrixForDraw&&(this.tmpMatrixForDraw=null),this.tmpBoundsOnModel&&(this.tmpBoundsOnModel=null),this.CHANNEL_COLORS){for(var t=this.CHANNEL_COLORS.length-1;t>=0;--t)this.CHANNEL_COLORS.splice(t,1);this.CHANNEL_COLORS=[]}this.releaseShader()},e.prototype.releaseShader=function(){for(var t=at.frameBuffers.length,i=0;i0){var n=i.gl.getParameter(i.gl.FRAMEBUFFER_BINDING),s=new Array(4);s[0]=0,s[1]=0,s[2]=i.gl.canvas.width,s[3]=i.gl.canvas.height,i.gl.viewport(0,0,at.clippingMaskBufferSize,at.clippingMaskBufferSize),this.setupLayoutBounds(e),i.gl.bindFramebuffer(i.gl.FRAMEBUFFER,at.frameBuffers[this.curFrameNo].framebuffer),i.gl.clearColor(0,0,0,0),i.gl.clear(i.gl.COLOR_BUFFER_BIT);for(var r=0;rr?e:r,n=o,s=o,_=0,a=0,h=i.clippedDrawContextList.length,l=0;l_&&(_=S),v>a&&(a=v)}}if(n==o)i.allClippedDrawRect.x=0,i.allClippedDrawRect.y=0,i.allClippedDrawRect.width=0,i.allClippedDrawRect.height=0,i.isUsing=!1;else{var L=_-n,M=a-s;i.allClippedDrawRect.x=n,i.allClippedDrawRect.y=s,i.allClippedDrawRect.width=L,i.allClippedDrawRect.height=M,i.isUsing=!0}},e.prototype.setupLayoutBounds=function(t){var i=t/e.CHANNEL_COUNT,r=t%e.CHANNEL_COUNT;i=~~i,r=~~r;for(var o=0,n=0;n=1)return 1;var p=r,f=p*p;return l*(p*f)+$*f+u*p+0},s.prototype._$a0=function(){},s.prototype.setFadeIn=function(t){this._$dP=t},s.prototype.setFadeOut=function(t){this._$eo=t},s.prototype._$pT=function(t){this._$V0=t},s.prototype.getFadeOut=function(){return this._$eo},s.prototype._$4T=function(){return this._$eo},s.prototype._$mT=function(){return this._$V0},s.prototype.getDurationMSec=function(){return-1},s.prototype.getLoopDurationMSec=function(){return-1},s.prototype.updateParam=function(t,i){if(i._$AT&&!i._$9L){var e=w.getUserTimeMSec();if(i._$z2<0){i._$z2=e,i._$bs=e;var r=this.getDurationMSec();i._$Do<0&&(i._$Do=r<=0?-1:i._$z2+r)}var o=this._$V0;o=o*(0==this._$dP?1:ht._$r2((e-i._$bs)/this._$dP))*(0==this._$eo||i._$Do<0?1:ht._$r2((i._$Do-e)/this._$eo)),0<=o&&o<=1||console.log("### assert!! ### "),this.updateParamExe(t,e,o,i),i._$Do>0&&i._$Do0?console.log("\n"):e%8==0&&e>0&&console.log(" "),console.log("%02X ",255&t[e]);console.log("\n")},_._$nr=function(t,i,e){console.log("%s\n",t);for(var r=i.length,o=0;o=0;--r){this._$lL[r]._$oP(t,this)}this._$oo(t,e),this._$M2=this._$Yb(),this._$9b=(this._$M2-this._$ks)/e,this._$ks=this._$M2}for(var r=this._$qP.length-1;r>=0;--r){this._$qP[r]._$YS(t,this)}this._$iT=i},f.prototype._$oo=function(t,i){i<.033&&(i=.033);var e=1/i;this.p1.vx=(this.p1.x-this.p1._$s0)*e,this.p1.vy=(this.p1.y-this.p1._$70)*e,this.p1.ax=(this.p1.vx-this.p1._$7L)*e,this.p1.ay=(this.p1.vy-this.p1._$HL)*e,this.p1.fx=this.p1.ax*this.p1._$p,this.p1.fy=this.p1.ay*this.p1._$p,this.p1._$xT();var r,o,n=-Math.atan2(this.p1.y-this.p2.y,this.p1.x-this.p2.x),s=Math.cos(n),_=Math.sin(n),a=9.8*this.p2._$p,h=this._$Db*Lt._$bS,l=a*Math.cos(n-h);r=l*_,o=l*s;var $=-this.p1.fx*_*_,u=-this.p1.fy*_*s,p=-this.p2.vx*this._$L2,f=-this.p2.vy*this._$L2;this.p2.fx=r+$+p,this.p2.fy=o+u+f,this.p2.ax=this.p2.fx/this.p2._$p,this.p2.ay=this.p2.fy/this.p2._$p,this.p2.vx+=this.p2.ax*i,this.p2.vy+=this.p2.ay*i,this.p2.x+=this.p2.vx*i,this.p2.y+=this.p2.vy*i;var c=Math.sqrt((this.p1.x-this.p2.x)*(this.p1.x-this.p2.x)+(this.p1.y-this.p2.y)*(this.p1.y-this.p2.y));this.p2.x=this.p1.x+this._$Fo*(this.p2.x-this.p1.x)/c,this.p2.y=this.p1.y+this._$Fo*(this.p2.y-this.p1.y)/c,this.p2.vx=(this.p2.x-this.p2._$s0)*e,this.p2.vy=(this.p2.y-this.p2._$70)*e,this.p2._$xT()},c.prototype._$xT=function(){this._$s0=this.x,this._$70=this.y,this._$7L=this.vx,this._$HL=this.vy},d.prototype._$oP=function(t,i){},g.prototype=new d,g.prototype._$oP=function(t,i){var e=this.scale*t.getParamFloat(this._$wL),r=i.getPhysicsPoint1();switch(this._$tL){default:case f.Src.SRC_TO_X:r.x=r.x+(e-r.x)*this._$V0;break;case f.Src.SRC_TO_Y:r.y=r.y+(e-r.y)*this._$V0;break;case f.Src.SRC_TO_G_ANGLE:var o=i._$qr();o+=(e-o)*this._$V0,i._$pr(o)}},y.prototype._$YS=function(t,i){},T.prototype=new y,T.prototype._$YS=function(t,i){switch(this._$YP){default:case f.Target.TARGET_FROM_ANGLE:t.setParamFloat(this._$wL,this.scale*i._$5r(),this._$V0);break;case f.Target.TARGET_FROM_ANGLE_V:t.setParamFloat(this._$wL,this.scale*i._$Cs(),this._$V0)}},f.Src=function(){},f.Src.SRC_TO_X="SRC_TO_X",f.Src.SRC_TO_Y="SRC_TO_Y",f.Src.SRC_TO_G_ANGLE="SRC_TO_G_ANGLE",f.Target=function(){},f.Target.TARGET_FROM_ANGLE="TARGET_FROM_ANGLE",f.Target.TARGET_FROM_ANGLE_V="TARGET_FROM_ANGLE_V",P.prototype.init=function(t){this._$fL=t._$fL,this._$gL=t._$gL,this._$B0=t._$B0,this._$z0=t._$z0,this._$qT=t._$qT,this.reflectX=t.reflectX,this.reflectY=t.reflectY},P.prototype._$F0=function(t){this._$fL=t._$_T(),this._$gL=t._$_T(),this._$B0=t._$_T(),this._$z0=t._$_T(),this._$qT=t._$_T(),t.getFormatVersion()>=G.LIVE2D_FORMAT_VERSION_V2_10_SDK2&&(this.reflectX=t._$po(),this.reflectY=t._$po())},P.prototype._$e=function(){};var It=function(){};It._$ni=function(t,i,e,r,o,n,s,_,a){var h=s*n-_*o;if(0==h)return null;var l,$=((t-e)*n-(i-r)*o)/h;return l=0!=o?(t-e-$*s)/o:(i-r-$*_)/n,isNaN(l)&&(l=(t-e-$*s)/o,isNaN(l)&&(l=(i-r-$*_)/n),isNaN(l)&&(console.log("a is NaN @UtVector#_$ni() "),console.log("v1x : "+o),console.log("v1x != 0 ? "+(0!=o)))),null==a?new Array(l,$):(a[0]=l,a[1]=$,a)},S.prototype._$8P=function(){return this.x+.5*this.width},S.prototype._$6P=function(){return this.y+.5*this.height},S.prototype._$EL=function(){return this.x+this.width},S.prototype._$5T=function(){return this.y+this.height},S.prototype._$jL=function(t,i,e,r){this.x=t,this.y=i,this.width=e,this.height=r},S.prototype._$jL=function(t){this.x=t.x,this.y=t.y,this.width=t.width,this.height=t.height},S.prototype.contains=function(t,i){return this.x<=this.x&&this.y<=this.y&&this.x<=this.x+this.width&&this.y<=this.y+this.height},S.prototype.expand=function(t,i){this.x-=t,this.y-=i,this.width+=2*t,this.height+=2*i},v._$Z2=function(t,i,e,r){var o=i._$Q2(t,e),n=t._$vs(),s=t._$Tr();if(i._$zr(n,s,o),o<=0)return r[n[0]];if(1==o){var _=r[n[0]],a=r[n[1]],h=s[0];return _+(a-_)*h|0}if(2==o){var _=r[n[0]],a=r[n[1]],l=r[n[2]],$=r[n[3]],h=s[0],u=s[1],p=_+(a-_)*h|0,f=l+($-l)*h|0;return p+(f-p)*u|0}if(3==o){var c=r[n[0]],d=r[n[1]],g=r[n[2]],y=r[n[3]],m=r[n[4]],T=r[n[5]],P=r[n[6]],S=r[n[7]],h=s[0],u=s[1],v=s[2],_=c+(d-c)*h|0,a=g+(y-g)*h|0,l=m+(T-m)*h|0,$=P+(S-P)*h|0,p=_+(a-_)*u|0,f=l+($-l)*u|0;return p+(f-p)*v|0}if(4==o){var L=r[n[0]],M=r[n[1]],E=r[n[2]],A=r[n[3]],I=r[n[4]],w=r[n[5]],x=r[n[6]],O=r[n[7]],D=r[n[8]],R=r[n[9]],b=r[n[10]],F=r[n[11]],C=r[n[12]],N=r[n[13]],B=r[n[14]],U=r[n[15]],h=s[0],u=s[1],v=s[2],G=s[3],c=L+(M-L)*h|0,d=E+(A-E)*h|0,g=I+(w-I)*h|0,y=x+(O-x)*h|0,m=D+(R-D)*h|0,T=b+(F-b)*h|0,P=C+(N-C)*h|0,S=B+(U-B)*h|0,_=c+(d-c)*u|0,a=g+(y-g)*u|0,l=m+(T-m)*u|0,$=P+(S-P)*u|0,p=_+(a-_)*v|0,f=l+($-l)*v|0;return p+(f-p)*G|0}for(var Y=1<=G._$T7?(this.clipID=t._$nP(),this.clipIDList=this.convertClipIDForV2_11(this.clipID)):this.clipIDList=[],this._$MS(this._$Lb)},M.prototype.getClipIDList=function(){return this.clipIDList},M.prototype.init=function(t){},M.prototype._$Nr=function(t,i){if(i._$IS[0]=!1,i._$Us=v._$Z2(t,this._$GS,i._$IS,this._$Lb),at._$Zs);else if(i._$IS[0])return;i._$7s=v._$br(t,this._$GS,i._$IS,this._$mS)},M.prototype._$2b=function(t,i){},M.prototype.getDrawDataID=function(){return this._$gP},M.prototype._$j2=function(t){this._$gP=t},M.prototype.getOpacity=function(t,i){return i._$7s},M.prototype._$zS=function(t,i){return i._$Us},M.prototype._$MS=function(t){for(var i=t.length-1;i>=0;--i){var e=t[i];eM._$R2&&(M._$R2=e)}},M.prototype.getTargetBaseDataID=function(){return this._$dr},M.prototype._$gs=function(t){this._$dr=t},M.prototype._$32=function(){return null!=this._$dr&&this._$dr!=yt._$2o()},M.prototype.preDraw=function(t,i,e){},M.prototype.draw=function(t,i,e){},M.prototype.getType=function(){},M.prototype._$B2=function(t,i,e){},E._$ps=32,E.CLIPPING_PROCESS_NONE=0,E.CLIPPING_PROCESS_OVERWRITE_ALPHA=1,E.CLIPPING_PROCESS_MULTIPLY_ALPHA=2,E.CLIPPING_PROCESS_DRAW=3,E.CLIPPING_PROCESS_CLEAR_ALPHA=4,E.prototype.setChannelFlagAsColor=function(t,i){this.CHANNEL_COLORS[t]=i},E.prototype.getChannelFlagAsColor=function(t){return this.CHANNEL_COLORS[t]},E.prototype._$ZT=function(){},E.prototype._$Uo=function(t,i,e,r,o,n,s){},E.prototype._$Rs=function(){return-1},E.prototype._$Ds=function(t){},E.prototype.setBaseColor=function(t,i,e,r){t<0?t=0:t>1&&(t=1),i<0?i=0:i>1&&(i=1),e<0?e=0:e>1&&(e=1),r<0?r=0:r>1&&(r=1),this._$lT=t,this._$C0=i,this._$tT=e,this._$WL=r},E.prototype._$WP=function(t){this.culling=t},E.prototype.setMatrix=function(t){for(var i=0;i<16;i++)this.matrix4x4[i]=t[i]},E.prototype._$IT=function(){return this.matrix4x4},E.prototype.setPremultipliedAlpha=function(t){this.premultipliedAlpha=t},E.prototype.isPremultipliedAlpha=function(){return this.premultipliedAlpha},E.prototype.setAnisotropy=function(t){this.anisotropy=t},E.prototype.getAnisotropy=function(){return this.anisotropy},E.prototype.getClippingProcess=function(){return this.clippingProcess},E.prototype.setClippingProcess=function(t){this.clippingProcess=t},E.prototype.setClipBufPre_clipContextForMask=function(t){this.clipBufPre_clipContextMask=t},E.prototype.getClipBufPre_clipContextMask=function(){return this.clipBufPre_clipContextMask},E.prototype.setClipBufPre_clipContextForDraw=function(t){this.clipBufPre_clipContextDraw=t},E.prototype.getClipBufPre_clipContextDraw=function(){return this.clipBufPre_clipContextDraw},I._$ur=-2,I._$c2=1,I._$_b=2,I.prototype._$F0=function(t){this._$kP=t._$nP(),this._$dr=t._$nP()},I.prototype.readV2_opacity=function(t){t.getFormatVersion()>=G.LIVE2D_FORMAT_VERSION_V2_10_SDK2&&(this._$mS=t._$Tb())},I.prototype.init=function(t){},I.prototype._$Nr=function(t,i){},I.prototype.interpolateOpacity=function(t,i,e,r){null==this._$mS?e.setInterpolatedOpacity(1):e.setInterpolatedOpacity(v._$br(t,i,r,this._$mS))},I.prototype._$2b=function(t,i){},I.prototype._$nb=function(t,i,e,r,o,n,s){},I.prototype.getType=function(){},I.prototype._$gs=function(t){this._$dr=t},I.prototype._$a2=function(t){this._$kP=t},I.prototype.getTargetBaseDataID=function(){return this._$dr},I.prototype.getBaseDataID=function(){return this._$kP},I.prototype._$32=function(){return null!=this._$dr&&this._$dr!=yt._$2o()},w._$W2=0,w._$CS=w._$W2,w._$Mo=function(){return!0},w._$XP=function(t){try{for(var i=getTimeMSec();getTimeMSec()-i=t.length)return!1;for(var o=i;o=0;--e){var r=this._$Ob[e].getParamIndex(i);if(r==x._$ds&&(r=t.getParamIndex(this._$Ob[e].getParamID())),t._$Xb(r))return!0}return!1},D.prototype._$Q2=function(t,i){for(var e,r,o=this._$Ob.length,n=t._$v2(),s=0,_=0;_U._$Qb&&console.log("err 23245\n");for(var o=this._$Ob.length,n=1,s=1,_=0,a=0;a=0;--n)e[n]=o[n]}else this.mult_fast(t,i,e,r)},R.prototype.mult_fast=function(t,i,e,r){r?(e[0]=t[0]*i[0]+t[4]*i[1]+t[8]*i[2],e[4]=t[0]*i[4]+t[4]*i[5]+t[8]*i[6],e[8]=t[0]*i[8]+t[4]*i[9]+t[8]*i[10],e[12]=t[0]*i[12]+t[4]*i[13]+t[8]*i[14]+t[12],e[1]=t[1]*i[0]+t[5]*i[1]+t[9]*i[2],e[5]=t[1]*i[4]+t[5]*i[5]+t[9]*i[6],e[9]=t[1]*i[8]+t[5]*i[9]+t[9]*i[10],e[13]=t[1]*i[12]+t[5]*i[13]+t[9]*i[14]+t[13],e[2]=t[2]*i[0]+t[6]*i[1]+t[10]*i[2],e[6]=t[2]*i[4]+t[6]*i[5]+t[10]*i[6],e[10]=t[2]*i[8]+t[6]*i[9]+t[10]*i[10],e[14]=t[2]*i[12]+t[6]*i[13]+t[10]*i[14]+t[14],e[3]=e[7]=e[11]=0,e[15]=1):(e[0]=t[0]*i[0]+t[4]*i[1]+t[8]*i[2]+t[12]*i[3],e[4]=t[0]*i[4]+t[4]*i[5]+t[8]*i[6]+t[12]*i[7],e[8]=t[0]*i[8]+t[4]*i[9]+t[8]*i[10]+t[12]*i[11],e[12]=t[0]*i[12]+t[4]*i[13]+t[8]*i[14]+t[12]*i[15],e[1]=t[1]*i[0]+t[5]*i[1]+t[9]*i[2]+t[13]*i[3],e[5]=t[1]*i[4]+t[5]*i[5]+t[9]*i[6]+t[13]*i[7],e[9]=t[1]*i[8]+t[5]*i[9]+t[9]*i[10]+t[13]*i[11],e[13]=t[1]*i[12]+t[5]*i[13]+t[9]*i[14]+t[13]*i[15],e[2]=t[2]*i[0]+t[6]*i[1]+t[10]*i[2]+t[14]*i[3],e[6]=t[2]*i[4]+t[6]*i[5]+t[10]*i[6]+t[14]*i[7],e[10]=t[2]*i[8]+t[6]*i[9]+t[10]*i[10]+t[14]*i[11],e[14]=t[2]*i[12]+t[6]*i[13]+t[10]*i[14]+t[14]*i[15],e[3]=t[3]*i[0]+t[7]*i[1]+t[11]*i[2]+t[15]*i[3],e[7]=t[3]*i[4]+t[7]*i[5]+t[11]*i[6]+t[15]*i[7],e[11]=t[3]*i[8]+t[7]*i[9]+t[11]*i[10]+t[15]*i[11],e[15]=t[3]*i[12]+t[7]*i[13]+t[11]*i[14]+t[15]*i[15])},R.prototype.translate=function(t,i,e){this.m[12]=this.m[0]*t+this.m[4]*i+this.m[8]*e+this.m[12],this.m[13]=this.m[1]*t+this.m[5]*i+this.m[9]*e+this.m[13],this.m[14]=this.m[2]*t+this.m[6]*i+this.m[10]*e+this.m[14],this.m[15]=this.m[3]*t+this.m[7]*i+this.m[11]*e+this.m[15]},R.prototype.scale=function(t,i,e){this.m[0]*=t,this.m[4]*=i,this.m[8]*=e,this.m[1]*=t,this.m[5]*=i,this.m[9]*=e,this.m[2]*=t,this.m[6]*=i,this.m[10]*=e,this.m[3]*=t,this.m[7]*=i,this.m[11]*=e},R.prototype.rotateX=function(t){var i=Lt.fcos(t),e=Lt._$9(t),r=this.m[4];this.m[4]=r*i+this.m[8]*e,this.m[8]=r*-e+this.m[8]*i,r=this.m[5],this.m[5]=r*i+this.m[9]*e,this.m[9]=r*-e+this.m[9]*i,r=this.m[6],this.m[6]=r*i+this.m[10]*e,this.m[10]=r*-e+this.m[10]*i,r=this.m[7],this.m[7]=r*i+this.m[11]*e,this.m[11]=r*-e+this.m[11]*i},R.prototype.rotateY=function(t){var i=Lt.fcos(t),e=Lt._$9(t),r=this.m[0];this.m[0]=r*i+this.m[8]*-e,this.m[8]=r*e+this.m[8]*i,r=this.m[1],this.m[1]=r*i+this.m[9]*-e,this.m[9]=r*e+this.m[9]*i,r=m[2],this.m[2]=r*i+this.m[10]*-e,this.m[10]=r*e+this.m[10]*i,r=m[3],this.m[3]=r*i+this.m[11]*-e,this.m[11]=r*e+this.m[11]*i},R.prototype.rotateZ=function(t){var i=Lt.fcos(t),e=Lt._$9(t),r=this.m[0];this.m[0]=r*i+this.m[4]*e,this.m[4]=r*-e+this.m[4]*i,r=this.m[1],this.m[1]=r*i+this.m[5]*e,this.m[5]=r*-e+this.m[5]*i,r=this.m[2],this.m[2]=r*i+this.m[6]*e,this.m[6]=r*-e+this.m[6]*i,r=this.m[3],this.m[3]=r*i+this.m[7]*e,this.m[7]=r*-e+this.m[7]*i},b.prototype=new et,b._$tP=new Object,b._$27=function(){b._$tP.clear()},b.getID=function(t){var i=b._$tP[t];return null==i&&(i=new b(t),b._$tP[t]=i),i},b.prototype._$3s=function(){return new b},F._$kS=-1,F._$pS=0,F._$hb=1,F.STATE_IDENTITY=0,F._$gb=1,F._$fo=2,F._$go=4,F.prototype.transform=function(t,i,e){var r,o,n,s,_,a,h=0,l=0;switch(this._$hi){default:return;case F._$go|F._$fo|F._$gb:for(r=this._$7,o=this._$H,n=this._$k,s=this._$f,_=this._$g,a=this._$w;--e>=0;){var $=t[h++],u=t[h++];i[l++]=r*$+o*u+n,i[l++]=s*$+_*u+a}return;case F._$go|F._$fo:for(r=this._$7,o=this._$H,s=this._$f,_=this._$g;--e>=0;){var $=t[h++],u=t[h++];i[l++]=r*$+o*u,i[l++]=s*$+_*u}return;case F._$go|F._$gb:for(o=this._$H,n=this._$k,s=this._$f,a=this._$w;--e>=0;){var $=t[h++];i[l++]=o*t[h++]+n,i[l++]=s*$+a}return;case F._$go:for(o=this._$H,s=this._$f;--e>=0;){var $=t[h++];i[l++]=o*t[h++],i[l++]=s*$}return;case F._$fo|F._$gb:for(r=this._$7,n=this._$k,_=this._$g,a=this._$w;--e>=0;)i[l++]=r*t[h++]+n,i[l++]=_*t[h++]+a;return;case F._$fo:for(r=this._$7,_=this._$g;--e>=0;)i[l++]=r*t[h++],i[l++]=_*t[h++];return;case F._$gb:for(n=this._$k,a=this._$w;--e>=0;)i[l++]=t[h++]+n,i[l++]=t[h++]+a;return;case F.STATE_IDENTITY:return void(t==i&&h==l||w._$jT(t,h,i,l,2*e))}},F.prototype.update=function(){0==this._$H&&0==this._$f?1==this._$7&&1==this._$g?0==this._$k&&0==this._$w?(this._$hi=F.STATE_IDENTITY,this._$Z=F._$pS):(this._$hi=F._$gb,this._$Z=F._$hb):0==this._$k&&0==this._$w?(this._$hi=F._$fo,this._$Z=F._$kS):(this._$hi=F._$fo|F._$gb,this._$Z=F._$kS):0==this._$7&&0==this._$g?0==this._$k&&0==this._$w?(this._$hi=F._$go,this._$Z=F._$kS):(this._$hi=F._$go|F._$gb,this._$Z=F._$kS):0==this._$k&&0==this._$w?(this._$hi=F._$go|F._$fo,this._$Z=F._$kS):(this._$hi=F._$go|F._$fo|F._$gb,this._$Z=F._$kS)},F.prototype._$RT=function(t){this._$IT(t);var i=t[0],e=t[2],r=t[1],o=t[3],n=Math.sqrt(i*i+r*r),s=i*o-e*r;0==n?at._$so&&console.log("affine._$RT() / rt==0"):(t[0]=n,t[1]=s/n,t[2]=(r*o+i*e)/s,t[3]=Math.atan2(r,i))},F.prototype._$ho=function(t,i,e,r){var o=new Float32Array(6),n=new Float32Array(6);t._$RT(o),i._$RT(n);var s=new Float32Array(6);s[0]=o[0]+(n[0]-o[0])*e,s[1]=o[1]+(n[1]-o[1])*e,s[2]=o[2]+(n[2]-o[2])*e,s[3]=o[3]+(n[3]-o[3])*e,s[4]=o[4]+(n[4]-o[4])*e,s[5]=o[5]+(n[5]-o[5])*e,r._$CT(s)},F.prototype._$CT=function(t){var i=Math.cos(t[3]),e=Math.sin(t[3]);this._$7=t[0]*i,this._$f=t[0]*e,this._$H=t[1]*(t[2]*i-e),this._$g=t[1]*(t[2]*e+i),this._$k=t[4],this._$w=t[5],this.update()},F.prototype._$IT=function(t){t[0]=this._$7,t[1]=this._$f,t[2]=this._$H,t[3]=this._$g,t[4]=this._$k,t[5]=this._$w},C.prototype=new s,C._$cs="VISIBLE:",C._$ar="LAYOUT:",C._$Co=0,C._$D2=[],C._$1T=1,C.loadMotion=function(t){var i=new C,e=[0],r=t.length;i._$yT=0;for(var o=0;o=0){var a=new B;O.startsWith(t,s,C._$cs)?(a._$RP=B._$hs,a._$4P=new String(t,s,_-s)):O.startsWith(t,s,C._$ar)?(a._$4P=new String(t,s+7,_-s-7),O.startsWith(t,s+7,"ANCHOR_X")?a._$RP=B._$xs:O.startsWith(t,s+7,"ANCHOR_Y")?a._$RP=B._$us:O.startsWith(t,s+7,"SCALE_X")?a._$RP=B._$qs:O.startsWith(t,s+7,"SCALE_Y")?a._$RP=B._$Ys:O.startsWith(t,s+7,"X")?a._$RP=B._$ws:O.startsWith(t,s+7,"Y")&&(a._$RP=B._$Ns)):(a._$RP=B._$Fr,a._$4P=new String(t,s,_-s)),i.motions.push(a);var h=0;for(C._$D2.clear(),o=_+1;o0){C._$D2.push(l),h++;var $=e[0];if($i._$yT&&(i._$yT=h)}}}else{for(var s=o,_=-1;o=0)for(_==s+4&&"f"==t[s+1]&&"p"==t[s+2]&&"s"==t[s+3]&&(u=!0),o=_+1;o0&&u&&5=l?l-1:s];t.setParamFloat($,u)}else if(B._$ws<=h._$RP&&h._$RP<=B._$Ys);else{var p=t.getParamFloat($),f=h._$I0[s>=l?l-1:s],c=h._$I0[s+1>=l?l-1:s+1],d=f+(c-f)*_,g=p+(d-p)*e;t.setParamFloat($,g)}}s>=this._$yT&&(this._$E?(r._$z2=i,this.loopFadeIn&&(r._$bs=i)):r._$9L=!0)},C.prototype._$r0=function(){return this._$E},C.prototype._$aL=function(t){this._$E=t},C.prototype.isLoopFadeIn=function(){return this.loopFadeIn},C.prototype.setLoopFadeIn=function(t){this.loopFadeIn=t},N.prototype.clear=function(){this.size=0},N.prototype.add=function(t){if(this._$P.length<=this.size){var i=new Float32Array(2*this.size);w._$jT(this._$P,0,i,0,this.size),this._$P=i}this._$P[this.size++]=t},N.prototype._$BL=function(){var t=new Float32Array(this.size);return w._$jT(this._$P,0,t,0,this.size),t},B._$Fr=0,B._$hs=1,B._$ws=100,B._$Ns=101,B._$xs=102,B._$us=103,B._$qs=104,B._$Ys=105,U._$Ms=1,U._$Qs=2,U._$i2=0,U._$No=2,U._$do=U._$Ms,U._$Ls=!0,U._$1r=5,U._$Qb=65,U._$J=1e-4,U._$FT=.001,U._$Ss=3,G._$o7=6,G._$S7=7,G._$s7=8,G._$77=9,G.LIVE2D_FORMAT_VERSION_V2_10_SDK2=10,G.LIVE2D_FORMAT_VERSION_V2_11_SDK2_1=11,G._$T7=G.LIVE2D_FORMAT_VERSION_V2_11_SDK2_1,G._$Is=-2004318072,G._$h0=0,G._$4L=23,G._$7P=33,G._$uT=function(t){console.log("_$bo :: _$6 _$mo _$E0 : %d\n",t)},G._$9o=function(t){if(t<40)return G._$uT(t),null;if(t<50)return G._$uT(t),null;if(t<60)return G._$uT(t),null;if(t<100)switch(t){case 65:return new Z;case 66:return new D;case 67:return new x;case 68:return new z;case 69:return new P;case 70:return new $t;default:return G._$uT(t),null}else if(t<150)switch(t){case 131:return new st;case 133:return new tt;case 136:return new p;case 137:return new ot;case 142:return new j}return G._$uT(t),null},Y._$HP=0,Y._$_0=!0;Y._$V2=-1,Y._$W0=-1,Y._$jr=!1,Y._$ZS=!0,Y._$tr=-1e6,Y._$lr=1e6,Y._$is=32,Y._$e=!1,Y.prototype.getDrawDataIndex=function(t){for(var i=this._$aS.length-1;i>=0;--i)if(null!=this._$aS[i]&&this._$aS[i].getDrawDataID()==t)return i;return-1},Y.prototype.getDrawData=function(t){if(t instanceof b){if(null==this._$Bo){this._$Bo=new Object;for(var i=this._$aS.length,e=0;e0&&this.release();for(var t=this._$Ri.getModelImpl(),i=t._$Xr(),r=i.length,o=new Array,n=new Array,s=0;s=0)&&(this._$3S.push(m),this._$db.push(n[s]),o[s]=null,y=!0)}}if(!y)break}var P=t._$E2();if(null!=P){var S=P._$1s();if(null!=S)for(var v=S.length,s=0;s=0;i--)this._$Js[i]=Y._$jr;return this._$QT=!1,Y._$e&&_.dump("_$eL"),!1},Y.prototype.preDraw=function(t){null!=this.clipManager&&(t._$ZT(),this.clipManager.setupClip(this,t))},Y.prototype.draw=function(t){if(null==this._$Ws)return void _._$li("call _$Ri.update() before _$Ri.draw() ");var i=this._$Ws.length;t._$ZT();for(var e=0;e=0;--i)if(this._$pb[i]==t)return i;return this._$02(t,0,Y._$tr,Y._$lr)},Y.prototype._$BS=function(t){return this.getBaseDataIndex(t)},Y.prototype.getBaseDataIndex=function(t){for(var i=this._$3S.length-1;i>=0;--i)if(null!=this._$3S[i]&&this._$3S[i].getBaseDataID()==t)return i;return-1},Y.prototype._$UT=function(t,i){var e=new Float32Array(i);return w._$jT(t,0,e,0,t.length),e},Y.prototype._$02=function(t,i,e,r){if(this._$qo>=this._$pb.length){var o=this._$pb.length,n=new Array(2*o);w._$jT(this._$pb,0,n,0,o),this._$pb=n,this._$_2=this._$UT(this._$_2,2*o),this._$vr=this._$UT(this._$vr,2*o),this._$Rr=this._$UT(this._$Rr,2*o),this._$Or=this._$UT(this._$Or,2*o);var s=new Array;w._$jT(this._$Js,0,s,0,o),this._$Js=s}return this._$pb[this._$qo]=t,this._$_2[this._$qo]=i,this._$vr[this._$qo]=i,this._$Rr[this._$qo]=e,this._$Or[this._$qo]=r,this._$Js[this._$qo]=Y._$ZS,this._$qo++},Y.prototype._$Zo=function(t,i){this._$3S[t]=i},Y.prototype.setParamFloat=function(t,i){ithis._$Or[t]&&(i=this._$Or[t]),this._$_2[t]=i},Y.prototype.loadParam=function(){var t=this._$_2.length;t>this._$fs.length&&(t=this._$fs.length),w._$jT(this._$fs,0,this._$_2,0,t)},Y.prototype.saveParam=function(){var t=this._$_2.length;t>this._$fs.length&&(this._$fs=new Float32Array(t)),w._$jT(this._$_2,0,this._$fs,0,t)},Y.prototype._$v2=function(){return this._$co},Y.prototype._$WS=function(){return this._$QT},Y.prototype._$Xb=function(t){return this._$Js[t]==Y._$ZS},Y.prototype._$vs=function(){return this._$Es},Y.prototype._$Tr=function(){return this._$ZP},Y.prototype.getBaseData=function(t){return this._$3S[t]},Y.prototype.getParamFloat=function(t){return this._$_2[t]},Y.prototype.getParamMax=function(t){return this._$Or[t]},Y.prototype.getParamMin=function(t){return this._$Rr[t]},Y.prototype.setPartsOpacity=function(t,i){this._$Hr[t].setPartsOpacity(i)},Y.prototype.getPartsOpacity=function(t){return this._$Hr[t].getPartsOpacity()},Y.prototype.getPartsDataIndex=function(t){for(var i=this._$F2.length-1;i>=0;--i)if(null!=this._$F2[i]&&this._$F2[i]._$p2()==t)return i;return-1},Y.prototype._$q2=function(t){return this._$db[t]},Y.prototype._$C2=function(t){return this._$8b[t]},Y.prototype._$Bb=function(t){return this._$Hr[t]},Y.prototype._$5s=function(t,i){for(var e=this._$Ws.length,r=t,o=0;o0;)n+=i;return r},k._$C=function(t){var i=null,e=null;try{i=t instanceof Array?t:new _$Xs(t,8192),e=new _$js;for(var r,o=new Int8Array(1e3);(r=i.read(o))>0;)e.write(o,0,r);return e._$TS()}finally{null!=t&&t.close(),null!=e&&(e.flush(),e.close())}},V.prototype._$T2=function(){return w.getUserTimeMSec()+Math._$10()*(2*this._$Br-1)},V.prototype._$uo=function(t){this._$Br=t},V.prototype._$QS=function(t,i,e){this._$Dr=t,this._$Cb=i,this._$mr=e},V.prototype._$7T=function(t){var i,e=w.getUserTimeMSec(),r=0;switch(this._$_L){case STATE_CLOSING:r=(e-this._$bb)/this._$Dr,r>=1&&(r=1,this._$_L=wt.STATE_CLOSED,this._$bb=e),i=1-r;break;case STATE_CLOSED:r=(e-this._$bb)/this._$Cb,r>=1&&(this._$_L=wt.STATE_OPENING,this._$bb=e),i=0;break;case STATE_OPENING:r=(e-this._$bb)/this._$mr,r>=1&&(r=1,this._$_L=wt.STATE_INTERVAL,this._$12=this._$T2()),i=r;break;case STATE_INTERVAL:this._$12.9?at.EXPAND_W:0;this.gl.drawElements(a,e,r,o,n,h,this.transform,_)}},X.prototype._$Rs=function(){throw new Error("_$Rs")},X.prototype._$Ds=function(t){throw new Error("_$Ds")},X.prototype._$K2=function(){for(var t=0;t=0;--i){var e=t[i];eW._$R2&&(W._$R2=e)}},W._$or=function(){return W._$52},W._$Pr=function(){return W._$R2},W.prototype._$F0=function(t){this._$gP=t._$nP(),this._$dr=t._$nP(),this._$GS=t._$nP(),this._$qb=t._$6L(),this._$Lb=t._$cS(),this._$mS=t._$Tb(),t.getFormatVersion()>=G._$T7?(this.clipID=t._$nP(),this.clipIDList=this.convertClipIDForV2_11(this.clipID)):this.clipIDList=null,W._$Sb(this._$Lb)},W.prototype.getClipIDList=function(){return this.clipIDList},W.prototype._$Nr=function(t,i){if(i._$IS[0]=!1,i._$Us=v._$Z2(t,this._$GS,i._$IS,this._$Lb),at._$Zs);else if(i._$IS[0])return;i._$7s=v._$br(t,this._$GS,i._$IS,this._$mS)},W.prototype._$2b=function(t){},W.prototype.getDrawDataID=function(){return this._$gP},W.prototype._$j2=function(t){this._$gP=t},W.prototype.getOpacity=function(t,i){return i._$7s},W.prototype._$zS=function(t,i){return i._$Us},W.prototype.getTargetBaseDataID=function(){return this._$dr},W.prototype._$gs=function(t){this._$dr=t},W.prototype._$32=function(){return null!=this._$dr&&this._$dr!=yt._$2o()},W.prototype.getType=function(){},j._$42=0,j.prototype._$1b=function(){return this._$3S},j.prototype.getDrawDataList=function(){return this._$aS},j.prototype._$F0=function(t){this._$NL=t._$nP(),this._$aS=t._$nP(),this._$3S=t._$nP()},j.prototype._$kr=function(t){t._$Zo(this._$3S),t._$xo(this._$aS),this._$3S=null,this._$aS=null},q.prototype=new i,q.loadModel=function(t){var e=new q;return i._$62(e,t),e},q.loadModel=function(t){var e=new q;return i._$62(e,t),e},q._$to=function(){return new q},q._$er=function(t){var i=new _$5("../_$_r/_$t0/_$Ri/_$_P._$d");if(0==i.exists())throw new _$ls("_$t0 _$_ _$6 _$Ui :: "+i._$PL());for(var e=["../_$_r/_$t0/_$Ri/_$_P.512/_$CP._$1","../_$_r/_$t0/_$Ri/_$_P.512/_$vP._$1","../_$_r/_$t0/_$Ri/_$_P.512/_$EP._$1","../_$_r/_$t0/_$Ri/_$_P.512/_$pP._$1"],r=q.loadModel(i._$3b()),o=0;o=0){var h=new B;O.startsWith(t,_,J._$cs)?(h._$RP=B._$hs,h._$4P=O.createString(t,_,a-_)):O.startsWith(t,_,J._$ar)?(h._$4P=O.createString(t,_+7,a-_-7),O.startsWith(t,_+7,"ANCHOR_X")?h._$RP=B._$xs:O.startsWith(t,_+7,"ANCHOR_Y")?h._$RP=B._$us:O.startsWith(t,_+7,"SCALE_X")?h._$RP=B._$qs:O.startsWith(t,_+7,"SCALE_Y")?h._$RP=B._$Ys:O.startsWith(t,_+7,"X")?h._$RP=B._$ws:O.startsWith(t,_+7,"Y")&&(h._$RP=B._$Ns)):(h._$RP=B._$Fr,h._$4P=O.createString(t,_,a-_)),i.motions.push(h);var l=0,$=[];for(o=a+1;o0){$.push(u),l++;var p=e[0];if(pi._$yT&&(i._$yT=l)}}}else{for(var _=o,a=-1;o=0)for(a==_+4&&"f"==Q(t,_+1)&&"p"==Q(t,_+2)&&"s"==Q(t,_+3)&&(f=!0),o=a+1;o0&&f&&5=l?l-1:s];t.setParamFloat($,u)}else if(B._$ws<=h._$RP&&h._$RP<=B._$Ys);else{var p,f=t.getParamIndex($),c=t.getModelContext(),d=c.getParamMax(f),g=c.getParamMin(f),y=.4*(d-g),m=c.getParamFloat(f),T=h._$I0[s>=l?l-1:s],P=h._$I0[s+1>=l?l-1:s+1];p=Ty||T>P&&T-P>y?T:T+(P-T)*_;var S=m+(p-m)*e;t.setParamFloat($,S)}}s>=this._$yT&&(this._$E?(r._$z2=i,this.loopFadeIn&&(r._$bs=i)):r._$9L=!0),this._$eP=e},J.prototype._$r0=function(){return this._$E},J.prototype._$aL=function(t){this._$E=t},J.prototype._$S0=function(){return this._$D0},J.prototype._$U0=function(t){this._$D0=t},J.prototype.isLoopFadeIn=function(){return this.loopFadeIn},J.prototype.setLoopFadeIn=function(t){this.loopFadeIn=t},N.prototype.clear=function(){this.size=0},N.prototype.add=function(t){if(this._$P.length<=this.size){var i=new Float32Array(2*this.size);w._$jT(this._$P,0,i,0,this.size),this._$P=i}this._$P[this.size++]=t},N.prototype._$BL=function(){var t=new Float32Array(this.size);return w._$jT(this._$P,0,t,0,this.size),t},B._$Fr=0,B._$hs=1,B._$ws=100,B._$Ns=101,B._$xs=102,B._$us=103,B._$qs=104,B._$Ys=105,Z.prototype=new I,Z._$gT=new Array,Z.prototype._$zP=function(){this._$GS=new D,this._$GS._$zP()},Z.prototype._$F0=function(t){I.prototype._$F0.call(this,t),this._$A=t._$6L(),this._$o=t._$6L(),this._$GS=t._$nP(),this._$Eo=t._$nP(),I.prototype.readV2_opacity.call(this,t)},Z.prototype.init=function(t){var i=new K(this),e=(this._$o+1)*(this._$A+1);return null!=i._$Cr&&(i._$Cr=null),i._$Cr=new Float32Array(2*e),null!=i._$hr&&(i._$hr=null),this._$32()?i._$hr=new Float32Array(2*e):i._$hr=null,i},Z.prototype._$Nr=function(t,i){var e=i;if(this._$GS._$Ur(t)){var r=this._$VT(),o=Z._$gT;o[0]=!1,v._$Vr(t,this._$GS,o,r,this._$Eo,e._$Cr,0,2),i._$Ib(o[0]),this.interpolateOpacity(t,this._$GS,i,o)}},Z.prototype._$2b=function(t,i){var e=i;if(e._$hS(!0),this._$32()){var r=this.getTargetBaseDataID();if(e._$8r==I._$ur&&(e._$8r=t.getBaseDataIndex(r)),e._$8r<0)at._$so&&_._$li("_$L _$0P _$G :: %s",r),e._$hS(!1);else{var o=t.getBaseData(e._$8r),n=t._$q2(e._$8r);if(null!=o&&n._$yo()){var s=n.getTotalScale();e.setTotalScale_notForClient(s);var a=n.getTotalOpacity();e.setTotalOpacity(a*e.getInterpolatedOpacity()),o._$nb(t,n,e._$Cr,e._$hr,this._$VT(),0,2),e._$hS(!0)}else e._$hS(!1)}}else e.setTotalOpacity(e.getInterpolatedOpacity())},Z.prototype._$nb=function(t,i,e,r,o,n,s){var _=i,a=null!=_._$hr?_._$hr:_._$Cr;Z.transformPoints_sdk2(e,r,o,n,s,a,this._$o,this._$A)},Z.transformPoints_sdk2=function(i,e,r,o,n,s,_,a){for(var h,l,$,u=r*n,p=0,f=0,c=0,d=0,g=0,y=0,m=!1,T=o;T=1){var b=s[2*(0+a*M)],F=s[2*(0+a*M)+1],C=p-2*c+1*g,N=f-2*d+1*y,x=p+3*g,O=f+3*y,D=p-2*c+3*g,R=f-2*d+3*y,B=.5*(v- -2),U=.5*(L-1);B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else{var G=0|S;G==a&&(G=a-1);var B=.5*(v- -2),U=S-G,Y=G/a,k=(G+1)/a,b=s[2*(0+G*M)],F=s[2*(0+G*M)+1],x=s[2*(0+(G+1)*M)],O=s[2*(0+(G+1)*M)+1],C=p-2*c+Y*g,N=f-2*d+Y*y,D=p-2*c+k*g,R=f-2*d+k*y;B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else if(1<=v)if(L<=0){var D=s[2*(_+0*M)],R=s[2*(_+0*M)+1],x=p+3*c,O=f+3*d,C=p+1*c-2*g,N=f+1*d-2*y,b=p+3*c-2*g,F=f+3*d-2*y,B=.5*(v-1),U=.5*(L- -2);B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else if(L>=1){var C=s[2*(_+a*M)],N=s[2*(_+a*M)+1],b=p+3*c+1*g,F=f+3*d+1*y,D=p+1*c+3*g,R=f+1*d+3*y,x=p+3*c+3*g,O=f+3*d+3*y,B=.5*(v-1),U=.5*(L-1);B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else{var G=0|S;G==a&&(G=a-1);var B=.5*(v-1),U=S-G,Y=G/a,k=(G+1)/a,C=s[2*(_+G*M)],N=s[2*(_+G*M)+1],D=s[2*(_+(G+1)*M)],R=s[2*(_+(G+1)*M)+1],b=p+3*c+Y*g,F=f+3*d+Y*y,x=p+3*c+k*g,O=f+3*d+k*y;B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else if(L<=0){var V=0|P;V==_&&(V=_-1);var B=P-V,U=.5*(L- -2),X=V/_,z=(V+1)/_,D=s[2*(V+0*M)],R=s[2*(V+0*M)+1],x=s[2*(V+1+0*M)],O=s[2*(V+1+0*M)+1],C=p+X*c-2*g,N=f+X*d-2*y,b=p+z*c-2*g,F=f+z*d-2*y;B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else if(L>=1){var V=0|P;V==_&&(V=_-1);var B=P-V,U=.5*(L-1),X=V/_,z=(V+1)/_,C=s[2*(V+a*M)],N=s[2*(V+a*M)+1],b=s[2*(V+1+a*M)],F=s[2*(V+1+a*M)+1],D=p+X*c+3*g,R=f+X*d+3*y,x=p+z*c+3*g,O=f+z*d+3*y;B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else t.err.printf("_$li calc : %.4f , %.4f\t\t\t\t\t@@BDBoxGrid\n",v,L);else e[T]=p+v*c+L*g,e[T+1]=f+v*d+L*y}else l=P-(0|P),$=S-(0|S),h=2*((0|P)+(0|S)*(_+1)),l+$<1?(e[T]=s[h]*(1-l-$)+s[h+2]*l+s[h+2*(_+1)]*$,e[T+1]=s[h+1]*(1-l-$)+s[h+3]*l+s[h+2*(_+1)+1]*$):(e[T]=s[h+2*(_+1)+2]*(l-1+$)+s[h+2*(_+1)]*(1-l)+s[h+2]*(1-$),e[T+1]=s[h+2*(_+1)+3]*(l-1+$)+s[h+2*(_+1)+1]*(1-l)+s[h+3]*(1-$))}},Z.prototype.transformPoints_sdk1=function(t,i,e,r,o,n,s){for(var _,a,h,l,$,u,p,f=i,c=this._$o,d=this._$A,g=o*s,y=null!=f._$hr?f._$hr:f._$Cr,m=n;m1&&(_=1),a<0?a=0:a>1&&(a=1),_*=c,a*=d,h=0|_,l=0|a,h>c-1&&(h=c-1),l>d-1&&(l=d-1),u=_-h,p=a-l,$=2*(h+l*(c+1))):(_=e[m]*c,a=e[m+1]*d,u=_-(0|_),p=a-(0|a),$=2*((0|_)+(0|a)*(c+1))),u+p<1?(r[m]=y[$]*(1-u-p)+y[$+2]*u+y[$+2*(c+1)]*p,r[m+1]=y[$+1]*(1-u-p)+y[$+3]*u+y[$+2*(c+1)+1]*p):(r[m]=y[$+2*(c+1)+2]*(u-1+p)+y[$+2*(c+1)]*(1-u)+y[$+2]*(1-p),r[m+1]=y[$+2*(c+1)+3]*(u-1+p)+y[$+2*(c+1)+1]*(1-u)+y[$+3]*(1-p))},Z.prototype._$VT=function(){return(this._$o+1)*(this._$A+1)},Z.prototype.getType=function(){return I._$_b},K.prototype=new _t,tt._$42=0,tt.prototype._$zP=function(){this._$3S=new Array,this._$aS=new Array},tt.prototype._$F0=function(t){this._$g0=t._$8L(),this.visible=t._$8L(),this._$NL=t._$nP(),this._$3S=t._$nP(),this._$aS=t._$nP()},tt.prototype.init=function(t){var i=new it(this);return i.setPartsOpacity(this.isVisible()?1:0),i},tt.prototype._$6o=function(t){if(null==this._$3S)throw new Error("_$3S _$6 _$Wo@_$6o");this._$3S.push(t)},tt.prototype._$3o=function(t){if(null==this._$aS)throw new Error("_$aS _$6 _$Wo@_$3o");this._$aS.push(t)},tt.prototype._$Zo=function(t){this._$3S=t},tt.prototype._$xo=function(t){this._$aS=t},tt.prototype.isVisible=function(){return this.visible},tt.prototype._$uL=function(){return this._$g0},tt.prototype._$KP=function(t){this.visible=t},tt.prototype._$ET=function(t){this._$g0=t},tt.prototype.getBaseData=function(){return this._$3S},tt.prototype.getDrawData=function(){return this._$aS},tt.prototype._$p2=function(){return this._$NL},tt.prototype._$ob=function(t){this._$NL=t},tt.prototype.getPartsID=function(){return this._$NL},tt.prototype._$MP=function(t){this._$NL=t},it.prototype=new $,it.prototype.getPartsOpacity=function(){return this._$VS},it.prototype.setPartsOpacity=function(t){this._$VS=t},et._$L7=function(){u._$27(),yt._$27(),b._$27(),l._$27()},et.prototype.toString=function(){return this.id},rt.prototype._$F0=function(t){},ot.prototype._$1s=function(){return this._$4S},ot.prototype._$zP=function(){this._$4S=new Array},ot.prototype._$F0=function(t){this._$4S=t._$nP()},ot.prototype._$Ks=function(t){this._$4S.push(t)},nt.tr=new gt,nt._$50=new gt,nt._$Ti=new Array(0,0),nt._$Pi=new Array(0,0),nt._$B=new Array(0,0),nt.prototype._$lP=function(t,i,e,r){this.viewport=new Array(t,i,e,r)},nt.prototype._$bL=function(){this.context.save();var t=this.viewport;null!=t&&(this.context.beginPath(),this.context._$Li(t[0],t[1],t[2],t[3]),this.context.clip())},nt.prototype._$ei=function(){this.context.restore()},nt.prototype.drawElements=function(t,i,e,r,o,n,s,a){try{o!=this._$Qo&&(this._$Qo=o,this.context.globalAlpha=o);for(var h=i.length,l=t.width,$=t.height,u=this.context,p=this._$xP,f=this._$uP,c=this._$6r,d=this._$3r,g=nt.tr,y=nt._$Ti,m=nt._$Pi,T=nt._$B,P=0;P.02?nt.expandClip(t,i,e,r,l,$,u,p,f,c):nt.clipWithTransform(t,null,o,n,s,_,a,h)},nt.expandClip=function(t,i,e,r,o,n,s,_,a,h){var l=s-o,$=_-n,u=a-o,p=h-n,f=l*p-$*u>0?e:-e,c=-$,d=l,g=a-s,y=h-_,m=-y,T=g,P=Math.sqrt(g*g+y*y),S=-p,v=u,L=Math.sqrt(u*u+p*p),M=o-f*c/r,E=n-f*d/r,A=s-f*c/r,I=_-f*d/r,w=s-f*m/P,x=_-f*T/P,O=a-f*m/P,D=h-f*T/P,R=o+f*S/L,b=n+f*v/L,F=a+f*S/L,C=h+f*v/L,N=nt._$50;return null!=i._$P2(N)&&(nt.clipWithTransform(t,N,M,E,A,I,w,x,O,D,F,C,R,b),!0)},nt.clipWithTransform=function(t,i,e,r,o,n,s,a){if(arguments.length<7)return void _._$li("err : @LDGL.clip()");if(!(arguments[1]instanceof gt))return void _._$li("err : a[0] is _$6 LDTransform @LDGL.clip()");var h=nt._$B,l=i,$=arguments;if(t.beginPath(),l){l._$PS($[2],$[3],h),t.moveTo(h[0],h[1]);for(var u=4;u<$.length;u+=2)l._$PS($[u],$[u+1],h),t.lineTo(h[0],h[1])}else{t.moveTo($[2],$[3]);for(var u=4;u<$.length;u+=2)t.lineTo($[u],$[u+1])}t.clip()},nt.createCanvas=function(t,i){var e=document.createElement("canvas");return e.setAttribute("width",t),e.setAttribute("height",i),e||_._$li("err : "+e),e},nt.dumpValues=function(){for(var t="",i=0;i1?1:.5-.5*Math.cos(t*Lt.PI_F)},lt._$fr=-1,lt.prototype.toString=function(){return this._$ib},$t.prototype=new W,$t._$42=0,$t._$Os=30,$t._$ms=0,$t._$ns=1,$t._$_s=2,$t._$gT=new Array,$t.prototype._$_S=function(t){this._$LP=t},$t.prototype.getTextureNo=function(){return this._$LP},$t.prototype._$ZL=function(){return this._$Qi},$t.prototype._$H2=function(){return this._$JP},$t.prototype.getNumPoints=function(){return this._$d0},$t.prototype.getType=function(){return W._$wb},$t.prototype._$B2=function(t,i,e){var r=i,o=null!=r._$hr?r._$hr:r._$Cr;switch(U._$do){default:case U._$Ms:throw new Error("_$L _$ro ");case U._$Qs:for(var n=this._$d0-1;n>=0;--n)o[n*U._$No+4]=e}},$t.prototype._$zP=function(){this._$GS=new D,this._$GS._$zP()},$t.prototype._$F0=function(t){W.prototype._$F0.call(this,t),this._$LP=t._$6L(),this._$d0=t._$6L(),this._$Yo=t._$6L();var i=t._$nP();this._$BP=new Int16Array(3*this._$Yo);for(var e=3*this._$Yo-1;e>=0;--e)this._$BP[e]=i[e];if(this._$Eo=t._$nP(),this._$Qi=t._$nP(),t.getFormatVersion()>=G._$s7){if(this._$JP=t._$6L(),0!=this._$JP){if(0!=(1&this._$JP)){var r=t._$6L();null==this._$5P&&(this._$5P=new Object),this._$5P._$Hb=parseInt(r)}0!=(this._$JP&$t._$Os)?this._$6s=(this._$JP&$t._$Os)>>1:this._$6s=$t._$ms,0!=(32&this._$JP)&&(this.culling=!1)}}else this._$JP=0},$t.prototype.init=function(t){var i=new ut(this),e=this._$d0*U._$No,r=this._$32();switch(null!=i._$Cr&&(i._$Cr=null),i._$Cr=new Float32Array(e),null!=i._$hr&&(i._$hr=null),i._$hr=r?new Float32Array(e):null,U._$do){default:case U._$Ms:if(U._$Ls)for(var o=this._$d0-1;o>=0;--o){var n=o<<1;this._$Qi[n+1]=1-this._$Qi[n+1]}break;case U._$Qs:for(var o=this._$d0-1;o>=0;--o){var n=o<<1,s=o*U._$No,_=this._$Qi[n],a=this._$Qi[n+1];i._$Cr[s]=_,i._$Cr[s+1]=a,i._$Cr[s+4]=0,r&&(i._$hr[s]=_,i._$hr[s+1]=a,i._$hr[s+4]=0)}}return i},$t.prototype._$Nr=function(t,i){var e=i;if(this!=e._$GT()&&console.log("### assert!! ### "),this._$GS._$Ur(t)&&(W.prototype._$Nr.call(this,t,e),!e._$IS[0])){var r=$t._$gT;r[0]=!1,v._$Vr(t,this._$GS,r,this._$d0,this._$Eo,e._$Cr,U._$i2,U._$No)}},$t.prototype._$2b=function(t,i){try{this!=i._$GT()&&console.log("### assert!! ### ");var e=!1;i._$IS[0]&&(e=!0);var r=i;if(!e&&(W.prototype._$2b.call(this,t),this._$32())){var o=this.getTargetBaseDataID();if(r._$8r==W._$ur&&(r._$8r=t.getBaseDataIndex(o)),r._$8r<0)at._$so&&_._$li("_$L _$0P _$G :: %s",o);else{var n=t.getBaseData(r._$8r),s=t._$q2(r._$8r);null==n||s._$x2()?r._$AT=!1:(n._$nb(t,s,r._$Cr,r._$hr,this._$d0,U._$i2,U._$No),r._$AT=!0),r.baseOpacity=s.getTotalOpacity()}}}catch(t){throw t}},$t.prototype.draw=function(t,i,e){if(this!=e._$GT()&&console.log("### assert!! ### "),!e._$IS[0]){var r=e,o=this._$LP;o<0&&(o=1);var n=this.getOpacity(i,r)*e._$VS*e.baseOpacity,s=null!=r._$hr?r._$hr:r._$Cr;t.setClipBufPre_clipContextForDraw(e.clipBufPre_clipContext),t._$WP(this.culling),t._$Uo(o,3*this._$Yo,this._$BP,s,this._$Qi,n,this._$6s,r)}},$t.prototype.dump=function(){console.log(" _$yi( %d ) , _$d0( %d ) , _$Yo( %d ) \n",this._$LP,this._$d0,this._$Yo),console.log(" _$Oi _$di = { ");for(var t=0;tstartMotion() / start _$K _$3 (m%d)\n",r,e._$sr));if(null==t)return-1;e=new dt,e._$w0=t,this.motions.push(e);var n=e._$sr;return this._$eb&&_._$Ji("MotionQueueManager[size:%2d]->startMotion() / new _$w0 (m%d)\n",r,n),n},ct.prototype.updateParam=function(t){try{for(var i=!1,e=0;eupdateParam() / _$T0 _$w0 (m%d)\n",this.motions.length-1,r._$sr),this.motions.splice(e,1),e--)):(this.motions=this.motions.splice(e,1),e--)}else this.motions.splice(e,1),e--}return i}catch(t){return _._$li(t),!0}},ct.prototype.isFinished=function(t){if(arguments.length>=1){for(var i=0;i.9&&at.EXPAND_W,this.gl);if(null==this.gl)throw new Error("gl is null");var h=1*this._$C0*n,l=1*this._$tT*n,$=1*this._$WL*n,u=this._$lT*n;if(null!=this.clipBufPre_clipContextMask){a.frontFace(a.CCW),a.useProgram(this.shaderProgram),this._$vS=Tt(a,this._$vS,r),this._$no=Pt(a,this._$no,e),a.enableVertexAttribArray(this.a_position_Loc),a.vertexAttribPointer(this.a_position_Loc,2,a.FLOAT,!1,0,0),this._$NT=Tt(a,this._$NT,o),a.activeTexture(a.TEXTURE1),a.bindTexture(a.TEXTURE_2D,this.textures[t]),a.uniform1i(this.s_texture0_Loc,1),a.enableVertexAttribArray(this.a_texCoord_Loc),a.vertexAttribPointer(this.a_texCoord_Loc,2,a.FLOAT,!1,0,0),a.uniformMatrix4fv(this.u_matrix_Loc,!1,this.getClipBufPre_clipContextMask().matrixForMask);var p=this.getClipBufPre_clipContextMask().layoutChannelNo,f=this.getChannelFlagAsColor(p);a.uniform4f(this.u_channelFlag,f.r,f.g,f.b,f.a);var c=this.getClipBufPre_clipContextMask().layoutBounds;a.uniform4f(this.u_baseColor_Loc,2*c.x-1,2*c.y-1,2*c._$EL()-1,2*c._$5T()-1),a.uniform1i(this.u_maskFlag_Loc,!0)}else if(null!=this.getClipBufPre_clipContextDraw()){a.useProgram(this.shaderProgramOff),this._$vS=Tt(a,this._$vS,r),this._$no=Pt(a,this._$no,e),a.enableVertexAttribArray(this.a_position_Loc_Off),a.vertexAttribPointer(this.a_position_Loc_Off,2,a.FLOAT,!1,0,0),this._$NT=Tt(a,this._$NT,o),a.activeTexture(a.TEXTURE1),a.bindTexture(a.TEXTURE_2D,this.textures[t]),a.uniform1i(this.s_texture0_Loc_Off,1),a.enableVertexAttribArray(this.a_texCoord_Loc_Off),a.vertexAttribPointer(this.a_texCoord_Loc_Off,2,a.FLOAT,!1,0,0),a.uniformMatrix4fv(this.u_clipMatrix_Loc_Off,!1,this.getClipBufPre_clipContextDraw().matrixForDraw),a.uniformMatrix4fv(this.u_matrix_Loc_Off,!1,this.matrix4x4),a.activeTexture(a.TEXTURE2),a.bindTexture(a.TEXTURE_2D,at.fTexture[this.glno]),a.uniform1i(this.s_texture1_Loc_Off,2);var p=this.getClipBufPre_clipContextDraw().layoutChannelNo,f=this.getChannelFlagAsColor(p);a.uniform4f(this.u_channelFlag_Loc_Off,f.r,f.g,f.b,f.a),a.uniform4f(this.u_baseColor_Loc_Off,h,l,$,u)}else a.useProgram(this.shaderProgram),this._$vS=Tt(a,this._$vS,r),this._$no=Pt(a,this._$no,e),a.enableVertexAttribArray(this.a_position_Loc),a.vertexAttribPointer(this.a_position_Loc,2,a.FLOAT,!1,0,0),this._$NT=Tt(a,this._$NT,o),a.activeTexture(a.TEXTURE1),a.bindTexture(a.TEXTURE_2D,this.textures[t]),a.uniform1i(this.s_texture0_Loc,1),a.enableVertexAttribArray(this.a_texCoord_Loc),a.vertexAttribPointer(this.a_texCoord_Loc,2,a.FLOAT,!1,0,0),a.uniformMatrix4fv(this.u_matrix_Loc,!1,this.matrix4x4),a.uniform4f(this.u_baseColor_Loc,h,l,$,u),a.uniform1i(this.u_maskFlag_Loc,!1);this.culling?this.gl.enable(a.CULL_FACE):this.gl.disable(a.CULL_FACE),this.gl.enable(a.BLEND);var d,g,y,m;if(null!=this.clipBufPre_clipContextMask)d=a.ONE,g=a.ONE_MINUS_SRC_ALPHA,y=a.ONE,m=a.ONE_MINUS_SRC_ALPHA;else switch(s){case $t._$ms:d=a.ONE,g=a.ONE_MINUS_SRC_ALPHA,y=a.ONE,m=a.ONE_MINUS_SRC_ALPHA;break;case $t._$ns:d=a.ONE,g=a.ONE,y=a.ZERO,m=a.ONE;break;case $t._$_s:d=a.DST_COLOR,g=a.ONE_MINUS_SRC_ALPHA,y=a.ZERO,m=a.ONE}a.blendEquationSeparate(a.FUNC_ADD,a.FUNC_ADD),a.blendFuncSeparate(d,g,y,m),this.anisotropyExt&&a.texParameteri(a.TEXTURE_2D,this.anisotropyExt.TEXTURE_MAX_ANISOTROPY_EXT,this.maxAnisotropy);var T=e.length;a.drawElements(a.TRIANGLES,T,a.UNSIGNED_SHORT,0),a.bindTexture(a.TEXTURE_2D,null)}},mt.prototype._$Rs=function(){throw new Error("_$Rs")},mt.prototype._$Ds=function(t){throw new Error("_$Ds")},mt.prototype._$K2=function(){for(var t=0;t=48){var r=G._$9o(t);return null!=r?(r._$F0(this),r):null}switch(t){case 1:return this._$bT();case 10:return new n(this._$6L(),!0);case 11:return new S(this._$mP(),this._$mP(),this._$mP(),this._$mP());case 12:return new S(this._$_T(),this._$_T(),this._$_T(),this._$_T());case 13:return new L(this._$mP(),this._$mP());case 14:return new L(this._$_T(),this._$_T());case 15:for(var o=this._$3L(),e=new Array(o),s=0;s>7-this._$hL++&1)},St.prototype._$zT=function(){0!=this._$hL&&(this._$hL=0)},vt.prototype._$wP=function(t,i,e){for(var r=0;rMath.PI;)e-=2*Math.PI;return e},Lt._$9=function(t){return Math.sin(t)},Lt.fcos=function(t){return Math.cos(t)},Mt.prototype._$u2=function(){return this._$IS[0]},Mt.prototype._$yo=function(){return this._$AT&&!this._$IS[0]},Mt.prototype._$GT=function(){return this._$e0},Et._$W2=0,Et.SYSTEM_INFO=null,Et.USER_AGENT=navigator.userAgent,Et.isIPhone=function(){return Et.SYSTEM_INFO||Et.setup(),Et.SYSTEM_INFO._isIPhone},Et.isIOS=function(){return Et.SYSTEM_INFO||Et.setup(),Et.SYSTEM_INFO._isIPhone||Et.SYSTEM_INFO._isIPad},Et.isAndroid=function(){return Et.SYSTEM_INFO||Et.setup(),Et.SYSTEM_INFO._isAndroid},Et.getOSVersion=function(){return Et.SYSTEM_INFO||Et.setup(),Et.SYSTEM_INFO.version},Et.getOS=function(){return Et.SYSTEM_INFO||Et.setup(),Et.SYSTEM_INFO._isIPhone||Et.SYSTEM_INFO._isIPad?"iOS":Et.SYSTEM_INFO._isAndroid?"Android":"_$Q0 OS"},Et.setup=function(){function t(t,i){for(var e=t.substring(i).split(/[ _,;\.]/),r=0,o=0;o<=2&&!isNaN(e[o]);o++){var n=parseInt(e[o]);if(n<0||n>999){_._$li("err : "+n+" @UtHtml5.setup()"),r=0;break}r+=n*Math.pow(1e3,2-o)}return r}var i,e=Et.USER_AGENT,r=Et.SYSTEM_INFO={userAgent:e};if((i=e.indexOf("iPhone OS "))>=0)r.os="iPhone",r._isIPhone=!0,r.version=t(e,i+"iPhone OS ".length);else if((i=e.indexOf("iPad"))>=0){if((i=e.indexOf("CPU OS"))<0)return void _._$li(" err : "+e+" @UtHtml5.setup()");r.os="iPad",r._isIPad=!0,r.version=t(e,i+"CPU OS ".length)}else(i=e.indexOf("Android"))>=0?(r.os="Android",r._isAndroid=!0,r.version=t(e,i+"Android ".length)):(r.os="-",r.version=-1)},window.UtSystem=w,window.UtDebug=_,window.LDTransform=gt,window.LDGL=nt,window.Live2D=at,window.Live2DModelWebGL=ft,window.Live2DModelJS=q,window.Live2DMotion=J,window.MotionQueueManager=ct,window.PhysicsHair=f,window.AMotion=s,window.PartsDataID=l,window.DrawDataID=b,window.BaseDataID=yt,window.ParamID=u,at.init();var At=!1}()}).call(i,e(7))},function(t,i){t.exports={import:function(){throw new Error("System.import cannot be used indirectly")}}},function(t,i,e){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(){this.models=[],this.count=-1,this.reloadFlg=!1,Live2D.init(),n.Live2DFramework.setPlatformManager(new _.default)}Object.defineProperty(i,"__esModule",{value:!0}),i.default=o;var n=e(0),s=e(9),_=r(s),a=e(10),h=r(a),l=e(1),$=r(l);o.prototype.createModel=function(){var t=new h.default;return this.models.push(t),t},o.prototype.changeModel=function(t,i){if(this.reloadFlg){this.reloadFlg=!1;this.releaseModel(0,t),this.createModel(),this.models[0].load(t,i)}},o.prototype.getModel=function(t){return t>=this.models.length?null:this.models[t]},o.prototype.releaseModel=function(t,i){this.models.length<=t||(this.models[t].release(i),delete this.models[t],this.models.splice(t,1))},o.prototype.numModels=function(){return this.models.length},o.prototype.setDrag=function(t,i){for(var e=0;e0){r.expressions={};for(var t=0;t 23 || now <= 5) { + text = '你是夜猫子呀?这么晚还不睡觉,明天起的来嘛'; + } else if (now > 5 && now <= 7) { + text = '早上好!一日之计在于晨,美好的一天就要开始了'; + } else if (now > 7 && now <= 11) { + text = '上午好!工作顺利嘛,不要久坐,多起来走动走动哦!'; + } else if (now > 11 && now <= 14) { + text = '中午了,工作了一个上午,现在是午餐时间!'; + } else if (now > 14 && now <= 17) { + text = '午后很容易犯困呢,今天的运动目标完成了吗?'; + } else if (now > 17 && now <= 19) { + text = '傍晚了!窗外夕阳的景色很美丽呢,最美不过夕阳红~'; + } else if (now > 19 && now <= 21) { + text = '晚上好,今天过得怎么样?'; + } else if (now > 21 && now <= 23) { + text = '已经这么晚了呀,早点休息吧,晚安~'; + } else { + text = '嗨~ 快来逗我玩吧!'; + } + } else { + if (document.referrer !== '') { + var referrer = document.createElement('a'); + referrer.href = document.referrer; + var domain = referrer.hostname.split('.')[1]; + if (window.location.hostname == referrer.hostname) { + text = '欢迎阅读『' + document.title.split(' - ')[0] + '』'; + } else if (domain == 'baidu') { + text = 'Hello! 来自 百度搜索 的朋友
你是搜索 ' + referrer.search.split('&wd=')[1].split('&')[0] + ' 找到的我吗?'; + } else if (domain == 'so') { + text = 'Hello! 来自 360搜索 的朋友
你是搜索 ' + referrer.search.split('&q=')[1].split('&')[0] + ' 找到的我吗?'; + } else if (domain == 'google') { + text = 'Hello! 来自 谷歌搜索 的朋友
欢迎阅读『' + document.title.split(' - ')[0] + '』'; + } else { + text = 'Hello! 来自 ' + referrer.hostname + ' 的朋友'; + } + } else { + text = '欢迎阅读『' + document.title.split(' - ')[0] + '』'; + } + } + //目标位置,默认左下角 + $(".waifu").animate({top: $(window).height() - 250, left: $(window).width() - 250}, 800); + showMessage(text, 8000); + })(); + $("#live2d").mouseover(function () { + msgs = ["你要干嘛呀?", "鼠…鼠标放错地方了!", "喵喵喵?", "萝莉控是什么呀?", "怕怕", "你看到我的小熊了吗"]; + var i = Math.floor(Math.random() * msgs.length); + showMessage(msgs[i]); + }); + jQuery(document).ready(function ($) { + $('.waifu-tool .comments').mouseover(function () { + showMessage('猜猜我要说些什么?'); + }); + $('.waifu-tool .drivers-license-o').mouseover(function () { + if (model_p === 22) { + showMessage('要见见我的姐姐嘛'); + } else { + showMessage('什么?我的服务不好,要33回来?'); + } + }); + $('.waifu-tool .street-view').mouseover(function () { + showMessage('喜欢换装play吗?'); + }); + $('.waifu-tool .camera').mouseover(function () { + showMessage('你要给我拍照呀?一二三~茄子~'); + }); + $('.waifu-tool .info-circle').mouseover(function () { + showMessage('想知道更多关于我的事么?'); + }); + $('.waifu-tool .close').mouseover(function () { + showMessage('到了要说再见的时候了吗'); + }); + $(document).on("mouseover", ".logo,.waifu-tool .home,.fa-home", function () { + showMessage('点它就可以回到首页啦!'); + }); + $(document).on("mouseover", "li a i.fa-qq", function () { + showMessage('要加QQ吗?'); + }); + $(document).on("mouseover", "li a i.fa-phone", function () { + showMessage('不要打骚扰电话哦!'); + }); + $(document).on("mouseover", "li a i.fa-qrcode", function () { + showMessage('求关注!!!'); + }); + $(document).on("mouseover", "li a i.fa-globe", function () { + showMessage('在线咨询走起!'); + }); + $(document).on("mouseover", "li a i.fa-comments", function () { + showMessage('在网站上留下足迹!'); + }); + $(document).on("mouseover", ".gotop", function () { + showMessage('要回到开始的地方么?'); + }); + $(document).on("mouseover", ".search", function () { + showMessage('找不到想要的?试试搜索吧!'); + }); + $(document).on("click", ".search-form", function () { + showMessage("输入关键词按下Enter键就可以了!"); + }); + $(document).on("mouseover", "h3 a,.bookmark-item", function () { + showMessage('要看看' + $(this).text() + '么?'); + }); + $(document).on("mouseover", ".nav-previous", function () { + showMessage('要翻到上一篇文章吗?'); + }); + $(document).on("mouseover", ".nav-next", function () { + showMessage('要翻到下一篇文章吗?'); + }); + $(document).on("mouseover", "#lightgallery a", function () { + showMessage('去 ' + $(this).text() + ' 逛逛吧'); + }); + $(document).on("mouseover", "#submit", function () { + showMessage('呐 评论需要审核,请耐心等待哦~'); + }); + $(document).on("mouseover","#addsmile",function(){ + showMessage('要来一发表情吗?') + }); + $(document).on("mouseover", ".i-up", function () { + showMessage('点它可以回到顶部哦!'); + }); + $(document).on("mouseover", ".comment-textarea", function () { + showMessage('要说点什么吗'); + }); + $(document).on("mouseover", ".action-rewards", function () { + showMessage('要打赏我嘛?好期待啊~'); + }); + $(document).on("mouseover", ".i-like", function () { + showMessage('我是不是棒棒哒~快给我点赞吧!'); + }); + $(document).on("mouseover", "#sign-in", function () { + showMessage('登录才可以继续哦~'); + }); + $(document).on("mouseover", ".action-share", function () { + showMessage('好东西要让更多人知道才行哦'); + }); + $(document).on("click", "#author", function () { + showMessage("留下你的尊姓大名!"); + }); + $(document).on("click", "#email", function () { + showMessage("留下你的邮箱,不然就是无头像人士了!"); + }); + $(document).on("click", "#url", function () { + showMessage("快快告诉我你的家在哪里,好让我去参观参观!"); + }); + $(document).on("click", "#comment", function () { + showMessage("一定要认真填写喵~"); + }); + }); + jQuery(document).ready(function ($) { + window.setInterval(function () { + showMessage(showHitokoto()); + }, 25000); + var stat_click = 0; + $("#live2d").click(function () { + if (!ismove) { + stat_click++; + if (stat_click > 6) { + msgs = ["你有完没完呀?", "你已经摸我" + stat_click + "次了", "非礼呀!救命!", "OH,My ladygaga", "110吗,这里有个变态一直在摸我(ó﹏ò。)"]; + var i = Math.floor(Math.random() * msgs.length); + } else { + msgs = ["是…是不小心碰到了吧", "我跑呀跑呀跑!~~", "再摸的话我可要报警了!⌇●﹏●⌇", "别摸我,有什么好摸的!", "惹不起你,我还躲不起你么?", "不要摸我了,我会告诉老婆来打你的!", "干嘛动我呀!小心我咬你!"]; + var i = Math.floor(Math.random() * msgs.length); + } + s = [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.75, -0.1, -0.2, -0.3, -0.4, -0.5, -0.6, -0.7, -0.75]; + var i1 = Math.floor(Math.random() * s.length); + var i2 = Math.floor(Math.random() * s.length); + $(".waifu").animate({ + left: (document.body.offsetWidth - 210) / 2 * (1 + s[i1]), + top: (window.innerHeight - 240) - (window.innerHeight - 240) / 2 * (1 - s[i2]) + }, + { + duration: 500, + complete: showMessage(msgs[i]) + }) + } else { + ismove = false + } + }); + }); + var ismove = false; + jQuery(document).ready(function ($) { + var box = $('.waifu')[0]; + var topCount = 20; + box.onmousedown = function (e) { + var Ocx = e.clientX; + var Ocy = e.clientY; + var Oboxx = parseInt(box.style.left); + var Oboxy = parseInt(box.style.top); + var Ch = document.documentElement.clientHeight; + var Cw = document.documentElement.clientWidth; + document.onmousemove = function (e) { + var Cx = e.clientX; + var Cy = e.clientY; + box.style.left = Oboxx + Cx - Ocx + "px"; + box.style.top = Oboxy + Cy - Ocy + "px"; + if (box.offsetLeft < 0) { + box.style.left = 0; + } else if (box.offsetLeft + box.offsetWidth > Cw) { + box.style.left = Cw - box.offsetWidth + "px"; + } + if (box.offsetTop - topCount < 0) { + box.style.top = topCount + "px"; + } else if (box.offsetTop + box.offsetHeight - topCount > Ch) { + box.style.top = Ch - (box.offsetHeight - topCount) + "px"; + } + ismove = true; + }; + document.onmouseup = function (e) { + document.onmousemove = null; + document.onmouseup = null; + } + } + }); +} else { + $(".l2d_xb").hide() +} diff --git a/2233/model/22/22.v2.idle-01.mtn b/2233/model/22/22.v2.idle-01.mtn new file mode 100644 index 0000000..b78ac62 --- /dev/null +++ b/2233/model/22/22.v2.idle-01.mtn @@ -0,0 +1,40 @@ +# Live2D Animator Motion Data +$fps=30 + +$fadein=0 + +$fadeout=0 + +PARAM_ANGLE_X=2,1.987,1.95,1.89,1.81,1.7,1.58,1.45,1.3,1.14,0.96,0.78,0.59,0.4,0.2,0,-0.2,-0.4,-0.59,-0.78,-0.96,-1.14,-1.3,-1.45,-1.58,-1.7,-1.81,-1.89,-1.95,-1.99,-2,-1.987,-1.95,-1.89,-1.81,-1.7,-1.58,-1.45,-1.3,-1.14,-0.96,-0.78,-0.59,-0.4,-0.2,0,0.2,0.4,0.59,0.78,0.96,1.14,1.3,1.45,1.58,1.7,1.81,1.89,1.95,1.99,2,1.987,1.95,1.89,1.81,1.7,1.58,1.45,1.3,1.14,0.96,0.78,0.59,0.4,0.2,0,-0.2,-0.4,-0.59,-0.78,-0.96,-1.14,-1.3,-1.45,-1.58,-1.7,-1.81,-1.89,-1.95,-1.99,-2,-1.987,-1.95,-1.89,-1.81,-1.7,-1.58,-1.45,-1.3,-1.14,-0.96,-0.78,-0.59,-0.4,-0.2,0,0.2,0.4,0.59,0.78,0.96,1.14,1.3,1.45,1.58,1.7,1.81,1.89,1.95,1.99,2 +PARAM_ANGLE_Y=8,7.91,7.66,7.27,6.77,6.18,5.53,4.85,4.15,3.47,2.82,2.23,1.73,1.34,1.09,1,1.11,1.43,1.94,2.58,3.34,4.17,5.05,5.95,6.83,7.66,8.42,9.06,9.57,9.89,10,9.89,9.57,9.06,8.42,7.66,6.83,5.95,5.05,4.17,3.34,2.58,1.94,1.43,1.11,1,1.09,1.34,1.73,2.23,2.82,3.47,4.15,4.85,5.53,6.18,6.77,7.27,7.66,7.91,8,7.91,7.66,7.27,6.77,6.18,5.53,4.85,4.15,3.47,2.82,2.23,1.73,1.34,1.09,1,1.11,1.43,1.94,2.58,3.34,4.17,5.05,5.95,6.83,7.66,8.42,9.06,9.57,9.89,10,9.89,9.57,9.06,8.42,7.66,6.83,5.95,5.05,4.17,3.34,2.58,1.94,1.43,1.11,1,1.09,1.34,1.73,2.23,2.82,3.47,4.15,4.85,5.53,6.18,6.77,7.27,7.66,7.91,8 +PARAM_ANGLE_Z=6,5.96,5.86,5.69,5.47,5.18,4.85,4.48,4.07,3.63,3.15,2.65,2.13,1.59,1.05,0.5,-0.05,-0.59,-1.13,-1.65,-2.15,-2.63,-3.07,-3.48,-3.85,-4.18,-4.47,-4.69,-4.86,-4.96,-5,-4.96,-4.86,-4.69,-4.47,-4.18,-3.85,-3.48,-3.07,-2.63,-2.15,-1.65,-1.13,-0.59,-0.05,0.5,1.05,1.59,2.13,2.65,3.15,3.63,4.07,4.48,4.85,5.18,5.47,5.69,5.86,5.96,6,5.96,5.86,5.69,5.47,5.18,4.85,4.48,4.07,3.63,3.15,2.65,2.13,1.59,1.05,0.5,-0.05,-0.59,-1.13,-1.65,-2.15,-2.63,-3.07,-3.48,-3.85,-4.18,-4.47,-4.69,-4.86,-4.96,-5,-4.96,-4.86,-4.69,-4.47,-4.18,-3.85,-3.48,-3.07,-2.63,-2.15,-1.65,-1.13,-0.59,-0.05,0.5,1.05,1.59,2.13,2.65,3.15,3.63,4.07,4.48,4.85,5.18,5.47,5.69,5.86,5.96,6 +PARAM_EYE_L_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +PARAM_EYE_R_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +PARAM_EYE_L=0,0.007,0.026,0.06,0.09,0.14,0.2,0.26,0.32,0.39,0.46,0.54,0.61,0.68,0.74,0.8,0.86,0.91,0.94,0.97,0.993,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0,0.009,0.03,0.07,0.13,0.19,0.26,0.33,0.41,0.49,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.993,1,1,1,1,1,0.93,0.75,0.53,0.32,0.15,0.04,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 +PARAM_EYEK_R=0,0.007,0.026,0.06,0.09,0.14,0.2,0.26,0.32,0.39,0.46,0.54,0.61,0.68,0.74,0.8,0.86,0.91,0.94,0.97,0.993,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0,0.009,0.03,0.07,0.13,0.19,0.26,0.33,0.41,0.49,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.993,1,1,1,1,1,0.93,0.75,0.53,0.32,0.15,0.04,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 +PARAM_EYE_BALL_X=-0.06,-0.06,-0.059,-0.057,-0.055,-0.052,-0.049,-0.046,-0.041,-0.037,-0.032,-0.026,-0.02,-0.014,-0.007,0,0.007,0.013,0.019,0.024,0.029,0.033,0.037,0.04,0.043,0.045,0.047,0.048,0.049,0.05,0.05,0.049,0.048,0.045,0.041,0.037,0.032,0.027,0.023,0.018,0.013,0.009,0.005,0.002,0.001,0,0,0,0,0,0,0,0,0,-0.004,-0.015,-0.028,-0.041,-0.051,-0.058,-0.06,-0.06,-0.059,-0.057,-0.055,-0.052,-0.049,-0.046,-0.041,-0.037,-0.032,-0.026,-0.02,-0.014,-0.007,0,0.007,0.013,0.019,0.024,0.029,0.033,0.037,0.04,0.043,0.045,0.047,0.048,0.049,0.05,0.05,0.05,0.05,0.048,0.047,0.045,0.043,0.04,0.037,0.033,0.029,0.024,0.019,0.013,0.007,0,-0.007,-0.014,-0.02,-0.026,-0.032,-0.037,-0.041,-0.046,-0.049,-0.052,-0.055,-0.057,-0.059,-0.06,-0.06 +PARAM_EYE_BALL_Y=-0.25,-0.246,-0.234,-0.216,-0.19,-0.16,-0.13,-0.1,-0.07,-0.04,-0.01,0.02,0.05,0.064,0.076,0.08,0.075,0.06,0.04,0.01,-0.03,-0.06,-0.1,-0.15,-0.19,-0.22,-0.26,-0.29,-0.31,-0.325,-0.33,-0.325,-0.31,-0.29,-0.26,-0.22,-0.19,-0.15,-0.1,-0.06,-0.03,0.01,0.04,0.06,0.075,0.08,0.08,0.078,0.074,0.067,0.057,0.043,0.024,0,-0.04,-0.09,-0.15,-0.19,-0.22,-0.24,-0.25,-0.246,-0.234,-0.216,-0.19,-0.16,-0.13,-0.1,-0.07,-0.04,-0.01,0.02,0.05,0.064,0.076,0.08,0.075,0.06,0.04,0.01,-0.03,-0.06,-0.1,-0.15,-0.19,-0.22,-0.26,-0.29,-0.31,-0.325,-0.33,-0.325,-0.31,-0.29,-0.26,-0.22,-0.19,-0.15,-0.1,-0.06,-0.03,0.01,0.04,0.06,0.075,0.08,0.076,0.064,0.046,0.02,-0.01,-0.04,-0.07,-0.1,-0.13,-0.16,-0.19,-0.22,-0.234,-0.246,-0.25 +PARAM_MOUTH_OPEN_Y=0 +PARAM_CHEEK=0 +PARAM_ARMR_ANGLE_Z=0 +PARAM_ARML_ANGLE_Z=0 +PARAM_BODY_ANGLE_X=0 +PARAM_BODY_ANGLE_Z=0 +PARAM_BODY2_ANGLE_Z=-1,-0.994,-0.975,-0.94,-0.9,-0.85,-0.79,-0.72,-0.65,-0.57,-0.48,-0.39,-0.3,-0.2,-0.1,0,0.1,0.2,0.3,0.39,0.48,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.994,1,0.994,0.975,0.94,0.9,0.85,0.79,0.72,0.65,0.57,0.48,0.39,0.3,0.2,0.1,0,-0.1,-0.2,-0.3,-0.39,-0.48,-0.57,-0.65,-0.72,-0.79,-0.85,-0.9,-0.94,-0.97,-0.994,-1,-0.994,-0.975,-0.94,-0.9,-0.85,-0.79,-0.72,-0.65,-0.57,-0.48,-0.39,-0.3,-0.2,-0.1,0,0.1,0.2,0.3,0.39,0.48,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.994,1,0.994,0.975,0.94,0.9,0.85,0.79,0.72,0.65,0.57,0.48,0.39,0.3,0.2,0.1,0,-0.1,-0.2,-0.3,-0.39,-0.48,-0.57,-0.65,-0.72,-0.79,-0.85,-0.9,-0.94,-0.97,-0.994,-1 +PARAM_BODY3_ANGLE_Z=1,0.994,0.975,0.94,0.9,0.85,0.79,0.72,0.65,0.57,0.48,0.39,0.3,0.2,0.1,0,-0.1,-0.2,-0.3,-0.39,-0.48,-0.57,-0.65,-0.72,-0.79,-0.85,-0.9,-0.94,-0.97,-0.994,-1,-0.994,-0.975,-0.94,-0.9,-0.85,-0.79,-0.72,-0.65,-0.57,-0.48,-0.39,-0.3,-0.2,-0.1,0,0.1,0.2,0.3,0.39,0.48,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.994,1,0.994,0.975,0.94,0.9,0.85,0.79,0.72,0.65,0.57,0.48,0.39,0.3,0.2,0.1,0,-0.1,-0.2,-0.3,-0.39,-0.48,-0.57,-0.65,-0.72,-0.79,-0.85,-0.9,-0.94,-0.97,-0.994,-1,-0.994,-0.975,-0.94,-0.9,-0.85,-0.79,-0.72,-0.65,-0.57,-0.48,-0.39,-0.3,-0.2,-0.1,0,0.1,0.2,0.3,0.39,0.48,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.994,1 +VISIBLE:ROUGH=1 +VISIBLE:PARTS_01_FACE_001=1 +VISIBLE:PARTS_01_EYE_001=1 +VISIBLE:PARTS_01_EYE_BALL_001=1 +VISIBLE:PARTS_01_BROW_001=1 +VISIBLE:PARTS_01_MOUTH_001=1 +VISIBLE:PARTS_01_NOSE_001=1 +VISIBLE:PARTS_01_EAR_001=1 +VISIBLE:PARTS_01_HAIR_FRONT_001=1 +VISIBLE:PARTS_01_HAIR_SIDE_001=1 +VISIBLE:PARTS_01_HAIR_BACK_001=1 +VISIBLE:PARTS_01_NECK=1 +VISIBLE:PARTS_01_BODY=1 +VISIBLE:PARTS_01_LEGS=1 +VISIBLE:PARTS_01_BACKGROUND=1 +VISIBLE:PARTS_01_SKETCH=0 \ No newline at end of file diff --git a/2233/model/22/22.v2.idle-02.mtn b/2233/model/22/22.v2.idle-02.mtn new file mode 100644 index 0000000..70076e5 --- /dev/null +++ b/2233/model/22/22.v2.idle-02.mtn @@ -0,0 +1,41 @@ +# Live2D Animator Motion Data +$fps=30 + +$fadein=0 + +$fadeout=0 + +PARAM_ANGLE_X=2,1.998,1.992,1.981,1.965,1.945,1.92,1.89,1.85,1.81,1.76,1.71,1.64,1.58,1.5,1.42,1.33,1.24,1.13,1.02,0.9,0.77,0.64,0.49,0.34,0.17,0,-1.86,-6.09,-11.64,-17.16,-21.3,-23,-22.21,-20.09,-17.02,-13.38,-9.62,-5.98,-2.91,-0.79,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.03,0.1,0.21,0.35,0.51,0.69,0.88,1.07,1.26,1.43,1.59,1.73,1.84,1.93,1.98,2 +PARAM_ANGLE_Y=8,7.93,7.74,7.43,7.03,6.55,6.01,5.43,4.81,4.18,3.56,2.94,2.37,1.83,1.38,1,0.66,0.41,0.24,0.12,0.05,0.01,-0.011,-0.015,-0.01,-0.004,0,2.25,7.73,15,22.27,27.75,30,28.97,26.2,22.2,17.45,12.55,7.8,3.8,1.03,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.1,0.39,0.83,1.39,2.05,2.78,3.52,4.28,5.02,5.73,6.36,6.92,7.38,7.72,7.93,8 +PARAM_ANGLE_Z=6,5.987,5.95,5.88,5.78,5.66,5.5,5.32,5.1,4.86,4.58,4.27,3.92,3.53,3.12,2.67,2.17,1.65,1.08,0.47,-0.18,-0.87,-1.6,-2.38,-3.21,-4.08,-5,-7.04,-10.51,-14.73,-18.8,-21.79,-23,-21.45,-17.3,-11.29,-4.18,3.18,10.29,16.3,20.45,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,21.82,21.32,20.51,19.44,18.16,16.7,15.05,13.35,11.52,9.67,7.79,5.98,4.18,2.49,0.89,-0.54,-1.82,-2.93,-3.81,-4.46,-4.86,-5,-4.86,-4.47,-3.86,-3.08,-2.18,-1.18,-0.16,0.89,1.9,2.88,3.75,4.52,5.15,5.61,5.9,6 +PARAM_EYE_L_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.92,0.74,0.5,0.26,0.08,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.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1 +PARAM_EYE_R_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.92,0.74,0.5,0.26,0.08,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.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1 +PARAM_EYE_L=0 +PARAM_EYEK_R=0 +PARAM_EYE_BALL_X=-0.06,-0.06,-0.058,-0.056,-0.054,-0.05,-0.046,-0.042,-0.038,-0.033,-0.027,-0.022,-0.016,-0.011,-0.005,0,0.006,0.01,0.013,0.015,0.017,0.018,0.019,0.02,0.02,0.02,0.02,0.02,0.02,0.018,0.016,0.015,0.013,0.011,0.009,0.007,0.005,0.004,0.002,0.001,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.003,-0.006,-0.01,-0.015,-0.021,-0.026,-0.032,-0.038,-0.043,-0.048,-0.052,-0.055,-0.058,-0.059,-0.06 +PARAM_EYE_BALL_Y=-0.25,-0.246,-0.234,-0.216,-0.19,-0.16,-0.13,-0.1,-0.07,-0.04,-0.01,0.02,0.05,0.064,0.076,0.08,0.073,0.056,0.03,0.01,-0.02,-0.05,-0.07,-0.1,-0.114,-0.126,-0.13,-0.128,-0.124,-0.116,-0.107,-0.096,-0.084,-0.071,-0.059,-0.046,-0.034,-0.023,-0.014,-0.006,-0.002,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.003,-0.012,-0.026,-0.044,-0.06,-0.09,-0.11,-0.13,-0.16,-0.18,-0.199,-0.216,-0.231,-0.241,-0.248,-0.25 +PARAM_MOUTH_OPEN_Y=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.013,0.05,0.1,0.18,0.26,0.35,0.45,0.55,0.65,0.74,0.82,0.9,0.95,0.99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.993,0.975,0.94,0.91,0.86,0.8,0.74,0.68,0.61,0.54,0.47,0.41,0.34,0.28,0.22,0.17,0.12,0.08,0.04,0.02,0.005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +PARAM_CHEEK=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.013,0.05,0.1,0.18,0.26,0.35,0.45,0.55,0.65,0.74,0.82,0.9,0.95,0.99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0,0,0,0,0,0,0,0,0,0,0,0 +PARAM_ARMR_ANGLE_Z=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.003,-0.01,-0.022,-0.037,-0.055,-0.074,-0.095,-0.12,-0.136,-0.155,-0.173,-0.188,-0.2,-0.207,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.209,-0.21,-0.21,-0.208,-0.21,-0.207,-0.206,-0.21,-0.204,-0.203,-0.202,-0.201,-0.2,-0.198,-0.194,-0.189,-0.183,-0.175,-0.167,-0.157,-0.147,-0.137,-0.126,-0.114,-0.103,-0.091,-0.079,-0.068,-0.057,-0.046,-0.035,-0.026,-0.016,-0.008,0,0.007,0.01,0.01,0.01,0.01,0.01,0.008,0.007,0.006,0.005,0.004,0.003,0.002,0.001,0,0 +PARAM_ARML_ANGLE_Z=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.003,-0.01,-0.022,-0.037,-0.055,-0.074,-0.095,-0.12,-0.136,-0.155,-0.173,-0.188,-0.2,-0.207,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.209,-0.21,-0.208,-0.21,-0.207,-0.21,-0.205,-0.204,-0.203,-0.202,-0.201,-0.2,-0.197,-0.192,-0.185,-0.176,-0.166,-0.154,-0.141,-0.128,-0.114,-0.1,-0.086,-0.072,-0.059,-0.046,-0.034,-0.023,-0.014,-0.005,0.001,0.006,0.009,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.008,0.007,0.006,0.005,0.004,0.003,0.002,0.001,0,0 +PARAM_BODY_ANGLE_X=0 +PARAM_BODY_ANGLE_Z=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.013,0.05,0.1,0.18,0.26,0.35,0.45,0.55,0.65,0.74,0.82,0.9,0.95,0.99,1,0.995,0.981,0.96,0.93,0.89,0.85,0.81,0.76,0.7,0.65,0.59,0.54,0.48,0.42,0.37,0.31,0.26,0.21,0.17,0.13,0.09,0.06,0.03,0.016,0.004,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 +PARAM_BODY2_ANGLE_Z=-1,-0.99,-0.96,-0.92,-0.86,-0.79,-0.7,-0.61,-0.51,-0.41,-0.3,-0.19,-0.07,0.04,0.16,0.27,0.38,0.48,0.57,0.67,0.75,0.82,0.88,0.93,0.97,0.99,1,0.993,0.973,0.94,0.9,0.84,0.78,0.71,0.63,0.55,0.46,0.37,0.28,0.18,0.09,0,-0.1,-0.18,-0.27,-0.34,-0.41,-0.48,-0.54,-0.59,-0.64,-0.69,-0.73,-0.77,-0.81,-0.84,-0.87,-0.89,-0.92,-0.934,-0.951,-0.965,-0.976,-0.985,-0.992,-0.996,-0.999,-1,-0.987,-0.95,-0.89,-0.81,-0.72,-0.61,-0.48,-0.36,-0.22,-0.09,0.05,0.19,0.32,0.45,0.56,0.67,0.76,0.85,0.91,0.96,0.99,1,0.97,0.9,0.79,0.65,0.49,0.31,0.12,-0.07,-0.26,-0.43,-0.59,-0.73,-0.84,-0.93,-0.98,-1 +PARAM_BODY3_ANGLE_Z=1,0.99,0.96,0.92,0.86,0.79,0.7,0.61,0.51,0.41,0.3,0.19,0.07,-0.04,-0.16,-0.27,-0.38,-0.48,-0.57,-0.67,-0.75,-0.82,-0.88,-0.93,-0.97,-0.99,-1,-0.91,-0.66,-0.27,0.23,0.83,1.5,2.22,2.96,3.7,4.43,5.12,5.74,6.28,6.71,7,7.23,7.44,7.63,7.8,7.95,8.1,8.22,8.34,8.44,8.53,8.61,8.68,8.74,8.79,8.84,8.87,8.91,8.93,8.952,8.968,8.98,8.989,8.994,8.998,9,9,8.93,8.75,8.45,8.05,7.58,7.04,6.42,5.79,5.12,4.43,3.74,3.07,2.4,1.77,1.18,0.65,0.18,-0.23,-0.56,-0.8,-0.95,-1,-0.97,-0.9,-0.79,-0.65,-0.49,-0.31,-0.12,0.07,0.26,0.43,0.59,0.73,0.84,0.93,0.98,1 +PARAM_DM_Z=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.11,-0.28,-0.45,-0.56,-0.61,-0.52,-0.29,-0.01,0.26,0.48,0.61,0.66,0.58,0.38,0.13,-0.11,-0.3,-0.42,-0.46,-0.39,-0.21,0.01,0.22,0.39,0.5,0.54,0.536,0.526,0.51,0.49,0.46,0.43,0.4,0.37,0.33,0.29,0.26,0.22,0.18,0.15,0.12,0.09,0.06,0.04,0.024,0.011,0.003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +VISIBLE:ROUGH=1 +VISIBLE:PARTS_01_FACE_001=1 +VISIBLE:PARTS_01_EYE_001=1 +VISIBLE:PARTS_01_EYE_BALL_001=1 +VISIBLE:PARTS_01_BROW_001=1 +VISIBLE:PARTS_01_MOUTH_001=1 +VISIBLE:PARTS_01_NOSE_001=1 +VISIBLE:PARTS_01_EAR_001=1 +VISIBLE:PARTS_01_HAIR_FRONT_001=1 +VISIBLE:PARTS_01_HAIR_SIDE_001=1 +VISIBLE:PARTS_01_HAIR_BACK_001=1 +VISIBLE:PARTS_01_NECK=1 +VISIBLE:PARTS_01_BODY=1 +VISIBLE:PARTS_01_LEGS=1 +VISIBLE:PARTS_01_BACKGROUND=1 +VISIBLE:PARTS_01_SKETCH=0 \ No newline at end of file diff --git a/2233/model/22/22.v2.idle-03.mtn b/2233/model/22/22.v2.idle-03.mtn new file mode 100644 index 0000000..cf0d4c7 --- /dev/null +++ b/2233/model/22/22.v2.idle-03.mtn @@ -0,0 +1,29 @@ +# Live2D Animator Motion Data +$fps=30 + +$fadein=0 + +$fadeout=0 + +PARAM_ANGLE_X=0,0,0,0,0,0,-0.08,-0.27,-0.56,-0.92,-1.32,-1.74,-2.16,-2.57,-2.95,-3.29,-3.58,-3.8,-3.95,-4,-3.86,-3.52,-3.03,-2.43,-1.78,-1.1,-0.4,0.26,0.91,1.49,2,2.48,2.78,2.93,2.99,3.01,3.005,3,2.94,2.76,2.49,2.12,1.69,1.21,0.68,0.13,-0.43,-0.99,-1.53,-2.04,-2.52,-2.94,-3.3,-3.6,-3.82,-3.95,-4,-3.92,-3.7,-3.35,-2.89,-2.36,-1.76,-1.12,-0.46,0.21,0.86,1.45,2,2.48,2.78,2.93,3,3.01,3.005,3,2.9,2.66,2.33,1.95,1.55,1.16,0.79,0.48,0.22,0.06,0,0,0,0,0,0,0 +PARAM_ANGLE_Y=1,1,1,1,1,1,2.03,4.53,7.59,10.57,12.96,14.49,15,13.9,11.21,7.94,4.75,2.18,0.55,0,0.48,1.69,3.33,5.25,7.24,9.2,11.06,12.62,13.88,14.7,15,13.82,10.96,7.47,4.06,1.33,-0.41,-1,-0.68,0.18,1.5,3.16,5,7,9,10.84,12.5,13.82,14.68,15,13.9,11.21,7.94,4.75,2.18,0.55,0,0.28,1.03,2.19,3.64,5.25,7,8.75,10.36,11.81,12.97,13.72,14,12.9,10.21,6.94,3.75,1.18,-0.45,-1,-0.94,-0.77,-0.56,-0.3,-0.04,0.23,0.47,0.68,0.85,0.96,1,1,1,1,1,1,1 +PARAM_ANGLE_Z=0,0,0,0,0,0,-0.52,-1.86,-3.81,-6.23,-8.92,-11.72,-14.57,-17.33,-19.91,-22.24,-24.16,-25.68,-26.66,-27,-26.38,-24.74,-22.33,-19.26,-15.73,-11.77,-7.4,-2.89,1.94,6.87,12,17.64,21.61,24.16,25.71,26.54,26.91,27,26.52,25.14,23.03,20.22,16.91,13.16,9.09,4.88,0.55,-3.79,-7.96,-11.89,-15.55,-18.8,-21.62,-23.9,-25.58,-26.64,-27,-26.64,-25.63,-23.97,-21.7,-18.96,-15.66,-11.89,-7.81,-3.27,1.6,6.62,12,17.5,21.42,24,25.6,26.49,26.9,27,26.13,23.96,21.01,17.56,13.97,10.44,7.09,4.28,2.01,0.54,0,0,0,0,0,0,0 +PARAM_EYE_L_OPEN=1,0.82,0.54,0.27,0.08,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.03,0.11,0.22,0.35,0.48,0.61,0.74,0.84,0.93,0.98,1,0.74,0.26,0,0.26,0.74,1 +PARAM_EYE_R_OPEN=1,0.82,0.54,0.27,0.08,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.03,0.11,0.22,0.35,0.48,0.61,0.74,0.84,0.93,0.98,1,0.74,0.26,0,0.26,0.74,1 +PARAM_EYE_L=1,0.91,0.76,0.63,0.53,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.474,0.43,0.38,0.32,0.25,0.19,0.13,0.08,0.04,0.01,0,0.26,0.74,1,1,1,1 +PARAM_EYEK_R=1,0.91,0.76,0.63,0.53,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.474,0.43,0.38,0.32,0.25,0.19,0.13,0.08,0.04,0.01,0,0.26,0.74,1,1,1,1 +PARAM_BROW_L_Y=0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0,0,0,0,0,0 +PARAM_BROW_R_Y=0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0,0,0,0,0,0 +PARAM_MOUTH_FORM=-1,-0.64,-0.07,0.46,0.85,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.94,0.77,0.56,0.3,0.04,-0.23,-0.47,-0.68,-0.85,-0.96,-1,-1,-1,-1,-1,-1,-1 +PARAM_MOUTH_OPEN_Y=0 +PARAM_MOUTH_1=0 +PARAM_CHEEK=0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0,0,0,0,0,0 +PARAM_ARMR_ANGLE_Z=0,0,0,0,0,0,-0.011,-0.04,-0.07,-0.1,-0.13,-0.144,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.148,-0.143,-0.135,-0.126,-0.115,-0.103,-0.09,-0.077,-0.064,-0.051,-0.039,-0.029,-0.019,-0.011,-0.005,-0.001,0 +PARAM_ARML_ANGLE_Z=0,0,0,0,0,0,-0.011,-0.04,-0.07,-0.1,-0.13,-0.144,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.148,-0.143,-0.135,-0.126,-0.115,-0.103,-0.09,-0.077,-0.064,-0.051,-0.039,-0.029,-0.019,-0.011,-0.005,-0.001,0 +PARAM_BODY_ANGLE_X=0,0,0,0,0,0,-0.04,-0.14,-0.28,-0.46,-0.66,-0.87,-1.08,-1.28,-1.47,-1.65,-1.79,-1.9,-1.97,-2,-1.96,-1.86,-1.7,-1.49,-1.25,-0.96,-0.66,-0.33,0,0.33,0.66,0.96,1.25,1.49,1.7,1.86,1.96,2,1.96,1.86,1.71,1.5,1.25,0.98,0.67,0.36,0.04,-0.28,-0.59,-0.88,-1.15,-1.39,-1.6,-1.77,-1.9,-1.97,-2,-1.96,-1.86,-1.71,-1.5,-1.25,-0.98,-0.67,-0.36,-0.04,0.28,0.59,0.88,1.15,1.39,1.6,1.77,1.9,1.97,2,1.97,1.91,1.8,1.68,1.53,1.37,1.2,1.02,0.85,0.68,0.53,0.38,0.25,0.15,0.07,0.02,0 +PARAM_BODY_ANGLE_Z=0,0,0,0,0,0,0.08,0.27,0.56,0.92,1.32,1.74,2.16,2.57,2.95,3.29,3.58,3.8,3.95,4,3.93,3.72,3.41,2.99,2.5,1.93,1.31,0.67,0,-0.67,-1.31,-1.93,-2.5,-2.99,-3.41,-3.72,-3.93,-4,-3.93,-3.72,-3.41,-2.99,-2.5,-1.95,-1.35,-0.72,-0.08,0.56,1.18,1.76,2.3,2.78,3.2,3.54,3.79,3.95,4,3.93,3.72,3.41,2.99,2.5,1.95,1.35,0.72,0.08,-0.56,-1.18,-1.76,-2.3,-2.78,-3.2,-3.54,-3.79,-3.95,-4,-3.95,-3.82,-3.61,-3.35,-3.06,-2.73,-2.39,-2.05,-1.7,-1.37,-1.05,-0.76,-0.51,-0.3,-0.14,-0.04,0 +PARAM_BODY2_ANGLE_Z=0,0,0,0,0,0,0.04,0.14,0.28,0.46,0.66,0.87,1.08,1.28,1.47,1.65,1.79,1.9,1.97,2,1.97,1.9,1.78,1.62,1.44,1.22,0.99,0.75,0.5,0.25,0.01,-0.22,-0.44,-0.62,-0.78,-0.9,-0.97,-1,-0.97,-0.9,-0.78,-0.62,-0.44,-0.23,-0.01,0.23,0.47,0.71,0.94,1.16,1.36,1.54,1.7,1.83,1.92,1.98,2,1.97,1.9,1.78,1.62,1.44,1.23,1.01,0.77,0.53,0.29,0.06,-0.16,-0.36,-0.54,-0.7,-0.83,-0.92,-0.98,-1,-0.987,-0.95,-0.9,-0.84,-0.76,-0.68,-0.6,-0.51,-0.42,-0.34,-0.26,-0.19,-0.13,-0.07,-0.03,-0.01,0 +PARAM_HAIR_FRONT=0,0.002,0.005,0.007,0.009,0.01,-0.06,-0.24,-0.47,-0.68,-0.85,-0.96,-1,-0.85,-0.5,-0.06,0.37,0.71,0.93,1,0.94,0.77,0.56,0.3,0.04,-0.23,-0.47,-0.68,-0.85,-0.96,-1,-0.85,-0.5,-0.06,0.37,0.71,0.93,1,0.96,0.85,0.69,0.48,0.25,0,-0.25,-0.48,-0.69,-0.85,-0.96,-1,-0.85,-0.5,-0.06,0.37,0.71,0.93,1,0.96,0.85,0.69,0.48,0.25,0,-0.25,-0.48,-0.69,-0.85,-0.96,-1,-0.85,-0.5,-0.06,0.37,0.71,0.93,1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0,0,0,0,0,0 +PARAM_DM_Z=0,0,0,0,0,0,0.019,0.07,0.14,0.23,0.33,0.43,0.54,0.64,0.74,0.82,0.89,0.95,0.99,1,0.982,0.93,0.85,0.75,0.62,0.48,0.33,0.17,0,-0.17,-0.33,-0.48,-0.62,-0.75,-0.85,-0.93,-0.98,-1,-0.982,-0.93,-0.85,-0.75,-0.63,-0.49,-0.34,-0.18,-0.02,0.14,0.29,0.44,0.58,0.7,0.8,0.89,0.95,0.99,1,0.982,0.93,0.85,0.75,0.63,0.49,0.34,0.18,0.02,-0.14,-0.29,-0.44,-0.58,-0.7,-0.8,-0.89,-0.95,-0.99,-1,-0.97,-0.89,-0.78,-0.65,-0.52,-0.39,-0.26,-0.16,-0.07,-0.02,0,0,0,0,0,0,0 +PARAM_fu1=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.001,0.005,0.013,0.025,0.043,0.07,0.1,0.13,0.18,0.24,0.3,0.41,0.56,0.7,0.83,0.92,0.98,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.001,0.005,0.013,0.025,0.043,0.07,0.1,0.13,0.18,0.24,0.3,0.41,0.56,0.7,0.83,0.92,0.98,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +PARAM_fu2=0,0,0.003,0.008,0.016,0.029,0.046,0.07,0.1,0.14,0.18,0.24,0.3,0.41,0.55,0.69,0.82,0.92,0.98,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.003,0.008,0.016,0.029,0.046,0.07,0.1,0.14,0.18,0.24,0.3,0.41,0.55,0.69,0.82,0.92,0.98,1,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 \ No newline at end of file diff --git a/2233/model/22/22.v2.moc b/2233/model/22/22.v2.moc new file mode 100644 index 0000000..b08a53a Binary files /dev/null and b/2233/model/22/22.v2.moc differ diff --git a/2233/model/22/22.v2.thanking.mtn b/2233/model/22/22.v2.thanking.mtn new file mode 100644 index 0000000..35dbd71 --- /dev/null +++ b/2233/model/22/22.v2.thanking.mtn @@ -0,0 +1,46 @@ +# Live2D Animator Motion Data +$fps=30 + +$fadein=1000 + +$fadeout=1000 + +PARAM_ANGLE_X=0,-0.27,-1.03,-2.21,-3.77,-5.61,-7.69,-9.95,-12.29,-14.69,-17.1,-19.42,-21.6,-23.64,-25.44,-27.01,-28.28,-29.21,-29.8,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-29.85,-29.41,-28.71,-27.78,-26.65,-25.35,-23.86,-22.27,-20.59,-18.83,-17.06,-15.22,-13.42,-11.64,-9.91,-8.24,-6.7,-5.26,-3.95,-2.81,-1.83,-1.05,-0.48,-0.12,0 +PARAM_ANGLE_Y=0,0.03,0.14,0.32,0.58,0.93,1.36,1.89,2.51,3.24,4.06,4.99,6,7.13,8.35,9.69,11.12,12.64,14.27,16,18.67,21.2,23.59,25.71,27.47,28.83,29.69,30,27.5,23.49,19.75,17.05,16,16.011,16.04,16.1,16.17,16.26,16.37,16.49,16.63,16.78,16.94,17.11,17.29,17.48,17.67,17.87,18.07,18.27,18.47,18.68,18.88,19.08,19.28,19.47,19.65,19.83,20,20.15,20.3,20.44,20.57,20.67,20.77,20.85,20.92,20.96,20.99,21,20.55,19.79,19.23,19,18.89,18.78,18.67,18.57,18.47,18.37,18.27,18.18,18.09,18,17.91,17.82,17.74,17.66,17.58,17.5,17.42,17.35,17.28,17.21,17.14,17.08,17.01,16.95,16.9,16.84,16.78,16.73,16.68,16.63,16.58,16.54,16.49,16.45,16.41,16.38,16.34,16.31,16.27,16.24,16.22,16.19,16.16,16.14,16.12,16.101,16.083,16.067,16.053,16.04,16.03,16.021,16.013,16.007,16.003,16.001,16,16,16,16,16,16,16,16,16,16,16,15.92,15.69,15.31,14.82,14.21,13.52,12.72,11.88,10.98,10.04,9.1,8.12,7.16,6.21,5.28,4.39,3.57,2.81,2.11,1.5,0.98,0.56,0.25,0.06,0 +PARAM_ANGLE_Z=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.016,0.06,0.14,0.24,0.37,0.52,0.69,0.88,1.09,1.32,1.55,1.81,2.07,2.34,2.61,2.89,3.18,3.46,3.75,4.03,4.31,4.59,4.85,5.11,5.36,5.6,5.82,6.02,6.22,6.39,6.54,6.68,6.79,6.88,6.95,6.99,7,6.52,5.72,5.18,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5.34,6.25,7.55,9.04,10.58,12.03,13.26,14.2,14.79,15,14.92,14.71,14.36,13.89,13.32,12.67,11.93,11.14,10.3,9.41,8.53,7.61,6.71,5.82,4.95,4.12,3.35,2.63,1.98,1.4,0.92,0.53,0.24,0.06,0 +PARAM_EYE_L_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.93,0.75,0.53,0.32,0.15,0.04,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.82,0.54,0.27,0.08,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +PARAM_EYE_R_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.93,0.75,0.53,0.32,0.15,0.04,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.82,0.54,0.27,0.08,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +PARAM_EYE_L=0,0.009,0.03,0.07,0.13,0.19,0.26,0.33,0.41,0.49,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.993,1,1,1,1,1,1,1,1,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.03,0.12,0.25,0.4,0.56,0.7,0.83,0.92,0.98,1,1,1,1,1,1,0.991,0.97,0.93,0.88,0.82,0.76,0.69,0.62,0.55,0.47,0.4,0.33,0.26,0.2,0.14,0.09,0.06,0.03,0.007,0 +PARAM_EYEK_R=0,0.009,0.03,0.07,0.13,0.19,0.26,0.33,0.41,0.49,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.993,1,1,1,1,1,1,1,1,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.03,0.12,0.25,0.4,0.56,0.7,0.83,0.92,0.98,1,1,1,1,1,1,0.991,0.97,0.93,0.88,0.82,0.76,0.69,0.62,0.55,0.47,0.4,0.33,0.26,0.2,0.14,0.09,0.06,0.03,0.007,0 +PARAM_EYE_BALL_X=0 +PARAM_EYE_BALL_Y=0 +PARAM_EYEDEFORM=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.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.62,0.82,0.96,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +PARAM_MOUTH_OPEN_Y=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.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.88,0.75,0.6,0.44,0.3,0.17,0.08,0.02,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 +PARAM_MOUTH_1=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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,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 +PARAM_CHEEK=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.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.997,0.989,0.977,0.96,0.94,0.92,0.89,0.86,0.82,0.79,0.75,0.71,0.67,0.63,0.59,0.55,0.51,0.46,0.42,0.38,0.34,0.3,0.26,0.22,0.19,0.16,0.13,0.1,0.07,0.05,0.034,0.02,0.009,0.002,0 +PARAM_ARMR_ANGLE_Z=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.24,-0.64,-0.91,-1,-0.91,-0.76,-0.65,-0.62,-0.71,-0.86,-0.97,-1,-0.89,-0.71,-0.59,-0.55,-0.66,-0.84,-0.96,-1,-0.91,-0.76,-0.65,-0.62,-0.71,-0.86,-0.97,-1,-0.89,-0.71,-0.59,-0.55,-0.66,-0.84,-0.96,-1,-0.91,-0.76,-0.65,-0.62,-0.71,-0.86,-0.97,-1,-0.89,-0.71,-0.59,-0.55,-0.66,-0.84,-0.96,-1,-1,-1,-1,-1,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.3,-0.17,-0.08,-0.02,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 +PARAM_ARML_ANGLE_Z=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.24,-0.64,-0.91,-1,-0.91,-0.76,-0.65,-0.62,-0.71,-0.86,-0.97,-1,-0.89,-0.71,-0.59,-0.55,-0.66,-0.84,-0.96,-1,-0.91,-0.76,-0.65,-0.62,-0.71,-0.86,-0.97,-1,-0.89,-0.71,-0.59,-0.55,-0.66,-0.84,-0.96,-1,-0.91,-0.76,-0.65,-0.62,-0.71,-0.86,-0.97,-1,-0.89,-0.71,-0.59,-0.55,-0.66,-0.84,-0.96,-1,-1,-1,-1,-1,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.3,-0.17,-0.08,-0.02,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 +PARAM_BODY_ANGLE_X=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,-2.42,-6.39,-9.11,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-9.66,-8.75,-7.45,-5.96,-4.42,-2.97,-1.74,-0.8,-0.21,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 +PARAM_BODY_ANGLE_Z=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,-2.18,-5.75,-8.2,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-8.69,-7.88,-6.71,-5.37,-3.97,-2.68,-1.57,-0.72,-0.19,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 +PARAM_BODY2_ANGLE_Z=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,-1.21,-3.19,-4.56,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-4.83,-4.38,-3.73,-2.98,-2.21,-1.49,-0.87,-0.4,-0.1,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 +PARAM_BODY3_ANGLE_Z=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.48,1.28,1.82,2,1.995,1.982,1.96,1.93,1.89,1.85,1.8,1.74,1.68,1.61,1.53,1.45,1.37,1.28,1.19,1.09,0.99,0.89,0.79,0.68,0.57,0.46,0.35,0.24,0.13,0.01,-0.1,-0.21,-0.32,-0.43,-0.54,-0.65,-0.75,-0.86,-0.96,-1.06,-1.15,-1.24,-1.33,-1.42,-1.49,-1.57,-1.64,-1.7,-1.76,-1.82,-1.86,-1.9,-1.94,-1.96,-1.984,-1.996,-2,-1.995,-1.979,-1.95,-1.92,-1.88,-1.83,-1.78,-1.71,-1.65,-1.58,-1.5,-1.43,-1.35,-1.26,-1.18,-1.1,-1.01,-0.93,-0.84,-0.76,-0.68,-0.6,-0.52,-0.45,-0.38,-0.31,-0.25,-0.2,-0.15,-0.11,-0.07,-0.04,-0.02,-0.005,0 +PARAM_LEGL_ANGLE_Z=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.2,0.52,0.74,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.78,0.71,0.6,0.48,0.36,0.24,0.14,0.06,0.02,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 +PARAM_HAIR_FRONT=0 +PARAM_DM_Z=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,1,0.82,0.54,0.27,0.08,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.24,0.64,0.91,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,0.76,0.37,0.1,0.01,0.25,0.64,0.91,1,0.76,0.37,0.1,0.01,0.25,0.64,0.91,1,0.76,0.36,0.09,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 +PARAM_L=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.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.88,0.75,0.6,0.44,0.3,0.17,0.08,0.02,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 +VISIBLE:ROUGH=1 +VISIBLE:PARTS_01_FACE_001=1 +VISIBLE:PARTS_01_EYE_001=1 +VISIBLE:PARTS_01_EYE_BALL_001=1 +VISIBLE:PARTS_01_BROW_001=1 +VISIBLE:PARTS_01_MOUTH_001=1 +VISIBLE:PARTS_01_NOSE_001=1 +VISIBLE:PARTS_01_EAR_001=1 +VISIBLE:PARTS_01_HAIR_FRONT_001=1 +VISIBLE:PARTS_01_HAIR_SIDE_001=1 +VISIBLE:PARTS_01_HAIR_BACK_001=1 +VISIBLE:PARTS_01_NECK=1 +VISIBLE:PARTS_01_BODY=1 +VISIBLE:PARTS_01_LEGS=1 +VISIBLE:PARTS_01_BACKGROUND=1 +VISIBLE:PARTS_01_SKETCH=0 \ No newline at end of file diff --git a/2233/model/22/22.v2.touch.mtn b/2233/model/22/22.v2.touch.mtn new file mode 100644 index 0000000..9f32238 --- /dev/null +++ b/2233/model/22/22.v2.touch.mtn @@ -0,0 +1,46 @@ +# Live2D Animator Motion Data +$fps=30 + +$fadein=0 + +$fadeout=0 + +PARAM_ANGLE_X=0,0.38,1.37,2.82,4.61,6.6,8.69,10.79,12.84,14.75,16.47,17.9,19.02,19.75,20,20,20,20,20,20,20,20,20,19.31,17.47,14.8,11.63,8.37,5.2,2.53,0.69,0 +PARAM_ANGLE_Y=0,-0.36,-1.31,-2.68,-4.38,-6.27,-8.25,-10.25,-12.19,-14.01,-15.65,-17,-18.07,-18.76,-19,-17.43,-14.03,-9.79,-5.39,-1.37,1.96,4.17,5,4.83,4.37,3.7,2.91,2.09,1.3,0.63,0.17,0 +PARAM_ANGLE_Z=0,0.34,1.24,2.54,4.15,5.94,7.82,9.71,11.55,13.27,14.82,16.11,17.12,17.77,18,17.68,16.92,15.85,14.54,13.08,11.47,9.78,8,6.1,4.51,3.19,2.13,1.32,0.71,0.3,0.07,0 +PARAM_EYE_L_OPEN=1,0.998,0.991,0.982,0.97,0.957,0.944,0.93,0.917,0.904,0.893,0.884,0.876,0.872,0.87,0.87,0.872,0.874,0.878,0.883,0.89,0.899,0.91,0.924,0.938,0.952,0.964,0.976,0.986,0.993,0.998,1 +PARAM_EYE_R_OPEN=1,0.981,0.93,0.86,0.77,0.67,0.57,0.46,0.36,0.26,0.18,0.11,0.05,0.01,0,0,0,0,0,0,0,0,0,0.03,0.13,0.26,0.42,0.58,0.74,0.87,0.97,1 +PARAM_EYE_L=0,0.019,0.07,0.14,0.23,0.33,0.43,0.54,0.64,0.74,0.82,0.89,0.95,0.99,1,1,1,1,1,1,1,1,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0 +PARAM_EYEK_R=0 +PARAM_EYE_BALL_X=0,-0.009,-0.03,-0.07,-0.11,-0.16,-0.2,-0.25,-0.3,-0.35,-0.39,-0.42,-0.45,-0.464,-0.47,-0.47,-0.47,-0.47,-0.47,-0.467,-0.463,-0.458,-0.45,-0.43,-0.38,-0.32,-0.25,-0.18,-0.11,-0.05,-0.01,0 +PARAM_EYE_BALL_Y=0,0.011,0.04,0.08,0.13,0.19,0.25,0.31,0.37,0.43,0.48,0.52,0.55,0.57,0.58,0.572,0.553,0.52,0.49,0.45,0.4,0.35,0.29,0.23,0.17,0.12,0.08,0.05,0.03,0.013,0.003,0 +PARAM_EYEDEFORM=0 +PARAM_MOUTH_OPEN_Y=0,0.014,0.05,0.11,0.17,0.25,0.33,0.4,0.48,0.55,0.62,0.67,0.71,0.74,0.75,0.741,0.72,0.68,0.63,0.57,0.51,0.45,0.38,0.32,0.26,0.2,0.14,0.09,0.06,0.03,0.007,0 +PARAM_MOUTH_1=0 +PARAM_CHEEK=0 +PARAM_ARMR_ANGLE_Z=0,0.005,0.016,0.034,0.06,0.08,0.1,0.13,0.15,0.18,0.2,0.215,0.228,0.237,0.24,0.237,0.229,0.217,0.201,0.183,0.164,0.14,0.12,0.1,0.082,0.063,0.046,0.03,0.018,0.008,0.002,0 +PARAM_ARML_ANGLE_Z=0,0.002,0.006,0.013,0.021,0.03,0.039,0.049,0.058,0.066,0.074,0.081,0.086,0.089,0.09,0.089,0.086,0.081,0.075,0.069,0.062,0.054,0.046,0.038,0.031,0.024,0.017,0.011,0.007,0.003,0.001,0 +PARAM_BODY_ANGLE_X=0,0.19,0.69,1.41,2.31,3.3,4.34,5.4,6.42,7.37,8.24,8.95,9.51,9.87,10,9.997,9.96,9.87,9.7,9.45,9.09,8.61,8,7.11,6.05,4.88,3.7,2.58,1.56,0.74,0.2,0 +PARAM_BODY_ANGLE_Z=0,-0.19,-0.69,-1.41,-2.31,-3.3,-4.34,-5.4,-6.42,-7.37,-8.24,-8.95,-9.51,-9.87,-10,-9.87,-9.54,-9.02,-8.38,-7.64,-6.84,-5.98,-5.12,-4.24,-3.41,-2.63,-1.9,-1.27,-0.74,-0.34,-0.09,0 +PARAM_BODY2_ANGLE_Z=0,-0.1,-0.34,-0.71,-1.15,-1.65,-2.17,-2.7,-3.21,-3.69,-4.12,-4.47,-4.76,-4.94,-5,-4.94,-4.77,-4.51,-4.19,-3.82,-3.42,-2.99,-2.56,-2.12,-1.71,-1.31,-0.95,-0.63,-0.37,-0.17,-0.04,0 +PARAM_BODY3_ANGLE_Z=0 +PARAM_LEGL_ANGLE_Z=0 +PARAM_DM_Z=0 +PARAM_L=0 +VISIBLE:ROUGH=1 +VISIBLE:PARTS_01_FACE_001=1 +VISIBLE:PARTS_EYE_DEFORM=1 +VISIBLE:PARTS_01_EYE_001=1 +VISIBLE:PARTS_01_EYE_BALL_001=1 +VISIBLE:PARTS_01_BROW_001=1 +VISIBLE:PARTS_01_MOUTH_001=1 +VISIBLE:PARTS_01_NOSE_001=1 +VISIBLE:PARTS_01_EAR_001=1 +VISIBLE:PARTS_01_HAIR_FRONT_001=1 +VISIBLE:PARTS_01_HAIR_SIDE_001=1 +VISIBLE:PARTS_01_HAIR_BACK_001=1 +VISIBLE:PARTS_01_NECK=1 +VISIBLE:PARTS_01_BODY=1 +VISIBLE:PARTS_01_LEGS=1 +VISIBLE:PARTS_01_BACKGROUND=1 +VISIBLE:PARTS_01_SKETCH=0 \ No newline at end of file diff --git a/2233/model/22/closet.2016.xmas/texture_01.png b/2233/model/22/closet.2016.xmas/texture_01.png new file mode 100644 index 0000000..e4d8139 Binary files /dev/null and b/2233/model/22/closet.2016.xmas/texture_01.png differ diff --git a/2233/model/22/closet.2016.xmas/texture_02.png b/2233/model/22/closet.2016.xmas/texture_02.png new file mode 100644 index 0000000..782f30a Binary files /dev/null and b/2233/model/22/closet.2016.xmas/texture_02.png differ diff --git a/2233/model/22/closet.2016.xmas/texture_03_1.png b/2233/model/22/closet.2016.xmas/texture_03_1.png new file mode 100644 index 0000000..6892265 Binary files /dev/null and b/2233/model/22/closet.2016.xmas/texture_03_1.png differ diff --git a/2233/model/22/closet.2016.xmas/texture_03_2.png b/2233/model/22/closet.2016.xmas/texture_03_2.png new file mode 100644 index 0000000..d90cd9d Binary files /dev/null and b/2233/model/22/closet.2016.xmas/texture_03_2.png differ diff --git a/2233/model/22/closet.2017.cba-normal/texture_01.png b/2233/model/22/closet.2017.cba-normal/texture_01.png new file mode 100644 index 0000000..0fc4e3b Binary files /dev/null and b/2233/model/22/closet.2017.cba-normal/texture_01.png differ diff --git a/2233/model/22/closet.2017.cba-normal/texture_02.png b/2233/model/22/closet.2017.cba-normal/texture_02.png new file mode 100644 index 0000000..94524a9 Binary files /dev/null and b/2233/model/22/closet.2017.cba-normal/texture_02.png differ diff --git a/2233/model/22/closet.2017.cba-normal/texture_03.png b/2233/model/22/closet.2017.cba-normal/texture_03.png new file mode 100644 index 0000000..dccb8e8 Binary files /dev/null and b/2233/model/22/closet.2017.cba-normal/texture_03.png differ diff --git a/2233/model/22/closet.2017.cba-super/texture_01.png b/2233/model/22/closet.2017.cba-super/texture_01.png new file mode 100644 index 0000000..b4d672d Binary files /dev/null and b/2233/model/22/closet.2017.cba-super/texture_01.png differ diff --git a/2233/model/22/closet.2017.cba-super/texture_02.png b/2233/model/22/closet.2017.cba-super/texture_02.png new file mode 100644 index 0000000..346f9e1 Binary files /dev/null and b/2233/model/22/closet.2017.cba-super/texture_02.png differ diff --git a/2233/model/22/closet.2017.cba-super/texture_03.png b/2233/model/22/closet.2017.cba-super/texture_03.png new file mode 100644 index 0000000..dccb8e8 Binary files /dev/null and b/2233/model/22/closet.2017.cba-super/texture_03.png differ diff --git a/2233/model/22/closet.2017.newyear/texture_01.png b/2233/model/22/closet.2017.newyear/texture_01.png new file mode 100644 index 0000000..7c824d4 Binary files /dev/null and b/2233/model/22/closet.2017.newyear/texture_01.png differ diff --git a/2233/model/22/closet.2017.newyear/texture_02.png b/2233/model/22/closet.2017.newyear/texture_02.png new file mode 100644 index 0000000..7e0cb8a Binary files /dev/null and b/2233/model/22/closet.2017.newyear/texture_02.png differ diff --git a/2233/model/22/closet.2017.newyear/texture_03.png b/2233/model/22/closet.2017.newyear/texture_03.png new file mode 100644 index 0000000..fe8fb7d Binary files /dev/null and b/2233/model/22/closet.2017.newyear/texture_03.png differ diff --git a/2233/model/22/closet.2017.school/texture_01.png b/2233/model/22/closet.2017.school/texture_01.png new file mode 100644 index 0000000..bc0886c Binary files /dev/null and b/2233/model/22/closet.2017.school/texture_01.png differ diff --git a/2233/model/22/closet.2017.school/texture_02.png b/2233/model/22/closet.2017.school/texture_02.png new file mode 100644 index 0000000..678043d Binary files /dev/null and b/2233/model/22/closet.2017.school/texture_02.png differ diff --git a/2233/model/22/closet.2017.school/texture_03.png b/2233/model/22/closet.2017.school/texture_03.png new file mode 100644 index 0000000..2a7eea8 Binary files /dev/null and b/2233/model/22/closet.2017.school/texture_03.png differ diff --git a/2233/model/22/closet.2017.summer.normal/texture_01.png b/2233/model/22/closet.2017.summer.normal/texture_01.png new file mode 100644 index 0000000..9f94cc2 Binary files /dev/null and b/2233/model/22/closet.2017.summer.normal/texture_01.png differ diff --git a/2233/model/22/closet.2017.summer.normal/texture_02.png b/2233/model/22/closet.2017.summer.normal/texture_02.png new file mode 100644 index 0000000..053a38e Binary files /dev/null and b/2233/model/22/closet.2017.summer.normal/texture_02.png differ diff --git a/2233/model/22/closet.2017.summer.normal/texture_03_1.png b/2233/model/22/closet.2017.summer.normal/texture_03_1.png new file mode 100644 index 0000000..c467ba9 Binary files /dev/null and b/2233/model/22/closet.2017.summer.normal/texture_03_1.png differ diff --git a/2233/model/22/closet.2017.summer.normal/texture_03_2.png b/2233/model/22/closet.2017.summer.normal/texture_03_2.png new file mode 100644 index 0000000..3625e74 Binary files /dev/null and b/2233/model/22/closet.2017.summer.normal/texture_03_2.png differ diff --git a/2233/model/22/closet.2017.summer.super/texture_01.png b/2233/model/22/closet.2017.summer.super/texture_01.png new file mode 100644 index 0000000..18c710d Binary files /dev/null and b/2233/model/22/closet.2017.summer.super/texture_01.png differ diff --git a/2233/model/22/closet.2017.summer.super/texture_02.png b/2233/model/22/closet.2017.summer.super/texture_02.png new file mode 100644 index 0000000..ea9b525 Binary files /dev/null and b/2233/model/22/closet.2017.summer.super/texture_02.png differ diff --git a/2233/model/22/closet.2017.summer.super/texture_03_1.png b/2233/model/22/closet.2017.summer.super/texture_03_1.png new file mode 100644 index 0000000..c467ba9 Binary files /dev/null and b/2233/model/22/closet.2017.summer.super/texture_03_1.png differ diff --git a/2233/model/22/closet.2017.summer.super/texture_03_2.png b/2233/model/22/closet.2017.summer.super/texture_03_2.png new file mode 100644 index 0000000..3625e74 Binary files /dev/null and b/2233/model/22/closet.2017.summer.super/texture_03_2.png differ diff --git a/2233/model/22/closet.2017.tomo-bukatsu.high/texture_01.png b/2233/model/22/closet.2017.tomo-bukatsu.high/texture_01.png new file mode 100644 index 0000000..73b420d Binary files /dev/null and b/2233/model/22/closet.2017.tomo-bukatsu.high/texture_01.png differ diff --git a/2233/model/22/closet.2017.tomo-bukatsu.high/texture_02.png b/2233/model/22/closet.2017.tomo-bukatsu.high/texture_02.png new file mode 100644 index 0000000..ae956b5 Binary files /dev/null and b/2233/model/22/closet.2017.tomo-bukatsu.high/texture_02.png differ diff --git a/2233/model/22/closet.2017.tomo-bukatsu.high/texture_03.png b/2233/model/22/closet.2017.tomo-bukatsu.high/texture_03.png new file mode 100644 index 0000000..01ee5ab Binary files /dev/null and b/2233/model/22/closet.2017.tomo-bukatsu.high/texture_03.png differ diff --git a/2233/model/22/closet.2017.tomo-bukatsu.low/texture_01.png b/2233/model/22/closet.2017.tomo-bukatsu.low/texture_01.png new file mode 100644 index 0000000..9314036 Binary files /dev/null and b/2233/model/22/closet.2017.tomo-bukatsu.low/texture_01.png differ diff --git a/2233/model/22/closet.2017.tomo-bukatsu.low/texture_02.png b/2233/model/22/closet.2017.tomo-bukatsu.low/texture_02.png new file mode 100644 index 0000000..c07ca44 Binary files /dev/null and b/2233/model/22/closet.2017.tomo-bukatsu.low/texture_02.png differ diff --git a/2233/model/22/closet.2017.tomo-bukatsu.low/texture_03.png b/2233/model/22/closet.2017.tomo-bukatsu.low/texture_03.png new file mode 100644 index 0000000..5f3792f Binary files /dev/null and b/2233/model/22/closet.2017.tomo-bukatsu.low/texture_03.png differ diff --git a/2233/model/22/closet.2017.valley/texture_01.png b/2233/model/22/closet.2017.valley/texture_01.png new file mode 100644 index 0000000..47ff9b4 Binary files /dev/null and b/2233/model/22/closet.2017.valley/texture_01.png differ diff --git a/2233/model/22/closet.2017.valley/texture_02.png b/2233/model/22/closet.2017.valley/texture_02.png new file mode 100644 index 0000000..61df229 Binary files /dev/null and b/2233/model/22/closet.2017.valley/texture_02.png differ diff --git a/2233/model/22/closet.2017.valley/texture_03.png b/2233/model/22/closet.2017.valley/texture_03.png new file mode 100644 index 0000000..77bb838 Binary files /dev/null and b/2233/model/22/closet.2017.valley/texture_03.png differ diff --git a/2233/model/22/closet.2017.vdays/texture_01.png b/2233/model/22/closet.2017.vdays/texture_01.png new file mode 100644 index 0000000..18f2937 Binary files /dev/null and b/2233/model/22/closet.2017.vdays/texture_01.png differ diff --git a/2233/model/22/closet.2017.vdays/texture_02.png b/2233/model/22/closet.2017.vdays/texture_02.png new file mode 100644 index 0000000..0c779a4 Binary files /dev/null and b/2233/model/22/closet.2017.vdays/texture_02.png differ diff --git a/2233/model/22/closet.2017.vdays/texture_03.png b/2233/model/22/closet.2017.vdays/texture_03.png new file mode 100644 index 0000000..c0aca72 Binary files /dev/null and b/2233/model/22/closet.2017.vdays/texture_03.png differ diff --git a/2233/model/22/closet.2018.bls-summer/texture_01.png b/2233/model/22/closet.2018.bls-summer/texture_01.png new file mode 100644 index 0000000..c543ce6 Binary files /dev/null and b/2233/model/22/closet.2018.bls-summer/texture_01.png differ diff --git a/2233/model/22/closet.2018.bls-summer/texture_02.png b/2233/model/22/closet.2018.bls-summer/texture_02.png new file mode 100644 index 0000000..e591aba Binary files /dev/null and b/2233/model/22/closet.2018.bls-summer/texture_02.png differ diff --git a/2233/model/22/closet.2018.bls-summer/texture_03.png b/2233/model/22/closet.2018.bls-summer/texture_03.png new file mode 100644 index 0000000..c7a37a4 Binary files /dev/null and b/2233/model/22/closet.2018.bls-summer/texture_03.png differ diff --git a/2233/model/22/closet.2018.bls-winter/texture_01.png b/2233/model/22/closet.2018.bls-winter/texture_01.png new file mode 100644 index 0000000..9b63913 Binary files /dev/null and b/2233/model/22/closet.2018.bls-winter/texture_01.png differ diff --git a/2233/model/22/closet.2018.bls-winter/texture_02.png b/2233/model/22/closet.2018.bls-winter/texture_02.png new file mode 100644 index 0000000..2011b05 Binary files /dev/null and b/2233/model/22/closet.2018.bls-winter/texture_02.png differ diff --git a/2233/model/22/closet.2018.bls-winter/texture_03.png b/2233/model/22/closet.2018.bls-winter/texture_03.png new file mode 100644 index 0000000..5a1fbee Binary files /dev/null and b/2233/model/22/closet.2018.bls-winter/texture_03.png differ diff --git a/2233/model/22/closet.2018.lover/texture_01.png b/2233/model/22/closet.2018.lover/texture_01.png new file mode 100644 index 0000000..a419bac Binary files /dev/null and b/2233/model/22/closet.2018.lover/texture_01.png differ diff --git a/2233/model/22/closet.2018.lover/texture_02.png b/2233/model/22/closet.2018.lover/texture_02.png new file mode 100644 index 0000000..be37985 Binary files /dev/null and b/2233/model/22/closet.2018.lover/texture_02.png differ diff --git a/2233/model/22/closet.2018.lover/texture_03.png b/2233/model/22/closet.2018.lover/texture_03.png new file mode 100644 index 0000000..cf7cbbb Binary files /dev/null and b/2233/model/22/closet.2018.lover/texture_03.png differ diff --git a/2233/model/22/closet.2018.playwater/texture_01.png b/2233/model/22/closet.2018.playwater/texture_01.png new file mode 100644 index 0000000..ffa5fa0 Binary files /dev/null and b/2233/model/22/closet.2018.playwater/texture_01.png differ diff --git a/2233/model/22/closet.2018.playwater/texture_02.png b/2233/model/22/closet.2018.playwater/texture_02.png new file mode 100644 index 0000000..967f101 Binary files /dev/null and b/2233/model/22/closet.2018.playwater/texture_02.png differ diff --git a/2233/model/22/closet.2018.playwater/texture_03.png b/2233/model/22/closet.2018.playwater/texture_03.png new file mode 100644 index 0000000..b8f666a Binary files /dev/null and b/2233/model/22/closet.2018.playwater/texture_03.png differ diff --git a/2233/model/22/closet.2018.spring/texture_01.png b/2233/model/22/closet.2018.spring/texture_01.png new file mode 100644 index 0000000..b712d05 Binary files /dev/null and b/2233/model/22/closet.2018.spring/texture_01.png differ diff --git a/2233/model/22/closet.2018.spring/texture_02.png b/2233/model/22/closet.2018.spring/texture_02.png new file mode 100644 index 0000000..0bdcbba Binary files /dev/null and b/2233/model/22/closet.2018.spring/texture_02.png differ diff --git a/2233/model/22/closet.2018.spring/texture_03.png b/2233/model/22/closet.2018.spring/texture_03.png new file mode 100644 index 0000000..c981891 Binary files /dev/null and b/2233/model/22/closet.2018.spring/texture_03.png differ diff --git a/2233/model/22/closet.2019.bls/texture_01.png b/2233/model/22/closet.2019.bls/texture_01.png new file mode 100644 index 0000000..c2af28b Binary files /dev/null and b/2233/model/22/closet.2019.bls/texture_01.png differ diff --git a/2233/model/22/closet.2019.bls/texture_02.png b/2233/model/22/closet.2019.bls/texture_02.png new file mode 100644 index 0000000..7a02d38 Binary files /dev/null and b/2233/model/22/closet.2019.bls/texture_02.png differ diff --git a/2233/model/22/closet.2019.bls/texture_03.png b/2233/model/22/closet.2019.bls/texture_03.png new file mode 100644 index 0000000..f137cc8 Binary files /dev/null and b/2233/model/22/closet.2019.bls/texture_03.png differ diff --git a/2233/model/22/closet.2019.deluxe/texture_01.png b/2233/model/22/closet.2019.deluxe/texture_01.png new file mode 100644 index 0000000..0597499 Binary files /dev/null and b/2233/model/22/closet.2019.deluxe/texture_01.png differ diff --git a/2233/model/22/closet.2019.deluxe/texture_02.png b/2233/model/22/closet.2019.deluxe/texture_02.png new file mode 100644 index 0000000..b4c2527 Binary files /dev/null and b/2233/model/22/closet.2019.deluxe/texture_02.png differ diff --git a/2233/model/22/closet.2019.deluxe/texture_03_1.png b/2233/model/22/closet.2019.deluxe/texture_03_1.png new file mode 100644 index 0000000..f1b58f7 Binary files /dev/null and b/2233/model/22/closet.2019.deluxe/texture_03_1.png differ diff --git a/2233/model/22/closet.2019.deluxe/texture_03_2.png b/2233/model/22/closet.2019.deluxe/texture_03_2.png new file mode 100644 index 0000000..a46dca1 Binary files /dev/null and b/2233/model/22/closet.2019.deluxe/texture_03_2.png differ diff --git a/2233/model/22/closet.2019.summer/texture_01.png b/2233/model/22/closet.2019.summer/texture_01.png new file mode 100644 index 0000000..a66d459 Binary files /dev/null and b/2233/model/22/closet.2019.summer/texture_01.png differ diff --git a/2233/model/22/closet.2019.summer/texture_02.png b/2233/model/22/closet.2019.summer/texture_02.png new file mode 100644 index 0000000..dcb8311 Binary files /dev/null and b/2233/model/22/closet.2019.summer/texture_02.png differ diff --git a/2233/model/22/closet.2019.summer/texture_03.png b/2233/model/22/closet.2019.summer/texture_03.png new file mode 100644 index 0000000..663edf5 Binary files /dev/null and b/2233/model/22/closet.2019.summer/texture_03.png differ diff --git a/2233/model/22/closet.2020.newyear/texture_01.png b/2233/model/22/closet.2020.newyear/texture_01.png new file mode 100644 index 0000000..eb4fe9d Binary files /dev/null and b/2233/model/22/closet.2020.newyear/texture_01.png differ diff --git a/2233/model/22/closet.2020.newyear/texture_02.png b/2233/model/22/closet.2020.newyear/texture_02.png new file mode 100644 index 0000000..d1b9293 Binary files /dev/null and b/2233/model/22/closet.2020.newyear/texture_02.png differ diff --git a/2233/model/22/closet.2020.newyear/texture_03.png b/2233/model/22/closet.2020.newyear/texture_03.png new file mode 100644 index 0000000..65354fa Binary files /dev/null and b/2233/model/22/closet.2020.newyear/texture_03.png differ diff --git a/2233/model/22/closet.default.v2/texture_01.png b/2233/model/22/closet.default.v2/texture_01.png new file mode 100644 index 0000000..5cf11c6 Binary files /dev/null and b/2233/model/22/closet.default.v2/texture_01.png differ diff --git a/2233/model/22/closet.default.v2/texture_02.png b/2233/model/22/closet.default.v2/texture_02.png new file mode 100644 index 0000000..1786e4a Binary files /dev/null and b/2233/model/22/closet.default.v2/texture_02.png differ diff --git a/2233/model/22/closet.default.v2/texture_03.png b/2233/model/22/closet.default.v2/texture_03.png new file mode 100644 index 0000000..4ad891c Binary files /dev/null and b/2233/model/22/closet.default.v2/texture_03.png differ diff --git a/2233/model/22/texture_00.png b/2233/model/22/texture_00.png new file mode 100644 index 0000000..0d00935 Binary files /dev/null and b/2233/model/22/texture_00.png differ diff --git a/2233/model/33/33.v2.idle-01.mtn b/2233/model/33/33.v2.idle-01.mtn new file mode 100644 index 0000000..1e0a28d --- /dev/null +++ b/2233/model/33/33.v2.idle-01.mtn @@ -0,0 +1,40 @@ +# Live2D Animator Motion Data +$fps=30 + +$fadein=0 + +$fadeout=0 + +PARAM_ANGLE_X=0,0.03,0.11,0.25,0.44,0.68,0.96,1.28,1.63,2.03,2.45,2.91,3.38,3.89,4.41,4.95,5.5,6.07,6.63,7.21,7.79,8.37,8.93,9.5,10.05,10.59,11.11,11.62,12.09,12.55,12.97,13.37,13.72,14.04,14.32,14.56,14.75,14.89,14.97,15,14.96,14.84,14.65,14.39,14.05,13.66,13.2,12.69,12.11,11.49,10.81,10.1,9.34,8.54,7.71,6.83,5.92,4.99,4.05,3.08,2.09,1.08,0.06,-0.96,-1.99,-3.01,-4.04,-5.06,-6.08,-7.09,-8.08,-9.05,-9.99,-10.92,-11.83,-12.71,-13.54,-14.34,-15.1,-15.81,-16.49,-17.11,-17.69,-18.2,-18.66,-19.05,-19.39,-19.65,-19.84,-19.96,-20,-19.95,-19.79,-19.54,-19.2,-18.79,-18.3,-17.75,-17.15,-16.49,-15.78,-15.04,-14.27,-13.47,-12.64,-11.81,-10.97,-10.1,-9.25,-8.41,-7.59,-6.77,-5.97,-5.22,-4.48,-3.79,-3.14,-2.53,-1.98,-1.49,-1.05,-0.69,-0.4,-0.18,-0.05,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 +PARAM_ANGLE_Y=0,-0.05,-0.21,-0.47,-0.82,-1.27,-1.78,-2.39,-3.05,-3.79,-4.58,-5.43,-6.32,-7.27,-8.23,-9.25,-10.27,-11.33,-12.38,-13.47,-14.53,-15.62,-16.67,-17.73,-18.75,-19.77,-20.73,-21.68,-22.57,-23.42,-24.21,-24.95,-25.61,-26.22,-26.73,-27.18,-27.53,-27.79,-27.95,-28,-27.97,-27.88,-27.72,-27.51,-27.24,-26.93,-26.56,-26.15,-25.69,-25.19,-24.65,-24.08,-23.47,-22.83,-22.16,-21.46,-20.73,-20,-19.24,-18.46,-17.67,-16.86,-16.04,-15.23,-14.41,-13.59,-12.77,-11.96,-11.14,-10.33,-9.54,-8.76,-8,-7.27,-6.54,-5.84,-5.17,-4.53,-3.92,-3.35,-2.81,-2.31,-1.85,-1.44,-1.07,-0.76,-0.49,-0.28,-0.12,-0.03,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 +PARAM_ANGLE_Z=0,-0.008,-0.03,-0.07,-0.12,-0.18,-0.25,-0.34,-0.44,-0.54,-0.65,-0.78,-0.9,-1.04,-1.18,-1.32,-1.47,-1.62,-1.77,-1.92,-2.08,-2.23,-2.38,-2.53,-2.68,-2.82,-2.96,-3.1,-3.22,-3.35,-3.46,-3.56,-3.66,-3.75,-3.82,-3.88,-3.93,-3.97,-3.99,-4,-3.99,-3.96,-3.91,-3.84,-3.76,-3.66,-3.54,-3.41,-3.26,-3.1,-2.92,-2.74,-2.54,-2.34,-2.12,-1.9,-1.66,-1.43,-1.18,-0.93,-0.68,-0.42,-0.16,0.1,0.37,0.63,0.9,1.16,1.42,1.68,1.93,2.18,2.43,2.66,2.9,3.12,3.34,3.54,3.74,3.92,4.1,4.26,4.41,4.54,4.66,4.76,4.84,4.91,4.96,4.99,5,4.987,4.95,4.88,4.8,4.7,4.58,4.44,4.29,4.12,3.95,3.76,3.57,3.37,3.16,2.95,2.74,2.53,2.31,2.1,1.9,1.69,1.49,1.3,1.12,0.95,0.78,0.63,0.5,0.37,0.26,0.17,0.1,0.04,0.01,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 +PARAM_EYE_L_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +PARAM_EYE_R_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +PARAM_EYE_BALL_X=0,0,0.004,0.008,0.014,0.022,0.031,0.041,0.052,0.065,0.078,0.093,0.108,0.125,0.141,0.159,0.176,0.194,0.212,0.231,0.249,0.268,0.286,0.304,0.321,0.339,0.355,0.372,0.387,0.402,0.415,0.428,0.439,0.449,0.458,0.466,0.472,0.476,0.479,0.48,0.479,0.475,0.468,0.459,0.448,0.435,0.42,0.403,0.384,0.36,0.34,0.32,0.29,0.26,0.24,0.21,0.18,0.15,0.11,0.08,0.05,0.01,-0.02,-0.05,-0.09,-0.12,-0.16,-0.19,-0.22,-0.26,-0.29,-0.32,-0.36,-0.39,-0.42,-0.45,-0.47,-0.5,-0.53,-0.55,-0.57,-0.59,-0.613,-0.63,-0.645,-0.658,-0.669,-0.678,-0.685,-0.689,-0.69,-0.688,-0.683,-0.674,-0.663,-0.648,-0.631,-0.613,-0.59,-0.57,-0.54,-0.52,-0.49,-0.46,-0.44,-0.41,-0.38,-0.35,-0.32,-0.29,-0.26,-0.23,-0.21,-0.18,-0.15,-0.13,-0.11,-0.09,-0.068,-0.051,-0.036,-0.024,-0.014,-0.006,-0.002,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 +PARAM_EYE_BALL_Y=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.001,-0.002,-0.004,-0.005,-0.007,-0.009,-0.011,-0.013,-0.016,-0.018,-0.021,-0.024,-0.027,-0.03,-0.034,-0.037,-0.041,-0.044,-0.048,-0.052,-0.056,-0.059,-0.063,-0.067,-0.071,-0.074,-0.078,-0.082,-0.086,-0.089,-0.093,-0.096,-0.1,-0.103,-0.106,-0.109,-0.112,-0.114,-0.117,-0.119,-0.121,-0.123,-0.125,-0.126,-0.128,-0.129,-0.129,-0.13,-0.13,-0.13,-0.129,-0.127,-0.125,-0.122,-0.119,-0.115,-0.111,-0.107,-0.103,-0.098,-0.093,-0.088,-0.082,-0.077,-0.071,-0.066,-0.06,-0.055,-0.049,-0.044,-0.039,-0.034,-0.029,-0.025,-0.02,-0.016,-0.013,-0.01,-0.007,-0.004,-0.003,-0.001,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 +PARAM_MOUTH_FORM=0 +PARAM_MOUTH_OPEN_Y=0 +PARAM_CHEEK=0 +PARAM_ARMR_ANGLE_Z=0 +PARAM_ARML_ANGLE_Z=0 +PARAM_BODY_ANGLE_X=0,0.004,0.015,0.034,0.06,0.09,0.13,0.17,0.22,0.27,0.33,0.39,0.45,0.52,0.59,0.66,0.73,0.81,0.88,0.96,1.04,1.12,1.19,1.27,1.34,1.41,1.48,1.55,1.61,1.67,1.73,1.78,1.83,1.87,1.91,1.94,1.97,1.985,1.996,2,1.994,1.978,1.95,1.91,1.86,1.81,1.74,1.67,1.59,1.5,1.4,1.3,1.19,1.08,0.96,0.83,0.7,0.57,0.44,0.3,0.16,0.01,-0.13,-0.28,-0.43,-0.57,-0.72,-0.87,-1.01,-1.16,-1.3,-1.44,-1.57,-1.7,-1.83,-1.96,-2.08,-2.19,-2.3,-2.4,-2.5,-2.59,-2.67,-2.74,-2.81,-2.86,-2.91,-2.95,-2.98,-2.994,-3,-2.992,-2.97,-2.93,-2.88,-2.82,-2.75,-2.66,-2.57,-2.47,-2.37,-2.26,-2.14,-2.02,-1.9,-1.77,-1.64,-1.52,-1.39,-1.26,-1.14,-1.02,-0.9,-0.78,-0.67,-0.57,-0.47,-0.38,-0.3,-0.22,-0.16,-0.1,-0.06,-0.03,-0.007,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 +PARAM_BODY_ANGLE_Z=0 +PARAM_BODY2_ANGLE_Z=0,0.002,0.008,0.017,0.029,0.045,0.064,0.09,0.11,0.14,0.16,0.19,0.23,0.26,0.29,0.33,0.37,0.4,0.44,0.48,0.52,0.56,0.6,0.63,0.67,0.71,0.74,0.77,0.81,0.84,0.86,0.89,0.91,0.94,0.955,0.971,0.983,0.992,0.998,1,0.998,0.991,0.98,0.965,0.946,0.92,0.9,0.87,0.84,0.8,0.76,0.72,0.68,0.63,0.58,0.53,0.48,0.43,0.37,0.32,0.26,0.2,0.15,0.09,0.03,-0.03,-0.09,-0.15,-0.2,-0.26,-0.32,-0.37,-0.43,-0.48,-0.53,-0.58,-0.63,-0.68,-0.72,-0.76,-0.8,-0.84,-0.87,-0.9,-0.92,-0.95,-0.965,-0.98,-0.991,-0.998,-1,-0.997,-0.989,-0.977,-0.96,-0.94,-0.92,-0.89,-0.86,-0.82,-0.79,-0.75,-0.71,-0.67,-0.63,-0.59,-0.55,-0.51,-0.46,-0.42,-0.38,-0.34,-0.3,-0.26,-0.22,-0.19,-0.16,-0.13,-0.1,-0.07,-0.05,-0.034,-0.02,-0.009,-0.002,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 +PARAM_BODY3_ANGLE_Z=0 +PARAM_DM_Z=0 +VISIBLE:ROUGH=1 +VISIBLE:PARTS_01_FACE_001=1 +VISIBLE:PARTS_01_EYE_001=1 +VISIBLE:PARTS_01_EYE_BALL_001=1 +VISIBLE:PARTS_01_BROW_001=1 +VISIBLE:PARTS_01_MOUTH_001=1 +VISIBLE:PARTS_01_NOSE_001=1 +VISIBLE:PARTS_01_EAR_001=1 +VISIBLE:PARTS_01_HAIR_FRONT_001=1 +VISIBLE:PARTS_01_HAIR_SIDE_001=1 +VISIBLE:PARTS_01_HAIR_BACK_001=1 +VISIBLE:PARTS_01_NECK=1 +VISIBLE:PARTS_01_BODY=1 +VISIBLE:PARTS_01_LEGS=1 +VISIBLE:PARTS_01_BACKGROUND=1 +VISIBLE:PARTS_01_SKETCH=0 \ No newline at end of file diff --git a/2233/model/33/33.v2.idle-02.mtn b/2233/model/33/33.v2.idle-02.mtn new file mode 100644 index 0000000..e2c6941 --- /dev/null +++ b/2233/model/33/33.v2.idle-02.mtn @@ -0,0 +1,36 @@ +# Live2D Animator Motion Data +$fps=30 + +$fadein=0 + +$fadeout=0 + +PARAM_ANGLE_X=0,0.004,0.014,0.024,0.031,0.031,0.019,-0.01,-0.05,-0.11,-0.2,-0.31,-0.46,-0.63,-0.84,-1.09,-1.38,-1.71,-2.09,-2.52,-3,-3.63,-4.4,-5.34,-6.42,-7.58,-8.86,-10.23,-11.63,-13.1,-14.61,-16.09,-17.6,-19.09,-20.51,-21.9,-23.22,-24.42,-25.54,-26.53,-27.36,-28.06,-28.57,-28.89,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-27.21,-24.35,-21.68,-19.75,-19,-19,-19,-19,-19,-19,-19,-19,-19,-18.76,-18.08,-17.02,-15.67,-14.06,-12.3,-10.44,-8.56,-6.7,-4.94,-3.33,-1.98,-0.92,-0.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +PARAM_ANGLE_Y=-1,-1.006,-1.03,-1.07,-1.14,-1.24,-1.38,-1.55,-1.77,-2.03,-2.34,-2.7,-3.13,-3.61,-4.15,-4.78,-5.46,-6.23,-7.05,-7.98,-9,-10.14,-11.27,-12.46,-13.66,-14.83,-16.04,-17.23,-18.39,-19.56,-20.69,-21.77,-22.84,-23.86,-24.8,-25.7,-26.54,-27.29,-27.97,-28.57,-29.06,-29.46,-29.76,-29.94,-30,-29.89,-29.57,-29.06,-28.42,-27.66,-26.83,-25.95,-25.05,-24.17,-23.34,-22.58,-21.94,-21.43,-21.11,-21,-21.18,-21.66,-22.39,-23.29,-24.3,-25.37,-26.42,-27.4,-28.26,-28.99,-29.54,-29.88,-30,-29.87,-29.52,-28.96,-28.25,-27.4,-26.47,-25.5,-24.5,-23.53,-22.6,-21.75,-21.04,-20.48,-20.13,-20,-20.04,-20.16,-20.34,-20.6,-20.91,-21.26,-21.67,-22.11,-22.59,-23.1,-23.62,-24.17,-24.72,-25.28,-25.83,-26.38,-26.9,-27.41,-27.89,-28.33,-28.74,-29.09,-29.4,-29.66,-29.84,-29.96,-30,-23.21,-12.33,-2.18,5.14,8,6.31,3.53,1.62,1,1,1,1,1,0.97,0.9,0.79,0.65,0.48,0.29,0.1,-0.1,-0.29,-0.48,-0.65,-0.79,-0.9,-0.97,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 +PARAM_ANGLE_Z=0,0.004,0.013,0.021,0.026,0.024,0.01,-0.02,-0.06,-0.13,-0.22,-0.33,-0.48,-0.65,-0.86,-1.11,-1.4,-1.73,-2.1,-2.52,-3,-3.61,-4.33,-5.2,-6.18,-7.22,-8.37,-9.59,-10.83,-12.13,-13.46,-14.76,-16.08,-17.38,-18.62,-19.84,-20.98,-22.03,-23,-23.86,-24.58,-25.18,-25.63,-25.9,-26,-25.97,-25.9,-25.79,-25.65,-25.48,-25.29,-25.1,-24.9,-24.71,-24.52,-24.35,-24.21,-24.1,-24.03,-24,-24.04,-24.15,-24.31,-24.51,-24.73,-24.97,-25.2,-25.42,-25.61,-25.78,-25.9,-25.97,-26,-25.97,-25.9,-25.79,-25.65,-25.48,-25.29,-25.1,-24.9,-24.71,-24.52,-24.35,-24.21,-24.1,-24.03,-24,-24.008,-24.03,-24.07,-24.12,-24.18,-24.25,-24.33,-24.42,-24.52,-24.62,-24.72,-24.83,-24.94,-25.06,-25.17,-25.28,-25.38,-25.48,-25.58,-25.67,-25.75,-25.82,-25.88,-25.93,-25.97,-25.99,-26,-26,-26,-26,-26,-26,-26,-26,-26,-26,-26,-26,-26,-26,-25.67,-24.75,-23.29,-21.44,-19.24,-16.83,-14.29,-11.71,-9.17,-6.76,-4.56,-2.71,-1.25,-0.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +PARAM_EYE_L_OPEN=1,0.998,0.991,0.981,0.968,0.953,0.935,0.917,0.898,0.878,0.857,0.838,0.819,0.801,0.784,0.769,0.756,0.745,0.737,0.732,0.73,0.734,0.744,0.758,0.774,0.791,0.807,0.821,0.831,0.838,0.84,0.824,0.78,0.72,0.65,0.56,0.48,0.39,0.3,0.22,0.15,0.09,0.04,0.01,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.14,0.36,0.56,0.71,0.77,0.77,0.77,0.77,0.77,0.78,0.8,0.82,0.84,0.86,0.883,0.901,0.918,0.933,0.947,0.958,0.968,0.977,0.984,0.99,0.995,0.998,0.999,1,0.74,0.26,0,0.24,0.64,0.91,1,0.74,0.26,0,0.26,0.74,1,1,1,1,1,1,1,1,1,1 +PARAM_EYE_R_OPEN=1,0.998,0.991,0.982,0.969,0.954,0.938,0.92,0.901,0.882,0.863,0.844,0.825,0.808,0.792,0.777,0.765,0.754,0.747,0.742,0.74,0.743,0.752,0.765,0.78,0.796,0.81,0.823,0.832,0.838,0.84,0.824,0.78,0.72,0.65,0.56,0.48,0.39,0.3,0.22,0.15,0.09,0.04,0.01,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.14,0.36,0.56,0.71,0.77,0.77,0.77,0.77,0.77,0.78,0.8,0.82,0.84,0.86,0.883,0.901,0.918,0.933,0.947,0.958,0.968,0.977,0.984,0.99,0.995,0.998,0.999,1,0.74,0.26,0,0.24,0.64,0.91,1,0.74,0.26,0,0.26,0.74,1,1,1,1,1,1,1,1,1,1 +PARAM_EYE_BALL_X=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,0,0,0,0,0,0,0,0,0,0,0.16,0.42,0.59,0.65,0.642,0.62,0.58,0.54,0.48,0.42,0.36,0.3,0.24,0.18,0.12,0.08,0.04,0.02,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.009,0.007,0.006,0.004,0.003,0.001,0,0 +PARAM_EYE_BALL_Y=0,-0.002,-0.009,-0.02,-0.034,-0.051,-0.071,-0.09,-0.12,-0.14,-0.17,-0.2,-0.23,-0.26,-0.29,-0.32,-0.35,-0.38,-0.4,-0.43,-0.46,-0.49,-0.508,-0.522,-0.532,-0.537,-0.54,-0.541,-0.54,-0.54,-0.54,-0.54,-0.54,-0.54,-0.54,-0.54,-0.54,-0.538,-0.536,-0.533,-0.529,-0.524,-0.517,-0.509,-0.5,-0.484,-0.46,-0.43,-0.39,-0.35,-0.3,-0.25,-0.21,-0.16,-0.12,-0.08,-0.05,-0.02,-0.006,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.06,0.16,0.23,0.25,0.247,0.238,0.224,0.206,0.18,0.16,0.14,0.11,0.09,0.07,0.04,0.026,0.012,0.003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +PARAM_MOUTH_FORM=0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.009,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.008,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.007,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.006,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.005,0,0,0,0,0,0,0.004,0,0,0,0,0,0,0,0.003,0,0,0,0,0,0,0,0,0.002,0,0,0,0,0,0,0,0,0,0.001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.002,0.005,0.007,0.009,0.01,0.01,0.01,0.01,0.01,0.009,0.01,0.008,0.007,0.01,0.006,0.01,0.004,0.004,0,0.003,0,0.002,0,0.001,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 +PARAM_MOUTH_OPEN_Y=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.91,0.77,0.63,0.54,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.63,0.87,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +PARAM_CHEEK=0 +PARAM_ARMR_ANGLE_Z=0 +PARAM_ARML_ANGLE_Z=0 +PARAM_BODY_ANGLE_X=0 +PARAM_BODY_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.021,0.08,0.17,0.3,0.45,0.63,0.82,1.04,1.27,1.51,1.75,2,2.25,2.49,2.73,2.96,3.18,3.38,3.55,3.7,3.83,3.92,3.98,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3.95,3.81,3.58,3.3,2.96,2.59,2.2,1.8,1.41,1.04,0.7,0.42,0.19,0.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +VISIBLE:ROUGH=1 +VISIBLE:PARTS_01_FACE_001=1 +VISIBLE:PARTS_01_EYE_001=1 +VISIBLE:PARTS_01_EYE_BALL_001=1 +VISIBLE:PARTS_01_BROW_001=1 +VISIBLE:PARTS_01_MOUTH_001=1 +VISIBLE:PARTS_01_NOSE_001=1 +VISIBLE:PARTS_01_EAR_001=1 +VISIBLE:PARTS_01_HAIR_FRONT_001=1 +VISIBLE:PARTS_01_HAIR_SIDE_001=1 +VISIBLE:PARTS_01_HAIR_BACK_001=1 +VISIBLE:PARTS_01_NECK=1 +VISIBLE:PARTS_01_BODY=1 +VISIBLE:PARTS_01_BACKGROUND=1 +VISIBLE:PARTS_01_SKETCH=0 \ No newline at end of file diff --git a/2233/model/33/33.v2.idle-03.mtn b/2233/model/33/33.v2.idle-03.mtn new file mode 100644 index 0000000..a956da3 --- /dev/null +++ b/2233/model/33/33.v2.idle-03.mtn @@ -0,0 +1,25 @@ +# Live2D Animator Motion Data +$fps=30 + +$fadein=0 + +$fadeout=0 + +PARAM_ANGLE_X=0,-0.05,-0.2,-0.43,-0.72,-1.09,-1.49,-1.94,-2.41,-2.91,-3.42,-3.94,-4.45,-4.95,-5.45,-5.91,-6.34,-6.74,-7.1,-7.41,-7.66,-7.84,-7.96,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-7.72,-6.99,-5.92,-4.65,-3.35,-2.08,-1.01,-0.28,0 +PARAM_ANGLE_Y=1,0.8,0.23,-0.67,-1.81,-3.21,-4.78,-6.5,-8.34,-10.28,-12.24,-14.25,-16.24,-18.19,-20.11,-21.9,-23.58,-25.12,-26.5,-27.7,-28.67,-29.39,-29.84,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-29.91,-29.66,-29.27,-28.77,-28.18,-27.53,-26.85,-26.15,-25.47,-24.82,-24.23,-23.73,-23.34,-23.09,-23,-23.14,-23.51,-24.09,-24.82,-25.63,-26.5,-27.37,-28.18,-28.91,-29.49,-29.86,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-28.93,-26.07,-21.94,-17.03,-11.97,-7.06,-2.93,-0.07,1 +PARAM_ANGLE_Z=0,0.17,0.67,1.45,2.44,3.67,5.03,6.54,8.14,9.82,11.53,13.28,15.02,16.72,18.38,19.94,21.41,22.75,23.96,24.99,25.84,26.47,26.86,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,26.07,23.58,19.98,15.71,11.29,7.02,3.42,0.93,0 +PARAM_EYE_L_OPEN=1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0.016,0.06,0.12,0.21,0.3,0.4,0.49,0.58,0.67,0.73,0.77,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.797,0.817,0.84,0.88,0.91,0.95,0.97,0.993,1 +PARAM_EYE_R_OPEN=1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0.016,0.06,0.12,0.21,0.3,0.4,0.49,0.58,0.67,0.73,0.77,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.797,0.817,0.84,0.88,0.91,0.95,0.97,0.993,1 +PARAM_EYE_BALL_X=0,0.006,0.025,0.05,0.09,0.14,0.19,0.24,0.3,0.36,0.43,0.49,0.56,0.62,0.68,0.74,0.79,0.84,0.89,0.93,0.96,0.98,0.995,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0 +PARAM_EYE_BALL_Y=-0.04,-0.046,-0.064,-0.09,-0.13,-0.17,-0.22,-0.27,-0.33,-0.39,-0.45,-0.51,-0.57,-0.63,-0.69,-0.75,-0.8,-0.85,-0.89,-0.93,-0.96,-0.98,-0.995,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.29,-0.16,-0.07,-0.04 +PARAM_MOUTH_FORM=0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.009,0.01,0.007,0.006,0.005,0.005,0.004,0.003,0.002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.001,0,0.002,0,0.003,0,0.004,0,0.006,0.006,0.01,0.007,0.01,0.008,0.01,0.009,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01 +PARAM_MOUTH_OPEN_Y=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.01,0.04,0.08,0.12,0.18,0.24,0.3,0.36,0.4,0.44,0.47,0.48,0.478,0.471,0.459,0.445,0.426,0.41,0.38,0.36,0.33,0.3,0.27,0.24,0.21,0.19,0.16,0.13,0.11,0.08,0.06,0.045,0.029,0.017,0.008,0.002,0,0,0,0,0,0,0,0,0,0 +PARAM_CHEEK=0 +PARAM_ARMR_ANGLE_Z=0,0.002,0.007,0.015,0.024,0.037,0.05,0.065,0.081,0.098,0.115,0.133,0.15,0.167,0.184,0.199,0.214,0.228,0.24,0.25,0.258,0.265,0.269,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.261,0.24,0.2,0.16,0.11,0.07,0.03,0.01,0 +PARAM_ARML_ANGLE_Z=0,0.002,0.007,0.015,0.024,0.037,0.05,0.065,0.081,0.098,0.115,0.133,0.15,0.167,0.184,0.199,0.214,0.228,0.24,0.25,0.258,0.265,0.269,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.261,0.24,0.2,0.16,0.11,0.07,0.03,0.01,0 +PARAM_BODY_ANGLE_X=0 +PARAM_BODY_ANGLE_Z=0 +PARAM_BODY2_ANGLE_Z=0 +PARAM_BREATH=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.013,0.05,0.1,0.18,0.26,0.35,0.45,0.55,0.65,0.74,0.82,0.9,0.95,0.99,1,0.98,0.93,0.84,0.74,0.62,0.5,0.38,0.26,0.16,0.07,0.02,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 +PARAM_DM_Z=0,0,0,0,0,0,0,0,0,0,0,0,0.004,0.016,0.034,0.06,0.09,0.13,0.17,0.21,0.26,0.31,0.36,0.42,0.47,0.53,0.58,0.64,0.69,0.74,0.79,0.83,0.87,0.91,0.94,0.97,0.984,0.996,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.93,0.79,0.62,0.43,0.27,0.13,0.03,0 +PARAM_tanqi=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.003,0.01,0.019,0.033,0.053,0.08,0.11,0.15,0.2,0.24,0.29,0.34,0.39,0.44,0.48,0.53,0.58,0.62,0.66,0.71,0.75,0.78,0.82,0.85,0.88,0.91,0.93,0.95,0.969,0.982,0.992,0.998,1,1,1,1,1,1,1,1,1,1 \ No newline at end of file diff --git a/2233/model/33/33.v2.moc b/2233/model/33/33.v2.moc new file mode 100644 index 0000000..ca9bf46 Binary files /dev/null and b/2233/model/33/33.v2.moc differ diff --git a/2233/model/33/33.v2.thanking.mtn b/2233/model/33/33.v2.thanking.mtn new file mode 100644 index 0000000..e3c2465 --- /dev/null +++ b/2233/model/33/33.v2.thanking.mtn @@ -0,0 +1,38 @@ +# Live2D Animator Motion Data +$fps=30 + +$fadein=0 + +$fadeout=0 + +PARAM_ANGLE_X=0,-0.11,-0.45,-1,-1.73,-2.66,-3.75,-4.99,-6.37,-7.89,-9.51,-11.27,-13.09,-15.02,-16.98,-19,-21.09,-22.88,-24.42,-25.74,-26.83,-27.73,-28.44,-28.98,-29.39,-29.68,-29.87,-29.97,-30,-29.54,-28.23,-26.2,-23.49,-20.29,-16.65,-12.67,-8.51,-4.2,0.17,4.44,8.51,12.39,15.94,19.16,21.91,24.15,25.88,27,27.89,28.58,29.11,29.5,29.77,29.95,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,28.97,26.2,22.2,17.45,12.55,7.8,3.8,1.03,0 +PARAM_ANGLE_Y=-1,-0.7,0.16,1.5,3.21,5.24,7.46,9.81,12.19,14.54,16.76,18.79,20.5,21.84,22.7,23,21.94,19.1,14.83,9.49,3.57,-2.72,-8.9,-14.67,-19.78,-24.07,-27.3,-29.31,-30,-29.91,-29.66,-29.26,-28.74,-28.13,-27.44,-26.68,-25.9,-25.1,-24.3,-23.53,-22.8,-22.12,-21.52,-21,-20.57,-20.26,-20.07,-20,-20.2,-20.74,-21.54,-22.55,-23.67,-24.85,-26.02,-27.11,-28.07,-28.88,-29.49,-29.87,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-29,-26.33,-22.46,-17.87,-13.13,-8.54,-4.67,-2,-1 +PARAM_ANGLE_Z=0,-0.04,-0.16,-0.37,-0.68,-1.11,-1.64,-2.29,-3.08,-4.01,-5.08,-6.33,-7.72,-9.31,-11.06,-13,-15.21,-17.32,-19.34,-21.27,-23.02,-24.63,-26.04,-27.24,-28.23,-29.01,-29.56,-29.89,-30,-29.46,-27.93,-25.59,-22.46,-18.78,-14.63,-10.1,-5.42,-0.62,4.21,8.85,13.21,17.28,20.89,24.03,26.56,28.43,29.6,30,28.98,26.25,22.14,17,11.3,5.25,-0.7,-6.25,-11.17,-15.3,-18.4,-20.34,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-20.28,-18.34,-15.54,-12.22,-8.78,-5.46,-2.66,-0.72,0 +PARAM_EYE_L_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.98,0.93,0.85,0.75,0.63,0.51,0.4,0.29,0.19,0.11,0.05,0.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.02,0.07,0.15,0.25,0.37,0.49,0.6,0.71,0.81,0.89,0.95,0.99,1,1,1,1,1,1,0.82,0.54,0.27,0.08,0,0,0.24,0.64,0.91,1,0.82,0.54,0.27,0.08,0,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0,0.22,0.61,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.61,0.22,0,0.26,0.74,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +PARAM_EYE_R_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.98,0.93,0.85,0.75,0.63,0.51,0.4,0.29,0.19,0.11,0.05,0.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.02,0.07,0.15,0.25,0.37,0.49,0.6,0.71,0.81,0.89,0.95,0.99,1,1,1,1,1,1,0.82,0.54,0.27,0.08,0,0,0.24,0.64,0.91,1,0.82,0.54,0.27,0.08,0,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0,0.22,0.61,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.61,0.22,0,0.26,0.74,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +PARAM_EYE_BALL_X=0.01,0.018,0.04,0.08,0.12,0.17,0.23,0.29,0.36,0.42,0.48,0.53,0.57,0.61,0.63,0.64,0.627,0.59,0.54,0.48,0.41,0.33,0.25,0.19,0.12,0.07,0.03,0.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.01,-0.04,-0.08,-0.13,-0.19,-0.25,-0.31,-0.37,-0.42,-0.46,-0.49,-0.513,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.12,0.6,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.6,-0.12,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.502,-0.45,-0.38,-0.3,-0.21,-0.13,-0.06,-0.01,0.01 +PARAM_EYE_BALL_Y=0.08,0.066,0.03,-0.03,-0.11,-0.2,-0.3,-0.41,-0.51,-0.62,-0.72,-0.81,-0.89,-0.95,-0.99,-1,-0.981,-0.93,-0.85,-0.76,-0.65,-0.53,-0.42,-0.32,-0.23,-0.15,-0.09,-0.05,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.03,0,0.04,0.09,0.14,0.2,0.26,0.32,0.36,0.4,0.43,0.453,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.22,-0.22,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.22,0.22,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.447,0.41,0.36,0.3,0.24,0.18,0.13,0.09,0.08 +PARAM_MOUTH_FORM=0.01,0.01,0.013,0.017,0.023,0.03,0.038,0.047,0.058,0.07,0.083,0.098,0.113,0.129,0.147,0.165,0.184,0.203,0.224,0.24,0.27,0.29,0.31,0.33,0.36,0.38,0.41,0.43,0.46,0.48,0.51,0.53,0.55,0.58,0.6,0.63,0.65,0.68,0.7,0.72,0.74,0.77,0.79,0.807,0.826,0.845,0.863,0.881,0.897,0.912,0.927,0.94,0.952,0.963,0.972,0.98,0.987,0.993,0.997,0.999,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.87,0.74,0.59,0.42,0.27,0.14,0.04,0.01 +PARAM_MOUTH_OPEN_Y=1 +PARAM_CHEEK=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.001,0.006,0.013,0.022,0.034,0.049,0.065,0.084,0.1,0.13,0.15,0.18,0.2,0.23,0.26,0.29,0.32,0.35,0.38,0.42,0.45,0.48,0.52,0.55,0.58,0.62,0.65,0.68,0.71,0.74,0.77,0.8,0.82,0.85,0.87,0.9,0.92,0.935,0.951,0.966,0.978,0.987,0.994,0.999,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0 +PARAM_ARMR_ANGLE_Z=0,-0.002,-0.009,-0.019,-0.032,-0.047,-0.063,-0.081,-0.099,-0.117,-0.133,-0.148,-0.161,-0.171,-0.178,-0.18,-0.16,-0.09,0,0.12,0.25,0.39,0.53,0.66,0.77,0.87,0.94,0.98,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.999,1,1,1,1,0.998,1,1,0.997,1,1,0.996,1,0.995,0.99,0.994,0.99,0.993,0.99,0.992,0.99,0.991,0.99,0.99,0.989,0.99,0.988,0.987,0.99,0.985,0.985,0.984,0.98,0.982,0.982,0.981,0.98,0.979,0.978,0.98,0.976,0.975,0.974,0.973,0.972,0.971,0.97,0.969,0.968,0.967,0.965,0.964,0.963,0.962,0.96,0.959,0.958,0.957,0.955,0.954,0.952,0.951,0.95,0.948,0.947,0.945,0.944,0.942,0.941,0.939,0.937,0.936,0.934,0.932,0.931,0.929,0.927,0.925,0.924,0.922,0.92,0.918,0.916,0.914,0.912,0.91,0.908,0.906,0.904,0.902,0.9,0.898,0.896,0.894,0.891,0.889,0.887,0.885,0.882,0.88,0.85,0.77,0.65,0.51,0.37,0.23,0.11,0.03,0 +PARAM_ARML_ANGLE_Z=0.01,0.008,0.001,-0.01,-0.023,-0.039,-0.057,-0.076,-0.094,-0.113,-0.131,-0.147,-0.16,-0.171,-0.178,-0.18,-0.16,-0.09,0,0.12,0.25,0.39,0.53,0.66,0.77,0.87,0.94,0.98,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.999,1,1,1,1,0.998,1,1,0.997,1,1,0.996,1,0.995,0.99,0.994,0.99,0.993,0.99,0.992,0.99,0.991,0.99,0.99,0.989,0.99,0.988,0.987,0.99,0.985,0.985,0.984,0.98,0.982,0.982,0.981,0.98,0.979,0.978,0.98,0.976,0.975,0.974,0.973,0.972,0.971,0.97,0.969,0.968,0.967,0.965,0.964,0.963,0.962,0.96,0.959,0.958,0.957,0.955,0.954,0.952,0.951,0.95,0.948,0.947,0.945,0.944,0.942,0.941,0.939,0.937,0.936,0.934,0.932,0.931,0.929,0.927,0.925,0.924,0.922,0.92,0.918,0.916,0.914,0.912,0.91,0.908,0.906,0.904,0.902,0.9,0.898,0.896,0.894,0.891,0.889,0.887,0.885,0.882,0.88,0.85,0.77,0.65,0.51,0.37,0.23,0.11,0.03,0 +PARAM_BODY_ANGLE_X=0,0.03,0.1,0.21,0.35,0.52,0.71,0.9,1.1,1.29,1.48,1.65,1.79,1.9,1.97,2,1.84,1.41,0.77,-0.04,-0.93,-1.88,-2.82,-3.69,-4.46,-5.11,-5.59,-5.9,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-5.9,-5.63,-5.23,-4.73,-4.17,-3.57,-2.99,-2.45,-1.96,-1.56,-1.25,-1.07,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-0.97,-0.87,-0.74,-0.58,-0.42,-0.26,-0.13,-0.03,0 +PARAM_BODY_ANGLE_Z=0,0.04,0.14,0.31,0.53,0.78,1.06,1.35,1.65,1.94,2.22,2.47,2.69,2.86,2.96,3,2.84,2.41,1.77,0.96,0.07,-0.88,-1.82,-2.69,-3.46,-4.11,-4.59,-4.9,-5,-4.91,-4.66,-4.26,-3.74,-3.13,-2.44,-1.68,-0.9,-0.1,0.7,1.47,2.2,2.88,3.48,4,4.43,4.74,4.93,5,4.98,4.93,4.85,4.75,4.63,4.51,4.4,4.29,4.19,4.11,4.05,4.01,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3.86,3.49,2.96,2.33,1.67,1.04,0.51,0.14,0 +PARAM_BODY2_ANGLE_Z=0,0.04,0.14,0.31,0.53,0.78,1.06,1.35,1.65,1.94,2.22,2.47,2.69,2.86,2.96,3,2.82,2.34,1.61,0.71,-0.3,-1.37,-2.42,-3.4,-4.26,-4.99,-5.54,-5.88,-6,-5.86,-5.45,-4.82,-3.99,-3.01,-1.9,-0.69,0.55,1.84,3.12,4.36,5.52,6.61,7.57,8.41,9.08,9.58,9.89,10,10,10,9.998,9.997,9.996,9.994,9.992,9.989,9.986,9.983,9.979,9.975,9.971,9.966,9.961,9.955,9.95,9.943,9.937,9.93,9.923,9.915,9.907,9.899,9.89,9.881,9.871,9.861,9.851,9.84,9.829,9.818,9.806,9.794,9.781,9.768,9.755,9.741,9.727,9.712,9.697,9.682,9.666,9.65,9.634,9.617,9.6,9.582,9.564,9.545,9.526,9.507,9.487,9.47,9.446,9.43,9.4,9.38,9.36,9.34,9.31,9.29,9.27,9.24,9.22,9.19,9.17,9.14,9.11,9.09,9.06,9.03,9,8.97,8.95,8.92,8.89,8.85,8.82,8.79,8.76,8.73,8.7,8.66,8.63,8.59,8.56,8.53,8.49,8.45,8.42,8.38,8.34,8.31,8.27,8.23,8.19,8.15,8.11,8.07,8.03,7.99,7.94,7.9,7.86,7.81,7.77,7.73,7.68,7.64,7.59,7.54,7.5,7.45,7.4,7.35,7.3,7.25,7.2,7.15,7.1,7.05,7,6.72,6.05,5.11,4.01,2.88,1.79,0.87,0.24,0 +PARAM_DM_Z=0,0,0.001,0.002,0.004,0.006,0.009,0.012,0.016,0.02,0.024,0.029,0.034,0.04,0.046,0.053,0.059,0.066,0.074,0.082,0.09,0.099,0.107,0.117,0.126,0.136,0.146,0.156,0.167,0.177,0.188,0.2,0.211,0.223,0.234,0.247,0.259,0.271,0.284,0.296,0.309,0.322,0.335,0.349,0.362,0.375,0.389,0.402,0.416,0.43,0.443,0.457,0.471,0.484,0.498,0.512,0.526,0.54,0.553,0.567,0.581,0.594,0.608,0.621,0.635,0.648,0.661,0.674,0.687,0.7,0.712,0.725,0.737,0.749,0.761,0.773,0.785,0.796,0.807,0.818,0.829,0.839,0.85,0.86,0.869,0.879,0.888,0.897,0.905,0.914,0.922,0.929,0.936,0.943,0.95,0.956,0.962,0.967,0.972,0.977,0.981,0.985,0.989,0.992,0.994,0.996,0.998,0.999,1,1,0.995,0.982,0.96,0.93,0.9,0.86,0.81,0.75,0.7,0.64,0.57,0.5,0.43,0.36,0.28,0.21,0.13,0.05,-0.03,-0.11,-0.19,-0.26,-0.34,-0.41,-0.48,-0.55,-0.61,-0.67,-0.73,-0.78,-0.83,-0.87,-0.91,-0.94,-0.97,-0.985,-0.996,-1,-0.997,-0.987,-0.972,-0.95,-0.93,-0.9,-0.87,-0.83,-0.79,-0.75,-0.71,-0.66,-0.62,-0.57,-0.52,-0.48,-0.43,-0.38,-0.34,-0.3,-0.25,-0.21,-0.18,-0.14,-0.11,-0.08,-0.05,-0.03,-0.013,-0.001,0.007,0.01 +VISIBLE:ROUGH=1 +VISIBLE:PARTS_01_FACE_001=1 +VISIBLE:PARTS_01_EYE_001=1 +VISIBLE:PARTS_01_EYE_BALL_001=1 +VISIBLE:PARTS_01_BROW_001=1 +VISIBLE:PARTS_01_MOUTH_001=1 +VISIBLE:PARTS_01_NOSE_001=1 +VISIBLE:PARTS_01_EAR_001=1 +VISIBLE:PARTS_01_HAIR_FRONT_001=1 +VISIBLE:PARTS_01_HAIR_SIDE_001=1 +VISIBLE:PARTS_01_HAIR_BACK_001=1 +VISIBLE:PARTS_01_NECK=1 +VISIBLE:PARTS_01_BODY=1 +VISIBLE:PARTS_01_BACKGROUND=1 +VISIBLE:PARTS_01_SKETCH=0 \ No newline at end of file diff --git a/2233/model/33/33.v2.touch.mtn b/2233/model/33/33.v2.touch.mtn new file mode 100644 index 0000000..0cef95d --- /dev/null +++ b/2233/model/33/33.v2.touch.mtn @@ -0,0 +1,44 @@ +# Live2D Animator Motion Data +$fps=30 + +$fadein=0 + +$fadeout=0 + +PARAM_ANGLE_X=0,-1.03,-3.74,-7.65,-12.12,-16.75,-21.08,-24.77,-27.6,-29.37,-30,-29.993,-29.94,-29.8,-29.52,-29.08,-28.46,-27.65,-26.63,-25.43,-24,-21.58,-18.58,-15.19,-11.79,-8.52,-5.62,-3.24,-1.47,-0.38,0 +PARAM_ANGLE_Y=0,-1.03,-3.74,-7.65,-12.12,-16.75,-21.08,-24.77,-27.6,-29.37,-30,-29.9,-29.59,-29.03,-28.22,-27.13,-25.79,-24.19,-22.36,-20.31,-18,-14.86,-11.92,-9.17,-6.76,-4.67,-2.96,-1.65,-0.73,-0.18,0 +PARAM_ANGLE_Z=0,-0.16,-0.62,-1.36,-2.33,-3.5,-4.82,-6.25,-7.77,-9.35,-11,-13.05,-14.77,-16.22,-17.38,-18.29,-18.97,-19.46,-19.77,-19.95,-20,-19.31,-17.51,-14.9,-11.92,-8.83,-5.95,-3.48,-1.6,-0.42,0 +PARAM_EYE_L_OPEN=1,0.992,0.97,0.94,0.9,0.87,0.83,0.8,0.78,0.765,0.76,0.762,0.769,0.779,0.792,0.807,0.824,0.842,0.861,0.88,0.9,0.92,0.944,0.96,0.973,0.983,0.99,0.995,0.998,0.999,1 +PARAM_EYE_R_OPEN=1,0.992,0.97,0.94,0.9,0.87,0.83,0.8,0.78,0.765,0.76,0.762,0.769,0.779,0.792,0.807,0.824,0.842,0.861,0.88,0.9,0.92,0.944,0.96,0.973,0.983,0.99,0.995,0.998,0.999,1 +PARAM_EYE_BALL_X=0,0.016,0.06,0.12,0.19,0.26,0.34,0.4,0.46,0.5,0.53,0.55,0.572,0.584,0.593,0.597,0.6,0.601,0.6,0.6,0.6,0.58,0.53,0.45,0.36,0.26,0.18,0.1,0.05,0.01,0 +PARAM_EYE_BALL_Y=0,0.002,0.01,0.022,0.04,0.06,0.09,0.12,0.16,0.2,0.25,0.31,0.37,0.42,0.46,0.5,0.53,0.55,0.568,0.577,0.58,0.56,0.51,0.43,0.35,0.26,0.17,0.1,0.05,0.01,0 +PARAM_BROW_L_Y=0,-0.03,-0.1,-0.2,-0.31,-0.43,-0.54,-0.64,-0.71,-0.75,-0.77,-0.763,-0.744,-0.72,-0.68,-0.63,-0.59,-0.53,-0.48,-0.42,-0.36,-0.31,-0.25,-0.2,-0.15,-0.11,-0.07,-0.04,-0.02,-0.005,0 +PARAM_BROW_R_Y=0,-0.03,-0.1,-0.2,-0.32,-0.45,-0.56,-0.66,-0.74,-0.78,-0.8,-0.793,-0.773,-0.74,-0.71,-0.66,-0.61,-0.55,-0.5,-0.44,-0.38,-0.32,-0.26,-0.21,-0.16,-0.11,-0.08,-0.04,-0.02,-0.005,0 +PARAM_BROW_L_FORM=0,-0.03,-0.12,-0.25,-0.4,-0.56,-0.7,-0.83,-0.92,-0.98,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.3,-0.17,-0.08,-0.02,0 +PARAM_BROW_R_FORM=0,-0.03,-0.12,-0.25,-0.4,-0.56,-0.7,-0.83,-0.92,-0.98,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.3,-0.17,-0.08,-0.02,0 +PARAM_MOUTH_FORM=0 +PARAM_MOUTH_OPEN_Y=0,0.004,0.017,0.037,0.06,0.09,0.12,0.16,0.2,0.24,0.27,0.31,0.35,0.38,0.42,0.45,0.47,0.49,0.507,0.517,0.52,0.502,0.46,0.39,0.31,0.23,0.15,0.09,0.04,0.01,0 +PARAM_CHEEK=0 +PARAM_ARMR_ANGLE_Z=0,-0.001,-0.006,-0.014,-0.026,-0.043,-0.063,-0.09,-0.11,-0.15,-0.18,-0.23,-0.27,-0.31,-0.35,-0.38,-0.41,-0.425,-0.439,-0.447,-0.45,-0.435,-0.39,-0.34,-0.27,-0.2,-0.13,-0.08,-0.04,-0.01,0 +PARAM_ARML_ANGLE_Z=0,-0.003,-0.01,-0.022,-0.038,-0.057,-0.08,-0.1,-0.13,-0.15,-0.18,-0.21,-0.24,-0.27,-0.286,-0.301,-0.313,-0.321,-0.326,-0.329,-0.33,-0.319,-0.29,-0.25,-0.2,-0.15,-0.1,-0.06,-0.03,-0.007,0 +PARAM_BODY_ANGLE_X=0,-0.09,-0.33,-0.7,-1.19,-1.75,-2.4,-3.08,-3.79,-4.53,-5.28,-6,-6.71,-7.39,-8,-8.57,-9.05,-9.45,-9.74,-9.93,-10,-9.66,-8.75,-7.45,-5.96,-4.42,-2.97,-1.74,-0.8,-0.21,0 +PARAM_BODY_ANGLE_Z=0,0.009,0.03,0.07,0.12,0.18,0.24,0.31,0.38,0.45,0.53,0.6,0.67,0.74,0.8,0.86,0.91,0.94,0.97,0.993,1,0.97,0.88,0.75,0.6,0.44,0.3,0.17,0.08,0.02,0 +PARAM_BODY2_ANGLE_Z=0,0.017,0.07,0.14,0.24,0.35,0.48,0.62,0.76,0.91,1.06,1.2,1.34,1.48,1.6,1.71,1.81,1.89,1.95,1.99,2,1.93,1.75,1.49,1.19,0.88,0.59,0.35,0.16,0.04,0 +PARAM_BODY3_ANGLE_Z=0,-0.05,-0.2,-0.42,-0.71,-1.05,-1.44,-1.85,-2.28,-2.72,-3.17,-3.6,-4.03,-4.43,-4.8,-5.14,-5.43,-5.67,-5.85,-5.96,-6,-5.79,-5.25,-4.47,-3.58,-2.65,-1.78,-1.05,-0.48,-0.13,0 +PARAM_DM_Z=0 +VISIBLE:ROUGH=1 +VISIBLE:PARTS_01_FACE_001=1 +VISIBLE:PARTS_01_EYE_001=1 +VISIBLE:PARTS_01_EYE_BALL_001=1 +VISIBLE:PARTS_01_BROW_001=1 +VISIBLE:PARTS_01_MOUTH_001=1 +VISIBLE:PARTS_01_NOSE_001=1 +VISIBLE:PARTS_01_EAR_001=1 +VISIBLE:PARTS_01_HAIR_FRONT_001=1 +VISIBLE:PARTS_01_HAIR_SIDE_001=1 +VISIBLE:PARTS_01_HAIR_BACK_001=1 +VISIBLE:PARTS_01_NECK=1 +VISIBLE:PARTS_01_BODY=1 +VISIBLE:PARTS_01_LEGS=1 +VISIBLE:PARTS_01_BACKGROUND=1 +VISIBLE:PARTS_01_SKETCH=0 \ No newline at end of file diff --git a/2233/model/33/closet.2016.xmas/texture_01.png b/2233/model/33/closet.2016.xmas/texture_01.png new file mode 100644 index 0000000..8ea3f50 Binary files /dev/null and b/2233/model/33/closet.2016.xmas/texture_01.png differ diff --git a/2233/model/33/closet.2016.xmas/texture_02.png b/2233/model/33/closet.2016.xmas/texture_02.png new file mode 100644 index 0000000..fddeb05 Binary files /dev/null and b/2233/model/33/closet.2016.xmas/texture_02.png differ diff --git a/2233/model/33/closet.2016.xmas/texture_03_1.png b/2233/model/33/closet.2016.xmas/texture_03_1.png new file mode 100644 index 0000000..b93c927 Binary files /dev/null and b/2233/model/33/closet.2016.xmas/texture_03_1.png differ diff --git a/2233/model/33/closet.2016.xmas/texture_03_2.png b/2233/model/33/closet.2016.xmas/texture_03_2.png new file mode 100644 index 0000000..16cf04a Binary files /dev/null and b/2233/model/33/closet.2016.xmas/texture_03_2.png differ diff --git a/2233/model/33/closet.2017.cba-normal/texture_01.png b/2233/model/33/closet.2017.cba-normal/texture_01.png new file mode 100644 index 0000000..84a14f9 Binary files /dev/null and b/2233/model/33/closet.2017.cba-normal/texture_01.png differ diff --git a/2233/model/33/closet.2017.cba-normal/texture_02.png b/2233/model/33/closet.2017.cba-normal/texture_02.png new file mode 100644 index 0000000..14d4ac8 Binary files /dev/null and b/2233/model/33/closet.2017.cba-normal/texture_02.png differ diff --git a/2233/model/33/closet.2017.cba-normal/texture_03.png b/2233/model/33/closet.2017.cba-normal/texture_03.png new file mode 100644 index 0000000..478928f Binary files /dev/null and b/2233/model/33/closet.2017.cba-normal/texture_03.png differ diff --git a/2233/model/33/closet.2017.cba-super/texture_01.png b/2233/model/33/closet.2017.cba-super/texture_01.png new file mode 100644 index 0000000..0825a28 Binary files /dev/null and b/2233/model/33/closet.2017.cba-super/texture_01.png differ diff --git a/2233/model/33/closet.2017.cba-super/texture_02.png b/2233/model/33/closet.2017.cba-super/texture_02.png new file mode 100644 index 0000000..b84bdc1 Binary files /dev/null and b/2233/model/33/closet.2017.cba-super/texture_02.png differ diff --git a/2233/model/33/closet.2017.cba-super/texture_03.png b/2233/model/33/closet.2017.cba-super/texture_03.png new file mode 100644 index 0000000..478928f Binary files /dev/null and b/2233/model/33/closet.2017.cba-super/texture_03.png differ diff --git a/2233/model/33/closet.2017.newyear/texture_01.png b/2233/model/33/closet.2017.newyear/texture_01.png new file mode 100644 index 0000000..56e8544 Binary files /dev/null and b/2233/model/33/closet.2017.newyear/texture_01.png differ diff --git a/2233/model/33/closet.2017.newyear/texture_02.png b/2233/model/33/closet.2017.newyear/texture_02.png new file mode 100644 index 0000000..c63a26b Binary files /dev/null and b/2233/model/33/closet.2017.newyear/texture_02.png differ diff --git a/2233/model/33/closet.2017.newyear/texture_03.png b/2233/model/33/closet.2017.newyear/texture_03.png new file mode 100644 index 0000000..a89f261 Binary files /dev/null and b/2233/model/33/closet.2017.newyear/texture_03.png differ diff --git a/2233/model/33/closet.2017.school/texture_01.png b/2233/model/33/closet.2017.school/texture_01.png new file mode 100644 index 0000000..4c62614 Binary files /dev/null and b/2233/model/33/closet.2017.school/texture_01.png differ diff --git a/2233/model/33/closet.2017.school/texture_02.png b/2233/model/33/closet.2017.school/texture_02.png new file mode 100644 index 0000000..4c16284 Binary files /dev/null and b/2233/model/33/closet.2017.school/texture_02.png differ diff --git a/2233/model/33/closet.2017.school/texture_03.png b/2233/model/33/closet.2017.school/texture_03.png new file mode 100644 index 0000000..9cfd08f Binary files /dev/null and b/2233/model/33/closet.2017.school/texture_03.png differ diff --git a/2233/model/33/closet.2017.summer.normal/texture_01.png b/2233/model/33/closet.2017.summer.normal/texture_01.png new file mode 100644 index 0000000..1659c5c Binary files /dev/null and b/2233/model/33/closet.2017.summer.normal/texture_01.png differ diff --git a/2233/model/33/closet.2017.summer.normal/texture_02.png b/2233/model/33/closet.2017.summer.normal/texture_02.png new file mode 100644 index 0000000..ce84ef7 Binary files /dev/null and b/2233/model/33/closet.2017.summer.normal/texture_02.png differ diff --git a/2233/model/33/closet.2017.summer.normal/texture_03_1.png b/2233/model/33/closet.2017.summer.normal/texture_03_1.png new file mode 100644 index 0000000..f43ef72 Binary files /dev/null and b/2233/model/33/closet.2017.summer.normal/texture_03_1.png differ diff --git a/2233/model/33/closet.2017.summer.normal/texture_03_2.png b/2233/model/33/closet.2017.summer.normal/texture_03_2.png new file mode 100644 index 0000000..501d042 Binary files /dev/null and b/2233/model/33/closet.2017.summer.normal/texture_03_2.png differ diff --git a/2233/model/33/closet.2017.summer.super/texture_01.png b/2233/model/33/closet.2017.summer.super/texture_01.png new file mode 100644 index 0000000..d9875a8 Binary files /dev/null and b/2233/model/33/closet.2017.summer.super/texture_01.png differ diff --git a/2233/model/33/closet.2017.summer.super/texture_02.png b/2233/model/33/closet.2017.summer.super/texture_02.png new file mode 100644 index 0000000..78b4936 Binary files /dev/null and b/2233/model/33/closet.2017.summer.super/texture_02.png differ diff --git a/2233/model/33/closet.2017.summer.super/texture_03_1.png b/2233/model/33/closet.2017.summer.super/texture_03_1.png new file mode 100644 index 0000000..f43ef72 Binary files /dev/null and b/2233/model/33/closet.2017.summer.super/texture_03_1.png differ diff --git a/2233/model/33/closet.2017.summer.super/texture_03_2.png b/2233/model/33/closet.2017.summer.super/texture_03_2.png new file mode 100644 index 0000000..501d042 Binary files /dev/null and b/2233/model/33/closet.2017.summer.super/texture_03_2.png differ diff --git a/2233/model/33/closet.2017.tomo-bukatsu.high/texture_01.png b/2233/model/33/closet.2017.tomo-bukatsu.high/texture_01.png new file mode 100644 index 0000000..b75fd12 Binary files /dev/null and b/2233/model/33/closet.2017.tomo-bukatsu.high/texture_01.png differ diff --git a/2233/model/33/closet.2017.tomo-bukatsu.high/texture_02.png b/2233/model/33/closet.2017.tomo-bukatsu.high/texture_02.png new file mode 100644 index 0000000..11018fc Binary files /dev/null and b/2233/model/33/closet.2017.tomo-bukatsu.high/texture_02.png differ diff --git a/2233/model/33/closet.2017.tomo-bukatsu.high/texture_03.png b/2233/model/33/closet.2017.tomo-bukatsu.high/texture_03.png new file mode 100644 index 0000000..3545516 Binary files /dev/null and b/2233/model/33/closet.2017.tomo-bukatsu.high/texture_03.png differ diff --git a/2233/model/33/closet.2017.tomo-bukatsu.low/texture_01.png b/2233/model/33/closet.2017.tomo-bukatsu.low/texture_01.png new file mode 100644 index 0000000..ae1cc2b Binary files /dev/null and b/2233/model/33/closet.2017.tomo-bukatsu.low/texture_01.png differ diff --git a/2233/model/33/closet.2017.tomo-bukatsu.low/texture_02.png b/2233/model/33/closet.2017.tomo-bukatsu.low/texture_02.png new file mode 100644 index 0000000..72fa6b4 Binary files /dev/null and b/2233/model/33/closet.2017.tomo-bukatsu.low/texture_02.png differ diff --git a/2233/model/33/closet.2017.tomo-bukatsu.low/texture_03.png b/2233/model/33/closet.2017.tomo-bukatsu.low/texture_03.png new file mode 100644 index 0000000..ea1d751 Binary files /dev/null and b/2233/model/33/closet.2017.tomo-bukatsu.low/texture_03.png differ diff --git a/2233/model/33/closet.2017.valley/texture_01.png b/2233/model/33/closet.2017.valley/texture_01.png new file mode 100644 index 0000000..94b6840 Binary files /dev/null and b/2233/model/33/closet.2017.valley/texture_01.png differ diff --git a/2233/model/33/closet.2017.valley/texture_02.png b/2233/model/33/closet.2017.valley/texture_02.png new file mode 100644 index 0000000..02de42d Binary files /dev/null and b/2233/model/33/closet.2017.valley/texture_02.png differ diff --git a/2233/model/33/closet.2017.valley/texture_03.png b/2233/model/33/closet.2017.valley/texture_03.png new file mode 100644 index 0000000..a2e62ed Binary files /dev/null and b/2233/model/33/closet.2017.valley/texture_03.png differ diff --git a/2233/model/33/closet.2017.vdays/texture_01.png b/2233/model/33/closet.2017.vdays/texture_01.png new file mode 100644 index 0000000..e737b50 Binary files /dev/null and b/2233/model/33/closet.2017.vdays/texture_01.png differ diff --git a/2233/model/33/closet.2017.vdays/texture_02.png b/2233/model/33/closet.2017.vdays/texture_02.png new file mode 100644 index 0000000..7583b16 Binary files /dev/null and b/2233/model/33/closet.2017.vdays/texture_02.png differ diff --git a/2233/model/33/closet.2017.vdays/texture_03.png b/2233/model/33/closet.2017.vdays/texture_03.png new file mode 100644 index 0000000..3d31358 Binary files /dev/null and b/2233/model/33/closet.2017.vdays/texture_03.png differ diff --git a/2233/model/33/closet.2018.bls-summer/texture_01.png b/2233/model/33/closet.2018.bls-summer/texture_01.png new file mode 100644 index 0000000..c06d7f9 Binary files /dev/null and b/2233/model/33/closet.2018.bls-summer/texture_01.png differ diff --git a/2233/model/33/closet.2018.bls-summer/texture_02.png b/2233/model/33/closet.2018.bls-summer/texture_02.png new file mode 100644 index 0000000..0ac0433 Binary files /dev/null and b/2233/model/33/closet.2018.bls-summer/texture_02.png differ diff --git a/2233/model/33/closet.2018.bls-summer/texture_03.png b/2233/model/33/closet.2018.bls-summer/texture_03.png new file mode 100644 index 0000000..3dd880e Binary files /dev/null and b/2233/model/33/closet.2018.bls-summer/texture_03.png differ diff --git a/2233/model/33/closet.2018.bls-winter/texture_01.png b/2233/model/33/closet.2018.bls-winter/texture_01.png new file mode 100644 index 0000000..bd69f90 Binary files /dev/null and b/2233/model/33/closet.2018.bls-winter/texture_01.png differ diff --git a/2233/model/33/closet.2018.bls-winter/texture_02.png b/2233/model/33/closet.2018.bls-winter/texture_02.png new file mode 100644 index 0000000..6117c9c Binary files /dev/null and b/2233/model/33/closet.2018.bls-winter/texture_02.png differ diff --git a/2233/model/33/closet.2018.bls-winter/texture_03.png b/2233/model/33/closet.2018.bls-winter/texture_03.png new file mode 100644 index 0000000..f483119 Binary files /dev/null and b/2233/model/33/closet.2018.bls-winter/texture_03.png differ diff --git a/2233/model/33/closet.2018.lover/texture_01.png b/2233/model/33/closet.2018.lover/texture_01.png new file mode 100644 index 0000000..8ac675d Binary files /dev/null and b/2233/model/33/closet.2018.lover/texture_01.png differ diff --git a/2233/model/33/closet.2018.lover/texture_02.png b/2233/model/33/closet.2018.lover/texture_02.png new file mode 100644 index 0000000..e22504b Binary files /dev/null and b/2233/model/33/closet.2018.lover/texture_02.png differ diff --git a/2233/model/33/closet.2018.lover/texture_03.png b/2233/model/33/closet.2018.lover/texture_03.png new file mode 100644 index 0000000..50d0f2b Binary files /dev/null and b/2233/model/33/closet.2018.lover/texture_03.png differ diff --git a/2233/model/33/closet.2018.playwater/texture_01.png b/2233/model/33/closet.2018.playwater/texture_01.png new file mode 100644 index 0000000..ec76078 Binary files /dev/null and b/2233/model/33/closet.2018.playwater/texture_01.png differ diff --git a/2233/model/33/closet.2018.playwater/texture_02.png b/2233/model/33/closet.2018.playwater/texture_02.png new file mode 100644 index 0000000..7f97310 Binary files /dev/null and b/2233/model/33/closet.2018.playwater/texture_02.png differ diff --git a/2233/model/33/closet.2018.playwater/texture_03.png b/2233/model/33/closet.2018.playwater/texture_03.png new file mode 100644 index 0000000..f76e4c2 Binary files /dev/null and b/2233/model/33/closet.2018.playwater/texture_03.png differ diff --git a/2233/model/33/closet.2018.spring/texture_01.png b/2233/model/33/closet.2018.spring/texture_01.png new file mode 100644 index 0000000..606eb0f Binary files /dev/null and b/2233/model/33/closet.2018.spring/texture_01.png differ diff --git a/2233/model/33/closet.2018.spring/texture_02.png b/2233/model/33/closet.2018.spring/texture_02.png new file mode 100644 index 0000000..32c30c7 Binary files /dev/null and b/2233/model/33/closet.2018.spring/texture_02.png differ diff --git a/2233/model/33/closet.2018.spring/texture_03.png b/2233/model/33/closet.2018.spring/texture_03.png new file mode 100644 index 0000000..1f0b09a Binary files /dev/null and b/2233/model/33/closet.2018.spring/texture_03.png differ diff --git a/2233/model/33/closet.2019.bls/texture_01.png b/2233/model/33/closet.2019.bls/texture_01.png new file mode 100644 index 0000000..e2699a5 Binary files /dev/null and b/2233/model/33/closet.2019.bls/texture_01.png differ diff --git a/2233/model/33/closet.2019.bls/texture_02.png b/2233/model/33/closet.2019.bls/texture_02.png new file mode 100644 index 0000000..05d6267 Binary files /dev/null and b/2233/model/33/closet.2019.bls/texture_02.png differ diff --git a/2233/model/33/closet.2019.bls/texture_03.png b/2233/model/33/closet.2019.bls/texture_03.png new file mode 100644 index 0000000..fdfff64 Binary files /dev/null and b/2233/model/33/closet.2019.bls/texture_03.png differ diff --git a/2233/model/33/closet.2019.deluxe/texture_01.png b/2233/model/33/closet.2019.deluxe/texture_01.png new file mode 100644 index 0000000..fa11e57 Binary files /dev/null and b/2233/model/33/closet.2019.deluxe/texture_01.png differ diff --git a/2233/model/33/closet.2019.deluxe/texture_02.png b/2233/model/33/closet.2019.deluxe/texture_02.png new file mode 100644 index 0000000..e5d2d51 Binary files /dev/null and b/2233/model/33/closet.2019.deluxe/texture_02.png differ diff --git a/2233/model/33/closet.2019.deluxe/texture_03_1.png b/2233/model/33/closet.2019.deluxe/texture_03_1.png new file mode 100644 index 0000000..b2920d0 Binary files /dev/null and b/2233/model/33/closet.2019.deluxe/texture_03_1.png differ diff --git a/2233/model/33/closet.2019.deluxe/texture_03_2.png b/2233/model/33/closet.2019.deluxe/texture_03_2.png new file mode 100644 index 0000000..e7af152 Binary files /dev/null and b/2233/model/33/closet.2019.deluxe/texture_03_2.png differ diff --git a/2233/model/33/closet.2019.summer/texture_01.png b/2233/model/33/closet.2019.summer/texture_01.png new file mode 100644 index 0000000..1cf4441 Binary files /dev/null and b/2233/model/33/closet.2019.summer/texture_01.png differ diff --git a/2233/model/33/closet.2019.summer/texture_02.png b/2233/model/33/closet.2019.summer/texture_02.png new file mode 100644 index 0000000..4eb824f Binary files /dev/null and b/2233/model/33/closet.2019.summer/texture_02.png differ diff --git a/2233/model/33/closet.2019.summer/texture_03.png b/2233/model/33/closet.2019.summer/texture_03.png new file mode 100644 index 0000000..fa8d7c5 Binary files /dev/null and b/2233/model/33/closet.2019.summer/texture_03.png differ diff --git a/2233/model/33/closet.2020.newyear/texture_01.png b/2233/model/33/closet.2020.newyear/texture_01.png new file mode 100644 index 0000000..37c5e70 Binary files /dev/null and b/2233/model/33/closet.2020.newyear/texture_01.png differ diff --git a/2233/model/33/closet.2020.newyear/texture_02.png b/2233/model/33/closet.2020.newyear/texture_02.png new file mode 100644 index 0000000..46e7403 Binary files /dev/null and b/2233/model/33/closet.2020.newyear/texture_02.png differ diff --git a/2233/model/33/closet.2020.newyear/texture_03.png b/2233/model/33/closet.2020.newyear/texture_03.png new file mode 100644 index 0000000..1227827 Binary files /dev/null and b/2233/model/33/closet.2020.newyear/texture_03.png differ diff --git a/2233/model/33/closet.default.v2/texture_01.png b/2233/model/33/closet.default.v2/texture_01.png new file mode 100644 index 0000000..ee27310 Binary files /dev/null and b/2233/model/33/closet.default.v2/texture_01.png differ diff --git a/2233/model/33/closet.default.v2/texture_02.png b/2233/model/33/closet.default.v2/texture_02.png new file mode 100644 index 0000000..14fa781 Binary files /dev/null and b/2233/model/33/closet.default.v2/texture_02.png differ diff --git a/2233/model/33/closet.default.v2/texture_03.png b/2233/model/33/closet.default.v2/texture_03.png new file mode 100644 index 0000000..d488018 Binary files /dev/null and b/2233/model/33/closet.default.v2/texture_03.png differ diff --git a/2233/model/33/texture_00.png b/2233/model/33/texture_00.png new file mode 100644 index 0000000..9cee122 Binary files /dev/null and b/2233/model/33/texture_00.png differ diff --git a/2233/model/api.php b/2233/model/api.php new file mode 100644 index 0000000..31e84fc --- /dev/null +++ b/2233/model/api.php @@ -0,0 +1,117 @@ + array("texture_01.png","texture_02.png","texture_03.png"), + "2016.xmas" => array("texture_01.png","texture_02.png",array("texture_03_1.png","texture_03_2.png")), + "2017.cba-normal" => array("texture_01.png","texture_02.png","texture_03.png"), + "2017.cba-super" => array("texture_01.png","texture_02.png","texture_03.png"), + "2017.summer.super" => array("texture_01.png","texture_02.png",array("texture_03_1.png","texture_03_2.png")), + "2017.newyear" => array("texture_01.png","texture_02.png","texture_03.png"), + "2017.school" => array("texture_01.png","texture_02.png","texture_03.png"), + "2017.summer.normal" => array("texture_01.png","texture_02.png",array("texture_03_1.png","texture_03_2.png")), + "2017.tomo-bukatsu.high"=> array("texture_01.png","texture_02.png","texture_03.png"), + "2017.valley" => array("texture_01.png","texture_02.png","texture_03.png"), + "2017.vdays" => array("texture_01.png","texture_02.png","texture_03.png"), + "2017.tomo-bukatsu.low" => array("texture_01.png","texture_02.png","texture_03.png"), + "2018.bls-summer" => array("texture_01.png","texture_02.png","texture_03.png"), + "2018.bls-winter" => array("texture_01.png","texture_02.png","texture_03.png"), + "2018.lover" => array("texture_01.png","texture_02.png","texture_03.png"), + "2018.spring" => array("texture_01.png","texture_02.png","texture_03.png"), + "2019.deluxe" => array("texture_01.png","texture_02.png",array("texture_03_1.png","texture_03_2.png")), + "2019.summer" => array("texture_01.png","texture_02.png","texture_03.png"), + "2019.bls" => array("texture_01.png","texture_02.png","texture_03.png"), + "2020.newyear" => array("texture_01.png","texture_02.png","texture_03.png"), + "2018.playwater" => array("texture_01.png","texture_02.png","texture_03.png") +); +$modelname = array_keys($modellist); +$modelnum = count($modellist); +if(!$r18) $modelnum -= 1; +if(!is_numeric($id_)) $default_id !== NULL ? $id_ = $default_id : $id_ = mt_rand(1,$modelnum); +//参数转化 +$person_ == "22" || $person_ == "33" ? $person = $person_ : $person = ["22","33"][mt_rand(0,1)]; +$id = $id_ % $modelnum; +//生成配置 +$modelname = $modelname[$id]; +$live2dcfg = array( + "type" => "Live2D Model Setting", + "name" => $person."-".$modelname, + "label" => $person, + "model" => $person."/".$person.".v2.moc", + "textures" => array( + $person."/texture_00.png", + $person."/closet.".$modelname."/".getTexture($modellist,$modelname,0), + $person."/closet.".$modelname."/".getTexture($modellist,$modelname,1), + $person."/closet.".$modelname."/".getTexture($modellist,$modelname,2) + ), + "hit_areas_custom" => array( + "head_x" => array(-0.35,0.6), + "head_y" => array(0.19,-0.2), + "body_x" => array(-0.3,-0.25), + "body_y" => array(0.3,-0.9) + ), + "layout" => array( + "center_x" => -0.05, + "center_y" => 0.25, + "height" => 2.7 + ), + "motions" => array( + "idle" => array( + array( + "file" => $person."/".$person.".v2.idle-01.mtn", + "fade_in" => 2000, + "fade_out" => 2000 + ), + array( + "file" => $person."/".$person.".v2.idle-02.mtn", + "fade_in" => 2000, + "fade_out" => 2000 + ), + array( + "file" => $person."/".$person.".v2.idle-03.mtn", + "fade_in" => $person == "22" ? 100 : 2000, + "fade_out" => $person == "22" ? 100 : 2000 + ) + ), + "tap_body" => array( + array( + "file" => $person."/".$person.".v2.touch.mtn", + "fade_in" => $person == "22" ? 500 : 150, + "fade_out" => $person == "22" ? 200 : 100 + ) + ), + "thanking" => array( + array( + "file" => $person."/".$person.".v2.thanking.mtn", + "fade_in" => 2000, + "fade_out" => 2000 + ) + ) + ) +); +//输出内容 +header("Content-type: application/json"); +echo json_encode($live2dcfg); +//一些函数 +function getTexture($modellist,$modelname,$id){ + $texture = $modellist[$modelname][$id]; + if(is_array($texture)){ + return $texture[mt_rand(0,1)]; + }else{ + return $texture; + } +} +function getParam($key,$default=""){ + return trim($key && is_string($key) ? (isset($_POST[$key]) ? $_POST[$key] : (isset($_GET[$key]) ? $_GET[$key] : $default)) : $default); +} \ No newline at end of file diff --git a/footer.php b/footer.php index 5a4a279..200f7e4 100644 --- a/footer.php +++ b/footer.php @@ -103,7 +103,7 @@ - + + +
+
+
+ +
+ + + + + + + +
+
+
+ + + + + \ No newline at end of file diff --git a/inc/theme-options.php b/inc/theme-options.php index 5239055..c0e1259 100644 --- a/inc/theme-options.php +++ b/inc/theme-options.php @@ -127,6 +127,13 @@ CSF::createSection($prefix, array( 'subtitle' => __('启用/禁用静态资源加速(jsDelivr)', 'kratos'), 'default' => false, ), + array( + 'id' => 'g_l2d', + 'type' => 'switcher', + 'title' => __('Live2D 看板娘', 'kratos'), + 'subtitle' => __('启用/禁用 Live2D 看板娘', 'kratos'), + 'default' => false, + ), array( 'id' => 'g_pjax', 'type' => 'switcher',