diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-31 23:14:58 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-31 23:14:58 +0100 |
commit | 9a96d0bff56f1969c68bb52a2f33296095bdc67d (patch) | |
tree | 4175928e488632705692e3cccafa1a38dd854615 /Northstar.Custom/mod/resource | |
parent | 27bd240871b7c0f2f49fef137718b2e3c208e3b4 (diff) | |
download | NorthstarMods-9a96d0bff56f1969c68bb52a2f33296095bdc67d.tar.gz NorthstarMods-9a96d0bff56f1969c68bb52a2f33296095bdc67d.zip |
move to new mod format
Diffstat (limited to 'Northstar.Custom/mod/resource')
-rw-r--r-- | Northstar.Custom/mod/resource/northstar_custom_english.txt | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/Northstar.Custom/mod/resource/northstar_custom_english.txt b/Northstar.Custom/mod/resource/northstar_custom_english.txt new file mode 100644 index 00000000..47c6a8bc --- /dev/null +++ b/Northstar.Custom/mod/resource/northstar_custom_english.txt @@ -0,0 +1,69 @@ +"lang" +{ + "Language" "english" + "Tokens" + { + "PL_sbox" "Sandbox" + "PL_sbox_lobby" "Sandbox Lobby" + "PL_sbox_desc" "like gmod but worse" + "PL_sbox_abbr" "SBOX" + "GAMEMODE_SBOX" "Sandbox" + + "PL_gg" "Gun Game" + "PL_gg_lobby" "Gun Game Lobby" + "PL_gg_desc" "Get a kill with each gun to win." + "PL_gg_abbr" "GG" + "GAMEMODE_GG" "Gun Game" + + "PL_tt" "Titan Tag" + "PL_tt_lobby" "Titan Tag Lobby" + "PL_tt_desc" "Earn points while in your titan. Destroy a titan to get your own." + "PL_tt_abbr" "TT" + "GAMEMODE_TT" "Titan Tag" + + "PL_inf" "Infection" + "PL_inf_lobby" "Infection Lobby" + "PL_inf_desc" "Survivors are infected when killed." + "PL_inf_abbr" "INF" + "GAMEMODE_INF" "Infection" + "INFECTION_YOU_ARE_INFECTED" "You've been Infected!" + "INFECTION_KILL_SURVIVORS" "Infect All Remaining Survivors." + "INFECTION_FIRST_INFECTED" "%s1 is the First Infected." + "INFECTION_LAST_SURVIVOR" "%s1 is the Last Survivor!" + "INFECTION_KILL_LAST_SURVIVOR" "Infect them before time runs out!" + "INFECTION_YOU_ARE_LAST_SURVIVOR" "You are the Last Survivor!" + "INFECTION_SURVIVE_LAST_SURVIVOR" "Survive." + + // these are defined in r1_english but titan war is a shit name so i'm changing it to another one that was referenced in development + "GAMEMODE_fw" "Frontier War" + "PL_fw" "Frontier War" + "PL_fw_lobby" "Frontier War Lobby" + "PL_fw_desc" "Destroy the enemy's harvester and protect your own" + "PL_fw_abbr" "FW" + + "GAMEMODE_kr" "Amped Killrace" + "PL_kr" "Amped Killrace" + "PL_kr_lobby" "Amped Killrace Lobby" + "PL_kr_desc" "Get kills to increase the length of your killrace. Collect the flag to start it. Set the record to win" + "PL_kr_abbr" "KR" + "SCOREBOARD_KR_RECORD" "Kill Record" + "KR_NEW_RACER" "%s1 is the amped killracer" + "KR_YOU_ARE_NEW_RACER" "You are the amped killracer" + "KR_YOU_SET_NEW_RECORD" "Set a New Kill Record!" + "KR_FLAG_INCOMING" "Flag incoming" + "KR_COLLECT_FLAG" "Collect it to become the Killracer!" + "KR_ENEMY_KILLRACE_OVER" "%s1's killrace is over" + "KR_YOUR_KILLRACE_OVER" "Your killrace is over" + "KR_YOUR_KILLRACE_SCORE" "You got %s1 kills." + + "GAMEMODE_fastball" "Fastball" + "PL_fastball" "Fastball" + "PL_fastball_lobby" "Fastball Lobby" + "PL_fastball_desc" "Permadeath. Hack control panels to win rounds and respawn your teammates." + "PL_fastball_abbr" "FB" + "FASTBALL_PANEL_CAPTURED" "%s1 captured panel %s2" + "SCOREBOARD_FASTBALL_HACKS" "Panels Captured" + + "GAMEMODE_ctf_comp" "Competitive CTF" + } +} |