Galaxy-Observer-UI
Galaxy-Observer-UI copied to clipboard
Selecting disable player names will only work on hero units
I'm not particularly bothered however, just as a note, there are several other locations player names will pop up
- LootBannerSconce where they capture a merc camp or destroy a town structure
- The end summary screen where it shows MVP and other Awards
And just to be clear, this is probably perfectly fine. But it does not "remove" the player names entirely from the UI
To remove the name from the Banners, the following strings should be edited to use these strings missing their ~ A ~ token:
Param/Expression/lib_Game_3A8C4155=
Param/Expression/lib_Game_B776822C=
Param/Expression/lib_Game_F8D64D74=
Param/Expression/lib_Game_A1A65E62=
Param/Expression/lib_MapM_E914B34B=
Param/Expression/lib_MapM_31CA03E8=
Param/Expression/lib_MapM_97AED412=
Param/Expression/lib_MapM_9A96809B=
Param/Expression/lib_MapM_50C2893A=
Param/Expression/lib_MapM_104CCD72=
And inactivity chat message:
Param/Expression/lib_Game_9D7B4265=A Player has been dropped for inactivity.
These changes cannot be toggled as they edit the content of gamestrings.txt and need to be applied to every localization used.
The MVP screen should have labels that can be dynamically hidden.