Conan Exiles

Conan Exiles

No UI Popup for Decors and Stations
Ozel  [developer] 22 Sep, 2023 @ 6:13pm
How the mod works
Note to myself in case the mod needs to be fully rebuilt, or if someone else wants to make something like it.

Mod edits two objects:
  • w_containerinfo
  • w_placeableinfo
These are found in: Content/HUD/FloatingNames/

I did not delete any parts of the widget. I simply adjusted the alpha to be transparent.

This is done by selecting the highest tier of the widget and changing Details->Appearance->A from 1 to 0.

When the mod 'breaks' a full rebuild from scratch must be done. This means deleting the content in the mod folder of the dev kit and re-editing the original files. This ensures any changes to those files is accounted for.

:cat_cool: