AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] Console Chat Manager (multilanguage/colors console chat support) (https://forums.alliedmods.net/showthread.php?t=276485)

Franc1sco 12-22-2015 09:49

[ANY] Console Chat Manager (multilanguage/colors console chat support)
 
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):


-http://cache.www.gametracker.com/ser...FFF_000000.png


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

Franc1sco 12-22-2015 19:36

Re: [ANY] Console Chat Manager (multilanguage console chat support)
 
New version 1.1

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

https://github.com/Franc1sco/Franug-...b1454451c581d7

Franc1sco 12-23-2015 17:54

Re: [ANY] Console Chat Manager (multilanguage/colors console chat support)
 
Added darkred color by default for the console chat

https://github.com/Franc1sco/Franug-...97ffeec65f60db

Franc1sco 12-26-2015 02:33

Re: [ANY] Console Chat Manager (multilanguage/colors console chat support)
 
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!"
                ]
        }
}


Franc1sco 12-26-2015 03:27

Re: [ANY] Console Chat Manager (multilanguage/colors console chat support) 1.2
 
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! :bacon!:

cTmoNe 12-26-2015 03:33

Re: [ANY] Console Chat Manager (multilanguage/colors console chat support) 1.2
 
Can you put a pic?

Franc1sco 12-26-2015 03:44

Re: [ANY] Console Chat Manager (multilanguage/colors console chat support) 1.2
 
Quote:

Originally Posted by ZombiMod.Com (Post 2376353)
Can you put a pic?

You mean a overlay when appear X message? good idea! I will add it :bacon!:

Hallucinogenic Troll 12-26-2015 16:23

Re: [ANY] Console Chat Manager (multilanguage/colors console chat support) 1.2
 
Tested in My Servers and It Works!


http://cache.www.gametracker.com/ser...FFF_000000.png
http://cache.www.gametracker.com/ser...FFF_000000.png
http://cache.www.gametracker.com/ser...FFF_000000.png

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

Franc1sco 01-07-2016 15:35

Re: [ANY] Console Chat Manager (multilanguage/colors console chat support) 1.2
 
Added more map configs generated

https://github.com/Franc1sco/Franug-...9d04936c39f0ab

Sw33T3R 01-16-2016 16:56

Re: [ANY] Console Chat Manager (multilanguage/colors console chat support) 1.2
 
It's possible to replace map sound?


All times are GMT -4. The time now is 15:26.

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