Elin
CombatStatsDisplay
Showing 1-10 of 15 entries
< 1  2 >
Update: 12 Oct @ 6:25am

他のMODの表示が混ざっていて紛らわしかったサムネイルを修正

Update: 5 Oct @ 4:51am

EA23.212に対応。
・ダメージのフックの変更に対応
・int→long化対応
・ついでにHPの変化がないマナシールド系ではダメージ集計がされない仕組みだったので対応試行
 (テスト・再現が難しいのである程度割り切っています。)

Compatible with EA23.212.
・Supports damage hook changes
・Supports int→long conversion
・As a side note, since damage wasn't being tallied for mana shield-type effects that don't change HP, we're testing a fix for that.(Testing/reproduction is difficult, so we've made some compromises.)

支持EA23.212版本。
・支持伤害钩子的变更
・支持int→long转换
・顺便说明,由于魔法护盾类技能在HP未变化时不会进行伤害统计,因此进行了对应测试。
 (由于测试与复现难度较大,故采取了部分取舍方案。)

Update: 12 Sep @ 11:30pm

・メモリ周りの挙動を修正
・わずかに負荷を軽量化

・Fixed memory-related behavior
・Slightly reduced load

・修正内存相关行为
・略微减轻负载

Update: 12 Sep @ 3:35pm

・GUIの設定項目の表記をわかりやすく改善
・中国語対応
・デフォルトテンプレート調整

・Improved clarity of GUI setting labels
・Added Chinese language support
・Adjusted default templates

・优化图形用户界面设置项的显示方式,使其更易于理解
・支持中文语言
・调整默认模板

Update: 6 Sep @ 10:07am

行の表示ロジックを変更
GUIのスライドの不具合を修正
デフォルトテンプレートを調整

Changed row display logic
Fixed GUI slide issues
Adjusted default templates

Update: 5 Sep @ 4:47am

Inital Creation

Update: 2 Sep @ 10:42am

・GUIで設定項目が不足していたのを追加
・子メニューが画面下に隠れていたのを修正
・テンプレートを追加
・表示する行の数を減らしたときの上下位置のズレが生じていたのを修正
 (すでに行の数を減らしていてyオフセットを調整していた場合は再調整が必要となります)

・Added missing settings items to the GUI
・Fixed submenus being hidden at the bottom of the screen
・Added templates
・Fixed vertical position misalignment when reducing the number of displayed rows
 (If you have already reduced the number of rows and adjusted the y-offset, readjustment will be necessary)

Update: 30 Aug @ 7:22am

コンフィグGUI実装によりウィジェットメニューが重くなっていたのを改善

Improved the widget menu from heavy due to the implementation of config GUI

Update: 29 Aug @ 12:18pm

2025.8.30
.cfgを直接いじらなくていいようGUIを実装しました。
パーティウィジェットを中クリックから開く設定画面から「CombatStatsDisplay」の階層にあります。
(メンバーの右側に数値を表示するときのワンクリック設定(テンプレート)もつけました。)

Implemented a GUI so you don't have to directly edit .cfg files.
It is located in the “CombatStatsDisplay” hierarchy within the settings screen accessed by middle-clicking the party widget.
(Also added a one-click setting (template) for displaying numbers to the right of members.)

Update: 28 Aug @ 3:09am

雨天時に重くなる現象を再度修正

The issue of increased load during rainy weather has been fixed again.