Total War: THREE KINGDOMS

Total War: THREE KINGDOMS

39 ratings
Redux UI Updates
2
   
Award
Favorite
Favorited
Unfavorite
Tags: mod, ui
File Size
Posted
Updated
6.649 MB
14 Jan @ 3:01pm
25 May @ 7:23pm
5 Change Notes ( view )

Subscribe to download
Redux UI Updates

In 1 collection by Arc
Redux Gameplay Collection
32 items
Description
TR
Tüm kullanıcı arayüzleri güncellendi, resimlerden değişiklikleri görebilirsiniz.
Sıralama olarak listenin en üstüne yerleştirin.

Çalışmamı beğenirseniz, favoriye almayı unutmayın lütfen.

EN
All user interfaces have been updated, and you can see the changes in the images.
Place it at the top of the list.

If you like my work, please don't forget to add it to your favorites.

CN
所有用户界面已更新,您可以通过图片看到更改。
将其放在列表的顶部作为排名。

如果您喜欢我的作品,请不要忘记将其添加到收藏夹中。

Thank you all for your wonderful work.
ui general select 武将过滤
Ironic’s UI Tweaks
纳娶:UI插件
女武将筛选 UI Select: Only Female General
Hide Generals and Candidate Button
[UI] Character Finder & Skill Reset Button
25 Comments
303352353 26 May @ 4:44pm 
Ok now, thank you
Arc  [author] 25 May @ 7:25pm 
I cleaned the files, so the issue should be gone now. Sorry about that—I hadn’t played the game in a while, so I didn’t fully check everything.
Arc  [author] 25 May @ 7:12pm 
You're right, I understand the issue now. I'll revert the changes—some incorrect files were left in the mod, which caused parts of it to break.
303352353 25 May @ 1:15pm 
After the update, it cannot be used anymore. The section for generals is chaotic
Arc  [author] 25 May @ 11:26am 
I understand the issue now — I’ve released an update that only activates the button. The only conflict was that the page itself didn’t appear.
Andred 25 May @ 4:09am 
I don't know if you're tracking but this removes the family tree from the yellow turbans when combined with mods that add such a thing such as the recommended harem mod another alternate. I don't know if that was intentional or not something that can be addressed outside of a case by case basis, but felt like it should be mentioned.
Arc  [author] 1 May @ 3:49am 
Absolutely! With a character list of over 100 people, it was really hard to find the ones who leveled up—so I felt I had to add that feature.
If there's anything else you’d like to see, feel free to mention it. If I can do it, I’ll add it!
Dohji 30 Apr @ 1:41pm 
I don't know why your mod is the only one that has the "level up" indicator built in, but its the most useful thing I think I've ever had and more mod makers need to add this mod, or sections of it to their packs because its a fantastic addition...
Tracking which political hero levelled is a pain in the butt.
Arc  [author] 7 Apr @ 12:04am 
There is a code in the game that checks the existence of a governor. If I only find this code, I can filter for governors.
Arc  [author] 7 Apr @ 12:02am 
I'm glad you liked it.
35 - to separate generals with a satisfaction value of 35 and below, I guess you don't have one, it's probably listed empty.

Here's my color filter in short:
Filter(characterlist, (ElementKey =='scholar' || ElementKey == 'metal') & ComeOfAge),
Filter(characterlist, (ElementKey == 'veteran' || ElementKey == 'wood') & ComeOfAge),
Filter(characterlist, (ElementKey == 'healer' || ElementKey == 'water') & ComeOfAge),
Filter(characterlist, ( ElementKey == 'fire') & ComeOfAge),
Filter(characterlist, (ElementKey == 'earth') & ComeOfAge),
Filter(characterlist, SatisfactionValue <= 35 & ComeOfAge),

ElementKey is the label name of the character in the current CEO coding.
& = & (and)
&lt; = < (less than sign)

These filters are currently valid for all lists where I’ve added buttons, using the same logic.
Of course, this filter continues, but there's a 1000-character limit for messages.