#DataPatchDiffViewer

3 messages · Page 1 of 1 (latest)

dense solstice
#

PatchViewer is a Mindustry Java mod that shows inline before/after stat diffs for datapatch changes inside the in-game database UI.

Features

  • Inline before/after diff panels for patched content stats
  • Native stat panel highlighting for modified, removed, and added values
  • Configurable diff colors in the settings menu with live preview
  • Merged desktop + Android release artifacts (.jar and .zip)
sand peak
#

good job

dense solstice
#

v1.1.0 https://github.com/DeterMination-Wind/PatchViewer/releases/tag/v1.1.0

  • Fixed an issue where building requirement (requirements) diffs were not shown.
  • Build-cost diffs now render before/after on one line when horizontal space is sufficient, and fall back to multi-line layout when needed.
  • Removed the “Before / After” labels from diff panels and kept arrow-only separation.
  • Build-cost highlighting now colors only amount numbers, not item icons.
  • Removed the related i18n keys: patchviewer.label.before and patchviewer.label.after.
GitHub

中文更新说明

修复建筑建造花费(requirements)diff 不显示的问题。
建造花费在横向空间足够时会将变更前后并排显示,空间不足时自动换行显示。
移除界面中的“修改前 / 修改后”文字标签,仅保留箭头分隔。
建造花费高亮改为只高亮数字,不再给物品图标着...