Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translation not displaying correctly in fistful of frags #72

Open
connorrichlen opened this issue Dec 19, 2020 · 0 comments
Open

translation not displaying correctly in fistful of frags #72

connorrichlen opened this issue Dec 19, 2020 · 0 comments

Comments

@connorrichlen
Copy link

connorrichlen commented Dec 19, 2020

I'm having an issue with this plugin on fistful of frags. The chat returns uncolored with " {default}" prefixed. Hextags is not yet installed, so the chat should return as it does normally, yes?

Here is the config chat_processor.cfg:
I verified it is prefixed with HL2MP_ in fof_english.txt, line 611

"chat-processor"
{
	"csgo"
	{
		"Cstrike_Chat_CT_Loc"	"(Counter-Terrorist) {1} : {2}"
		"Cstrike_Chat_CT"	"(Counter-Terrorist) {1} : {2}"
		"Cstrike_Chat_T_Loc"	"(Terrorist) {1} : {2}"
		"Cstrike_Chat_T"	"(Terrorist) {1} : {2}"
		"Cstrike_Chat_CT_Dead"	"*DEAD*(Counter-Terrorist) {1} : {2}"
		"Cstrike_Chat_T_Dead"	"*DEAD*(Terrorist) {1} : {2}"
		"Cstrike_Chat_Spec"	"(Spectator) {1} : {2}"
		"Cstrike_Chat_All"	"{1} : {2}"
		"Cstrike_Chat_AllDead"	"*DEAD* {1} : {2}"
		"Cstrike_Chat_AllSpec"	"*SPEC* {1} : {2}"
	}

	"csco"
	{
		"Cstrike_Chat_CT_Loc"	"(Counter-Terrorist) {1} : {2}"
		"Cstrike_Chat_CT"	"(Counter-Terrorist) {1} : {2}"
		"Cstrike_Chat_T_Loc"	"(Terrorist) {1} : {2}"
		"Cstrike_Chat_T"	"(Terrorist) {1} : {2}"
		"Cstrike_Chat_CT_Dead"	"*DEAD*(Counter-Terrorist) {1} : {2}"
		"Cstrike_Chat_T_Dead"	"*DEAD*(Terrorist) {1} : {2}"
		"Cstrike_Chat_Spec"	"(Spectator) {1} : {2}"
		"Cstrike_Chat_All"	"{1} : {2}"
		"Cstrike_Chat_AllDead"	"*DEAD* {1} : {2}"
		"Cstrike_Chat_AllSpec"	"*SPEC* {1} : {2}"
	}

	"cstrike"
	{
		"Cstrike_Chat_CT_Loc"	"(Counter-Terrorist) {1}{3} : {2}"
		"Cstrike_Chat_CT"	"(Counter-Terrorist) {1}{3} : {2}"
		"Cstrike_Chat_T_Loc"	"(Terrorist) {1}{3} : {2}"
		"Cstrike_Chat_T"	"(Terrorist) {1}{3} : {2}"
		"Cstrike_Chat_CT_Dead"	"*DEAD*(Counter-Terrorist) {1}{3} : {2}"
		"Cstrike_Chat_T_Dead"	"*DEAD*(Terrorist) {1}{3} : {2}"
		"Cstrike_Chat_Spec"	"(Spectator) {1}{3} : {2}"
		"Cstrike_Chat_All"	"{1}{3} : {2}"
		"Cstrike_Chat_AllDead"	"*DEAD* {1}{3} : {2}"
		"Cstrike_Chat_AllSpec"	"*SPEC* {1}{3} : {2}"
	}

	"left4dead"
	{
		"L4D_Chat_Infected"	"(Infected) {1} : {2}"
		"L4D_Chat_Survivor"	"(Survivor) {1} : {2}"
		"L4D_Chat_Infected_Dead"	"*DEAD*(Infected) {1} : {2}"
		"L4D_Chat_Survivor_Dead"	"*DEAD*(Survivor) {1} : {2}"
		"L4D_Chat_Spec"	"(Spectator) {1} : {2}"
		"L4D_Chat_All"	"{1} : {2}"
		"L4D_Chat_AllDead"	"*DEAD* {1} : {2}"
		"L4D_Chat_AllSpec"	"*SPEC* {1} : {2}"
	}

	"left4dead2"
	{
		"L4D_Chat_Infected"	"(Infected) {1} : {2}"
		"L4D_Chat_Survivor"	"(Survivor) {1} : {2}"
		"L4D_Chat_Infected_Dead"	"*DEAD*(Infected) {1} : {2}"
		"L4D_Chat_Survivor_Dead"	"*DEAD*(Survivor) {1} : {2}"
		"L4D_Chat_Spec"	"(Spectator) {1} : {2}"
		"L4D_Chat_All"	"{1} : {2}"
		"L4D_Chat_AllDead"	"*DEAD* {1} : {2}"
		"L4D_Chat_AllSpec"	"*SPEC* {1} : {2}"
	}

	"tf"
	{
		"TF_Chat_Team_Loc"	"(TEAM) {1} : {2}"
		"TF_Chat_Team"	"(TEAM) {1} : {2}"
		"TF_Chat_Team_Dead"	"*DEAD*(TEAM) {1} : {2}"
		"TF_Chat_Spec"	"(Spectator) {1} : {2}"
		"TF_Chat_All"	"{1} : {2}"
		"TF_Chat_AllDead"	"*DEAD* {1} : {2}"
		"TF_Chat_AllSpec"	"*SPEC* {1} : {2}"
		"TF_Chat_Coach"	"(Coach) {1} : {2}"
	}

	"hl2mp"
	{
		"HL2MP_Chat_Team_Loc"	"(TEAM) {1} : {2}"
		"HL2MP_Chat_Team"	"(TEAM) {1} : {2}"
		"HL2MP_Chat_Team_Dead"	"*DEAD*(TEAM) {1} : {2}"
		"HL2MP_Chat_Spec"	"(Spectator) {1} : {2}"
		"HL2MP_Chat_All"	"{1} : {2}"
		"HL2MP_Chat_AllDead"	"*DEAD* {1} : {2}"
		"HL2MP_Chat_AllSpec"	"*SPEC* {1} : {2}"
	}

	"fof"
	{
		"HL2MP_Chat_All"	"{1}: {2}"
		"HL2MP_Chat_AllSpec"	"*SPEC* {1}: {2}"
		"HL2MP_Chat_Team"	"(TEAM)- {1}: {2}"
		"HL2MP_Chat_Spec"	"(Spectator)- {1}: {2}"
	}
}

Here is the output of chat: {default}GP⋆ Skooma Claus: test

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant