home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / lotrbfme2_demo.exe / INI.big / data_ini_credits.ini < prev    next >
Text File  |  2006-01-31  |  30KB  |  1,120 lines

  1. ;//////////////////////////////////////////////////////////////////////////////
  2. ;FILE: Credits.ini   //////////////////////////////////////////////////////////
  3. ;//////////////////////////////////////////////////////////////////////////////
  4. ; Credits Format:
  5. ; The Credits.ini file is easy to use, at first glance though, it looks messed up.
  6. ; Here's a brief tutorial on the steps needed to enter the credits.
  7. ;--------------------------------------------------------------------------------
  8. ; The credits work by first declaring the style "Style =" you want for the text that will
  9. ; follow until another style is declared.  Then you can enter any number of "Text =" lines
  10. ; that will be using that style. Finally, you can have any number of "Blank" lines you want,
  11. ; anywhere in the file.
  12. ;
  13. ; -------------
  14. ; STYLES:
  15. ; Styles can be one of four types:
  16. ;     "TITLE"
  17. ;     "MINORTITLE"
  18. ;     "NORMAL"
  19. ;     "COLUMN"
  20. ; "TITLE" is the largest font, so every text line after that will be large.
  21. ; "MINORTITLE" is smaller the TITLE but should be used for important things other then Big Titles :)
  22. ; "NORMAL" is the smallest font, and should be used for the normal texts like names.
  23. ; "COLUMN" uses the same font as Normal but now requres that ever two "Text =" lines below it, will be on
  24. ;          one line in the screen.  Look at the example below to more visually understand this.
  25. ; You declare a style with a line like this and they can be declared in any order:
  26. ; Style = TITLE
  27. ;
  28. ; --------------
  29. ; TEXT:
  30. ; Text lines are the lines that will contain the text that will actually be displayed.  This line can
  31. ; contain either quoted strings, String Labels, or <BLANK>.
  32. ;
  33. ; Quoted strings are anything within double quotes ("Blah").  These should only be used for strings that
  34. ; are not going to be translated (so things like names).
  35. ; Example: Text = "Chris Huybregts"
  36. ;
  37. ; String labels are strings that we look up in the string file for.  How the code knows it's a string label
  38. ; is by searching for a ':' in the label.  This should be used for titles, positions, whatever. Remember that
  39. ; if you add a label here, it needs to also live in the Generals.str file
  40. ; Example: Text = GUI:Programmer
  41. ;
  42. ; <BLANK> is used if we want to have a no text in a text field.  This is useful for columns in which you ;don't
  43. ; want something in one or the other columns.
  44. ; Example: Text = <BLANK>
  45. ;
  46. ; ---------------
  47. ; BLANK:
  48. ; Blank is used whenever we want a blank line to separate text. Just put this identifier, with nothing else ;following it.
  49. ; Example: Blank
  50. ;
  51. ; ----------------
  52. ; EXAMPLE:
  53. ; Here's an example of each of the things.
  54. ;
  55. ; Credits
  56. ;   "This is where the header goes"
  57. ;   Style = TITLE
  58. ;   Text = GUI:EAPacificTitle
  59. ;   Blank
  60. ;   Style = NORMAL
  61. ;   Text = GUI:LegalStuff
  62. ;   Blank
  63. ;   Blank
  64. ;   Style = MINORTITLE
  65. ;   Text = GUI:Programmers
  66. ;   Style = COLUMN
  67. ;   Text = GUI:SeniorProgrammers
  68. ;   Text = "John Doe"
  69. ;   Text = <BLANK>
  70. ;   Text = "Jane Doe"
  71. ; END
  72. ; The output of the above would look like:
  73. ;               EA Pacific //In big letters
  74. ;
  75. ;               Trademark  // in a smaller text
  76. ;
  77. ;
  78. ;              Programmers // in the middle size font
  79. ;  Senior Programmers     John Doe  // the columns
  80. ;                         Jane Doe  // an example of using <BLANK>
  81.  
  82.  
  83.  
  84. Credits
  85.     ScrollRate = 1
  86.     ScrollRateEveryFrames = 1
  87.     ScrollDown = No
  88.     TitleColor = R:125 G:200 B:75
  89.     MinorTitleColor = R:129 G:200 B:75
  90.     NormalColor = R:125 G:200 B:75
  91.     Blank
  92.     Style = TITLE
  93.     Text = "CREDITS:DevelopmentTitle1"
  94.     Text = "CREDITS:DevelopmentTitle2"
  95.     Blank
  96.     Text = "CREDITS:DevelopmentTitle3"
  97.     Blank
  98.     Text = "CREDITS:DevelopmentTitle4"
  99.     Blank
  100.     Blank
  101.     Blank
  102.     Style = TITLE
  103.     Text = CREDITS:EAPacificDevTeam2
  104.     Blank
  105.     Style = MINORTITLE
  106.     Text = CREDITS:ExecutiveInCharge
  107.     Style = NORMAL
  108.     Text = "Mike Verdu"
  109.     Blank
  110.     Style = MINORTITLE
  111.     Text = CREDITS:SeniorDevelopmentDirector
  112.     Style = NORMAL
  113.     Text = "Chris Corry"
  114.     Blank
  115.     Style = MINORTITLE
  116.     Text = CREDITS:DevelopmentDirector
  117.     Style = NORMAL
  118.     Text = "Jill Donald"
  119.     Blank
  120.     Style = MINORTITLE
  121.     Text = CREDITS:ArtDirector
  122.     Style = NORMAL
  123.     Text = "Matt J. Britton"
  124.     Blank
  125.     Style = MINORTITLE
  126.     Text = CREDITS:DirectorofAudio
  127.     Style = NORMAL
  128.     Text = "Mical Pedriana"
  129.     Blank
  130.     Style = MINORTITLE
  131.     Text = CREDITS:CinematicCutSceneDirector
  132.     Style = NORMAL
  133.     Text = "Richard Winn Taylor II"
  134.     Blank
  135.     Style = MINORTITLE
  136.     Text = CREDITS:AssociateProducer
  137.     Style = NORMAL
  138.     Text = "Amer Ajami"
  139.     Text = "Amir Rahimi"
  140.     Blank
  141.     Style = MINORTITLE
  142.     Text = CREDITS:EngineeringDevelopmentDirector
  143.     Style = NORMAL
  144.     Text = "Ofer Estline"
  145.     Blank
  146.     Style = MINORTITLE
  147.     Text = CREDITS:DesignDevelopmentDirector
  148.     Style = NORMAL
  149.     Text = "Wes Eckhart"
  150.     Blank
  151.     Style = MINORTITLE
  152.     Text = CREDITS:LeadDesigner 
  153.     Style = NORMAL
  154.     Text = "Jason Bender"
  155.     Blank
  156.     Style = MINORTITLE
  157.     Text = CREDITS:LeadEngineers
  158.     Style = NORMAL
  159.     Text = "Martin Hoffesommer"
  160.     Blank
  161.     Style = MINORTITLE
  162.     Text = CREDITS:TechnicalArtDirector
  163.     Style = NORMAL
  164.     Text = "Sean O'Hara"
  165.     Blank
  166.     Style = MINORTITLE
  167.     Text = CREDITS:LeadAnimator
  168.     Style = NORMAL
  169.     Text = "Adam McCarthy"
  170.     Blank
  171.     Style = MINORTITLE
  172.     Text = CREDITS:LeadStructureArtist
  173.     Style = NORMAL
  174.     Text = "Mike Colonnese"
  175.     Blank    
  176.     Blank    
  177.     Blank
  178.     Style = TITLE
  179.     Text = CREDITS:Design
  180.     Blank
  181.     Style = MINORTITLE
  182.     Text = CREDITS:Designers
  183.     Style = NORMAL
  184.     Text = "Samuel Bass"
  185.     Text = "Greg Black"
  186.     Text = "Adam Hayes"
  187.     Text = "Edward J. Moore III"
  188.     Text = "Scott C. Smith"
  189.     Text = "Jasen Torres"
  190.     Text = "Jeremy War"
  191.     Blank    
  192.     Style = MINORTITLE
  193.     Text = CREDITS:DesignIntern
  194.     Style = NORMAL
  195.     Text = "Olive Lin"
  196.     Blank
  197.     Style = MINORTITLE
  198.     Text = CREDITS:AdditionalDesign
  199.     Style = NORMAL
  200.     Text = "Jason Huck"
  201.     Text = "Todd Owens"
  202.     Text = "Ken Spencer"
  203.     Blank    
  204.     Blank    
  205.     Blank
  206.     Style = TITLE
  207.     Text = CREDITS:Engineering
  208.     Blank
  209.     Style = MINORTITLE
  210.     Text = CREDITS:SystemsEngineer
  211.     Style = Normal
  212.     Text = "Andy McDonald"
  213.     Blank
  214.     Style = MINORTITLE
  215.     Text = CREDITS:GameplayEngineers
  216.     Style = Normal
  217.     Text = "Jeff Chow"
  218.     Text = "Austin Ellis"
  219.     Text = "Will Hutchinson"
  220.     Text = "Mark Lorenzen"
  221.     Text = "John Machin"
  222.     Text = "Zak Middleton"
  223.     Text = "Shawn Rogers"    
  224.     Text = "Keith Schaefer"
  225.     Blank    
  226.     Style = MINORTITLE
  227.     Text = CREDITS:AIEngineer
  228.     Style = Normal
  229.     Text = "John Ballantyne"
  230.     Text = "Andrew Garrett"
  231.     Text = "Ricardo Robaina"
  232.     Blank    
  233.     Style = MINORTITLE
  234.     Text = CREDITS:GraphicsEngineers
  235.     Style = Normal    
  236.     Text = "Lutz Latta"
  237.     Text = "Vishwa Ranjan"
  238.     Blank    
  239.     Style = MINORTITLE
  240.     Text = CREDITS:AudioEngineer
  241.     Style = Normal        
  242.     Text = "Ian Barkley-Yeung"
  243.     Blank    
  244.     Style = MINORTITLE
  245.     Text = CREDITS:UserInterfaceEngineers
  246.     Style = Normal    
  247.     Text = "Scott K. Bowen"
  248.     Text = "David Richey"
  249.     Blank    
  250.     Style = MINORTITLE
  251.     Text = CREDITS:MultiplayerEngineers
  252.     Style = Normal        
  253.     Text = "Ping Wang"
  254.     Text = "Nathan Yun"
  255.     Blank    
  256.     Style = MINORTITLE
  257.     Text = CREDITS:BuildEngineer
  258.     Style = Normal            
  259.     Text = "Andrew Luby"    
  260.     Blank    
  261.     Style = MINORTITLE
  262.     Text = CREDITS:ContributingTechnicalDirector
  263.     Style = Normal            
  264.     Text = "Andre Bremer"
  265.     Blank
  266.     Style = MINORTITLE
  267.     Text = CREDITS:EngineeringInterns    
  268.     Style = Normal    
  269.     Text = "Steve Messinger"
  270.     Blank
  271.     Style = MINORTITLE
  272.     Text = CREDITS:AdditionalEngineering
  273.     Style = NORMAL
  274.     Text = "Kris Morness"
  275.     Text = "Graham Smallwood"
  276.     Blank
  277.     Blank
  278.     Blank
  279.     Style = TITLE
  280.     Text = CREDITS:Art
  281.     Blank
  282.     Style = MINORTITLE
  283.     Text = CREDITS:Animators
  284.     Style = NORMAL
  285.     Text = "Jennifer Cha"
  286.     Text = "Jose Hernandez"
  287.     Text = "Eugene Cordwell Jarvis"
  288.     Text = "Michael Laygo"
  289.     Text = "Marvin Rojas"
  290.     Blank
  291.     Style = MINORTITLE
  292.     Text = CREDITS:ConceptArtists
  293.     Style = NORMAL
  294.     Text = "Duke Cullen"
  295.     Text = "Warren Fu"
  296.     Text = "Feng Zhu"
  297.     Text = "Michael Zimmerman"
  298.     Blank
  299.     Style = MINORTITLE
  300.     Text = CREDITS:CharacterArtists
  301.     Style = NORMAL    
  302.     Text = "Peter Choe"
  303.     Text = "Mayan Escalante"
  304.     Text = "Greg S. Luzniak"
  305.     Text = "Kich Thien Ma"
  306.     Text = "Chance Rowe"
  307.     Blank
  308.     Style = MINORTITLE
  309.     Text = CREDITS:EnvironmentArtists
  310.     Style = NORMAL        
  311.     Text = "Charles Jacobi"
  312.     Text = "Laureen LaFave"
  313.     Text = "Travell McEntyre"
  314.     Text = "'Hollywood' Tim Williams"
  315.     Text = "Christopher Willingham"
  316.     Blank
  317.     Style = MINORTITLE
  318.     Text = CREDITS:StructureArtists
  319.     Style = NORMAL        
  320.     Text = "Leon Gor"
  321.     Text = "Asier Hernaez Lavina"
  322.     Text = "Thao Le"
  323.     Text = "Tse-cheng Lo"
  324.     Blank
  325.     Style = MINORTITLE
  326.     Text = CREDITS:UserInterfaceArtists
  327.     Style = NORMAL                
  328.     Text = "In Sun Kang"
  329.     Text = "Ino Karella"    
  330.     Text = "Ben Liska"
  331.     Blank
  332.     Style = MINORTITLE
  333.     Text = CREDITS:VisualEffectsArtists
  334.     Style = NORMAL    
  335.     Text = "John Decker"
  336.     Text = "Casey Robinson"
  337.     Blank
  338.     Style = MINORTITLE
  339.     Text = CREDITS:TechnicalArtist
  340.     Style = NORMAL
  341.     Text = "Sophyrun 'Sope' May"
  342.     Blank
  343.     Style = MINORTITLE
  344.     Text = CREDITS:AdditionalArt
  345.     Style = NORMAL
  346.         Text = "Silvio Aebischer"
  347.         Text = "Paul Aguilar"
  348.         Text = "Umberto Bossi"
  349.         Text = "Derek Becker"
  350.         Text = "Darlene Carrasquillo"
  351.         Text = "Christov Effects and Design Inc."
  352.         Text = "Cassia Dominguez"
  353.         Text = "Haemimont Games AD"
  354.         Text = "John Howe"
  355.         Text = "InterServ International"
  356.         Text = "Mike Jones"
  357.         Text = "Thomas Jung"
  358.         Text = "Alan Lee"
  359.     Text = "Hui Boon Lee"
  360.         Text = "Nival Interactive"
  361.         Text = "Nikitova"
  362.         Text = "Papaya Studio"
  363.     Text = "Virtuos Holdings LTD"
  364.     Blank    
  365.     Blank
  366.     Blank
  367.     Style = TITLE
  368.     Text = CREDITS:EAEuropeProduction
  369.     Style = NORMAL        
  370.     Blank                
  371.     Style = MINORTITLE
  372.     Text = CREDITS:AssistantProducers
  373.     Style = NORMAL
  374.     Text = "Jim Vessella"
  375.     Blank
  376.     Style = MINORTITLE
  377.     Text = CREDITS:CommunityManager
  378.     Style = NORMAL
  379.     Text = "Aaron Kaufman"
  380.     Blank
  381.     Style = MINORTITLE
  382.     Text = CREDITS:ProjectManager
  383.     Style = NORMAL
  384.     Text = "Bobby Moldavon"
  385.     Blank
  386.     Style = MINORTITLE
  387.     Text = CREDITS:DirectorofLicenseRelations
  388.     Style = NORMAL
  389.     Text = "Nina Dobner"
  390.     Blank
  391.     Style = MINORTITLE
  392.     Text = CREDITS:AdditionalProductionAssistance
  393.     Style = NORMAL
  394.     Text = "Lawrence Probst IV"
  395.     Blank
  396.     Style = MINORTITLE
  397.     Text = CREDITS:ProductionIntern
  398.     Style = NORMAL
  399.     Text = "Stephen Dinehart"
  400.     Blank
  401.     Blank
  402.     Blank
  403.     Style = TITLE
  404.     Text = CREDITS:Audio
  405.     Blank
  406.     Style = MINORTITLE
  407.     Text = CREDITS:Additionalsoundsanddialogueprocessing
  408.     Style = NORMAL
  409.     Text = "Evan T. Chen"
  410.     Blank
  411.     Style = MINORTITLE
  412.     Text = CREDITS:SoundDesignandVoiceDirection
  413.     Style = NORMAL
  414.     Text = "David Fries"
  415.     Blank
  416.     Style = MINORTITLE
  417.     Text = CREDITS:CinematicAudio
  418.     Style = NORMAL
  419.     Text = "Edward Cerrato"
  420.     Blank
  421.     Blank
  422.     Blank
  423.     Style = MINORTITLE
  424.     Text = CREDITS:VOICEACTING
  425.     Blank
  426.     Style = MINORTITLE
  427.     Text = CREDITS:TheVoiceofTheBattleforMiddle-earthII
  428.     Style = NORMAL
  429.     Text = "Hugo Weaving"
  430.     Blank
  431.     Style = MINORTITLE
  432.     Text = CREDITS:VoiceActors
  433.     Style = NORMAL
  434.     Text = "Grant Albrecht"
  435.     Text = "Dee Baker"
  436.     Text = "Steve Blum"
  437.     Text = "Dave Boat"
  438.     Text = "Scott Bullock"
  439.     Text = "Jesse Burch"
  440.     Text = "Jason Carter"
  441.     Text = "Dan Conroy"
  442.     Text = "Neil Dickson"
  443.     Text = "Richard Doyle"
  444.     Text = "Chris Edgerly"
  445.     Text = "Greg Ellis"
  446.     Text = "Stoney Emshwiller"
  447.     Text = "Crispin Freeman"
  448.     Text = "David Fries"
  449.     Text = "Brian George"
  450.     Text = "Kim Mai Guest"
  451.     Text = "Roger L. Jackson"
  452.     Text = "Nick Jameson"
  453.     Text = "Bob Joles"
  454.     Text = "Darryl Kurylo"
  455.     Text = "Adam Leadbeater"
  456.     Text = "Michael Lindsay"
  457.     Text = "David Lodge"
  458.     Text = "Lewis Macleod"
  459.     Text = "Paul Mercier"
  460.     Text = "Jim Meskimen"
  461.     Text = "Lani Minella"
  462.     Text = "Mark Moseley"
  463.     Text = "Nolan North"
  464.     Text = "Mical Pedriana"
  465.     Text = "Phil Proctor"
  466.     Text = "Jaime Seibert"
  467.     Text = "Brianne Siddall"
  468.     Text = "Isaac Singleton Jr." 
  469.     Text = "Andre Sogliuzzo"
  470.     Text = "Stephen Stanton"
  471.     Text = "Julian Stone"
  472.     Text = "Fred Tatascoire"
  473.     Text = "Simon Templeman"
  474.     Text = "Jim Ward"
  475.     Text = "Joe Whyte"
  476.     Text = "Wally Wingert"
  477.     Text = "Dave Wittenberg"
  478.     Text = "Tatyana Yassukovoich"
  479.     Blank
  480.     Style = MINORTITLE
  481.     Text = CREDITS:MovieTalent
  482.     Style = NORMAL
  483.         Text = "Sean Astin"
  484.         Text = "Billy Boyd"
  485.         Text = "Christopher Lee"
  486.         Text = "Ian McKellen"
  487.         Text = "Dominic Monaghan"
  488.         Text = "John Rhys-Davies"
  489.         Text = "Andy Serkis"
  490.         Text = "Elijah Wood"
  491.     Blank    
  492.     Blank    
  493.     Blank
  494.     Style = TITLE
  495.     Text = CREDITS:Cinematics
  496.     Blank
  497.     Style = MINORTITLE
  498.     Text = CREDITS:CinematicCutSceneArtists
  499.     Style = NORMAL
  500.     Text = "Fernando Castillo"
  501.     Text = "Adam 'Goblyn' Davis"
  502.     Text = "Wil Panganiban"
  503.     Text = "Katai Tang"
  504.     Blank
  505.     Style = MINORTITLE
  506.     Text = CREDITS:CinematicCutSceneEditor
  507.     Style = NORMAL
  508.     Text = "Benjamin Hopkins"
  509.     Blank
  510.     Style = MINORTITLE
  511.     Text = CREDITS:CinematicPainters
  512.     Style = NORMAL
  513.     Text = "Ryan Church"
  514.     Text = "Kevin Llewellyn"    
  515.     Blank
  516.     Style = MINORTITLE
  517.     Text = CREDITS:StoryboardArtists
  518.     Style = NORMAL
  519.     Text = "Rita Lichtwardt"
  520.     Text = "Michelle Tasic"    
  521.     Blank
  522.     Style = MINORTITLE
  523.     Text = CREDITS:AdditionalEditing
  524.     Style = NORMAL            
  525.     Text = "Nate Hubbard"    
  526.     Text = "Melissa Lawson"    
  527.     Blank
  528.     Blank
  529.     Blank
  530.     Style = TITLE
  531.     Text = CREDITS:EpoxySupport 
  532.     Blank
  533.     Style = MINORTITLE
  534.     Text = CREDITS:AssociateDevelopmentDirector
  535.     Style = NORMAL
  536.     Text = "Lea Milic"    
  537.     Blank
  538.     Style = MINORTITLE
  539.     Text = CREDITS:ProjectManager
  540.     Style = NORMAL
  541.     Text = "Audrea Topps-Harjo"        
  542.     Blank
  543.     Style = MINORTITLE
  544.     Text = CREDITS:AssociateTechnicalArtDirector
  545.     Style = NORMAL
  546.     Text = "Chun-Chong Leong"        
  547.     Blank    
  548.     Blank
  549.     Blank
  550.     Style = TITLE
  551.     Text = CREDITS:KorLocalizationTesting
  552.     Blank
  553.     Style = MINORTITLE
  554.     Text = CREDITS:QADirector
  555.     Style = NORMAL
  556.     Text = "Alex Plachowski"
  557.     Blank
  558.     Style = MINORTITLE
  559.     Text = CREDITS:QAProjectLead
  560.     Style = NORMAL
  561.     Text = "Sean Shimoda"
  562.     Blank
  563.     Style = MINORTITLE
  564.     Text = CREDITS:QATestLead
  565.     Style = NORMAL
  566.     Text = "Dan Castillo"
  567.     Text = "Brett Yagi"
  568.     Blank
  569.     Style = MINORTITLE
  570.     Text = CREDITS:QAEngineers
  571.     Style = NORMAL
  572.     Text = "Bill Colby"
  573.     Text = "Steven Hoey"
  574.     Text = "Darren Merritt"
  575.     Blank
  576.     Style = MINORTITLE
  577.     Text = CREDITS:AdditionalQAEngineering
  578.     Style = NORMAL
  579.     Text = "Leander Hasty"
  580.     Blank
  581.     Style = MINORTITLE
  582.     Text = CREDITS:QATestAnalysts
  583.     Style = NORMAL
  584.     Text = "Chris Anjos"
  585.     Text = "Jeremy Atienza"
  586.     Text = "Ronald Avila"
  587.     Text = "Justus Benavidez"
  588.     Text = "Lucas Bergman"
  589.     Text = "Joel Brownell"
  590.     Text = "Hogan Carter"
  591.     Text = "Yong Chong"
  592.     Text = "Danny Chow"
  593.     Text = "Cameron Clarno"
  594.     Text = "Chadwick Coleman"
  595.     Text = "Nick Crocco"
  596.     Text = "Ram Fenster"
  597.     Text = "Brad Fitzpatrick"
  598.     Text = "TJ Fixman"
  599.     Text = "Adam Goss"
  600.     Text = "Jared Greene"
  601.     Text = "Joe Hatcher"
  602.     Text = "Justin Hughes"
  603.     Text = "Jane Jeffers"
  604.     Text = "Jeremiah Jones"
  605.     Text = "Cody Kennedy"
  606.     Text = "James Kono"
  607.     Text = "Robert Lai"
  608.     Text = "Nathan Lee"
  609.     Text = "Ellen Lin"
  610.     Text = "Lino Manansala"
  611.     Text = "Rafael Maramba"
  612.     Text = "Vichea Meak"
  613.     Text = "Alexander Mejia"
  614.     Text = "Nathan Mobley"
  615.     Text = "Eric Morales"
  616.     Text = "Rusty Moran"
  617.     Text = "Nick Murphy"
  618.     Text = "Randy Normil"
  619.     Text = "Andy OÆBrien"
  620.     Text = "Theodore O'Connor"
  621.     Text = "Eric Patten"
  622.     Text = "Cameron Pinard"
  623.     Text = "David Piorek"
  624.     Text = "Darine Pokawatana"    
  625.     Text = "Ryan Roque"
  626.     Text = "Mostafa Sadraii"
  627.     Text = "Kevin Sanchez"
  628.     Text = "Sergey Sarnavskiy"
  629.     Text = "Eric Seaton"
  630.     Text = "Jason Sereno"
  631.     Text = "Gavin Simon"
  632.     Text = "Louie Soriano"
  633.     Text = "David Stratton"
  634.     Text = "Chase Swanson"
  635.     Text = "Daniel Tay"
  636.     Text = "Kurt Tillmanns"
  637.     Text = "Samuel Tjuatja"
  638.     Text = "Matt Tomczek"
  639.     Text = "Robert Tzong"
  640.     Text = "Nandi Varadi"
  641.     Text = "Christian Vazquez"
  642.     Text = "Vladimir Vedenyapin"
  643.     Text = "Damian Viramontez"
  644.     Text = "Maurice Wilson"
  645.     Text = "Sam Wong"
  646.     Text = "David Wu"
  647.     Text = "Jimmy Yu"
  648.     Text = "Mark Zabzdyr"
  649.     Text = "Vanessa Zuloaga"
  650.     Blank
  651.     Style = MINORTITLE
  652.     Text = CREDITS:FocusGroupMembers 
  653.     Style = NORMAL    
  654.     Text = "Robert Bellantonio"
  655.     Text = "Matt Everett"
  656.     Text = "James Fielding"
  657.     Text = "Timur Patrick Gokcen"
  658.     Text = "S├╕ren Thiel Hansen"
  659.     Text = "Lawrence King"
  660.     Text = "Jonathan LeMaitre"
  661.     Text = "Jeff Nizynski"
  662.     Text = "Jan Richter"
  663.     Text = "Curtis Robarts"
  664.     Text = "Breno Silva"
  665.     Text = "Hendrik Gijsbertus Steijsiger"
  666.     Text = "Daan Versloot"
  667.     Text = "Tim White"
  668.     Text = "Michael Whitener"
  669.     Blank    
  670.     Blank
  671.     Blank
  672.     Style = TITLE
  673.     Text = CREDITS:Localization
  674.     Blank
  675.     Style = MINORTITLE
  676.     Text = CREDITS:Thilo
  677.     Style = NORMAL
  678.     Text = "Thilo Huebner"     
  679.     Blank
  680.     Style = MINORTITLE
  681.     Text = CREDITS:AdditionalLocalization
  682.     Style = NORMAL
  683.     Text = "Joel B├╢rjel"     
  684.     Blank
  685.     Blank
  686.     Style = MINORTITLE
  687.     Text = CREDITS:EuropeanLocalizationandIntegration
  688.     Blank
  689.     Style = MINORTITLE
  690.     Text = CREDITS:LocalizationProduction
  691.     Style = NORMAL
  692.     Text = "Ian Penney"
  693.     Text = "Sergio Vargas"
  694.     Blank    
  695.     Style = MINORTITLE
  696.     Text = CREDITS:LocalizationCoordination
  697.     Style = NORMAL
  698.     Text = "Lionel Berrodier"
  699.     Text = "Stefano Buffoli"
  700.     Text = "Kay Dresen"
  701.     Text = "Martin Eriksson"    
  702.     Text = "Pierre Froget"
  703.     Text = "Alejandro G├│mez"
  704.     Text = "Kasia Gryglewska-Cebrat"
  705.     Text = "Andreas Morell"
  706.     Text = "Alfonsina Mossello"
  707.     Text = "Andreas Pajarinen"
  708.     Text = "Jos├⌐ Ram├│n Sagarna"
  709.     Text = "Nacho Sendino"
  710.     Text = "Chatarina Stamblewski"
  711.     Text = "Dominika Szot"
  712.     Text = "I├▒aki Valladares"
  713.     Text = "Martijn van der Meulen"
  714.     Text = "Florian Vanino"
  715.     Blank    
  716.     Style = MINORTITLE
  717.     Text = CREDITS:LocalizationProgramming
  718.     Style = NORMAL
  719.     Text = "Pedro Alfageme"
  720.     Text = "Ivan Arroyo"
  721.     Text = "Mario Berganti├▒os"
  722.     Text = "Virginia Cano"
  723.     Text = "Sergio Cianca"
  724.     Text = "Andres Gin├⌐"
  725.     Text = "Felipe Gonz├ílez L├│pez"
  726.     Text = "Fernando San Nicolas"
  727.     Blank    
  728.     Style = MINORTITLE
  729.     Text = CREDITS:LocalizationTeam 
  730.     Style = NORMAL
  731.     Text = "Mathias Abrahamsson"
  732.     Text = "Torben Andersen"
  733.     Text = "Giorgio Anselmi"
  734.     Text = "Nicolas Dani├¿re"
  735.     Text = "Jonas Estrada"
  736.     Text = "Juan Antonio Garcia de Quinto"
  737.     Text = "I├▒aki Guerra"
  738.     Text = "Daniel Jonsson"
  739.     Text = "Grzegorz Kordas"
  740.     Text = "Thom Moesker"
  741.     Text = "Roberto Orsi"
  742.     Text = "Dani Pastor"
  743.     Text = "Jos├⌐ Antonio Pereira"
  744.     Text = "Daniel Ramos"
  745.     Text = "Eva Sanz"
  746.     Text = "Charles Ulbig"
  747.     Blank    
  748.     Style = MINORTITLE
  749.     Text = CREDITS:AsianLocalizationandIntegration    
  750.     Blank    
  751.     Style = MINORTITLE
  752.     Text = CREDITS:LocalizationProduction    
  753.     Style = NORMAL
  754.     Text = "Jason Chen" 
  755.     Text = "Wei Huang"
  756.     Text = "Pisit Pluempatanakij"
  757.     Blank    
  758.     Style = MINORTITLE
  759.     Text = CREDITS:LocalizationProjectManager
  760.     Style = NORMAL
  761.     Text = "Christine Kong"
  762.     Blank    
  763.     Style = MINORTITLE
  764.     Text = CREDITS:LocalizationProgramming
  765.     Style = NORMAL
  766.     Text = "Jason Park"
  767.     Text = "Callista Tan"
  768.     Blank    
  769.     Style = MINORTITLE
  770.     Text = CREDITS:QALead
  771.     Style = NORMAL
  772.     Text = "Terence Lau"
  773.     Blank    
  774.     Style = MINORTITLE
  775.     Text = CREDITS:QATestAnalysts
  776.     Style = NORMAL    
  777.     Text = "Victor Lim"
  778.     Text = "Colin Lim"
  779.     Text = "Jason Lim"
  780.     Blank    
  781.     Style = MINORTITLE
  782.     Text = CREDITS:LanguageTesters
  783.     Style = NORMAL    
  784.     Text = "Sky Lin"
  785.     Text = "Chen Haitao" 
  786.     Blank    
  787.     Style = MINORTITLE
  788.     Text = CREDITS:FRATranslations
  789.     Style = NORMAL    
  790.     Text = "Jerry Lin"
  791.     Text = "Walailak Trongjittipanya"
  792.     Blank
  793.     Blank
  794.     Blank
  795.     Style = TITLE
  796.     Text = CREDITS:MOTIONCAPTURETITLE
  797.     Blank
  798.     Style = MINORTITLE
  799.     Text =     CREDITS:EAMotionCaptureSpecialists
  800.     Style = NORMAL    
  801.     Text = "John Mayhew"
  802.     Text = "Vince Ng"
  803.     Text = "Rob Parent"
  804.     Text = "Evan Tepoorten"
  805.     Blank    
  806.     Style = MINORTITLE
  807.     Text = CREDITS:EAMotionCaptureOperators
  808.     Style = NORMAL    
  809.     Text = "Kirk Chantraine"
  810.     Text = "Brian Matsuo"
  811.     Blank    
  812.     Style = MINORTITLE
  813.     Text = CREDITS:MotionCaptureTalent
  814.     Style = NORMAL    
  815.     Text = "Ashley Earl"
  816.     Text = "Lori Phillips"
  817.     Text = "Paul Lazenby"
  818.     Text = "Kimani Smith"
  819.     Text = "Donovan Stinson"
  820.     Blank    
  821.     Style = MINORTITLE
  822.     Text = CREDITS:MotionCaptureEditor
  823.     Style = NORMAL    
  824.     Text = "Allison Shelton"
  825.     Blank
  826.     Blank
  827.     Blank    
  828.     Style = TITLE
  829.     Text = CREDITS:Music    
  830.     Blank
  831.     Style = MINORTITLE    
  832.     Text = CREDITS:Music    
  833.     Style = NORMAL    
  834.     Text = "Howard Shore"
  835.     Blank    
  836.     Style = MINORTITLE
  837.     Text = CREDITS:Composer1 
  838.     Text = CREDITS:Composer2
  839.     Style = NORMAL
  840.     Text = "Bill Brown"
  841.     Text = "Jamie Christopherson"
  842.     Blank
  843.     Blank
  844.     Blank    
  845.     Style = TITLE
  846.     Text = CREDITS:Marketing
  847.     Blank
  848.     Style = MINORTITLE
  849.     Text = CREDITS:SeniorMarketingDirector
  850.     Style = NORMAL
  851.     Text = "Mike Maser"
  852.     Blank
  853.     Style = MINORTITLE
  854.     Text = CREDITS:SeniorProductManager
  855.     Style = NORMAL
  856.     Text = "Craig Owens"
  857.     Blank
  858.     Style = MINORTITLE
  859.     Text = CREDITS:AssociateProductManager
  860.     Style = NORMAL
  861.     Text = "Amritz Lay"
  862.     Blank
  863.     Style = MINORTITLE
  864.     Text = CREDITS:Documentation
  865.     Style = NORMAL
  866.     Text = "Sharon Maher"
  867.     Blank
  868.     Style = MINORTITLE
  869.     Text = CREDITS:DocumentationLayout
  870.     Style = NORMAL
  871.     Text = "Christopher Held"
  872.     Blank
  873.     Style = MINORTITLE
  874.     Text = CREDITS:PackageProjectManagement
  875.     Style = NORMAL
  876.     Text = "John Burns"
  877.     Blank
  878.     Style = MINORTITLE
  879.     Text = CREDITS:PackageDesign
  880.     Style = NORMAL
  881.     Text = "Hamagami Carroll, Inc."
  882.     Blank
  883.     Style = MINORTITLE
  884.     Text = CREDITS:EuropeanMarketingTeam
  885.     Style = NORMAL
  886.     Text = "Miles Beeson" 
  887.     Text = "Jules Clarkson"
  888.     Text = "Jim Hill"
  889.     Text = "Jon Rissik" 
  890.     Blank
  891.     Style = MINORTITLE
  892.     Text = CREDITS:PublicRelationsTeam
  893.     Style = NORMAL
  894.     Text = "Brooke Cahalane"
  895.     Text = "Abby Topolsky"
  896.     Blank
  897.     Blank
  898.     Blank
  899.     Style = TITLE
  900.     Text = CREDITS:SpecialThanks
  901.     Blank
  902.     Style = MINORTITLE
  903.     Text = CREDITS:EALAThanks
  904.     Style = NORMAL
  905.     Text = "Neil Young"
  906.     Text = "J. Arcadia Kim"
  907.     Text = "Jonathan Lutz"
  908.     Text = "Peter Navin"
  909.     Text = "Louis Castle" 
  910.     Text = "Thilo Huebner"
  911.     Text = "Eric Garay"
  912.     Text = "Michael Lee"
  913.     Text = "Susan Otto"
  914.     Text = "Willy Reese"
  915.     Text = "Kriste Stull"
  916.     Text = "Alan Yu"
  917.     Text = "Judy Bellamy"
  918.     Blank
  919.     Style = MINORTITLE
  920.     Text = CREDITS:EAThanks
  921.     Text = CREDITS:EAThanks2
  922.     Style = NORMAL
  923.     Text = "Larry Probst"
  924.     Text = "Bing Gordon"
  925.     Text = "Warren Jenson"
  926.     Text = "Gerhard Florin"
  927.     Text = "Frank Gibeau"
  928.     Text = "Erick Hachenburg"
  929.     Text = "Paul Lee"
  930.     Text = "David Gardner"
  931.     Text = "Jose Martin"
  932.     Text = "Glenn Entis"
  933.     Text = "Nancy Smith"
  934.     Text = "Joel Linzner"
  935.     Text = "Warren Wohl"
  936.     Text = CREDITS:MasteringLab
  937.     Text = CREDITS:NACustomerQualityControl 
  938.     Text = CREDITS:EuorpeanCertificationGroup
  939.     Blank
  940.     Blank
  941.     Text = CREDITS:BFME1Thanks
  942.     Text = CREDITS:BFME1Thanks2
  943.     Text = CREDITS:BFME1Thanks3
  944.     Blank
  945.     Blank
  946.     Text = CREDITS:JackThanks
  947.     Text = CREDITS:JackThanks2
  948.     Text = CREDITS:JackThanks3
  949.     Text = CREDITS:JackThanks4
  950.     Blank
  951.     Blank
  952.     Text = CREDITS:NewLineTolkienThanks
  953.     Text = CREDITS:NewLineTolkienThanks2
  954.     Blank
  955.     Style = TITLE
  956.     Text = CREDITS:NewLineSeniorExec3
  957.     Blank
  958.     Style = MINORTITLE
  959.     Text = CREDITS:NewLineSeniorExec1 
  960.     Text = CREDITS:NewLineSeniorExec2
  961.     Style = NORMAL
  962.     Text = "David Imhoff"
  963.     Blank
  964.     Style = MINORTITLE    
  965.     Text = CREDITS:NewLineCreativeDir
  966.     Style = NORMAL
  967.     Text = "John Mayo"    
  968.     Blank
  969.     Style = MINORTITLE    
  970.     Text = CREDITS:CreativeServicesCoordinator
  971.     Style = NORMAL
  972.     Text = "Trevor Wilson"    
  973.     Blank
  974.     Style = TITLE
  975.     Text = CREDITS:TolkienEnterprises
  976.     Blank
  977.     Style = MINORTITLE    
  978.     Text = CREDITS:LiteraryConsultant
  979.     Style = NORMAL    
  980.     Text = "Laurie Battle"
  981.     Blank
  982.     Style = MINORTITLE    
  983.     Text = CREDITS:LegalCounsel
  984.     Style = NORMAL    
  985.     Text = "Al Bendich"
  986.     Text = "Tom Magnani"
  987.     Blank
  988.     Style = MINORTITLE    
  989.     Text = CREDITS:BusinessAffairs
  990.     Style = NORMAL    
  991.     Text = "Fredrica Drotos"
  992.     Blank
  993.     Style = MINORTITLE    
  994.     Text = CREDITS:ProductionServices
  995.     Style = NORMAL    
  996.     Text = "Sam Benson"
  997.     Text = "Joe Mandragona"
  998.     Blank
  999.     Blank
  1000.     Blank
  1001.     Text = CREDITS:TeamThanks
  1002.     Text = CREDITS:TeamThanks2
  1003.     Blank
  1004.     Text = "Kenz Abdalla, Robert Abel, Maha Ajami, Ramzi Ajami,"
  1005.     Text = "Penny Angel-Levy, David Anspiger, Adam Bain, Mike Banks,"
  1006.     Text = "Nate Banry, Deborah, Stephen & Alan Barkley-Yeung,"
  1007.     Text = "Allan, Caroline, Tom, Kit & Jack Bass, Nick Bates,"
  1008.     Text = "Ben & Ginger, Jim Bender, Jody Bender, Nick Bennett,"
  1009.     Text = "Laura Black, Renee Black, Mario Blauert, Chris Blum, Bailey Bottoms,"
  1010.     Text = "Stacey Boucher, April Bowen, Chelsie Bowen, Kelly Bowen, Wes Bowen,"
  1011.     Text = "Alice Britton, Dustin Browder, Nathaniel Buckley, Jennifer Burke,"
  1012.     Text = "Bruce Campbell, Honorata Moral Carrascal, Tomas Castillo, Stan Chee,"
  1013.     Text = "Anda T.H.L. Chen, Anna L. Chen, Eric T. Chen, Nathan Chen,"
  1014.     Text = "Wen M. Chen, Micah Cheng, Toby Cheng, Cathy Chow,"
  1015.     Text = "The Chow Family, Robert Colby, Ryan Collier, Jay Coombs,"
  1016.     Text = "Zara Coombs, Susan & Caroline Corry, David & Patti Coulter,"
  1017.     Text = "Ariel Crespo, Nora Crespo, Nolan Crespo, Nathan Crespo," 
  1018.     Text = "Sarah Crespo, Eric & Coby Dahlstrom, Brandyn Davis, Laurie Davis,"
  1019.     Text = "Ron Davis, Barry Debakey, Michael Decher, The Decker Family,"
  1020.     Text = "Christian De Leon, Dyana Demarco, The DeMars Family,"
  1021.     Text = "Eric DeMilt, Paul Denton, Alex DiMella, Matthew Di Virgilio,"
  1022.     Text = "Joji & Sparky Donald, Michelle Downhham, Art Durinski, Dan Elggren,"
  1023.     Text = "Jochen & Birgit Ertl, The Escalante Family, Elizabeth Estline,"
  1024.     Text = "Christina Fontana, Paul Evans, Jesse Franklin, Scott Friedman,"
  1025.     Text = "Ryan Galan, Walter Galan, Rowena Garrett, Eugene Gonzales,"
  1026.     Text = "Manny Gonzalez, Rich, Kathy & Julie Goodall, Liv Griffin,"
  1027.     Text = "Candice Harada, Fancis Hardiman, Alexandra Pauline Hayes, "
  1028.     Text = "Lynn and Sandy Hayes, Danny Heng, Sovirya Heng, Bj├╢rn Heu├ƒner,"
  1029.     Text = "The Higa Family, Andrea Higham, Christopher Higham,"
  1030.     Text = "Jonathan Higham, Matthew Higham, Spencer Higham,"
  1031.     Text = "Terry & Tamara Higham, Leilani Hinton, Cindy Hoey, Donald Hoey,"
  1032.     Text = "Ralf & Gisela Hoffesommer, Jenna Hogan, Sienna Hopkins, X Hopkins, "
  1033.     Text = "Lynn & Tom Hughes, Yem Thi Huynh, The Jacobi Family,"
  1034.     Text = "Rahsaan Jackson, Sandra Jarvis, Lothell Jones,"
  1035.     Text = "Debra & Robert Kaufman, Rachel Kaufman, Chie Kawabata,"
  1036.     Text = "Levon Kazaryan, Stella Kazaryan, The Kendall Family,"
  1037.     Text = "Cathy Klein, Miriam Knof, Michael Kolkau, Heather Kovarik,"
  1038.     Text = "Falko & Katja Kuzyna, Donna LaFave, Aileen Lai,"
  1039.     Text = "Dory Laygo, Robert Laygo, Katherine Lee, Mrs. Lee, Deven LeTendre,"
  1040.     Text = "Elizabeth Levy, George Levy, Steve & Peggy Lisberger, Amy Liu,"
  1041.     Text = "Sam Liu, Angie Lorenzen, Caroline Lorenzen, Christian Lorenzen,"
  1042.     Text = "George & Jackie Luzniak, George & Ruth Luzniak, The Luzniak Clan,"
  1043.     Text = "Oksana Luzniak, Kenvin Lyman, Anthony Ma, Chau T. Ma,"
  1044.     Text = "Hiem T. Ma, Hien M. Ma, Long M. Ma, Luc T. Ma, Megan Ma,"
  1045.     Text = "Nghia Van Ma, Phuc T. Ma, Phat T. Ma, Richard Ma,"
  1046.     Text = "Lori, Travis & Megan Machin, Vichea Meak, Adrian Maleska,"
  1047.     Text = "Bryan & Allison Manfred, Chris & Amanda Manfred, Nick Mao,"
  1048.     Text = "Matt & Hinadi Materna & the twins, Abraham May, David May," 
  1049.     Text = "Daniel May, Jeremiah May, Leakana May, Nareth May,"
  1050.     Text = "Rebekah May, Carmen Escudero Mayor, Dan McCaw,"
  1051.     Text = "Vicky McCann, Vanessa, Jezebel & Oceanis McCarthy,"
  1052.     Text = "Carolyn McEntyre, Drasha McEntyre, Keandra McEntyre,"
  1053.     Text = "Travis McEntyre, Chris & Tracy McGuire, Larysa & Chris Meyers,"
  1054.     Text = "David, Kathy, Ashley & Charlie Middleton, Rachel Mina, MMJB,"
  1055.     Text = "Barbara Moldavon, Sherman & Ida Moldavon, Laraine and Dink Moniz,"
  1056.     Text = "Robbie Mork, Graham Morness, Thelma Morness,"
  1057.     Text = "The Murrays, Rob Nestler, Sandra Neubert, Lanny Nielsen,"
  1058.     Text = "Matt Nordstrom, Pat & Nancy OΓÇÖHara, Loan Hue Ong,"
  1059.     Text = "Aaron Owens, Natalie, Hayden & Emerson Owens,"
  1060.     Text = "Pete Palacio, Godofredo Panganiban, Jean Panganiban," 
  1061.     Text = "Soledad Panganiban, Rene Parola, Paul & Pel,"
  1062.     Text = "Con Pederson, Marian Pettit, Dennis & Bonnie Phillips,"
  1063.     Text = "The Posnachewsky Clan, Deborah Putney, Melissa Quebral,"
  1064.     Text = "Art Rahimi, Rasoul Rahimi, Zohre Rahimi, The Ranjan Family,"
  1065.     Text = "Olive Richardson, Krista, Cameron & Makenna Richey,"
  1066.     Text = "Alec Robinson, Keri Robinson, Pat 'Cookie Dealer' Robinson,"
  1067.     Text = "Patricia, Kylie & Clarissa Rogers, Jeffery Rose, Michael Rothman,"
  1068.     Text = "Brooke & Grizzy Rupert III, Erin & Elliott Schaefer, Alma Sch├ñfer,"
  1069.     Text = "Celeste Schield, Schlunz & Lumpi, Thomas Schmall, Bobby Serrato,"
  1070.     Text = "George Shaw, Rachel Shin, Robyn Shin, Sung Hee Shin,"
  1071.     Text = "Sung Young Shin, The Silvis Family, Charles Sloan,"
  1072.     Text = "Clive & Cheryl Smith, Ian & Sylvia Smith, Richard & Lisa Smith,"
  1073.     Text = "Tony Smith, Jefferson Darcy Stewart, Russell Strazzella, Alex Suarez,"
  1074.     Text = "Tom Suffert, Matt Sullivan, Chris Swain, Ali Tabatabaee,"
  1075.     Text = "Leila Tabatabaee, The Tabatabaee Family, Jean Tai, The Tang Family,"
  1076.     Text = "Martha Tapia, The Tasic Family, Betty Taylor, Lynda Taylor,"
  1077.     Text = "Lynne Taylor, Richard S. Taylor, Manu Thakur, Meenakshi Thakur,"
  1078.     Text = "The Thakur Family, Edward Thomas, Mathab Thorson,"
  1079.     Text = "Peter Temple Thurston, Grandma Daisy Tongue, The Family Torres,"
  1080.     Text = "Mr. Ben Toure, Will Townsend, Tru Anh Tran, The Tsai Family,"
  1081.     Text = "Eva Urena, Dawn VanAllsburg, Kelly Varcardiponi, Paula Verdu,"
  1082.     Text = "Ann Vessella, Bob Vessella, Tom Vessella, Wyvonne Vessella,"
  1083.     Text = "Noelle Vincent, Spencer Voges, Megan Walsh, Chunyi Wu Wang,"
  1084.     Text = "Fan Wang, Shu Guo Wang, Tong Zhou Wang, Ethan War,"
  1085.     Text = "Maggie War, Aaron Weldon, Nadine Wennerhold,"
  1086.     Text = "Elizabeth Grace Williams, Roscoe & Fern Williams, Steve Williams,"
  1087.     Text = "Venita Lai Williams, Dr. Gloria Willingham-Toure,"
  1088.     Text = "Michael Willingham, Christy Wise, Krista Wollweber,"
  1089.     Text = "Tim Wollweber, Kittaya Wongchinda, Barbara Woodbury,"
  1090.     Text = "Kim Woodhouse, Greg Worsham, Kirsten Yamaguchi,"
  1091.     Text = "The Yun Family, The Zamanian Family, Xiufang Yang Zhou,"
  1092.     Text = "Yinian Zhou, and The Zimmerman family."
  1093.     Blank
  1094.     Blank
  1095.     Blank
  1096.     Style = MINORTITLE
  1097.     Text = CREDITS:EALATagline
  1098.     Blank
  1099.     Blank
  1100.     Blank
  1101.     Style = NORMAL
  1102.     Text = CREDITS:Miles
  1103.     Blank
  1104.     Style = NORMAL
  1105.     Text = CREDITS:MPEGNotice
  1106.     Blank
  1107.     Text = CREDITS:GameSpyNotice
  1108.     Blank
  1109.     Blank
  1110.     Blank
  1111.     Blank
  1112.     Blank
  1113.     Blank
  1114.     Blank
  1115.     Blank
  1116.     Blank
  1117.     Blank
  1118.     Blank
  1119.     Blank
  1120. End