first commit
This commit is contained in:
65
Help/UTChat.txt
Normal file
65
Help/UTChat.txt
Normal file
@@ -0,0 +1,65 @@
|
||||
UTChat by ProAsm and no0ne - 2021
|
||||
Compatible with 436, 451 and 469.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Add UTChat<version>.u to your UTServer/System folder.
|
||||
Open your Server.ini file and add under:
|
||||
|
||||
[Engine.GameEngine]
|
||||
ServerPackages=UTChat<version>
|
||||
|
||||
Add to the command line:
|
||||
?Mutators=UTChat<version>.UTChat
|
||||
NB: This needs to be the last mutator in the command line.
|
||||
|
||||
Configurations
|
||||
--------------
|
||||
|
||||
bShowChatMessages (Default True) Also in Menu.
|
||||
Setting this to False will disable the Mutator.
|
||||
|
||||
bBotsInServerChat (Default False) Also in Menu.
|
||||
When set to True, the Chatbox on a server game will also show Bot messages.
|
||||
|
||||
ChatsTextColor=(R=200,G=180,B=2,A=0)
|
||||
This the admin can configure and is the color of the text in the top chat box.
|
||||
|
||||
OtherTextColor=(R=50,G=250,B=250,A=0)
|
||||
This the all the text below the chatbox.
|
||||
|
||||
The configuration .ini file also holds the last 200 chat lines by the players.
|
||||
This can be viewed in a window by typing in the console:
|
||||
|
||||
Mutate UTChat ShowChatLog
|
||||
or !Chat as a chat message.
|
||||
|
||||
If logged in as an Admin, a Clear Chat Log option will be available to clear all chats.
|
||||
|
||||
If the last 2 characters in a chat line are for instance :) then an emoji will appear in it's place.
|
||||
Current emoji's
|
||||
[
|
||||
|
||||
:) = smile
|
||||
:( = grin
|
||||
:^ = eyes
|
||||
:+ = thumb up
|
||||
:- = thumb down
|
||||
:o = lol
|
||||
:f = fist
|
||||
:k = ok hand
|
||||
:t = thinking
|
||||
:b = bomb
|
||||
:c = cool
|
||||
:u = point up
|
||||
:p = tongue out
|
||||
:s = poop
|
||||
:w = wave
|
||||
:q = question mark
|
||||
:z = zZz
|
||||
|
||||
If :? is in the Say then a list of abbreviations will be shown.
|
||||
|
||||
If you wish to use UTChat instead of Nexgen's chat:
|
||||
In Nexgen.ini set useNexgenHUD=False.
|
||||
Reference in New Issue
Block a user