Skip to content

Chat say and say_team is not displayed in demos #94

Closed
@crashzk

Description

@crashzk

Describe the Bug
Chat say and say_team is not displayed in demos.

To Reproduce
Steps to reproduce the behavior:

  1. Install HexTags version Simple Chat Processor - Implement SCP support #90
  2. Send messages in chat, either say or say_team

Expected Behavior
In the recorded server demos, all messages sent in the chat, either by say or say_team must be recorded in the demo and then it will be possible to view the messages if someone watches the demo.

System Details

"HexTags"
{
   "@DONO"
   {
   	"ChatTag"	"{darkred}[ DONO ] "
   	"ChatColor"	"{green}"
   	"NameColor" "{teamcolor}"
   }

   "@SUBDONO"
   {
   	"ChatTag"	"{darkblue}[ SUB-DONO ] "
   	"ChatColor"	"{green}"
   	"NameColor" "{teamcolor}"
   }

   "@ADMIN"
   {
   	"ChatTag"	"{green}[ ADMIN ] "
   	"ChatColor"	"{green}"
   	"NameColor" "{teamcolor}"
   }

   "@MOD"
   {
   	"ChatTag"	"{orchid}[ MOD ] "
   	"ChatColor"	"{green}"
   	"NameColor" "{teamcolor}"
   }

   "@MODTRIAL"
   {
   	"ChatTag"	"{orchid}[ MOD TRIAL ] "
   	"ChatColor"	"{green}"
   	"NameColor" "{teamcolor}"
   }

   "@PREMIUM"
   {
   	"ScoreTag"	"[ PREMIUM ]"
   	"ChatTag"	"{gold}[ PREMIUM ] "
   	"ChatColor"	"{green}"
   	"NameColor" "{teamcolor}"
   }

   "@VIP"
   {
   	"ScoreTag"	"[ VIP ]"
   	"ChatTag"	"{gold}[ VIP ] "
   	"ChatColor"	"{green}"
   	"NameColor" "{teamcolor}"
   }

   "Default"
   {
   	"ChatTag"	"{darkred}i ♥ zk "
   	"ChatColor"	"{default}"
   	"NameColor" "{teamcolor}"
   }
}

Additional Context
To register the chat in the demo, I configured the GOTV with the following configuration in the server.cfg file:

//GOTV
tv_enable "1" 						
tv_autorecord "1"						
tv_delay "10" 							
tv_advertise_watchable "1"
tv_maxclients "32"
tv_title "GOTV" 
tv_name "GOTV"
tv_password ""						
tv_allow_camera_man "1" 		
tv_allow_static_shots "1" 		
tv_snapshotrate "32" 					
tv_nochat "0" 						
tv_timeout "45" 						
tv_port "27015"						
tv_delaymapchange "0"					
tv_dispatchmode "1"					
tv_relayradio "1"					
tv_relayvoice "1"				
tv_relaytextchat "2"					
tv_transmitall "1"						

After everything is configured, just enter and send messages, as you can see later in the demo, the chat messages are not displayed, only voice and radio.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions