En 🇬🇧 WIKI EN
☰ 1. What are the different chat rooms for?
Brief description of each cat:
- Global Chat: Global Chat allows you to send messages to the entire server.
- Zone Chat: Zone Chat allows you to send messages to users in your zone, the distance is editable in the configuration file.
- Whisper Chat: Whisper Chat allows you to send messages at a short range (3m by default). A sphere is drawn around you which allows you to see the range of your message.
- Team chat: Team chat allows you to send messages only to your team.
- Private chat: Private chat allows you to send a message to one user only and this is also where you receive your private messages. No need to type in an unreadable user name like on other systems, just click on the user's name among the online users.
- Chat Staff: Chat only with your staff. Windows feedback for writing on Discord is exhausting.
- VIP Chat: VIP Chat allows your VIP members to have this space reserved for them, you can for example write things that your non-VIP users can't see.
- System: System messages and information will be found here.
☰ 2. How do I add a background image?
Click on the palette at the top right: Insert the link of the image in: Admin Background

☰ 3. Customizing the chat for my Gmod server
Click on the palette on the top right and on : Edit Colors, this customization is used to modify the chat of your Gmod server.

☰ 4. How to change the size of the Chat?
The fullscreen button enlarges the chat to the size of the user's resolution.
Edite the size : Allows you to edit the size of the chat, this concerns the general configuration. This is for everyone.

☰ 5. How do I configure the Staff Rank List for the Staff or VIP Chat?
Go to the configuration file and find its lines:
cfg.staff_groups = {
admin = true,
superadmin = true,
moderator = true
}
cfg.vip_groups = {vip = true,
admin = true,
superadmin = true,
moderator = true
}
☰ 6. How to reduce the size of the Zone chat?
Go to the configuration file and find the line :
cfg.local_chat_distance = 2000
☰ 7. How to increase the range of whispers?
Go to the configuration file and find the line :
cfg.whisper_distance = 250
☰ 8. How to restrain the chat when the player is dead?
Go to the configuration file and find the line :
cfg.The_Dead_dont_speak=1
☰ 9. How to change the font of the Gmod chat?
Go to the configuration file and find the line :
nordahl_cfg_3917.custom_fonts="Trebuchet24"
☰ 10. How to reduce the minimum configurable size of the Gmod cat?
You will find its two lines in the configuration file :
cfg.chat_minimal_wide = 850 --Defines the minimum width configurable with the size editor
cfg.chat_minimal_tall = 400 --Defines the minimum height configurable with the size editor
☰ 11. How do I move the HUD chat messages down or to the right?
Click on the palette on the top right and on : Global Size, this customization is used to change the position of the chat message notifier on the HUD.

☰ 12. How to change the maximum number of messages displayed on the HUD?
Click on the palette at the top right and on : Global Size / Max Message in Notifier, this customization is used to change the number of messages on the HUD.

☰ 13. How to reduce the length of the notifier on the HUD?
Click on the palette at the top right and on : Global Size / Wrap Text % of Resolution, this customization is used to modify the length of messages on the HUD, it is the percentage of the resolution for a responsive rendering according to the resolution of everyone. The text is WRAP automatically since version 1.4

☰ 14. Is there a way for advanced chat to use the enter key to submit instead of pressing send?
In the configuration file go to the line: Make your choice if necessary.
----- CHat Multiline Option -----
-- 0 = Only and press Enter to Send
-- 1 = Multiline and clic on a button to Send
cfg.Chat_Multiline = 1
☰ 15. How to change the message display time of the chat in the HUD?
Since update 2.0 the variable Msg_HUDraw_Delay has been added in the config file of the chat system by default it is set to 10 seconds:
cfg.Msg_HUDraw_Delay = 10
☰ 16. How to display the color of the ranks in the chat on Gmod?
Find the variable in the configuration file: cfg.notification_color_rank and make sure it is set to 1.
And in cfg.rank_msg_color add the ranks with the RGB color code. Don't forget the comma at the end of each line. Otherwise it will cause a Lua error.
----- Rank message color-----
cfg.notification_color_rank = 1 --Enable the color rank in notification on the HUD
cfg.rank_msg_color={
superadmin=Color(255,0,0),
vip=Color(255,255,51),
user=Color(255,255,255),
}
Fr 🇫🇷 WIKI FR
☰ 1. À quoi servent les differents salon de discussion?
Bref description de chaque chat :
- Chat Global: Le Chat Global permet d'envoyer des messages à tout le serveur.
- Chat de Zone: Le Chat de Zone permet d'envoyer des messages aux utilisateurs dans votre zone, la distance est éditable dans le fichier configuration.
- Chat murmure(Whisper): Le Chat Murmure permet d'envoyer des messages à une courte porté (3m par défaut) Une sphère se dessine autour de vous qui vous permet de voir la porté de votre message.
- Chat d'équipe: Le Chat d'équipe (Team chat) comme son nom l'indique permet d'envoyer des messages uniquement à votre team.
- Chat privée: Le Chat Privée permet d'envoyer un message à un utilisateur uniquement et c'est ici aussi que vous recevez vos messages privée. Pas besoin de taper de nom illisible d'un utilisateur comme sur d'autre système, cliquez sur le nom de l’utilisateur parmi les utilisateurs en ligne.
- Chat Staff: Échangez uniquement avec votre Staff. Les retours windows pour écrire sur Discord vous avouerez que ça épuise.
- Chat VIP: Le Chat VIP permet à vos membres VIP d'avoir cette espace qui leur est réservé, vous pouvez par exemple y écrire des choses que vos utilisateurs non VIp ne peuvent pas voir.
- Système: Les messages systèmes, et informations se trouveront ici.
☰ 2. Comment ajouter une image de fond?
Cliquez sur la palette en haut à droite : Inserez le lien de l'image dans : Admin Background

☰ 3. Customisation du chat pour mon serveur Gmod
Cliquez sur la palette en haut à droite et sur : Edit Colors, cette customisation sert à modifier le chat de votre serveur Gmod.

☰ 4. Comment modifier la taille du chat?
Le bouton fullscreen permet d’agrandir la chat à la taille de la résolution de l'utilisateur.
Edite the size : Permet d'éditer la taille du chat, cela concerne la configuration général. C'est pour tout le monde.

☰ 5. Comment configurer la liste des rangs Staff pour le salon Staff ou VIP?
Allez dans le fichier configuration et retrouvez ses lignes :
cfg.staff_groups = {
admin = true,
superadmin = true,
moderator = true
}
cfg.vip_groups = {vip = true,
admin = true,
superadmin = true,
moderator = true
}
☰ 6. Comment réduire la taille du chat de Zone?
Allez dans le fichier configuration et retrouvez la ligne :
cfg.local_chat_distance = 2000
☰ 7. Comment augmenter la porté des murmures?
Allez dans le fichier configuration et retrouvez la ligne :
cfg.whisper_distance = 250
☰ 8. Comment restraindre le chat lorsque le joueur est mort?
Allez dans le fichier configuration et retrouvez la ligne :
cfg.The_Dead_dont_speak=1
☰ 9. Comment modifier la police d'écriture du chat Gmod?
Allez dans le fichier configuration et retrouvez la ligne :
nordahl_cfg_3917.custom_fonts="Trebuchet24"
☰ 10. Comment réduire la taille minimum configurable du chat Gmod?
Vous trouverez ses deux lignes dans le fichier configuration :
cfg.chat_minimal_wide = 850 --Définit la largeur minimum configurable avec l'éditeur de taille
cfg.chat_minimal_tall = 400 --Définit la hauteur minimum configurable avec l'éditeur de taille
☰ 11. Comment déplacer les messages de chat de l'HUD vers le bas ou la droite?
Cliquez sur la palette en haut à droite et sur : Global Size, cette customisation sert à modifier la position du notifer des messages de chat sur le HUD.

☰ 12. Comment modifier le nombre de messages max affiché sur le HUD?
Cliquez sur la palette en haut à droite et sur : Global Size / Max Message in Notifier, cette customisation sert à modifier le nombre de message sur le HUD.

☰ 13. Comment réduire la longueur du notifier sur l'HUD?
Cliquez sur la palette en haut à droite et sur : Global Size / Wrap Text % of Resolution, cette customisation sert à modifier le longueur des messages sur le HUD, il s'agit du pourcentage de la résolution pour un rendu responsive en fonction des résolution de tout le monde. Le texte se WRAP automatiquement depuis la version 1.4

☰ 14. Existe-t-il un moyen pour le chat avancé d'utiliser la touche entrée pour soumettre au lieu d'appuyer sur envoyer ?
Dans le fichier configuration allez à la ligne : Faite votre choix au besoin.
----- CHat Multiline Option -----
-- 0 = Seulement et appuyez sur Enter pour envoyer
-- 1 = Multiline et cliquer sur un bouton pour envoyer
cfg.Chat_Multiline = 1
☰ 15. Comment modifier le temps d'affichage des messages du chat dans l'HUD?
Depuis la mise à jour 2.0 la variable Msg_HUDraw_Delay a été ajouté dans le fichier config du système de chat par défaut elle est réglé sur 10 secondes:
cfg.Msg_HUDraw_Delay = 10
☰ 16. Comment afficher la couleur des rangs dans le chat sur Gmod?
Trouvez la variable dans le fichier configuration: cfg.notification_color_rank et assurez vous qu'elle soit sur 1.
Et dans cfg.rank_msg_color ajoutez les rangs avec le code couleur RGB. N'oubliez pas la virgule à la fin de chaque ligne. Sinon cela causera une erreur Lua.
----- Rank message color-----
cfg.notification_color_rank = 1 --Enable the color rank in notification on the HUD
cfg.rank_msg_color={
superadmin=Color(255,0,0),
vip=Color(255,255,51),
user=Color(255,255,255),
}