Elin
Custom Whatever Loader
Showing 31-40 of 148 entries
< 1  2  3  4  5  6 ... 15 >
Update: 2 Jun @ 5:56am

1.20.26
Improved SourceParseException details

添加了 SourceParseException 的更多细节

Update: 1 Jun @ 8:55pm

1.20.25a
Update Mod Help texts

Update: 1 Jun @ 8:54pm

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补丁程序集的颜色指示

Update: 29 May @ 5:34pm

1.20.24c
EA 21.146 Nightly Patch 1 update

Update: 28 May @ 11:55pm

1.20.24b
Adjusted refitted dialog choice spacing

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

Update: 28 May @ 10:19pm

1.20.24a
Fixed Mod Help texts

Update: 28 May @ 9:07pm

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

Update: 27 May @ 6:58am

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 作为讲述人的支持。

Update: 25 May @ 4:27pm

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位置调整至自定义贴图的角色上,以修复原版中气泡和图标显示浮空的问题。

Update: 24 May @ 9:13pm

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错误.