GpointChen / FFXIVChnTextPatch-GP

A tool to replace FFXIV in-game text.
GNU General Public License v3.0
635 stars 87 forks source link

無法顯示 SimpleTweaksPlugin 的分解差值 #319

Closed qwer20108 closed 1 year ago

qwer20108 commented 1 year ago
1361,"精製魔晶石:<hex:020812E1E80201FF04>可<hex:FF07>不可<hex:03> 武具投影:<hex:020812E1E80301FF04>可<hex:FF07>不可<hex:03> <hex:02083CE1E80401FF1F>建議分解技能:<hex:022003E80503>.00<hex:FF16>道具分解:不可<hex:03>"

1361,マテリア精製:<hex:02080EE1E80201FF04>○<hex:FF03>×<hex:03> 武具投影:<hex:02080EE1E80301FF04>○<hex:FF03>×<hex:03> <hex:020831E1E80401FF20>分解適正スキル:<hex:022003E80503>.00<hex:FF0A>分解:×<hex:03>

可能原因 中文分隔號 :是全形分號 但是英文日文為一般分號 : 所以我 trace SimpleTweaksPlugin code 發現這行好像會比對 $": {item.LevelItem.Row},00" 才進入下一步. https://github.com/Caraxi/SimpleTweaksPlugin/blob/main/Tweaks/Tooltips/DesynthesisSkill.cs#L81

我手動改 Addon.csv 把 :replace 成 : 則變成 ui 無法顯示分解等級.

請問有人知道為什麼單純更改字串 ui 會錯誤嗎?

如果 replace 成 日文或是英文則 ui 顯示正常