Advertisement
micycle

LEGO Harry Potter Game Text

Jul 31st, 2014
828
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 30.87 KB | None | 0 0
  1. ; 0-19 reserved for use by game code (language names, 'null', 'unknown' etc.)
  2.  
  3.  
  4.  
  5. ; 100-199 reserved for character names, referenced from text files.
  6. 100 "Harry"                         ;;HARRY
  7. 101 "Hermione"                      ;;HERMIONE
  8. 102 "Ron"                           ;;RON
  9. 103 "Hagrid"                        ;;HAGRID
  10. 104 "Dumbledore"                    ;;DUMBLEDORE
  11. 105 "Dudley"                        ;;DUDLEY
  12. 106 "Malfoy"                        ;;MALFOY
  13. 107 "Quirrell"                      ;;QUIRRELL
  14. 108 "Snape"                         ;;SNAPE
  15. 109 "Neville"                       ;;NEVILLE
  16. 110 "Filch"                         ;;FILCH
  17. 111 "Griphook"                      ;;GRIPHOOK
  18.  
  19.  
  20.  
  21. ; 200-399 reserved for game text
  22. 200 "LEGO Harry Potter"                 ;;GAME_NAME
  23. 201 "Mission complete"                  ;;MISSION_COMPLETE
  24. 202 "Challenge complete"                ;;CHALLENGE_COMPLETE
  25. 203 "Skip"                              ;;SKIP
  26. 204 "Exit Without Saving"               ;;EXIT_NO_SAVE
  27. 205 "Out of time"                       ;;OUT_OF_TIME
  28. 206 "Exit Level"    ;;"Privet Drive"            ;;PRIVET_DRIVE      ;;EXIT
  29. 207 "Exit Level?"   ;;"Exit to Privet Drive?"   ;;EXIT_PRIVET_DRIVE ;;EXIT_TO_MAP
  30. 208 "Continue Story"                    ;;CONTINUE_STORY
  31. 209 "Locked"                        ;;LOCKED
  32. 210 "Characters"                    ;;CHARACTERS
  33. 211 "Chapter"                       ;;CHAPTER
  34. 212 "Bonus unlocked"                    ;;BONUS_UNLOCKED
  35. 213 "Best time"                     ;;BEST_TIME
  36. 214 "High score"                    ;;HIGH_SCORE
  37. 215 "New best time"                 ;;NEW_BEST_TIME
  38. 216 "New high score"                    ;;NEW_HIGH_SCORE
  39. 217 "Super Story"                   ;;SUPER_STORY
  40. 218 "Character Bonus"                   ;;CHARACTER_BONUS
  41. 219 "Minikit Bonus"                 ;;MINIKIT_BONUS
  42. 220 "Level complete"                    ;;LEVEL_COMPLETE
  43. 221 "Free Play unlocked"                ;;FREEPLAY_UNLOCKED
  44. 222 "Super Story unlocked"              ;;SUPERSTORY_UNLOCKED
  45. 223 "No new best time"                  ;;NO_NEW_BEST_TIME
  46. 224 "No new high score"                 ;;NO_NEW_HIGHSCORE
  47. 225 "Super Story complete"              ;;SUPERSTORY_COMPLETE
  48. 226 "All minikits built"                ;;ALL_MINIKITS_BUILT       
  49. 227 "Finish Story"                  ;;FINISH_STORY         
  50. 228 "Unlocked"                      ;;UNLOCKED
  51. 229 "Power Brick"                   ;;POWERBRICK
  52. 230 "Swap"                      ;;SWAP
  53. 231 "Save And Exit"                 ;;SAVE_AND_EXIT
  54. 232 "Random"                        ;;RANDOM
  55. 233 "Winner!"                       ;;WINNER
  56. 234 "Confirm"                       ;;CONFIRM
  57. 235 "Available To Buy"                  ;;AVAILABLE_TO_BUY
  58. 236 "Unlock"                        ;;UNLOCK
  59. 237 "Challenge"                     ;;CHALLENGE
  60. 238 "Bounty"                        ;;BOUNTY
  61. 239 "Gold Brick"                    ;;GOLDBRICK
  62. 240 "Gold Bricks"                   ;;GOLDBRICKS
  63. 241 "Edit Name"                     ;;EDIT_NAME
  64. 242 "Use Edit Name"                 ;;USE_EDIT_NAME
  65. 243 "Use Auto Name"                 ;;USE_AUTO_NAME
  66. 244 "Final chapter locked"              ;;FINAL_CHAPTER_LOCKED
  67. 245 "Next chapter locked"               ;;NEXT_CHAPTER_LOCKED
  68. 246 "Progress since last saving will be lost."      ;;PROGRESS_LOSS
  69. 247 "Story Clips"                   ;;STORY_CLIPS
  70. 248 "Clip %i"                       ;;CLIP_I
  71. 249 "Super Hero"                    ;;SUPERHERO
  72. 250 "Current Game"                  ;;CURRENT_GAME
  73. 251 "Game"                      ;;GAME
  74. 252 "New Game"                      ;;NEW_GAME
  75. 253 "DEMO"                      ;:DEMO
  76. 254 "Bonus"                     ;;BONUS
  77. 255 "Extra"                     ;;EXTRA
  78. 256 "Paused"                        ;;PAUSED
  79. 257 "Resume"                        ;;RESUME
  80. 258 "Restart"                       ;;RESTART
  81. 259 "Restart Level?"                    ;;RESTART_LEVEL
  82. 260 "Exit"                      ;;EXIT
  83. 261 "Exit Level?"                   ;;EXIT_LEVEL
  84. 262 "Quit Game?"                    ;;QUIT
  85. 263 "Options"                       ;;OPTIONS
  86. 264 "Finish!"                       ;;FINISH
  87. 265 "Continue"                      ;;CONTINUE
  88. 266 "Retry"                     ;;RETRY
  89. 267 "Quit"                      ;;QUIT
  90. 268 "Yes"                       ;;YES
  91. 269 "Ready..."                      ;;READY
  92. 270 "Go!"                       ;;GO
  93. 271 "Win!"                      ;;WIN
  94. 272 "No"                        ;;NO
  95. 273 "On"                        ;;ON
  96. 274 "Off"                       ;;OFF
  97. 275 "Done"                      ;;DONE
  98. 276 "Accept"                        ;;ACCEPT
  99. 277 "Select"                        ;;SELECT
  100. 278 "Back"                      ;;BACK
  101. 279 "Cancel"                        ;;CANCEL
  102. 280 "Player 1"                      ;;PLAYER1
  103. 281 "Player 2"                      ;;PLAYER2
  104. 282 "Drop Out"                      ;;DROPOUT
  105. 283 "Drop Out Of Game?"                 ;;DROPOUT_GAME
  106. 284 "Story"                     ;;STORY
  107. 285 "Free Play"                     ;;FREEPLAY
  108. 286 "Landing Ship"                  ;;LANDING_SHIP
  109. 287 "Character Viewer"                  ;;CHARACTER_VIEWER
  110. 288 "View Camera"                   ;;VIEW_CAMERA
  111. 289 "Replay Story"                  ;;REPLY_STORY
  112. 290 "Change"                        ;;CHANGE
  113. 291 "Play"                      ;;PLAY
  114. 292 "Buy"                       ;;BUY
  115. 293 "OK"                        ;;OK
  116. 294 "Superkit Piece"                    ;;SUPERKIT_PIECE
  117. 295 "Minikit"                       ;;MINIKIT
  118. 296 "Stud Total"                    ;;STUD_TOTAL
  119. 297 "Studs"                     ;;STUDS
  120. 298 "Level"                     ;;LEVEL
  121. 299 "Complete!"                     ;;COMPLETE
  122. 300 "Time"                      ;;TIME
  123. 301 "Too Slow!"                     ;;TOO_SLOW
  124. 302 "Restart Demo"                  ;;RESTART_DEMO
  125. 303 "Restart Demo?"                 ;;RESTART_DEMO_QM
  126. 304 "Load"                      ;;LOAD
  127. 305 "Save"                      ;;SAVE
  128. 306 "Load Game"                     ;;LOAD_GAME
  129. 307 "Save Game"                     ;;SAVE_GAME
  130. 308 "Data"                      ;;DATA
  131. 309 "Enter Code"                    ;;ENTER_CODE
  132. 310 "Extras"                        ;;EXTRAS
  133. 311 "All progress in this level will be lost!"      ;;LEVEL_PROGRESS_LOST
  134. 312 "All story progress will be lost!"          ;;STORY_PROGRESS_LOST
  135. 313 "Audio Volume"                  ;;AUDIO_VOLUME
  136. 314 "Audio"                     ;;AUDIO
  137. 315 "Widescreen"                    ;;WIDESCREEN
  138. 316 "Vibration"                     ;;VIBRATION
  139. 317 "Surround Sound"                    ;;SOUND_SURROUND
  140. 318 "Sound Volume"                  ;;SOUND_VOLUME
  141. 319 "Sound"                     ;;SOUND
  142. 320 "Music Volume"                  ;;MUSIC_VOLUME
  143. 321 "Music"                     ;;MUSIC
  144. 322 "Stereo"                        ;;SOUND_STEREO
  145. 323 "Mono"                      ;;SOUND_MONO
  146. 324 "Adjust Screen"                 ;;SCREEN_ADJUST
  147. 325 "Screen left/right"                 ;;SCREEN_L-R
  148. 326 "Screen up/down"                    ;;SCREEN_U-D
  149. 327 "Insert controller"                 ;;CONTROLLER_INSERT
  150. 328 "Press START"                   ;;PRESS_START-DROPIN
  151. 329 "Press START"                   ;;PRESS_START
  152.  
  153. 330 "Batsuit"                       ;;SUIT_BATSUIT
  154. 331 "Heat Protection Suit"              ;;SUIT_HEATSUIT
  155. 332 "Glide Suit"                    ;;SUIT_GLIDESUIT
  156. 333 "Demolition Suit"                   ;;SUIT_DEMOSUIT
  157. 334 "Sonic Suit"                    ;;SUIT_SONICSUIT
  158.  
  159. 335 "Robin Suit"                    ;;SUIT_ROBINSUIT
  160. 336 "Water Suit"                    ;;SUIT_WATERSUIT
  161. 337 "Technology Suit"                   ;;SUIT_TECHSUIT
  162. 338 "Magnet Suit"                   ;;SUIT_MAGNOSUIT
  163. 339 "Attract Suit"                  ;;SUIT_ATTROSUIT
  164.  
  165. 340 "Score Multiplier"                  ;;SCORE_MULTIPLIER
  166. 341 "Super-villain"                 ;;SUPERVILLAIN
  167. 342 "Suit Upgrades"                 ;;SUIT_UPGRADES
  168. 343 "All Suits"                     ;;SUITS_ALL
  169. 344 "Experiment Room"                   ;;EXPERIMENT_ROOM
  170. 345 "Arkham Asylum"                 ;;ARKHAM_ASYLUM
  171. 346 "Exit to Arkham Asylum?"                ;;EXIT_TO_ARKHAM
  172. 347 "Brightness"                    ;;SCREEN_BRIGHTNESS
  173. 348 "Loading"                       ;;LOADING
  174. 349 "No Space"                      ;;NO_SPACE
  175. 350 "Empty"                     ;;EMPTY
  176. 351 "Confirmed"                     ;;CONFIRMED
  177. 352 "Coming Soon"                   ;;COMING_SOON
  178. 353 "All Studs Collected"               ;;ALL_STUDS_COLLECTED
  179. 354 "All Extras Unlocked"               ;;ALL_EXTRAS_UNLOCKED
  180. 355 "Choose Storage Device"             ;;STORAGE_DEVICE
  181. 356 "Power Up"                      ;;POWER_UP
  182. 357 "Hero"                      ;;HERO
  183. 358 "Controller Options"                ;;CONTROLLER_OPTIONS
  184. 359 "Screen V-Sync"                 ;;SCREEN_VSYNC
  185. 360 "Hacking"                       ;;HACKING ;nb - as in: hacking into a computer server
  186. 361 "Villain Mission Room"              ;;VILLAIN_MISSIONROOM
  187. 362 "Hero Mission Room"                 ;;HERO_MISSIONROOM
  188. 363 "Villain Trophy Room"               ;;VILLAIN_TROPHYROOM
  189. 364 "Hero Trophy Room"                  ;;HERO_TROPHYROOM
  190. 365 "Maximum Security Area"             ;;MAX_SECURITY_AREA
  191. 366 "Attract Movie"                 ;;ATTRACT_MOVIE
  192. 367 "New Game Movie"                    ;;NEW_GAME_MOVIE
  193. 368 "Hero Power Brick"                  ;;HERO_POWERBRICK
  194. 369 "Villain Power Brick"               ;;VILLAIN_POWERBRICK
  195. 370 "Intro Movie"                   ;;INTRO_MOVIE ;logos/ident
  196. 371 "TT"                        ;;TT
  197. 372 "Intro"                     ;;INTRO
  198. 373 "Midtro"                        ;;MIDTRO
  199. 374 "Outro"                     ;;OUTRO
  200. 375 "Ending"                        ;;ENDING
  201. 376 "Chapter Start"                 ;;CHAPTER_START
  202. 377 "Chapter Ending"                    ;;CHAPTER_ENDING
  203. 378 "Hero Ending"                   ;;HERO_ENDING
  204. 379 "Villain Ending"                    ;;VILLAIN_ENDING
  205. 380 "Complete a chapter to activate this lever."    ;;COMPLETE_CHAPTER_ACTIVATE_LEVEL
  206. 381 "Pull this lever to access Arkham Asylum."      ;;PULL_LEVER_ACCESS_ARKHAM
  207. 382 "Store Progress and Exit"               ;;STOREPROGRESS_EXIT
  208. 383 "Activating"                    ;;ACTIVATING
  209.  
  210. ; 400-499 reserved for hints
  211. 400 "In Free Play, press [TOGGLELEFT] or [TOGGLERIGHT] to choose a different character or change suits."
  212.  
  213. ;CITY STREETS SPECIFIC HINTS - FIRST LEVEL MECHANICS.
  214. ;First
  215. 401 "Batman and Robin can grapple to other areas. Stand on the white circles and press [SPECIAL]."
  216. ;Second, after using the grapple and when close to the tightrope.
  217. 402 "Tightropes can be used to traverse gaps. Jump to get on them."
  218. ;Third, when the suit signal is in camera shot.
  219. 403 "Batman and Robin have different Suit Swapper Signals. Look for their symbols in the signals."
  220. ;Fourth, when the player is in close range of the suit signal.
  221. 404 "Wearing different suits gives you different abilities. Jump into the Suit Swapper to change suits."
  222. ;Fifth, when the player has the suit on.
  223. 405 "You can change back into the other suit by jumping back into the Suit Swapper."
  224. ;Sixth, when the player is wearing the detonator suit and goes near shiny LEGO.
  225. 406 "While wearing Batman's Demolition Suit, you can lay Bat Bombs. These can be used to destroy shiny silver LEGO. To lay them press [SPECIAL]."
  226. ;Seventh, as soon as the player has laid thier first bomb.
  227. 407 "Bombs explode after a period of time. To detonate them manually hold the [SPECIAL] button."
  228. ;If player hasn't already switched, trigger as soon as the Robin Signal is built.
  229. 408 "You can switch control between Batman and Robin by pressing [TAG]."
  230. ;Trigger as soon as Robin is wearing the Tech suit.
  231. 409 "The Technology suit allows Robin to operate green tech panels. Approach the panel and press [SPECIAL]. You can now control specific technological items."
  232. ;Trigger after the player has gone through the car showroom, if they haven't tagged again already.
  233. 410 "Regain control of your other character by pressing [TAG]."
  234. ;When there isn't much happening in the level.
  235. 411 "Hold [ACTION] to enter Batarang mode. Look around to target glowing LEGO objects, then release [ACTION] to throw the Batarang."
  236. 412 "Batman and Robin can perform special attacks. Press [SPECIAL] to grab an enemy, then [SPECIAL] again to throw, or [ACTION] to punch them."
  237. 413 "To detach from a tech panel, press [TAG]."
  238.  
  239.  
  240. ;ATTRACTO SUIT HINT (here couse it won't fit in later)
  241. 419 "Press [SPECIAL] to deposit your LEGO pieces."
  242.  
  243. ;FIRST USES
  244.  
  245. ;Whenever the player first approaches a pile a jibbering LEGO
  246. 420 "Approach piles of LEGO and hold [SPECIAL] to build."
  247. ;When the player first approaches a drivable vehicle in a character level.
  248. 421 "Press [TAG] when close to a vehicle to get into it."
  249. ;When the player is driving their first character level vehicle.
  250. 422 "Press [JUMP] to jump out of a vehicle."
  251. ;First time you go by a security door in villain mode.
  252. 423 "Some characters can trick security guards. Approach the hatch and  press [SPECIAL]."
  253. ;First time you go near a push block.
  254. 424 "You can push objects that have a smooth checkered floor beneath them."
  255. ;First time you go near a super strength object with a super strength character.
  256. 425 "Strong characters can pick up large objects that have an orange handle. Press [SPECIAL] when next to the object."
  257. First time you get in range of a lever.
  258. 426 "Press [SPECIAL] to pull levers."
  259.  
  260. ;SUITS
  261.  
  262. ;First time you put on the glide suit.
  263. 427 "The Glide Suit allows Batman to glide. Press and hold [JUMP] to glide."
  264. ;First time you put on the Heat Protection Suit.
  265. 428 "The Heat Protection Suit allows Batman to go through flames and use very hot LEGO objects."
  266. ;First time you put on the Sonic Suit.
  267. 429 "The Sonic Suit allows Batman to shatter Glass LEGO bricks. Approach the bricks and hold [SPECIAL]."
  268. ;First time you put on the Water Suit.
  269. 430 "The Water Suit allows Robin to dive in deep water. To surface, hold [JUMP]."
  270. ;First time you put on the Magnet Suit.
  271. 431 "The Magnet Suit allows Robin to walk on Magnetic surfaces."
  272. ;First time you put on the Attract Suit.
  273. 432 "The Attract Suit allows Robin to suck up loose red, green, and yellow LEGO pieces. Deposit them in the Attracto machine to create new LEGO objects."
  274.  
  275. ;VILLAIN ABILITIES
  276.  
  277. ;First time you approach hazard material with a hazard character.
  278. 433 "~2Toxic Waste~~ is poisonous - but some characters and vehicles can get through safely!"
  279. ;First time you get in range of a mind-controllable character with a mind control villain.
  280. 434 "The Riddler's cane gives him Mind Control Abilities. When you see ~5?~~ above a character's head, press [SPECIAL] to take control of them."
  281. ;First time you go near a Joker electricity object.
  282. 435 "The Joker’s electric buzzer can power up special electric generators. Approach the generator and press [SPECIAL]."
  283. ;First time you have a security character and get in range of a security door.
  284. 436 "Some characters can go through security doors. Walk up to the door and press [SPECIAL]."
  285. ;First time you control a Super Jump character
  286. 437 "Some characters can perform extra high jumps. Press [X] and then [X] again in the air."
  287. ;Mr. Freeze
  288. 438 "Mr. Freeze can use his Freeze Ray to freeze enemies. Target them and press [SPECIAL]."
  289. 439 "Mr. Freeze can create frozen platforms on liquids. Hold [SPECIAL] when you see particles of snow on the liquid's surface."
  290. 440 "Superstrength characters can perform special attacks. Press [SPECIAL] to grab an enemy, then [SPECIAL] again to throw, or [ACTION] to punch them."
  291. 441 "Poison Ivy can make plants grow to reach new areas. Hold [SPECIAL] when you see pink hearts on screen."
  292. 442 "Superstrength characters can perform special attacks. Press [SPECIAL] to grab an enemy, then [SPECIAL] again to throw, or [ACTION] to destroy them."
  293. 443 "The Penguin can produce penguin bombers to destroy shiny silver LEGO. Press [SPECIAL] to release them and [SPECIAL] again to detonate."
  294. 444 "Penguin bombers can travel down special chutes to get to new areas."
  295. 445 "When frozen you can break out of the ice by pushing in different directions quickly."
  296. 446 "Try to trick the homing missile into targeting large enemy vehicles."
  297. 447 "Superstrength characters can manipulate heavy objects. Approach an object with an orange handle and hold [SPECIAL]."
  298. 448 "The Joker has a special handshake. Approach a character and press [SPECIAL]."
  299. 449 "Press left and right to move the crane. Press [SPECIAL] to grab."
  300. 450 "Press [TAG] to take control of the wrecking ball."
  301.  
  302. ;SHOP
  303.  
  304. 460 "By pressing [UP] or [DOWN] when on a grapple you can control your height."
  305. 461 "Hold [ACTION] to protect yourself from bullets."
  306. 462 "Many areas of the levels can only be reached by certain characters. Go back to these levels in Free Play, and try to find all the secrets!"
  307. 463 "You can lay more than one Bat Bomb at a time."
  308. 464 "Some characters are stronger-minded than others, meaning you can only confuse them for a short time."
  309. 465 "You can use your Batarang when stationary on a grapple line. Hold [ACTION], target objects and then release the button."
  310.  
  311. ; Wii
  312. 480 "Hold [ACTION] to enter Batarang mode. Use the Wii Remote to move the Batarang target around the screen, then release [ACTION] to throw the Batarang at targeted LEGO objects."
  313. 481 "Batman and Robin can grapple to other areas. Stand on the white circles and swipe the Wii Remote in an upwards motion."
  314. 482 "Approach piles of LEGO and hold [SPECIAL] to build. Move the Wii Remote and Nunchuk up and down alternately to build faster."
  315. 483 "When standing in front of a lever, swipe the Wii Remote downwards to pull it."
  316. 484 "When controlling Catwoman, swipe the Wii Remote out in front of you to crack her whip."
  317. 485 "When you have grabbed an enemy off the floor, swipe the Wii Remote to perform a throw, or swipe the Nunchuk to perform an attack."
  318.  
  319. ;VEHICLES
  320. 487 "Trucks are weaker when their hatches are up. Stomp on them!"
  321. 488 "The Batboat can glide off the end of ramps."
  322. 489 "Press [SPECIAL] to attach to a rolling mine and press [SPECIAL] again to release."
  323. 490 "Press [SPECIAL] to fire your tow cable at targeted vehicles."
  324. 492 "The Batboat can tow floating mines which can destroy shiny silver LEGO barriers. Press [SPECIAL] to attach to a mine press [SPECIAL] again to release."
  325. 493 "Robin's Watercraft can fire torpedoes to destroy red, yellow and green LEGO. Press [SPECIAL] to fire the torpedos."
  326. 494 "The Batwing can fire torpedoes to destroy LEGO objects with a purple target. Press [SPECIAL] to fire the torpedo."
  327. 495 "Helicopters can tow hover mines which destroy shiny silver LEGO objects. Press [SPECIAL] to attach to a mine and press [SPECIAL] again to release."
  328. 496 "Scarecrow's Biplane can fire torpedoes to destroy LEGO objects with a purple target Press [SPECIAL] to fire the torpedo."
  329. 497 "The Penguin's submarine can dive below the surface. Press [JUMP] to dive and press [JUMP] again to re-surface."
  330. 498 "Penguin's submarine can fire penguin torpedoes. Approach a torpedo station to load up, and press [SPECIAL] to fire them at purple targets."
  331. 499 "Killer Croc's Swamp Rider can go through green toxic waste unharmed."
  332.  
  333.  
  334.  
  335. ;
  336. ;Level names
  337. ;
  338.  
  339. 500 "Year1"                     ;;YEAR1
  340. 501 "???"
  341. 502 "???"
  342. 503 "???"
  343. 504 "???"
  344. 505 "???"
  345. 506 "???"
  346.  
  347. 510 "Year2"                     ;;YEAR2
  348. 511 "???"
  349. 512 "???"
  350. 513 "???"
  351. 514 "???"
  352. 515 "???"
  353. 516 "???"
  354.  
  355. 520 "Year3"                     ;;YEAR3
  356. 521 "???"
  357. 522 "???"
  358. 523 "???"
  359. 524 "???"
  360. 525 "???"
  361. 526 "???"
  362.  
  363. 530 "Year4"                     ;;YEAR4
  364. 531 "???"
  365. 532 "???"
  366. 533 "???"
  367. 534 "???"
  368. 535 "???"
  369. 536 "???"
  370.  
  371.  
  372.  
  373. ;
  374. ; Other
  375. ;
  376. 560 "Bonus"
  377. 561 "Wayne Manor"
  378. 562 "Arkham Asylum"
  379. 563 "Hero Super-Kit"
  380. 564 "Villain Super-Kit"
  381.  
  382. ; 600-639 reserved for extras...
  383. 600 "Adaptive Difficulty"               ;;CHEAT_ADAPTIVEDIFFICULTY
  384. 601 "Extra Toggle"                      ;;CHEAT_TOGGLE
  385. 602 "Disguise"                          ;;CHEAT_DISGUISE
  386. 603 "Silhouettes"                       ;;CHEAT_SILHOUETTES
  387. 604 "Beep Beep"                         ;;CHEAT_BEEPBEEP
  388. 605 "Hit Bubbles"                       ;;CHEAT_HITBUBBLES
  389. 606 "Power Brick Detector"              ;;CHEAT_POWERBRICK_DETECTOR
  390. 607 "Stud Magnet"                       ;;CHEAT_STUD_MAGNET
  391. 608 "Disarm Goons"                      ;;CHEAT_DISARM_GOONS
  392. 609 "Character Studs"                   ;;CHEAT_CHARACTER_STUDS
  393. 610 "Invincibility"                     ;;CHEAT_INVINCIBILITY
  394. 611 "Score x2"                          ;;CHEAT_SCORE2
  395. 612 "Score x4"                          ;;CHEAT_SCORE4
  396. 613 "Score x6"                          ;;CHEAT_SCORE6
  397. 614 "Score x8"                          ;;CHEAT_SCORE8
  398. 615 "Score x10"                         ;;CHEAT_SCORE10
  399. 616 "Fast Build"                        ;;CHEAT_FASTBUILD
  400. 617 "Regenerate Hearts"                 ;;CHEAT_REGENERATE_HEARTS
  401. 618 "Minikit Detector"                  ;;CHEAT_MINIKIT_DETECTOR
  402. 619 "Instant Cable Zap"                 ;;CHEAT_INSTANT_CABLE_ZAP
  403. 620 "Infinite Torpedoes"                ;;CHEAT_INFINITE_TORPEDOES
  404. 621 "Ice Rink"                          ;;CHEAT_ICERINK
  405. 622 "Super Freeze"                      ;;CHEAT_SUPERFREEZE
  406. 623 "Immune To Freeze"                  ;;CHEAT_IMMUNETOFREEZE
  407. 624 "Extra Hearts"                      ;;CHEAT_EXTRAHEARTS
  408. 625 "Always Score Multiply"             ;;CHEAT_ALWAYS_SCORE_MULTIPLY
  409.  
  410. ; 640-679 reserved for suit upgrades...
  411. 640 "More Batarang Targets"             ;;CHEAT_BOOMERANG_MAXTARGET
  412. 641 "More Batarang Damage"              ;;CHEAT_BOOMERANG_MAXDAMAGE
  413. 642 "More Detonators"                   ;;CHEAT_DETONATOR_MAXTARGET
  414. 643 "Slam"                              ;;CHEAT_SLAM
  415. 644 "Heat Aura"                         ;;CHEAT_HEAT_AURA
  416. 645 "Area Effect"                       ;;CHEAT_AREA_EFFECT
  417. 646 "Faster Pieces"                     ;;CHEAT_FAST_PIECES
  418. 647 "Fast Walk"                         ;;CHEAT_FAST_WALK
  419. 648 "Decoy"                             ;;CHEAT_DECOY
  420. 649 "Fast Batarangs"                    ;;CHEAT_BOOMERANG_FAST
  421. 650 "Piece Detector"                    ;;CHEAT_PIECE_DETECTOR
  422. 651 "Sonic Pain"                        ;;CHEAT_SONIC_PAIN
  423. 652 "Bats"                              ;;CHEAT_BATS
  424. 653 "Fast Grapple"                      ;;CHEAT_FAST_GRAPPLE
  425. 654 "Flaming Batarang"                  ;;CHEAT_BOOMERANG_FLAMING
  426. 655 "Freeze Batarang"                   ;;CHEAT_BOOMERANG_FREEZE
  427. 656 "Armour Plating"                    ;;CHEAT_ARMOUR_PLATING
  428.  
  429. ; Customiser string(s):
  430. 700 "Test"
  431.  
  432.  
  433. ;750 - 800 Networking Strings!
  434. 750 "Connection Failed"                             ;;NETWORKING_CONNECTION_FAILED
  435. 751 "Game Is Full"                              ;;NETWORKING_GAMEFULL
  436. 752 "Disconnected and Blocked (?)"                      ;;NETWORKING_DISCONNECTED_AND_BLOCKED
  437. 753 "KICKED MWHAAHA - You suck"                         ;;NETWORKING_PLAYER_KICK
  438. 754 "Disconnected - We suck!"                           ;;NETWORKING_DISCONNECTED
  439. 755 "Connected"                                 ;;NETWORKING_CONNECTED
  440. 756 "Connecting"                                ;;NETWORKING_CONNECTING
  441. 757 "QuickPlay"                                 ;;NETWORKING_QUICKPLAY
  442. 758 "Search for games"                              ;;NETWORKING_SEARCH_FOR_GAMES
  443. 759 "View my Invites"                               ;;NETWORKING_VIEW_INVITES
  444. 760 "Search Episode"                                ;;NETWORKING_SEARCH_EPISODE
  445. 761 "Any"                                   ;;NETWORKING_ANY
  446. 762 "Search Area"                               ;;NETWORKING_SEARCH_AREA
  447. 763 "Search Mode"                               ;;NETWORKING_SEARCH_MODE
  448. 764 "Search for Game"                               ;;NETWORKING_SEARCH_GAME
  449. 765 "No Games"                                  ;;NETWORKING_NO_GAMES
  450. 766 "Games Available"                               ;;NETWORKING_AVAILABLE_GAMES
  451. 767 "Down the Pub - where we should be"                     ;;NETWORKING_IN_THE_HUB
  452. 768 "Refresh Search";                               ;;NETWORKING_SEARCH_REFRESH
  453. 769 "GamerCard";                                ;;NETWORKING_GAMERCARD
  454. 770 "Chat Restricted - So shut up";                     ;;NETWORKING_CHAT_RESTRICTED
  455. 771 "Game is gonna quit";                           ;;NETWORKING_GAME_QUITTING
  456. 772 "Invite Only"                               ;;NETWORKING_INVITE_ONLY
  457. 773 "Anyone can join"                               ;;NETWORKING_ANYONE_JOIN
  458. 774 "Invite friend"                             ;;NETWORKING_INVITE_FRIEND
  459. 775 "Twat other Player"                             ;;NETWORKING_KICK_PLAYER
  460. 776 " has invited you to play";                         ;;NETWORKING_INVITED_TO_PLAY
  461. 777 "Not connected to the Internet";                        ;;NETWORKING_NO_INTERNET_CONNECTION
  462. 778 "Your now connected, you can invite people";                ;;NETWORKING_CONNECTED_CAN_INVITE
  463. 779 "Your now connected, you can join ... join us...."              ;;NETWORKING_CONNECTED_CAN_JOIN
  464. 780 "Remove the 2nd player";                            ;;NETWORKING_REMOVE_2ND_PLAYER
  465. 781 "You have no friends - loaner!";                        ;;NETWORKING_NO_FRIENDS
  466. 782 "Syncing with other player"                         ;;NETWORKING_SYNCING
  467. 783 "You don't have a gaming privilage...or sumthing"               ;;NETWORKING_NO_GAMING_PRIVILAGE
  468. 784 "Not signed into a profile"                         ;;NETWORKING_LOGGED_OUT_PROFILE
  469. 785 "Not signed into a live profile"                        ;;NETWORKING_LOGGED_OUT_PROFILE_LIVE
  470. 786 "Online has been restricted - D'oh!"                    ;;NETWORKING_RESTRICTED
  471. 787 "I'm sorry, but your just gonna have to wait till we're ready."     ;;NETWORKING_WAIT_TILL_READY
  472.  
  473. ; 800 - 820 Platfrom spec
  474. 800 360 "You've been disconnected from xbox live;               ;;NETWORKING_XBOXLIVE_DISCONNTECTED
  475. 801 360 "Xbox Live Settings"                            ;;NETWORKING_XBOXLIVE_SETTINGS
  476.  
  477. 800 PS3 "PSN Settings"                              ;;NETWORKING_PSN_SETTINGS
  478.  
  479. ;
  480. ;FACTS
  481. ;
  482. ;3 Free
  483. 860 "Batman keeps a collection of ancient armour in the Batcave as part of his study of military history; it includes outfits worn by European knights, desert nomads, and samurai warriors throughout the centuries."
  484. 861 "Ra’s al Ghul’s daughter Talia is in love with Batman, but her loyalty to her father keeps them from being together."
  485. 862 "The Batsuit has an electrical system that can shock assailants as a last resort."
  486. ;10 Buyable (always available)
  487. 863 "The Batsuit is made of triple-weave Kevlar positioned primarily around the torso’s Bat-Symbol, an intentional and well-protected target."
  488. 864 "The Penguin’s real name is Oswald Chesterfield Cobblepot."
  489. 865 "The Penguin is the owner of a nightclub called the Iceberg Lounge."
  490. 866 "Wayne Tower was built in 1939, is 78 stories high, and is Gotham’s highest building."
  491. 867 "Batman is contacted when Gotham is in need through the Bat-Signal, a light that shines his Bat-Symbol up into the sky."
  492. 868 "The Riddler's real name is Edward Nigma."
  493. 869 "Arkham Asylum's full name is The Elizabeth Arkham Asylum for the Criminally Insane."
  494. 870 "The wood used to carve the dummy Scarface is from Gotham’s Gallows Tree, where prisoners of Gotham’s Blackgate prison were given the ultimate punishment."
  495. 871 "Dick Grayson was taken in by Batman to become the first Robin. After years of crime fighting with Batman, he became a solo crime fighter under the new identity of Nightwing."
  496. 872 "Nightwing modified Batarangs into throwing stars nicknamed 'Wing-Dings.'"
  497. ;30 Buyable (conditional)
  498. 873 "Bruce Wayne’s parents were killed at 10:47 PM, which is the time he puts into a clock in Wayne Manor to access the Batcave."
  499. 874 "Tim Drake was only nine years old when he figured out Batman's true identity, which led to him becoming the new Robin."
  500. 875 "Bruce Wayne discovered the Batcave when he accidentally fell into it as a child."
  501. 876 "There is a great variety of Batarangs. Some are thrown like a boomerang, some are remote-controlled, and some are used as grapples."
  502. 877 "Killer Croc began his life as a scaly-skinned child called Waylon Jones. His reptilian appearance earned him the name “Killer Croc” in sideshows, a name he kept when he became a vicious criminal in Gotham City."
  503. 878 "Gotham City has two baseball teams, the Gotham Knights and Gotham Monarchs, a basketball team, the Gotham Guardsmen, an American football team, the Gotham Wildcats, and finally an ice hockey team, the Gotham Blades."
  504. 879 "Bruce Wayne travelled the world as a teenager, training with ninjas, African Bushmen, and Nepalese monks, among others."
  505. 880 "Batman’s enemies who aren’t insane go to Blackgate prison instead of Arkham Asylum."
  506. 881 "The utility belt contains many of Batman’s crime-fighting gadgets, including Batarangs, Bat-Cuffs, and a first-aid kit."
  507. 882 "The Batcave features various mementoes from Batman’s criminals and allies, including a model of a Tyrannosaurus Rex and a giant 1947 Lincoln head penny."
  508. 883 "Dick Grayson was once part of the circus act The Flying Graysons with his parents John and Mary Grayson until they both tragically lost their lives."
  509. 884 "The Mad Hatter is convinced that he is actually the character of the same name from Lewis Carroll’s Alice’s Adventures in Wonderland."
  510. 885 "Dr. Jeremiah Arkham is the head of Arkham Asylum. His uncle was the founder of the facility."
  511. 886 "Two-Face carries with him a two-headed coin, which has one side scratched with an X."
  512. 887 "The Huntress’s real name is Helena Bertinelli. The only surviving member of a Gotham crime family, she has at times been an ally of Batman, and at other times an adversary."
  513. 888 "When the Batmobile is not the best option for getting somewhere, Batman has a Batplane, a Bat-Copter, and a Bat-Cycle."
  514. 889 "Gotham City is actually a series of islands surrounded by the Gotham river."
  515. 890 "Before Two-Face's terrible accident, he was Gotham City’s District Attorney and a friend of Batman."
  516. 891 "Two-Face was born during the trial of gangster Vincent Maroni, who threw acid into the face of District Attorney Harvey Dent. Horrifically scarred down half his face, Dent took on the identity of Two-Face."
  517. 892 "Alfred Pennyworth has, amongst other things, been an actor on the London stage."
  518. 893 "Gotham City is located atop a major fault line and was once evacuated after a major earthquake."
  519. 894 "The Scarecrow suffers from chiroptophobia, the fear of bats."
  520. 895 "The Penguin’s overprotective mother always insisted he carry an umbrella because his father died of pneumonia after being caught in a rainstorm."
  521. 896 "Batman’s back was once broken by his fearsome enemy Bane. For a short time, Bruce Wayne was then replaced in the Batsuit by the crime fighter Azrael."
  522. 897 "Batgirl's true identity is Barbara Gordon, the daughter of Commissioner Gordon."
  523. 898 "Man-Bat is actually the mutated form of Dr. Kirk Langstrom. Dr. Langstrom injected himself with a serum that would stop his loss of hearing. His serum was based upon a method that bats use to see in the dark, hence his transformation into a bat/human creature."
  524. 899 "Harleen Quinzel was a doctor at Arkham Asylum who fell in love with the Joker. He manipulated her into becoming his sidekick, Harley Quinn, but has never exactly returned her affections."
  525. 900 "Ra’s al Ghul is centuries old, so old that he no longer remembers his true name."
  526. 901 "The Penguin has used many different umbrellas over the years, including one that acted as a pogo stick, and another that worked like a helicopter."
  527. 902 "The Red Hood, a notorious Gotham criminal, came up against Batman in a chemical factory. To escape he swam through a vat of toxins that made his skin white and his hair green. The man who emerged became the Joker!"
  528. ;10 Buyable (100%)
  529. 903 "Mr. Freeze is motivated by an attempt to cure his cryogenically frozen wife, Nora, at any cost."
  530. 904 "Bruce Wayne was once accused of murder, and for a time it looked like Batman would have to abandon his secret identity."
  531. 905 "Catwoman uses and eight foot-long braided leather bullwhip as her weapon of choice."
  532. 906 "Ra's al Ghul can bring people who are near death back to life, using one of his Lazarus pits. To create Lazarus pits Ra's mines into the earth and combines electronic ley lines with a mixture of poisons that can rejuvenate dying and aging people."
  533. 907 "Poison Ivy has chlorophyll, not blood, in her veins after being transformed into a human/plant hybrid."
  534. 908 "Catwoman sometimes uses a whip with nine separate steel-tipped ends, known as a cat o’ nine tails."
  535. 909 "Bane’s immense strength comes from the toxin Venom, but he is also very intelligent, having studied military strategy in his attempt to defeat Batman."
  536. 910 "During Gotham’s major earthquake, the inmates ran riot through Arkham Asylum and Dr. Arkham had to seal the building to prevent their escape."
  537. 911 "The Joker is always at the top of Gotham's 'Most Wanted' list."
  538. 912 "Batman has been entrusted by Superman with a kryptonite ring just in case Superman needs to be stopped for some reason."
  539. ;1 Buyable (100% and all other hints collected)
  540. 913 "The End...?"
  541.  
  542.  
  543.  
  544. ;
  545. ;PC
  546. ;
  547. ;1186 pc "Accept"
  548. ;1187 pc "Cancel"
  549. 920 pc "Control Setup"                                  ;;PC_CONTROL_SETUP
  550. 921 pc "Control Configuration"                              ;;PC_CONTROL_CONFIG
  551. 922 pc "Change Device"                                  ;;PC_DEVICE_CHANGE
  552. 923 pc "No Device Selected"                             ;;PC_DEVICE_NOT_SELECTED
  553. 924 pc "Waiting for key/button press, (ESC to cancel)"                  ;;PC_BUTTON_WAIT
  554. 925 pc "Press a key/button on the device you wish to select. (ESC to cancel)"       ;;PC_BUTTON_PRESS_DEVICE
  555. 926 pc "Look Left"                                  ;;PC_LOOK_LEFT
  556. 927 pc "Look Right"                                 ;;PC_LOOK_RIGHT
  557. 928 pc "Look Up"                                    ;;PC_LOOK_UP
  558. 929 pc "Look Down"                                  ;;PC_LOOK_DOWN
  559. 930 pc "Joypad / Mouse sensitivity"                         ;;PC_ADJUST_SENSITIVE_SETTINGS
  560. 931 pc "Press [[cross]] to Edit current menu value"                 ;;PC_PRESS_X_EDIT_MENU
  561. 932 pc "Select Menu Option"                             ;;PC_SELECT_MENU
  562. 933 pc "(ESC to cancel)"                                ;;PC_PRESS_ESC_CANCEL
  563. 934 pc "Adjust Dead Zone"                               ;;PC_ADJUST_DEADZONE
  564. 935 pc "Use [[padleft]]/[[padright]]  to adjust joypad dead zone. (ESC to cancel)"  ;;PC_ADJUST_JOYDEADZONE_WITH_JOY   
  565. 936 pc "Adjust Mouse Sensitivity"                           ;;PC_ADJUST_SENSITIVE_MOUSE_SETTINGS
  566. 937 pc "Use [[padleft]]/[[padright]]  to adjust mouse sensitivity. (ESC to cancel)" ;;PC_ADJUST_MOUSESENSITIVE_WITH_JOY
  567. 938 pc "Press [[CROSS]] to adjust joypad or mouse sensitivity"              ;;PC_ADJUST_SENSITIVE_JOYMOUSE_WITH_JOY
  568. 939 pc "Move Cursor: Up-[[padup]] / Down-[[paddown]] / [[circle]]-Back"         ;;PC_ADJUST_CURSER_WITH_JOY
  569. 940 pc "Joypad DeadZone"                                ;;PC_ADJUST_DEADZONE_JOY
  570. 941 pc "Mouse Sensitivity"                              ;;PC_ADJUST_SENSITIVE_MOUSE
  571. 942 pc "Move left"                                  ;;PC_MOVE_LEFT
  572. 943 pc "Move right"                                 ;;PC_MOVE_RIGHT
  573. 944 pc "Move up"                                    ;;PC_MOVE_UP
  574. 945 pc "Move down"                                  ;;PC_MOVE_DOWN
  575. 946 pc "Tag"                                        ;;PC_TAG
  576. 947 pc "Special"                                    ;;PC_SPECIAL
  577. 948 pc "Jump"                                       ;;PC_JUMP
  578. 949 pc "Action"                                     ;;PC_ACTION
  579. 950 pc "Character toggle up"                                ;;PC_TOGGLE_CHAR_UP
  580. 951 pc "Character toggle down"                              ;;PC_TOGGLE_CHAR_DOWN
  581. 952 pc "Start/pause"                                    ;;PC_START_PAUSE
  582. 953 pc "Left"                                       ;;PC_LEFT
  583. 954 pc "Right"                                      ;;PC_RIGHT
  584. 955 pc "Down"                                       ;;PC_DOWN
  585. 956 pc "Up"                                     ;;PC_UP
  586. 957 pc "Reset to Defaults"                              ;;PC_RESET_TO_DEFAULTS
  587. 958 pc "Run"                                        ;;PC_RUN
  588. 959 pc "Walk"                                       ;;PC_WALK
  589. 960 pc "Mouse Control"                                  ;;PC_CONTROL_MOUSE
  590. 961 pc "Disabled"                                   ;;PC_DISABLED
  591.  
  592.  
  593.  
  594. ;
  595. ;PS3
  596. ;
  597. 990 "Assign controller"                         ;;ASSIGN_CONTROLLER(PS3) && CONTROLLER_INSERT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement