home *** CD-ROM | disk | FTP | other *** search
/ CD Action 80 / cdaction-80.iso / #dema / unreal / UT2003-Demo.exe / System / Engine.int < prev    next >
INI File  |  2002-09-13  |  10KB  |  335 lines

  1. [Public]
  2. ;Object=(Name=Engine.Console,Class=Class,MetaClass=Engine.Console)
  3. Object=(Name=Engine.ServerCommandlet,Class=Class,MetaClass=Core.Commandlet)
  4. Object=(Name=Engine.MasterMD5Commandlet,Class=Class,MetaClass=Core.Commandlet)
  5. Preferences=(Caption="Advanced",Parent="Advanced Options")
  6. Preferences=(Caption="Game Engine Settings",Parent="Advanced",Class=Engine.GameEngine,Category=Settings,Immediate=True)
  7. Preferences=(Caption="Key Aliases",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=Aliases)
  8. Preferences=(Caption="Raw Key Bindings",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=RawKeys)
  9. Preferences=(Caption="Drivers",Parent="Advanced Options",Class=Engine.Engine,Immediate=False,Category=Drivers)
  10. Preferences=(Caption="Public Server Information",Parent="Networking",Class=Engine.GameReplicationInfo,Immediate=True)
  11. Preferences=(Caption="Game Settings",Parent="Advanced Options",Class=Engine.GameInfo,Immediate=True)
  12.  
  13. [Errors]
  14. NetOpen="Error opening file"
  15. NetWrite="Error writing to file"
  16. NetRefused="Server refused to send '%s'"
  17. NetClose="Error closing file"
  18. NetSize="File size mismatch"
  19. NetMove="Error moving file"
  20. NetInvalid="Received invalid file request"
  21. NoDownload="Package '%s' is not downloadable"
  22. DownloadFailed="Downloading package '%s' failed: %s"
  23. RequestDenied="Server requested file from pending level: Denied"
  24. ConnectionFailed="Connection failed"
  25. ChAllocate="Couldn't allocate channel"
  26. NetAlready="Already networking"
  27. NetListen="Listen failed: No linker context available"
  28. LoadEntry="Can't load Entry: %s"
  29. InvalidUrl="Invalid URL: %s"
  30. InvalidLink="Invalid Link: %s"
  31. FailedBrowse="Failed to enter %s: %s"
  32. Listen="Listen failed: %s"
  33. AbortToEntry="Failed; returning to Entry"
  34. ServerOpen="Servers can't open network URLs"
  35. ServerListen="Dedicated server can't listen: %s"
  36. Pending="Pending connect to '%s' failed; %s"
  37. LoadPlayerClass="Failed to load player class"
  38. ServerOutdated="Server's version is outdated"
  39. ClientOutdated="You need to apply the latest patches"
  40. InvalidCDKey="Your CD key appears to be invalid.  You will need to reinstall the game and enter your CD key to fix this problem."
  41.  
  42. [UpgradeDrivers]
  43. OutdatedDrivers="You are running old graphics card drivers that might not work in conjunction with the game."
  44. OursOrWeb="Choose YES to install updated drivers from our CD and NO to visit the manufacturers homepage"
  45. InsertCD="Please insert your Unreal Tournament CD 3"
  46. NvidiaURL="http://www.nvidia.com/content/drivers/drivers.asp"
  47. AtiURL="http://www.ati.com/support/driver.html"
  48. CDButton="Upgrade from CD"
  49. WebButton="Upgrade from Web"
  50. cancelButton="Don't Upgrade"
  51.  
  52. [KeyNames]
  53. Up="UP"
  54. Right="RIGHT"
  55. Left="LEFT"
  56. Down="DOWN"
  57. LeftMouse="LEFT MOUSE"
  58. RightMouse="RIGHT MOUSE"
  59. MiddleMouse="MIDDLE MOUSE"
  60. MouseX="MOUSE X"
  61. MouseY="MOUSE Y"
  62. MouseZ="MOUSE Z"
  63. MouseW="MOUSE W"
  64. JoyX="JOY X"
  65. JoyY="JOY Y"
  66. JoyZ="JOY Z"
  67. JoyU="JOY U"
  68. JoyV="JOY V"
  69. JoySlider1="JOYSLIDER 1"
  70. JoySlider2="JOYSLIDER 2"
  71. MouseWheelUp="MOUSEWHEEL UP"
  72. MouseWheelDown="MOUSEWHEEL DOWN"
  73. Joy1="JOY 1"
  74. Joy2="JOY 2"
  75. Joy3="JOY 3"
  76. Joy4="JOY 4"
  77. Joy5="JOY 5"
  78. Joy6="JOY 6"
  79. Joy7="JOY 7"
  80. Joy8="JOY 8"
  81. Joy9="JOY 9"
  82. Joy10="JOY 10"
  83. Joy11="JOY 11"
  84. Joy12="JOY 12"
  85. Joy13="JOY 13"
  86. Joy14="JOY 14"
  87. Joy15="JOY 15"
  88. Joy16="JOY 16"
  89. Space="SPACE"
  90. PageUp="PAGE UP"
  91. PageDown="PAGE DOWN"
  92. End="END"
  93. Home="HOME"
  94. Select="SELECT"
  95. Print="PRINT"
  96. Execute="EXECUTE"
  97. PrintScrn="PRINTSCRN"
  98. Insert="INSERT"
  99. Delete="DELETE"
  100. Help="HELP"
  101. NumPad0="NUM 0"
  102. NumPad1="NUM 1"
  103. NumPad2="NUM 2"
  104. NumPad3="NUM 3"
  105. NumPad4="NUM 4"
  106. NumPad5="NUM 5"
  107. NumPad6="NUM 6"
  108. NumPad7="NUM 7"
  109. NumPad8="NUM 8"
  110. NumPad9="NUM 9"
  111. GreyStar="GREY STAR"
  112. GreyPlus="GREY PLUS"
  113. Separator="SEPARATOR"
  114. GreyMinus="GREY MINUS"
  115. NumPadPeriod="NUM ."
  116. GreySlash="GREY SLASH"
  117. Pause="PAUSE"
  118. CapsLock="CAPSLOCK"
  119. Tab="TAB"
  120. Enter="ENTER"
  121. Shift="SHIFT"
  122. NumLock="NUMLOCK"
  123. Escape="ESCAPE"
  124.  
  125. [Progress]
  126. CancelledConnect="Cancelled Connect Attempt"
  127. RunningNet="%s: %s (%i players)"
  128. NetReceiving="Receiving '%s': %i/%i"
  129. NetReceiveOk="Successfully received '%s'"
  130. NetSend="Sending '%s'"
  131. NetSending="Sending '%s': %i/%i"
  132. Connecting="Connecting..."
  133. Listening="Listening for clients..."
  134. Loading="Loading"
  135. Saving="Saving"
  136. Paused="Paused by %s"
  137. ReceiveFile="Receiving '%s' (F10 Cancels)"
  138. ReceiveOptionalFile="Receiving optional file '%s' (Press F10 to Skip)"
  139. ReceiveSize="Size %iK, Complete %3.1f%%"
  140. ConnectingText=""
  141. ConnectingURL="unreal://%s/%s"
  142.  
  143. [ServerCommandlet]
  144. HelpCmd=server
  145. HelpOneLiner="Network game server"
  146. HelpUsage=server map.unr[?game=gametype] [-option...] [parm=value]...
  147. HelpWebLink=http://unreal.epicgames.com/servertips.htm
  148. HelpParm[0]=Log
  149. HelpDesc[0]="Specify the log file to generate"
  150. HelpParm[1]=AllAdmin
  151. HelpDesc[1]="Give all players admin privelages"
  152.  
  153. [MasterMD5Commandlet]
  154. HelpCmd=mastermd5 [*.ext {*.ext ...} ]
  155. HelpOneLiner="Generate the master MD5 table"
  156. HelpUsage=mastermd5
  157. HelpWebLink=http://unreal.epicgames.com/servertips.htm
  158.  
  159. [General]
  160. Upgrade="To enter this server, you need the latest free update to Unreal available from Epic's Web site:"
  161. UpgradeURL="http://www.unreal.com/upgrade"
  162. UpgradeQuestion="Do you want to launch your web browser and go to the upgrade page now?"
  163. Version="Version %i"
  164.  
  165. [AccessControl]
  166. IPBanned="Your IP address has been banned on this server."
  167. WrongPassword="The password you entered is incorrect."
  168. NeedPassword="You need to enter a password to join this game."
  169. SessionBanned="Your IP address has been banned from the current game session."
  170.  
  171. [Ammo]
  172. PickupMessage="You picked up some ammo."
  173.  
  174. [Crushed]
  175. DeathString="%o was crushed by %k."
  176. FemaleSuicide="%o was crushed."
  177. MaleSuicide="%o was crushed."
  178.  
  179. [DamTypeTelefragged]
  180. DeathString="%o was telefragged by %k"
  181. FemaleSuicide="%o was telefragged by %k"
  182. MaleSuicide="%o was telefragged by %k"
  183.  
  184. [DamageType]
  185. DeathString="%o was killed by %k."
  186. FemaleSuicide="%o killed herself."
  187. MaleSuicide="%o killed himself."
  188.  
  189. [FailedConnect]
  190. FailMessage[0]="FAILED TO JOIN GAME.  NEED PASSWORD."
  191. FailMessage[1]="FAILED TO JOIN GAME.  WRONG PASSWORD."
  192. FailMessage[2]="FAILED TO JOIN GAME.  GAME HAS STARTED."
  193. FailMessage[3]="FAILED TO JOIN GAME."
  194.  
  195. [FellLava]
  196. DeathString="%o crashed and burnt"
  197. FemaleSuicide="%o crashed and burnt"
  198. MaleSuicide="%o crashed and burnt"
  199.  
  200. [GameInfo]
  201. bAlternateMode=False
  202. DefaultPlayerName="Player"
  203. GameName="Game"
  204. GIPropsDisplayText[0]="Bots Skill"
  205. GIPropsDisplayText[1]="Weapons Stay"
  206. GIPropsDisplayText[2]="Use Map Rotation"
  207. GIPropsDisplayText[3]="Gore Level"
  208. GIPropsDisplayText[4]="Game Speed"
  209. GIPropsDisplayText[5]="Max Spectators"
  210. GIPropsDisplayText[6]="Max Players"
  211. GIPropsDisplayText[7]="Goal Score"
  212. GIPropsDisplayText[8]="Max Lives"
  213. GIPropsDisplayText[9]="Time Limit"
  214. GIPropsDisplayText[10]="World Stats Logging"
  215. GIPropsExtras[0]="0;Novice;1;Average;2;Experienced;3;Skilled;4;Adept;5;Masterful;6;Inhuman;7;Godlike"
  216. GIPropsExtras[1]="0;Full Gore;1;Reduced Gore"
  217.  
  218. [GameMessage]
  219. SwitchLevelMessage="Switching Levels"
  220. LeftMessage=" left the game."
  221. FailedTeamMessage="Could not find team for player"
  222. FailedPlaceMessage="Could not find a starting spot"
  223. FailedSpawnMessage="Could not spawn player"
  224. EnteredMessage=" entered the game."
  225. MaxedOutMessage="Server is already at capacity."
  226. OvertimeMessage="Score tied at the end of regulation. Sudden Death Overtime!!!"
  227. GlobalNameChange="changed name to"
  228. NewTeamMessage="is now on"
  229. NoNameChange="Name is already in use."
  230. VoteStarted="started a vote."
  231. VotePassed="Vote passed."
  232. MustHaveStats="Must have stats enabled to join this server."
  233. NewPlayerMessage="A new player entered the game."
  234.  
  235. [GameReplicationInfo]
  236. GRIPropsDisplayText[0]="Server Name"
  237. GRIPropsDisplayText[1]="Short Server Name"
  238. GRIPropsDisplayText[2]="Admin Name"
  239. GRIPropsDisplayText[3]="Admin E-Mail"
  240. GRIPropsDisplayText[4]="Message"
  241. GRIPropsDisplayText[5]="of"
  242. GRIPropsDisplayText[6]="the"
  243. GRIPropsDisplayText[7]="day"
  244.  
  245. [Gibbed]
  246. DeathString="%o exploded in a shower of body parts"
  247. FemaleSuicide="%o exploded in a shower of body parts"
  248. MaleSuicide="%o exploded in a shower of body parts"
  249.  
  250. [LevelInfo]
  251. Title="Untitled"
  252.  
  253. [MatSubAction]
  254. Desc="N/A"
  255.  
  256. [Mutator]
  257. FriendlyName="Mutator"
  258. Description="Description"
  259.  
  260. [Pawn]
  261. TauntAnimNames=()
  262.  
  263. [Pickup]
  264. PickupMessage="Snagged an item."
  265.  
  266. [PlayerController]
  267. QuickSaveString="Quick Saving"
  268. NoPauseMessage="Game is not pauseable"
  269. ViewingFrom="Now viewing from"
  270. OwnCamera="Now viewing from own camera"
  271.  
  272. [PlayerReplicationInfo]
  273. StringSpectating="Spectating"
  274. StringUnknown="Unknown"
  275.  
  276. [SubActionCameraEffect]
  277. Desc="Camera effect"
  278.  
  279. [SubActionCameraShake]
  280. Desc="Shake"
  281.  
  282. [SubActionFOV]
  283. Desc="FOV"
  284.  
  285. [SubActionFade]
  286. Desc="Fade"
  287.  
  288. [SubActionGameSpeed]
  289. Desc="Game Speed"
  290.  
  291. [SubActionOrientation]
  292. Desc="Orientation"
  293.  
  294. [SubActionSceneSpeed]
  295. Desc="Scene Speed"
  296.  
  297. [SubActionTrigger]
  298. Desc="Trigger"
  299.  
  300. [Suicided]
  301. DeathString="%o had an aneurysm."
  302. FemaleSuicide="%o had an aneurysm."
  303. MaleSuicide="%o had an aneurysm."
  304.  
  305. [TeamInfo]
  306. TeamName="Team"
  307. ColorNames[0]="Red"
  308. ColorNames[1]="Blue"
  309. ColorNames[2]="Green"
  310. ColorNames[3]="Gold"
  311.  
  312. [Volume]
  313. LocationName="unspecified"
  314.  
  315. [Weapon]
  316. MessageNoAmmo=" has no ammo"
  317.  
  318. [WeaponPickup]
  319. PickupMessage="You got a weapon"
  320.  
  321. [XBoxPlayerInput]
  322. LookPresets[0].PresetName="Linear"
  323. LookPresets[1].PresetName="Exponential"
  324. LookPresets[2].PresetName="Hybrid"
  325. LookPresets[3].PresetName="Custom"
  326.  
  327. [fell]
  328. DeathString="%o left a small crater"
  329. FemaleSuicide="%o left a small crater"
  330. MaleSuicide="%o left a small crater"
  331.  
  332. [xPrivilegeBase]
  333. Tags=()
  334.  
  335.