Fix Load Game faction filter showing internal names instead of display names#22476
Conversation
86b8142 to
7dcb92d
Compare
|
Hey, I was looking at your fix for the faction dropdown issue and I tried to understand it on my own before reaching out. From what I saw: The save file stores faction IDs like "ukraine" / "russia" I got pretty close, but I ran into a UI issue where the dropdown ended up showing the same faction multiple times. If you have any tips for navigating this repo (especially around UI + traits), I’d really appreciate it. Thanks! |
|
Hi @ycamlad Your analysis is correct: the save file uses internal faction IDs, but Fluent expects message keys. When looking into this, I found that For the duplicate issue, my guess is that it depends on when deduplication is applied. In this fix, For the UI logic, you can look under |
|
Thanks, that helped a lot! |
PunkPun
left a comment
There was a problem hiding this comment.
Ok.
Unrelated, but I see filters don't get updated on save deletion.
Fix Load Game faction filter showing internal names instead of display names
Fixes #22472