Raised This Month: $51 Target: $400
 12% 

[ANY] Console Chat Manager (multilanguage/colors console chat support)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Plugin ID:
4964
Plugin Version:
1.2.1
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
    14 
    Plugin Description:
    Administrate the console chat from the map and multilanguage console chat support
    Old 12-22-2015 , 09:49   [ANY] Console Chat Manager (multilanguage/colors console chat support)
    Reply With Quote #1

    Description:

    Administrate the console chat from the map and multilanguage console chat support. Useful for add multilanguage support to the console chat messages in servers like zombie escape.

    Note: in CS:GO you need to be enabled "say" by map. Upload this file to csgo/ directory.


    Configuration:

    Under the configs/franug_consolechatmanager/ directory. You need to add 1 .text file for each map with his map name.

    Example:
    Code:
    "Console_C"
    {
    	"The map message to replace"
    	{
    		"default" "Console:{red} The map message if the language of client not appear here"
    		"chi" "控制台: {red}The map message for chinese clients"
    		"es" "Consola: The map message for spanish clients"
    	}
    	"The map message 2 to replace"
    	{
    		"default" "Console:{red} The map message 2 if the language of client not appear here"
    		"chi" "控制台: {red}The map message 2 for chinese clients"
    		"es" "Consola: The map message 2 for spanish clients"
    	}
    	"The map message 3 to replace"
    	{
    		"sound" "yoursounddirectory/yoursound.mp3" // emit this sound when this message appear
    
    		"default" "Console:{red} The map message 3 if the language of client not appear here"
    
    	}
    	"Map by a spammer"
    	{
    		"blocked" "1" // block this message
    	}
    	"door opened! humans go back!"
    	{
    
    		"default" "Console:{red} door opened! humans go back!"
    		"es" "Puerta abierta! Humanos retroceded!"
    
    		"hinttext" // adding a hinttext message
    		{
    			"default" "Humans go back!"
    			"chi" "控制台!"
    			"es" "Puerta abierta! Humanos retroceded!"
    		]
    	}
    }


    Servers that support this plugin (if you use this plugin just tell me it to add your server here):


    -


    Donations (optional):


    If you apreciate my work, you can donate me via paypal or with a trade offer


    Download:

    Main repository
    Direct download
    Code changes
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 12-16-2019 at 09:29.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 12-22-2015 , 19:36   Re: [ANY] Console Chat Manager (multilanguage console chat support)
    Reply With Quote #2

    New version 1.1

    -Auto generate the map config with the chat messages from console
    -Optimizations

    https://github.com/Franc1sco/Franug-...b1454451c581d7
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 12-22-2015 at 19:37.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 12-23-2015 , 17:54   Re: [ANY] Console Chat Manager (multilanguage/colors console chat support)
    Reply With Quote #3

    Added darkred color by default for the console chat

    https://github.com/Franc1sco/Franug-...97ffeec65f60db
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.

    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 12-26-2015 , 02:33   Re: [ANY] Console Chat Manager (multilanguage/colors console chat support)
    Reply With Quote #4

    New version 1.2

    -Added hint text support
    -Added "blocked" support
    -Added sound support
    -Now the chat colors appear since the start

    Code changes: https://github.com/Franc1sco/Franug-...dda2ce6b343a9d

    Example:
    Code:
    "Console_C"
    {
    	"The map message 3 to replace"
    	{
    		"sound" "yoursounddirectory/yoursound.mp3" // emit this sound when this message appear
    
    		"default" "Console:{red} The map message 3 if the language of client not appear here"
    
    	}
    	"Map by a spammer"
    	{
    		"blocked" "1" // block this message
    	}
    	"door opened! humans go back!"
    	{
    
    		"default" "Console:{red} door opened! humans go back!"
    		"es" "Puerta abierta! Humanos retroceded!"
    
    		"hinttext" // adding a hinttext message
    		{
    			"default" "Humans go back!"
    			"chi" "控制台!"
    			"es" "Puerta abierta! Humanos retroceded!"
    		]
    	}
    }
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 12-26-2015 at 02:37.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 12-26-2015 , 03:27   Re: [ANY] Console Chat Manager (multilanguage/colors console chat support) 1.2
    Reply With Quote #5

    Sound fix: https://github.com/Franc1sco/Franug-...a331678c7c06bd

    Some map files generated added: https://github.com/Franc1sco/Franug-...9e41ea0a850aa7

    And I added my spanish translation to these files: https://github.com/Franc1sco/Franug-...ff242c15d8058f


    Btw, if someone provide his map configs generated by this plugin, he and his server will be mentioned here and in the first post so please colaborate!
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.

    Franc1sco is offline
    Send a message via MSN to Franc1sco
    cTmoNe
    AlliedModders Donor
    Join Date: Jul 2010
    Location: Germany
    Old 12-26-2015 , 03:33   Re: [ANY] Console Chat Manager (multilanguage/colors console chat support) 1.2
    Reply With Quote #6

    Can you put a pic?
    __________________


    cTmoNe is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 12-26-2015 , 03:44   Re: [ANY] Console Chat Manager (multilanguage/colors console chat support) 1.2
    Reply With Quote #7

    Quote:
    Originally Posted by ZombiMod.Com View Post
    Can you put a pic?
    You mean a overlay when appear X message? good idea! I will add it
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.

    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Hallucinogenic Troll
    Senior Member
    Join Date: Apr 2015
    Old 12-26-2015 , 16:23   Re: [ANY] Console Chat Manager (multilanguage/colors console chat support) 1.2
    Reply With Quote #8

    Tested in My Servers and It Works!






    Ty for adding "block" support, it helped me a lot, since it spammed 3x about the weapons or more (entwatch + upgrades + pick ups + use).

    Last edited by Hallucinogenic Troll; 01-20-2016 at 10:34. Reason: Adding servers with the plugin.
    Hallucinogenic Troll is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 01-07-2016 , 15:35   Re: [ANY] Console Chat Manager (multilanguage/colors console chat support) 1.2
    Reply With Quote #9

    Added more map configs generated

    https://github.com/Franc1sco/Franug-...9d04936c39f0ab
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.

    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Sw33T3R
    AlliedModders Donor
    Join Date: Mar 2014
    Old 01-16-2016 , 16:56   Re: [ANY] Console Chat Manager (multilanguage/colors console chat support) 1.2
    Reply With Quote #10

    It's possible to replace map sound?
    Sw33T3R is offline
    Reply



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 19:22.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode