update to version 26

This commit is contained in:
2023-04-15 23:01:13 +02:00
parent 148c309339
commit b78fc9af07
5 changed files with 167 additions and 4 deletions

View File

@@ -1,9 +1,71 @@
UTChat - by ProAsm and No0ne - 2021/22
--------------------------------------
UTChat - by ProAsm and No0ne - 2021/22/23
-----------------------------------------
UTChat Changelog
----------------
v25d
Added bAddServerToFavs option at game end.
Added bUseSiegeHUD for Siege Stats.
Added small chatlog spacing option.
Fixed null player mute displays.
v25c
Added LanCountryFlag.
Fixed clientside Player Mute.
Added serverside Admin Player Mute.
v25b
Fixed flag displays in 436 and 451.
Added name[+Player] trap when login.
Increased UTChatFlagCfg to 50.
v25a
Trapped many accessed nones.
v24g
Fixed bug with kill messages.
v24f
Added check for SSB player reflag.
Fixed no flag X position in chat.
v24e
Added client variables with no version dependencies.
Changed emoji thumbs down from :- to :<
Added fixed clientside variables.
Added NewFaceless texture option.
Added flag options for chat, chatlog and players.
Added RemoveAllEmojis in ini file only.
v24d
Reverted back to 23k
Added game end antispam option.
Added game end level change detection.
Added emoji vertical adjustment.
Added message sound for spectators.
Fixed admin message in admin window.
Added player list in chatlog.
Added flags to player list.
Added [spec] to log list.
Added emojis to chatlog.
Added country flags to chatlog.
Added select emoji to editbox.
Removed bShowChatMessages;
v24c
This was scrapped.
v24b
This was scrapped.
v24a
This was scrapped.
v23m (v24)
Added bCheckExtendedNick.
Admin string now in WRI.
v23k
Fixed GPF in 436/451 D3D rendering.
Reduced all 512 textures to 256.

101
Help/UTChat_Readme.txt Normal file
View File

@@ -0,0 +1,101 @@
UTChat by ProAsm and no0ne - 2021/22/23
Compatible with 436, 451 and 469.
Installation
============
Add UTChat26.u to your UTServer/System folder.
Open your Server.ini file and add under:
[Engine.GameEngine]
ServerPackages=UTChat26
Add to the command line:
?Mutators=UTChat26.UTChat
If you wish to start UTChat as a ServerActor use the following:
[Engine.GameEngine]
ServerActors=UTChat26.UTChatActor
Configurations
==============
Clientside
----------
bUseUTChat (Default True) Also in Menu.
Enables/Disables UTChats on the client.
bUseEmojis (Default True) Also in Menu.
Enables/Disables Emojis on the client.
bSwapFaces
Will swap your face texture with the emoji in your messgae.
bSmallFont (Default False) Also in Menu.
Enables a smaller font for the chats.
bStdColor (Default False) Also in Menu.
If set to True, all players in DM and LMS names will be Silver.
bTransparent (Default False) Also in Menu.
If set to True, the ChatBox will be invisible.
bBotsInChat (Default False) Also in Menu.
This will allow Bot chats in the Chatbox on a Server.
From UTChat14 all UTBots will now be in the Chatbox.
bChatBorder
When bTransparent=True this will show a border line.
EmojiSize
Sizing from 1 to 12 will change the size of your emojis.
ChatLines (Default 4) Also in Menu.
This sets the number of text lines in the ChatBox.
OtherLines (Default 6) Also in Menu.
This sets the number of text lines outside the ChatBox.
ComboPos
This is used internally only but needs to be saved.
Serverside
----------
bShowChatMessages (Default True) Also in Menu.
Setting this to False will disable the Mutator.
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.
[UTChat26.UTChatSvrAdds]
ServerAddsSymbol="-"
ServerAddsColor=(R=255,G=255,B=0,A=0)
The colors for the ServerAdds mod by El Muerte has been reduced to one only.
The ServerAddsSymbol= is the first 1, 2 or 3 symbol characters you need to add infront of your ServerAdds.
For instance all lines need to be something like -=< This is the ServerAdd line >=-
Now you would have ServerAddsSymbol="-="
This is so the code can recognize a ServerAdds message.
Mute Player
In the Configs Menu is an option to Mute a Player so you do not receive any messages from the player.
Next time a star will appear next to the players name showing the player is muted.
Selecting the player again, will un-mute the player.
Should you have bBotsInChat enabled, then you will be able to mute a Bot as well.

View File

@@ -1,2 +0,0 @@
[Public]
Object=(Name=UTChat23k.UTChat,Class=Class,MetaClass=Engine.Mutator,Description="UTChat v23k")

2
System/UTChat26.int Normal file
View File

@@ -0,0 +1,2 @@
[Public]
Object=(Name=UTChat26.UTChat,Class=Class,MetaClass=Engine.Mutator,Description="UTChat v26")