Sid Meier's Civilization VI

Sid Meier's Civilization VI

74 vurderinger
Z Unit Marks
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Type: Mod
Mod: UI
Filstørrelse:
Offentliggjort:
Opdateret:
410.870 KB
25. juni 2019 kl. 11:45
28. feb. 2021 kl. 9:58
10 ændringsbemærkninger ( vis )

Abonner for at downloade
Z Unit Marks

I 1 samling af Zur13
Zur13 UI and QoL Improvements
9 genstande
Beskrivelse
Adds panel above the unit flag with additional info. Allows adding custom marks to the unit map flag.

The panel above unit flag shows the:
* Attack type icon
* Remaining charges icon and text (build charges, religion spread charges, religion heal charges)
* Modifiers icon shown if the unit has active effects (icon tooltip shows the active unit modifiers like XP multiplier from barracks, Natural Wonder visit bonuses, Great Person AOE effect) (icon changes color when the unit is experiencing Great Person AOE effect)
* User mark icon
* User mark text

Mod allows changing colors and hiding each icon for your units and other civilization units.

Check screens for details.
Populære diskussioner Vis alle (3)
4
14. feb. 2021 kl. 15:50
[SUGGESTION / HOW TO] Disable the clickable flags
brelgo
0
17. okt. 2020 kl. 16:38
Game crash and can be repeated if I load the same game
rsorrell
0
2. maj 2020 kl. 17:20
[SUGGESTION / HOW TO] Add settler Icon
brelgo
59 kommentarer
alkurte 31. jan. kl. 9:58 
@Zur13 how can i disable the "attack type icon (your) and attack type icon (other) make base before starting game?
Obb 23. maj 2024 kl. 14:00 
Well, I played a bit with the code, did not change anything related to barbarian, but now they’re fixed ! Strange enough… Lastly, I really wish the mod had a similar feature than « better unit flag », highlighting units that you’re in war with !
Obb 18. maj 2024 kl. 6:59 
The setting to put the panel under the flag doesn’t seem to apply to barbarians for me.

Also, I wonder ; maybe the land units should lose / hide their attack type icon if they’re on water, if they can’t fight while onboard ? Would indicate they can’t attack nor defend themselves at the moment.

Anyway, very nice mod ! Thanks much !
ninyoshi 18. mar. 2023 kl. 20:16 
confirm conflict with CQUI, enabling both would cause disappearance of unit head icons all at once.
Zack 21. maj 2021 kl. 9:22 
I "think" this mod conflits with CQUI right now. When using CQUI, there's no unit tacks that show up, and the game crashes quite quickly on start-up of a new game.
**************________0022DE92 13. maj 2021 kl. 7:33 
hope there is an indicator of the eras above great generals. like there is in the mod "Bette Unit List". It's always a pain to check the AOE effect of great generals.
DB 10. mar. 2021 kl. 14:29 
Hi Zur!

Thanks for checking into it. I still have the issue after uninstalling this mod, so it's something else. But hey, at least we'll have error free logs when you get this fixed.

Kind regards,
DB
Zur13  [ophavsmand] 10. mar. 2021 kl. 13:56 
@DB I've just checked my log and found the same error there but I didn't notice any UI issues in my games. I will look at it when I have free time but it might be in a few weeks. I don't think this error could cause UI issues except for some UI element missing background image or mod popup window border frame. What kind of issues do you have?
DB 10. mar. 2021 kl. 12:56 
Hi Zur!

I'm having some UI issues in my game and I think this mod is the cause. From the log file Documents\My Games\Sid Meier's Civilization VI\Logs\UserInterface.log...

...

ZUM_ColorSelectorUI: register time: 0.002548
ZUM_ColorSelectorUI: ControlBase::Initialize time: 0.000004
LOADING G:/SteamLibrary/steamapps/workshop/content/289070/1780895460/ZUM_ColorSelectorUI.lua Load time: 0.002227
END LuaContext::Initialize() id: 'ZUM_ColorSelectorUI'
START LuaContext::Initialize() id: 'ZUM_UI' parent: 'AdditionalUserInterfaces' Context: 'NULL'
ZUM_UI: register time: 0.002435
[DataError] Control 'ZUM_UI' missing texture
ZUM_UI: ControlBase::Initialize time: 0.003380
LOADING G:/SteamLibrary/steamapps/workshop/content/289070/1780895460/ZUM_UI.lua Load time: 0.034093
END LuaContext::Initialize() id: 'ZUM_UI'
...


Could you fix this please?

Kind regards,
DB
Zur13  [ophavsmand] 27. feb. 2021 kl. 22:35 
@eurritz
In the mod folder edit this file:

Steam\SteamApps\workshop\content\289070\1780895460\UnitFlagManager.xml

At the end of the file you can find these lines:

<Instance Name="HeroGlowInstance">
<Container ID="Root" Anchor="C,C" Size="auto,auto">
<AlphaAnim Anchor="C,C" Size="auto,auto" Cycle="Bounce" AlphaStart="0.9" AlphaEnd="0.4" Speed="3" Power="4">

< SOME MORE LINES HERE >

</AlphaAnim>
</Container>
</Instance>

You need to delete everything in between

<Instance Name="HeroGlowInstance">
<Container ID="Root" Anchor="C,C" Size="auto,auto">

and

</Container>
</Instance>

the result should look like this:

<Instance Name="HeroGlowInstance">
<Container ID="Root" Anchor="C,C" Size="auto,auto">
</Container>
</Instance>

The rest of the file should not be changed.