//TITLES FOR HALF-LIFE // Position command $position x y // x & y are from 0 to 1 to be screen resolution independent // -1 means center in each dimension // Effect command $effect // effect 0 is fade in/fade out // effect 1 is flickery credits // effect 2 is write out (training room) // effect -1 is print center (normal text in center of screen) // effect -2 is print notify (normal text in top left of screen) // effect -3 is print center (text piped straight into console) // effect -4 is print talk (normal text in lower middle of screen) // Text color r g b command $color // fadein time fadeout time / hold time // $fadein (message fade in time - per character in effect 2) // $fadeout (message fade out time) // $holdtime (stay on the screen for this long) // the only flags TFC uses are the effect value -4 through -1, for screen positions $effect 0 // game text // other menu text Menu_OK { OK } Menu_Cancel { CANCEL } Menu_Spectate { SPECTATE } // Spectator Menu Spec_Mode1 { Locked Chase-Camera Mode } Spec_Mode2 { Free Chase-Camera Mode } Spec_Mode3 { Free Roaming Mode } Spec_NoTarget { No Valid Targets. Cannot Switch to Chase-Camera Mode. } Spectators { Spectators } Unassigned { Unassigned } // Scoreboard TEAMS { TEAMS } PLAYERS { PLAYERS } CLASS { CLASS } SCORE { SCORE } DEATHS { DEATHS } LATENCY { LATENCY } // Discwar Versus { VS } Queue { Queue } PLACE { QUEUE } WINS { WINS } POINTS { POINTS } Triple { Triple Shot } Fast { Fast Shot } Hard { Power Shot } Freeze { Freeze Shot } Spec_Help { SPACE for Next Target CTRL for Prev Target ENTER to Change Modes } Spec_Help2 { You will automatically be placed in the game when it's your turn to play } // Rewards Hit_Direct { Direct Hit Kill! 1 Point! } Hit_One { Single Rebound Kill! 2 Points! } Hit_Two { Double Rebound Kill! 3 Points! } Hit_Three { Triple Rebound Kill! 4 Points! } Hit_Decap { Decapitation! 1 Point! } Hit_Multiple { Multiple Kill Disc! 5 Points! } Hit_Tele { Teleport Bonus! 1 Point! } Time_Warning { 10 Seconds till round ends! } Time_Over { Time limit reached. } Opponent { Opponent: %s Wins: %d Points: %d }