Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting disable player names will only work on hero units #152

Open
pjmagee opened this issue Dec 27, 2020 · 2 comments
Open

Selecting disable player names will only work on hero units #152

pjmagee opened this issue Dec 27, 2020 · 2 comments

Comments

@pjmagee
Copy link

pjmagee commented Dec 27, 2020

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
@pjmagee
Copy link
Author

pjmagee commented Dec 27, 2020

And just to be clear, this is probably perfectly fine. But it does not "remove" the player names entirely from the UI

@Ahli
Copy link
Owner

Ahli commented Dec 28, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants