Elin
(Nightly) Custom Whatever Loader
Showing 21-30 of 162 entries
< 1  2  3  4  5 ... 17 >
Update: 22 Jul @ 5:09am

1.20.39a
Update mod help texts

Update: 21 Jul @ 8:28pm

1.20.39
Added workaround for Dungeon_Boss playlist
Enabled button for debug command Reload Sounds

处理了Dungeon_Boss播放列表
将debug命令 重载音频 添加至菜单

Update: 5 Jul @ 1:31pm

1.20.38a
Fixed a regression where line number was ordered first in build list

修复了一个对话文本序号问题

Update: 4 Jul @ 2:09pm

1.20.38
Added verbose exception handler for drama sheet parsing

添加了详细的剧情表解析异常处理

Update: 22 Jun @ 1:39am

1.20.37
Added OptParam.AsT cast, to simplify previous Get.AsT value parsing
Fixed a problem where BGM added were not shown in correct name but type name

添加了 OptParam.AsT 转换,代替原本的 Get.AsT
修复了播放列表乱码的问题

Update: 20 Jun @ 6:28pm

1.20.36b^^
...and add the AsBool / AsDouble to the previous change

并且补上刚才忘记的 AsBool / AsDouble 两个转化

Update: 20 Jun @ 6:23pm

1.20.36b
Simplified drama expansion OptParam Get().AsT() cast, now OptParam can be casted with AsT() directly for int and float
What's left for quest api...yeah, the map

简化了剧情拓展可选参数的 Get().AsT() 转化,现在可以直接对 OptParam 使用 int 和 float 的 AsT() 转化
任务api还剩下什么没做呢,那就是实例mod的地图。。。

Update: 20 Jun @ 3:35pm

1.20.36a
Added extra check in InvalidateAbilityPatch but dunno what mod is causing it - surrender yourself, evil mod

添加了额外的移除无效元素检定(但是不知道哪个mod在搞)

Update: 20 Jun @ 5:31am

1.20.36
Optimized inject unique logic in drama sheets
Optimized SpriteReplacerHelper.AppendSpriteSheet to allow overwrite if not identical
Added Mod Help texts

优化了 Inject/Unique 在剧情表中的添加逻辑
优化了 SpriteReplacerHelper.AppendSpriteSheet 来允许非相同情况下的覆盖
添加了Mod Help文本

Update: 20 Jun @ 2:41am

1.20.35a
Disabled previous fix for game version after 0.23.154 Nightly, because Elin has integrated this fix

之前的修复现仅在 0.23.154 Nightly 版本之前启用,Elin已在该版本集成修复