esterTion

Results 17 comments of esterTion

我记得是写了添加记录的调用,有可能是又换了,然后就无效了 ~~(这个项目我都是半弃坑了)~~

啊?什么时候有一个pr,完全没看到过提醒 title是什么语音,开屏不同角色的标题call吗 服务器空间蛮紧张的应该不会加东西(我都不玩这游戏)

我自己改了改,解决方案可能不是很好 ABPlayer.js:678 (addEventListener progress) ``` Javascript try { var s,e,i=0; for(;ithis.buffered.start(i) && this.currentTime

It's not the same. プリコネR is just a plain video file. It is indeed spine animation for CGSS, but is much more complicated. So you find all the resource for...

后续跟进: 经过调试发现,[Il2CppDumper/Il2Cpp/Il2Cpp.cs#L55](https://github.com/Perfare/Il2CppDumper/blob/master/Il2CppDumper/Il2Cpp/Il2Cpp.cs#L55)的`limit`有误,在1.29.0时`genericMethodPointersCount`为`0x4ffeb`,已经在边界了,1.30.0时达到了`0x510c4`,触发了29.1并使codeReg前移了0x10 暂时针对这一个游戏将`0x50000`改为`0x60000`可以用,具体limit的得出不确定是不是应该查一下il2cpp源码

从`Newtonsoft.Json`换成`System.Text.Json`之后默认会转义所有的unicode,今天进去搜字符串还愣了一下 新加的配置默认缺键时为`false`不转义,这样从旧版本直接换程序升级的可以保持和旧版本行为保持一致