update to 23b
This commit is contained in:
@@ -1,65 +0,0 @@
|
|||||||
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.
|
|
||||||
211
Help/UTChat_ChangeLog.txt
Normal file
211
Help/UTChat_ChangeLog.txt
Normal file
@@ -0,0 +1,211 @@
|
|||||||
|
UTChat - by ProAsm and No0ne - 2021/22
|
||||||
|
--------------------------------------
|
||||||
|
|
||||||
|
UTChat Changelog
|
||||||
|
----------------
|
||||||
|
|
||||||
|
v23b
|
||||||
|
Removed check ssb and gri bBeacons.
|
||||||
|
Removed bMyBeacons from DM.
|
||||||
|
|
||||||
|
v23a
|
||||||
|
Added admin options for bDisableChatLog
|
||||||
|
Added admin options for bNoChatBorders.
|
||||||
|
Added admin options for bNoChatShading.
|
||||||
|
Fixed ssb player beacon delay in hud.
|
||||||
|
|
||||||
|
v22p
|
||||||
|
Spawned Logo earlier.
|
||||||
|
|
||||||
|
v22o
|
||||||
|
Fixed emojis for spec to player.
|
||||||
|
Added Player + and - for join and leave if no nexgen.
|
||||||
|
Added Spectator join + if no nexgen.
|
||||||
|
Added bPlayerJoinLeave option.
|
||||||
|
Fixed Chat and Other option colors.
|
||||||
|
|
||||||
|
v22n
|
||||||
|
Added bDisableAntiSpam, in admin menu.
|
||||||
|
Added bFontOverRide option in Admin menu,
|
||||||
|
Added ChatFontSize option in Admin Menu.
|
||||||
|
Fixed Other messages spacing.
|
||||||
|
Fixed and improved StartupControl.
|
||||||
|
Fixed ServerAdds colors.
|
||||||
|
|
||||||
|
v22m
|
||||||
|
Added back a tiny delay at game end.
|
||||||
|
Fixed scull brightness display.
|
||||||
|
Added bEnableStartControl and will disable Nexgen's.
|
||||||
|
Added ready signal if bEnableStartControl=True.
|
||||||
|
Added temp ChatDelayTime in Admin menu.
|
||||||
|
Removed manual config emoji sizing.
|
||||||
|
Added auto emoji sizing to font size.
|
||||||
|
Added Emoji Trim to menu.
|
||||||
|
|
||||||
|
v22L
|
||||||
|
Removed any delay at game end.
|
||||||
|
|
||||||
|
v22k
|
||||||
|
Fixed multi spectator messages in console.
|
||||||
|
|
||||||
|
v22j
|
||||||
|
Made further adjustments for end game messages.
|
||||||
|
|
||||||
|
v22i
|
||||||
|
Removed all anti-spam except for message repeat.
|
||||||
|
Chat timing now same as utchat18
|
||||||
|
|
||||||
|
v22h
|
||||||
|
Worked on spamming issues.
|
||||||
|
Removed all private messages.
|
||||||
|
Fixed Other Line setting.
|
||||||
|
Fixed saving admin options.
|
||||||
|
Fixed chatlog duplicate messages.
|
||||||
|
Added a Disable Spam Control option.
|
||||||
|
|
||||||
|
v22g
|
||||||
|
Slight adjustment to chat box shading.
|
||||||
|
Fixed Skeleton icon appearing.
|
||||||
|
Lower chat text by 2 pixels.
|
||||||
|
Scaled Chat text in chatbox.
|
||||||
|
Added Admin Spam Control.
|
||||||
|
Moved ChatDuration to server admin.
|
||||||
|
Moved OtherDuration to server admin.
|
||||||
|
Added NoRepeatrMesg option.
|
||||||
|
Added Menu resizing etc (tnx buggie)
|
||||||
|
Added option to shorten chatbox.
|
||||||
|
Added player name in team color in chat and private log.
|
||||||
|
Replace bNoRepeatMesg with variable ChatRepeatDelay.
|
||||||
|
|
||||||
|
v22f
|
||||||
|
Fixed other mods shading in postRenderHUD.
|
||||||
|
Re-aligned all chat box shading.
|
||||||
|
|
||||||
|
v22e
|
||||||
|
Added UTChatReplacement for swearing.
|
||||||
|
|
||||||
|
v22a to d
|
||||||
|
Removed :? help if emojis disabled.
|
||||||
|
Fixed !char when emojis disabled.
|
||||||
|
Added hide Emoji Sizing if emojis disabled.
|
||||||
|
Fixed frag count displaying at start.
|
||||||
|
Remove NextHUDMutator from Team Hud.
|
||||||
|
Added more Admin options in Menu.
|
||||||
|
Added serverside std dm player color.
|
||||||
|
Added serverside use chat emojis.
|
||||||
|
Added serverside use chat emojis face.
|
||||||
|
Added serverside use private msgs.
|
||||||
|
Added client options not visible if admin disable.
|
||||||
|
Set emoji default size to 7, was 6.
|
||||||
|
Increased Menu height from 300 to 360 pixels.
|
||||||
|
Reduced Main chat area to possible 2 lines.
|
||||||
|
Reduced Other chat to possible 0 lines.
|
||||||
|
Added ChatDuration to client.
|
||||||
|
Added OtherDuration to client.
|
||||||
|
Added variable FontSize for client.
|
||||||
|
Fixed Chat and other text colors.
|
||||||
|
Fixed frag counter not flashing.
|
||||||
|
Added optional LogonMessageLine1 and 2.
|
||||||
|
LogonMessageLine1=">>> UTChat Installed <<<"
|
||||||
|
LogonMessageLine2=">>> Type !Chat for Chat Window <<<"
|
||||||
|
|
||||||
|
v21
|
||||||
|
Reduced Main chat to possible 2 lines.
|
||||||
|
Reduced Other chat to possible 0 lines.
|
||||||
|
Increased Chat menu height.
|
||||||
|
Set emoji default size to 10.
|
||||||
|
Added bEnableSpecsInLog default False.
|
||||||
|
Adjusted emoji detection in messages.
|
||||||
|
|
||||||
|
v20
|
||||||
|
Fixed menu not displaying.
|
||||||
|
|
||||||
|
v19
|
||||||
|
Spectator chats now also get logged.
|
||||||
|
|
||||||
|
v18
|
||||||
|
Adjust logo to switch off at game start.
|
||||||
|
Fixed several clientside accessed nones.
|
||||||
|
Added UTChatActor as server actor.
|
||||||
|
Set bSmallFonts as True by default.
|
||||||
|
|
||||||
|
v17c
|
||||||
|
Fixed several access nones.
|
||||||
|
Added Admin message to Players.
|
||||||
|
|
||||||
|
v17b
|
||||||
|
Removed GUI scaling.
|
||||||
|
|
||||||
|
v17
|
||||||
|
Added auto scaling to menus.
|
||||||
|
Fixed 436/451 client crash.
|
||||||
|
|
||||||
|
v16h
|
||||||
|
Added auto scaling to menus.
|
||||||
|
Fixed 436/451 GPF crashes.
|
||||||
|
|
||||||
|
v16g
|
||||||
|
Fixed possible local GPF crashes.
|
||||||
|
|
||||||
|
v16f
|
||||||
|
Fixed black text color at startup.
|
||||||
|
|
||||||
|
v16e
|
||||||
|
Added * prefix to player in menu if muted.
|
||||||
|
|
||||||
|
v16d
|
||||||
|
Changed ^?^ to optional symbols
|
||||||
|
Changed to 1 serveradds color.
|
||||||
|
Added Player and Bot message mute.
|
||||||
|
|
||||||
|
v16a - v16c
|
||||||
|
Added 10 sec timers to :? and ?!
|
||||||
|
Removed many access nones in 469.
|
||||||
|
Added ^?^whatever color for serveradds
|
||||||
|
|
||||||
|
v15
|
||||||
|
Added private messaging window.
|
||||||
|
Private message 100 save option.
|
||||||
|
Removed configs from chat windows.
|
||||||
|
Added Config Tab for all configs.
|
||||||
|
Fixed !Cmds not being passed.
|
||||||
|
Added 8 new banner emojis.
|
||||||
|
Adjust emoji position to size.
|
||||||
|
Added Admin options to disable emojis.
|
||||||
|
Added Admin options to disable private messages.
|
||||||
|
Fixed other lines text length.
|
||||||
|
Added help labels in Configs.
|
||||||
|
Added banner names to display.
|
||||||
|
Re-aligned logon logo.
|
||||||
|
Removed banners and emojis if bNoEmoticons.
|
||||||
|
|
||||||
|
v14
|
||||||
|
Emojis no longer case sensitive.
|
||||||
|
Add DM/LMS Player single color option.
|
||||||
|
Reduced Smallfont vertical emoji size.
|
||||||
|
Spaced lines for better emoji display.
|
||||||
|
Added option for number of chat lines.
|
||||||
|
Added option for number of other lines.
|
||||||
|
Added logo image with option.
|
||||||
|
Added Transparent option.
|
||||||
|
Added Chatlog Keybind.
|
||||||
|
Added UTBots compatibility option.
|
||||||
|
Fixed Spectator using !chat.
|
||||||
|
|
||||||
|
v13
|
||||||
|
Small improvements on utchats disable.
|
||||||
|
Added several new emojis.
|
||||||
|
Set SmallFonts as default.
|
||||||
|
Fixed Spectator message double names.
|
||||||
|
Added Spectator message text always silver.
|
||||||
|
Added logon intro.
|
||||||
|
|
||||||
|
v12
|
||||||
|
Fixed original hud for newnet and nexgen.
|
||||||
|
Reduced chatbox border thickness.
|
||||||
|
Added enable client emojis in menu.
|
||||||
|
Added use client smaller fonts in menu.
|
||||||
|
Added client chatlog save in menu.
|
||||||
|
Added enable client chat in menu.
|
||||||
|
Added spectator mutate for menu.
|
||||||
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
[Public]
|
|
||||||
Object=(Name=UTChat22e.UTChat,Class=Class,MetaClass=Engine.Mutator,Description="UTChat v22e")
|
|
||||||
2
System/UTChat23b.int
Normal file
2
System/UTChat23b.int
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[Public]
|
||||||
|
Object=(Name=UTChat23b.UTChat,Class=Class,MetaClass=Engine.Mutator,Description="UTChat v23b")
|
||||||
Binary file not shown.
Reference in New Issue
Block a user