Enhanced Text Color Mod
The Enhanced Text Color Mod modifies the translation file from Bananagaming to provide a cleaner look to the chat and grenade messages.
About the mod
Section titled About the modThis 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
Section titled EnhancementsImproved Grenade Messages
Section titled Improved Grenade MessagesThe 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
Section titled Improved Chat MessagesChat 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
Section titled CustomizationAt 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
Section titled DownloadYou can find the modified language file by following this link.
Download ModJust 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
Section titled AcknowledgementThe original modification can be found in Bananagaming’s website. Credit to him for creating the mod.