sourcemod/translations/basetriggers.phrases.txt
ambaca 8f7a1641fc
Friendly Fire support L4D(2) games. (#1530)
Support L4D(2) Friendly Fire In Basetriggers.sp #1522

- Games have cvar mp_friendlyfire min. and max. bounds set to 1
- Removing mp_friendlyfire lower bound and set to 0, cvar have no purpose on friendly fire damage.
- FF works from z_difficulty and each difficult level have FF damage ration cvars:
survivor_friendly_fire_factor_easy
survivor_friendly_fire_factor_normal
survivor_friendly_fire_factor_hard
survivor_friendly_fire_factor_expert

Update added PRINT_TO_ things from previous update.

Co-authored-by: Bacardi <>
2022-12-29 14:00:58 +00:00

123 lines
1.8 KiB
Plaintext

"Phrases"
{
"Timeleft"
{
"en" "Time remaining for map: "
}
"Thetime"
{
"#format" "{1:s}"
"en" "The current server time is {1}"
}
"Friendly Fire On"
{
"en" "Friendly Fire is enabled."
}
"Friendly Fire Off"
{
"en" "Friendly Fire is disabled."
}
"Friendly Fire Percent"
{
"#format" "{1:0.0f}"
"en" "Friendly Fire is {1}%."
}
"Current Map"
{
"#format" "{1:s}"
"en" "The current map is {1}."
}
"WinLimitAppend"
{
"en" ", or change map after a team wins one round"
}
"WinLimit"
{
"en" "Map will change after a team wins one round"
}
"MaxRoundsAppend"
{
"en" ", or change map after one more round"
}
"MaxRounds"
{
"en" "Map will change after one more round"
}
"FragLimitAppend"
{
"en" ", or change map after player reaches one frag"
}
"FragLimit"
{
"en" "Map will change after a player reaches one frag"
}
"WinLimitAppendPlural"
{
"#format" "{1:i}"
"en" ", or change map after a team wins {1} rounds"
}
"WinLimitPlural"
{
"#format" "{1:i}"
"en" "Map will change after a team wins {1} rounds"
}
"MaxRoundsAppendPlural"
{
"#format" "{1:i}"
"en" ", or change map after {1} more rounds"
}
"MaxRoundsPlural"
{
"#format" "{1:i}"
"en" "Map will change after {1} more rounds"
}
"FragLimitAppendPlural"
{
"#format" "{1:i}"
"en" ", or change map after player reaches {1} frags"
}
"FragLimitPlural"
{
"#format" "{1:i}"
"en" "Map will change after a player reaches {1} frags"
}
"LastRound"
{
"en" "This is the last round!!"
}
"NoTimelimit"
{
"en" "No timelimit for map"
}
"Next Map"
{
"#format" "{1:s}"
"en" "Next Map: {1}"
}
"Pending Vote"
{
"en" "Pending Vote"
}
}