Chat - Problem

General support.
Post Reply
User avatar
GalleryWhitte
Member
Member
Posts: 17
Joined: Sat Jan 23, 2021 2:27 am

Hi

If I open the Room-Chat,
Team-Name and Player-Name
are overlapping...
(Seems to be the same with a fresh
MFPS 2.0 Installation)

Please check Screenshot:

Image
User avatar
commonblob
Contributor
Contributor
Posts: 18
Joined: Fri Feb 05, 2021 1:26 pm

try disabling the Letter spacing on the text objects. i find that screws everything up.
User avatar
GalleryWhitte
Member
Member
Posts: 17
Joined: Sat Jan 23, 2021 2:27 am

Disabling 'Letter Spacing' solved it.
Tx.

Mh,
as I do not have 'Teams'
(or any Gameplay)
- where could I disable the
Team-Placeholder
and show only the Player-Name?
User avatar
commonblob
Contributor
Contributor
Posts: 18
Joined: Fri Feb 05, 2021 1:26 pm

Check out bl_ChatRoom.

Looks like the line: string txt = string.Format("[{0}] [{1}]:{2}", messageTarget.ToString().ToUpper(), senderName, message); in OnNetworkMessageReceived formats the chat text.
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Try changing the code of bl_TextStyle.cs with this:
https://lovattostudio.com/paste/paste.php?id=11
How to find your Invoice Number: Here
How to find your Order Number: Here
Post Reply