Elin
(Nightly) Custom Whatever Loader 随便加载器
正在显示第 81 - 90 项,共 198 项条目
< 1 ... 7  8  9  10  11 ... 20 >
更新于:6 月 2 日 上午 5:56
作者:DK

1.20.26
Improved SourceParseException details

添加了 SourceParseException 的更多细节

更新于:6 月 1 日 下午 8:55
作者:DK

1.20.25a
Update Mod Help texts

更新于:6 月 1 日 下午 8:54
作者:DK

1.20.25
Drama Expansion:
+ Fixed compound statements
+ Improved mod_flag logic and sound effects
Exception Profile:
+ Improved the UI hints text
+ Added color to mod assembly patch info

剧情拓展:
+ 修复了复合条件参数没有正确解析的问题
+ 优化了 mod_flag 的逻辑和音效
异常分析:
+ 优化了提示文本
+ 添加了Mod补丁程序集的颜色指示

更新于:5 月 29 日 下午 5:34
作者:DK

1.20.24c
EA 21.146 Nightly Patch 1 update

更新于:5 月 28 日 下午 11:55
作者:DK

1.20.24b
Adjusted refitted dialog choice spacing

调整了对话选项之间的间隔

更新于:5 月 28 日 下午 10:19
作者:DK

1.20.24a
Fixed Mod Help texts

更新于:5 月 28 日 下午 9:07
作者:DK

1.20.24
Fixed a bug where optional parameter might not be accounted for in drama expansion
Added Caching.Types config value for ClassCache.CreateThunk patch

修复了一处调用拓展方法时可选参数可能没被正确调整的问题
添加了 ClassCache.CreateThunk 优化的可选配置值 Caching.Types

更新于:5 月 27 日 上午 6:58
作者:DK

1.20.23
Drama Expansion[elin-modding-resources.github.io]:
+ Added if_currency(currency, valueExpression)
+ Added if_fame(valueExpression)
+ Added mod_currency(currency, valueExpression)
+ Added mod_fame(valueExpression)
+ Changed portrait_set(partial portraitId) now it supports partial portrait ID matching
Fixed a bug where SourceStat and SourceElement data might lose their qualified types from de-duplication
Added a toggle config value for RepositionTcPatch
Added support for multiline-wrap in dialog
Added extensive drama actor support for other Chara

剧情拓展[elin-modding-resources.github.io]:
+ 添加了 if_currency(currency, valueExpression)
+ 添加了 if_fame(valueExpression)
+ 添加了 mod_currency(currency, valueExpression)
+ 添加了 mod_fame(valueExpression)
+ 修改了 portrait_set(partial portraitId) 现在可以支持部分ID匹配
修复了 Condition 和 Element 数据去重时可能会丢失限定类型的问题。
添加了 Reposition TcPatch 的配置。
添加了对原版对话多行文本的支持。
添加了对剧情表中不支持的 Person 作为讲述人的支持。

更新于:5 月 25 日 下午 4:27
作者:DK

1.20.19
Drama Expansion[elin-modding-resources.github.io]:
+ Renamed add_element to mod_element.
+ Added mod_element_exp(elementAlias, valueExpression).
+ Added show_book(bookId, categoryId).
Fixed a potential bug with Zone_id importing where characters might get duplicated on certain zones.
Fixed a bug where bio override wasn't enabled since last week. Whoops.
Added a scaled TcPos adjustment to custom skin renderers to fix vanilla bug where bubble and icons would display ye high.

剧情拓展:[elin-modding-resources.github.io]
+ 将 add_element 重命名为 mod_element。
+ 添加了 mod_element_exp(elementAlias, valueExpression)。
+ 添加了 show_book(bookId, categoryId)。
修复了新 Zone_id 导入角色时可能出现复数角色的问题。
修复了人物传记覆盖功能在上周不小心禁用的问题。忘了。
应用了CWL位置调整至自定义贴图的角色上,以修复原版中气泡和图标显示浮空的问题。

更新于:5 月 24 日 下午 9:13
作者:DK

1.20.17
Drama Expansion[elin-modding-resources.github.io]:
+ Added add_element(elementAlias, optional power).
+ Added mod_keyitem(keyItemId, optional valueExpression).
+ Added if_keyitem(keyItemId, optional valueExpression).
+ Added move_next_to(charaId).
+ Added pop_text(text).
ExceptionProfile:
+ Changed internal error to exception profile pop up for better debugging.

剧情拓展:[elin-modding-resources.github.io]
+ 添加了 add_element(elementAlias, optional power).
+ 添加了 mod_keyitem(keyItemId, optional valueExpression).
+ 添加了 if_keyitem(keyItemId, optional valueExpression).
+ 添加了 move_next_to(charaId).
+ 添加了 pop_text(text).
+ 将内部错误提示更换为异常分析以便追踪mod错误.