About the mod
This version provides some further customization to how the chat messages are displayed as well as modifying some of the colours from the original mod.
You can find the complete file as well as some explanations to the modifications made so that you can extend you custom language if you have one.
Enhancements
Improved Grenade Messages
The grenade radio messages have been altered to remove the word (RADIO)
as well as displaying clearyl who threw which grenade and from where did they throw it.
"Game_radio" "%s1 : [ %s2 ]"
"Game_radio_location" "%s1 : %s3 [ %s2 ]"
Improved Chat Messages
Chat messages from teammates and enemies have also been improved to reduce the amount of text displayed every time an enemy or teammate sends a message.
"Cstrike_Chat_CT_Loc" "[CT] %s1 @ %s3 : %s2"
"Cstrike_Chat_CT" "[CT] %s1 : %s2"
"Cstrike_Chat_T_Loc" "[T] %s1 @ %s3 : %s2"
"Cstrike_Chat_T" "[T] %s1 : %s2"
"Cstrike_Chat_CT_Dead" "[CT]*DEAD* %s1 : %s2"
"Cstrike_Chat_T_Dead" "[T]*DEAD* %s1 : %s2"
"Cstrike_Chat_Spec" "[Spectators] %s1 : %s2"
Customization
At the end of the language file we will find all the available colors commented out. Each color is encoded in a special character that is display like . (Yes, you can’t see anything, but theres actually a charater there)
If we copy and paste any symbol, all the text after the symbol will take the symbol’s colour.
// - White
// - Red
// - Team color (may cause player's color dot before symbol)
// - Green
// - Light green
// - Green(money awards)
// - Light red
// - CT color
// - Light blue
// - Violet
// - Light red 2
Download
You can find the modified language file by following this link.
Just save the .txt file in your computer and place it in:
C:\Program Files\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\resource
In order to apply the language file we must add the following launch option to our game -language bananagaming
.
Images by Bananagaming and CSGOConsole.com
Acknowledgement
The original modification can be found in Bananagaming’s website. Credit to him for creating the mod.