home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 March / Gamestar_82_2006-03_dvd.iso / CD / DATABASE / CESTINY / genzh103cz.exe / Data / INI / Credits.ini
Text File  |  2003-10-18  |  19KB  |  787 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. ; BEGIN HEADER
  86.   ScrollRate              = 2                   ;How many pixels to move
  87.   ScrollRateEveryFrames   = 1                   ;How many frames inbetween that we do the ScrollRate
  88.   ScrollDown            = NO                    ;We can scroll up, or down... don't ask my why we'd want to scroll down
  89.   TitleColor            = R:161 G:179 B:255 A:255 ;Color for style type TITLE
  90.   MinorTitleColor       = R:161 G:179 B:255 A:255 ;Color for style type MINORTITLE
  91.   NormalColor           = R:209 G:218 B:255 A:255 ;Color for style type NORMAL ;R:255 G:190 B:0 A:255
  92. ; END HEADER
  93.  
  94.  
  95.   Style = TITLE
  96.   Text = "CZ verze"
  97.   Blank
  98.   Blank
  99.   Style = MINORTITLE
  100.   Text = "Preklad"
  101.   Style = NORMAL
  102.   Text = "Raptor"
  103.   Blank
  104.   Blank
  105.   Style = MINORTITLE
  106.   Text = "Korekce a betatest"
  107.   Style = NORMAL
  108.   Text = "Ivo Pospisil"
  109.   Text = "Raptor"
  110.   Blank
  111.   Blank
  112.   Blank
  113.   Blank
  114.   Style = MINORTITLE
  115.   Text = CREDITS:DevelopmentTitle
  116.   Text = CREDITS:DevelopmentTitle2
  117.   Blank
  118.   Blank
  119.   Blank
  120.   Blank
  121.   Style = MINORTITLE
  122.   Text = CREDITS:EAPacificDevTeam
  123.   Text = CREDITS:EAPacificDevTeam2
  124.   Text = CREDITS:EAPacificDevTeam3
  125.   Blank
  126.   Blank
  127.   Blank
  128.   Style = MINORTITLE
  129.   Text = CREDITS:ExecutiveProducer
  130.   Style = NORMAL
  131.   Text = "Mark Skaggs"
  132.   Blank
  133.   Style = MINORTITLE
  134.   Text = CREDITS:SeniorProducer
  135.   Style = NORMAL
  136.   Text = "Harvard Bonin"
  137.   Blank
  138.   Style = MINORTITLE
  139.   Text = CREDITS:DevelopmentDirector
  140.   Style = NORMAL
  141.   Text = "John Salwitz"
  142.   Blank
  143.   Style = MINORTITLE
  144.   Text = CREDITS:TechnicalDirection
  145.   Style = NORMAL
  146.   Text = "Jeff Brown"
  147.   Blank
  148.   Style = MINORTITLE
  149.   Text = CREDITS:AssociateProducers
  150.   Style = NORMAL
  151.   Text = "Jill Donald"
  152.   Blank
  153.   Style = MINORTITLE
  154.   Text = CREDITS:AssistantProducer
  155.   Style = NORMAL
  156.   Text = "Amir Rahimi"
  157.   Blank
  158.   Style = MINORTITLE
  159.   Text = CREDITS:ProductionAssistance
  160.   Style = NORMAL
  161.   Text = "Amer Ajami"
  162.   Text = "Jeff Charvat"
  163.   Text = "Richard Donnelly"
  164.   Text = "Dan Elggren"
  165.   Text = "Frank Hsu"
  166.   Text = "Rade Stojsavljevic"
  167.   Text = "Mike Verdu"
  168.   Blank
  169.   Blank
  170.   Blank
  171.   Style = MINORTITLE
  172.   Text = CREDITS:Engineers
  173.   Style = NORMAL
  174.   Text = "Steve Copeland"
  175.   Text = "Mark Lorenzen"
  176.   Text = "Kris Morness"
  177.   Text = "Graham Smallwood"
  178.   Text = "Gary Strawn"
  179.   Blank
  180.   Style = MINORTITLE
  181.   Text = CREDITS:AdditionalEngineering
  182.   Style = NORMAL
  183.   Text = "John Ahlquist"
  184.   Text = "Ian Barkley-Yeung"
  185.   Text = "Scott Bowen"
  186.   Text = "Martin Hoffesommer"
  187.   Text = "Robert Minsk"
  188.   Text = "Daniel Teh"
  189.   Text = "Mark Wilczynski"
  190.   Blank
  191.   Blank
  192.   Blank
  193.   Style = MINORTITLE
  194.   Text = CREDITS:Designers
  195.   Style = NORMAL
  196.   Text = "Eric Beaumont"
  197.   Text = "Jason Bender"
  198.   Text = "John Comes"  
  199.   Text = "Joe Gernert"
  200.   Text = "Randy Greenback"
  201.   Text = "Adam Isgreen"
  202.   Text = "Mike Lightner"
  203.   Text = "Todd Owens"
  204.   Text = "Chris Rubyor"
  205.   Text = "Kevin Saunders"
  206.   Text = "Jeff Stewart"
  207.   Blank
  208.   Blank
  209.   Blank
  210.   Style = MINORTITLE
  211.   Text = CREDITS:LeadArtists
  212.   Style = NORMAL
  213.   Text = "Jose Albanil"
  214.   Text = "Eric Kearns"
  215.   Blank
  216.   Style = MINORTITLE
  217.   Text = CREDITS:Artists
  218.   Style = NORMAL
  219.   Text = "Samm Ivri"
  220.   Text = "In Sun Kang"
  221.   Text = "Steve Moore"
  222.   Blank
  223.   Style = MINORTITLE
  224.   Text = CREDITS:AdditionalArt
  225.   Style = NORMAL
  226.   Text = "Richard Kriegler"
  227.   Text = "Boon Lee"
  228.   Text = "Tse-cheng Lo"
  229.   Text = "Kich Ma"
  230.   Text = "Bjorn Muller"
  231.   Text = "David Pursley"
  232.   Text = "Richard Smith"
  233.   Blank
  234.   Blank
  235.   Blank
  236.   Style = MINORTITLE
  237.   Text = CREDITS:CinematicCutSceneDirector
  238.   Style = NORMAL
  239.   Text = "David Wainstain"
  240.   Blank
  241.   Style = MINORTITLE
  242.   Text = CREDITS:CinematicCutSceneArtists
  243.   Style = NORMAL
  244.   Text = "Greg Black"
  245.   Text = "Eric Hardin"
  246.   Blank
  247.   Blank
  248.   Blank
  249.   Style = MINORTITLE
  250.   Text = CREDITS:DirectorofAudio
  251.   Style = NORMAL
  252.   Text = "Mical Pedriana"
  253.   Blank
  254.   Style = MINORTITLE
  255.   Text = CREDITS:SoundDesignandVoiceDirection
  256.   Style = NORMAL
  257.   Text = "David Fries"
  258.   Blank
  259.   Style = NORMAL
  260.   Text = CREDITS:Composer1
  261.   Text = "Bill Brown and Mikael Sandgren of Soundelux Design Music Group"
  262.   Blank
  263.   Style = MINORTITLE
  264.   Text = CREDITS:ScriptWriters
  265.   Style = NORMAL
  266.   Text = "Danny Bilson"
  267.   Text = "Paul DeMeo"
  268.   Blank
  269.   Blank
  270.   Blank
  271.   Style = MINORTITLE
  272.   Text = CREDITS:EngineeringInterns
  273.   Style = NORMAL
  274.   Text = "Chris Brue"
  275.   Text = "Jake Warmerdam"
  276.   Blank
  277.   Blank
  278.   Blank
  279.   Style = MINORTITLE
  280.   Text = CREDITS:AdditionalDesign
  281.   Style = NORMAL
  282.   Text = "Dustin Browder"
  283.   Text = "John Lee"
  284.   Blank
  285.   Blank
  286.   Blank
  287.   Blank
  288.   Blank
  289.   Blank
  290.   Style = TITLE
  291.   Text = CREDITS:QualityAssurance
  292.   Blank
  293.   Style = MINORTITLE
  294.   Text = CREDITS:QADirector
  295.   Style = NORMAL
  296.   Text = "Evan Birkby"
  297.   Blank
  298.   Style = MINORTITLE
  299.   Text = CREDITS:SrTestLead
  300.   Style = NORMAL
  301.   Text = "Adam Hayes"
  302.   Blank
  303.   Style = MINORTITLE
  304.   Text = CREDITS:AssistantMultiplayerTestLead
  305.   Style = NORMAL
  306.   Text = "Will Townsend"
  307.   Blank
  308.   Style = MINORTITLE
  309.   Text = CREDITS:TestAnalysts
  310.   Style = NORMAL
  311.   Text = "Justin Anderson"
  312.   Text = "Adam Colman"
  313.   Text = "Jim Corbin"
  314.   Text = "Scott Fallier"
  315.   Text = "Timothy Fox"
  316.   Text = "Roger Hantz"
  317.   Text = "Steven Hoey"
  318.   Text = "Jason Krzewski"
  319.   Text = "Pei Lee"
  320.   Text = "Jake Nannery"
  321.   Text = "RA. Pearson"
  322.   Text = "Khen Prel"
  323.   Text = "Sean Shimoda"
  324.   Text = "Gavin Simon"
  325.   Text = "Brian Tibbetts"
  326.   Text = "Michael Wale"
  327.   Text = "Larry Webber"
  328.   Text = "Brett Yagi"
  329.   Blank
  330.   Blank
  331.   Blank
  332.   Style = MINORTITLE
  333.   Text = CREDITS:TiburonAdditionalQualityAssurance
  334.   Style = NORMAL
  335.   Text = "Eric Zala"
  336.   Text = "Paulo Baier"
  337.   Text = "Alex Plachowski"
  338.   Text = "Ryan Ferwerda"
  339.   Text = "Matt Christman"
  340.   Text = "Mark Schneidmiller"
  341.   Text = "John Thompson"
  342.   Text = "Gary Ware"
  343.   Blank
  344.   Blank
  345.   Blank
  346.   Blank
  347.   Blank
  348.   Blank
  349.   Style = TITLE
  350.   Text = CREDITS:LOCALIZATION
  351.   Blank
  352.   Style =MINORTITLE
  353.   Text = CREDITS:DirectorofProductLocalization
  354.   Style = NORMAL
  355.   Text = "Thilo W. Huebner"
  356.   Blank
  357.   Style =MINORTITLE
  358.   Text = CREDITS:LocalizationAssistance
  359.   Style = NORMAL
  360.   Text = "Laffy Taylor"
  361.   Text = "Lea Milic"
  362.   Blank
  363.   Blank
  364.   Style =MINORTITLE
  365.   Text = CREDITS:LocalizationBrazil
  366.   Style = NORMAL
  367.   Text = "Carlos Cassemiro"
  368.   Text = "Mateus Andrade"
  369.   Blank
  370.   Style =MINORTITLE
  371.   Text = CREDITS:TranslationServices
  372.   Style = NORMAL
  373.   Text = CREDITS:QuotedTraducoes
  374.   Blank
  375.   Blank
  376.   Style = MINORTITLE
  377.   Text = CREDITS:LocalisationFrance
  378.   Style = NORMAL
  379.   Blank
  380.   Style = MINORTITLE
  381.   Text = CREDITS:TranslationCoordinator
  382.   Style = NORMAL
  383.   Text = CREDITS:StephaneTachon
  384.   Blank
  385.   Style = MINORTITLE
  386.   Text = CREDITS:Translations
  387.   Style = NORMAL
  388.   Text = "Around the Word"
  389.   Blank
  390.   Style = MINORTITLE
  391.   Text = CREDITS:LTCoordinator
  392.   Style = NORMAL
  393.   Text = "Lionel Berrodier"
  394.   Blank
  395.   Style = MINORTITLE
  396.   Text = CREDITS:LanguageTester
  397.   Style = NORMAL
  398.   Text = CREDITS:ClementDuval
  399.   Blank
  400.   Blank
  401.   Style = MINORTITLE
  402.   Text = CREDITS:LocalisationGermany
  403.   Style = NORMAL
  404.   Blank
  405.   Style = MINORTITLE
  406.   Text = CREDITS:LocalisationCoordinator
  407.   Style = NORMAL
  408.   Text = "Britta Dohmen"
  409.   Text = "Bettina Bachon"
  410.   Blank
  411.   Style = MINORTITLE
  412.   Text = CREDITS:Translations
  413.   Style = NORMAL
  414.   Text = CREDITS:RobertBock
  415.   Text = "Elmar Seeberger"
  416.   Blank
  417.   Style = MINORTITLE
  418.   Text = CREDITS:RecordingStudio
  419.   Style = NORMAL
  420.   Text = "Toneworx GmbH, Hamburg"
  421.   Blank
  422.   Style = MINORTITLE
  423.   Text = CREDITS:LTCoordinator
  424.   Style = NORMAL
  425.   Text = "Horst Baumann"
  426.   Blank
  427.   Style = MINORTITLE
  428.   Text = CREDITS:LanguageTester
  429.   Style = NORMAL
  430.   Text = "Thorsten Schaak"
  431.   Blank
  432.   Blank
  433.   Style = MINORTITLE
  434.   Text = CREDITS:EAItalyLocalization
  435.   Style = NORMAL
  436.   Blank
  437.   Style = MINORTITLE
  438.   Text = CREDITS:LocalisationManager
  439.   Style = NORMAL
  440.   Text = "Alessandro Tajana"  
  441.   Blank
  442.   Style = MINORTITLE
  443.   Text = CREDITS:TranslationCoordinator
  444.   Style = NORMAL
  445.   Text = "Andrea Santambrogio"
  446.   Blank
  447.   Style = MINORTITLE
  448.   Text = CREDITS:Translations
  449.   Style = NORMAL
  450.   Text = "Synthesis International S.r.l."
  451.   Blank
  452.   Style = MINORTITLE
  453.   Text = CREDITS:LTCoordinator
  454.   Style = NORMAL
  455.   Text = "Fausto Ceccarelli"
  456.   Blank
  457.   Style = MINORTITLE
  458.   Text = CREDITS:LanguageTester
  459.   Style = NORMAL
  460.   Text = "Antonio Vaccarino"
  461.   Blank
  462.   Blank
  463.   Style = MINORTITLE
  464.   Text = CREDITS:LocalisationPoland
  465.   Style = NORMAL
  466.   Text = "Kasia Gryglewska-Cebrat"
  467.   Text = "Jamusz Mrzigod"
  468.   Blank
  469.   Blank
  470.   Style = MINORTITLE
  471.   Text = CREDITS:SpanishLocalizationTeam
  472.   Style = NORMAL
  473.   Text = CREDITS:JoseLuisRovira
  474.   Text = "Alvaro Corral"
  475.   Text = "Antonio Yago"
  476.   Blank
  477.   Blank
  478.   Style = MINORTITLE
  479.   Text = CREDITS:LocalizationChinese
  480.   Style = NORMAL
  481.   Blank
  482.   Style = MINORTITLE
  483.   Text = CREDITS:LocalisationManager
  484.   Style = NORMAL
  485.   Text = "Maxwell Peng"
  486.   Blank
  487.   Style = MINORTITLE
  488.   Text = CREDITS:Translations
  489.   Style = NORMAL
  490.   Text = "Betty Chang"
  491.   Text = "Kiwi Lee"
  492.   Text = "Titus Ou"
  493.   Blank
  494.   Blank
  495.   Blank
  496.   Blank
  497.   Blank
  498.   Blank
  499.   Style = TITLE
  500.   Text = CREDITS:Marketing
  501.   Blank
  502.   Style = MINORTITLE
  503.   Text = CREDITS:NorthAmericaMarketingPartners
  504.   Style = NORMAL
  505.   Text = "Frank Gibeau"
  506.   Text = "Chip Lange"
  507.   Text = "Mike Maser"
  508.   Text = "Craig Owens"
  509.   Text = "Tim McDowd"
  510.   Blank
  511.   Style = MINORTITLE
  512.   Text = CREDITS:ManagingDirectorEurope
  513.   Style = NORMAL
  514.   Text = "Gerhard Florin"
  515.   Blank
  516.   Style = MINORTITLE
  517.   Text = CREDITS:EuropeanMarketingPartners
  518.   Style = NORMAL
  519.   Text = "Jonathan Bunney"
  520.   Text = "Peter Larsen"
  521.   Text = "Simon Bull"
  522.   Blank
  523.   Style = MINORTITLE
  524.   Text = CREDITS:AsiaPacificPresidentandCoach
  525.   Style = NORMAL
  526.   Text = "Nigel Sandiford"
  527.   Blank
  528.   Style = MINORTITLE
  529.   Text = CREDITS:AsiaPacificMarketingPartners
  530.   Style = NORMAL
  531.   Text = "Peter Pembroke"
  532.   Text = "Savannah Hahn"
  533.   Text = "Michael Kim"
  534.   Text = "Jamie Mckinlay"
  535.   Text = "Claire Gobey"
  536.   Text = "Jenny Hsia"
  537.   Text = "Liam Mccallum"
  538.   Text = "Mike Wynands"
  539.   Text = "Chongho Lee"
  540.   Blank
  541.   Style = MINORTITLE
  542.   Text = CREDITS:GamingCommunityPartners
  543.   Style = NORMAL
  544.   Text = "Mike Murphy"
  545.   Text = "Glenn Burtis"
  546.   Text = "Elmar Seeberger"
  547.   Text = CREDITS:UliLachelet
  548.   Text = CREDITS:JorgLindner
  549.   Blank
  550.   Style = MINORTITLE
  551.   Text = CREDITS:PackagingProjectManager
  552.   Style = NORMAL
  553.   Text = "Angela Santos"
  554.   Blank
  555.   Style = MINORTITLE
  556.   Text = CREDITS:PackagingDesign
  557.   Style = NORMAL
  558.   Text = "Ayzenberg"
  559.   Blank
  560.   Style = MINORTITLE
  561.   Text = CREDITS:Documentation
  562.   Style = NORMAL
  563.   Text = "Steve Olson"
  564.   Blank
  565.   Style = MINORTITLE
  566.   Text = CREDITS:DocumentationLayout
  567.   Style = NORMAL
  568.   Text = "Chris Held"
  569.   Blank
  570.   Style = MINORTITLE
  571.   Text = CREDITS:DocumentationEditor
  572.   Style = NORMAL
  573.   Text = "Dan Davis"
  574.   Blank
  575.   Blank
  576.   Blank
  577.   Style = MINORTITLE
  578.   Text = CREDITS:NACustomerQualityControl
  579.   Style = NORMAL
  580.   Text = "Travis Alger"
  581.   Text = "Rick Arroyo"
  582.   Text = "Anthony Barbagallo"
  583.   Text = "Jackson Chin"
  584.   Text = "Jason Collins"
  585.   Text = "Benjamin Crick"
  586.   Text = "Tiffany Exner"
  587.   Text = "Chris Ford"
  588.   Text = "Eron Garcia"
  589.   Text = "Jason Gorski"
  590.   Text = "Richard Horan"
  591.   Text = "Darryl Jenkins"
  592.   Text = "Dave Kaplan"
  593.   Text = "Jennifer King"
  594.   Text = "Dave Knudson"
  595.   Text = "Joseph Lee"
  596.   Text = "Russell Medeiros"
  597.   Text = "Anthony Ramos"
  598.   Text = "Adam Rivera"
  599.   Text = "Kyle Robertson"
  600.   Text = "Simon Steel"
  601.   Text = "Rob Stiasny"
  602.   Text = "Peter Wang"
  603.   Blank
  604.   Blank
  605.   Blank
  606.   Style = MINORTITLE
  607.   Text = CREDITS:VoiceActors
  608.   Style = NORMAL
  609.   Text = "Ivan Allen"
  610.   Text = "Michael Bell"
  611.   Text = "Greg Berger"
  612.   Text = "Dave Boat"
  613.   Text = "Steven Blum"
  614.   Text = "Sean Donnellan"
  615.   Text = "Chad Einbinder"
  616.   Text = "Jeanie Elias"
  617.   Text = "Bill Farmer"
  618.   Text = "David Fries"
  619.   Text = "Brian George"
  620.   Text = "Kim Mai Guest"
  621.   Text = "Peter Jessop"
  622.   Text = "Masasa"
  623.   Text = "Paul Mercier"
  624.   Text = "Andrew Morgado"
  625.   Text = "Darren Norris"
  626.   Text = "Mical Pedriana"
  627.   Text = "Neil Ross"
  628.   Text = "Gustavo Rex"
  629.   Text = "James Sie"
  630.   Text = "Lauren Tom"
  631.   Text = "Jim Ward"
  632.   Text = "Michael Yama"
  633.   Blank
  634.   Blank
  635.   Blank
  636.   Style = MINORTITLE
  637.   Text = CREDITS:CameoPhotos
  638.   Style = NORMAL
  639.   Text = CREDITS:Casting
  640.   Text = CREDITS:Wardrobe
  641.   Text = CREDITS:HairandMakeUp
  642.   Text = CREDITS:CameoPhotoshootStudio 
  643.   Blank
  644.   Style = MINORTITLE
  645.   Text = CREDITS:Models
  646.   Style = NORMAL
  647.   Text = "Jacob Dass"
  648.   Text = "T. R. Devitt"
  649.   Text = "Jaime Guintu"
  650.   Text = "Majid Kathib"
  651.   Text = "Nabille Lalaoua"
  652.   Text = "Robert Lee"
  653.   Text = "Sunil Malhotra"
  654.   Text = "James Peak"
  655.   Text = "Hans Raith"
  656.   Text = "Karina Thomas"
  657.   Text = "Pamela Woon"
  658.   Text = "John Yang"
  659.   Blank
  660.   Blank
  661.   Blank
  662.   Style = MINORTITLE
  663.   Text = CREDITS:NewsReporterVideos
  664.   Blank
  665.   Style = MINORTITLE
  666.   Text = CREDITS:Producer
  667.   Style = NORMAL
  668.   Text = "Robert Benjamin"
  669.   Blank
  670.   Style = MINORTITLE
  671.   Text = CREDITS:VisualEffectsandEditing
  672.   Style = NORMAL
  673.   Text = "Robert Baily"
  674.   Blank
  675.   Style = MINORTITLE
  676.   Text = CREDITS:Writer
  677.   Style = NORMAL
  678.   Text = "Paul DeMeo"
  679.   Blank
  680.   Style = MINORTITLE
  681.   Text = CREDITS:Studio
  682.   Style = NORMAL
  683.   Text = "Out West Studio"
  684.   Blank
  685.   Style = MINORTITLE
  686.   Text = CREDITS:Actors
  687.   Style = NORMAL
  688.   Text = "Julian Stone as James Seabury"
  689.   Text = "Catherine Dao as Sun Mei Ying"
  690.   Text = "Mike Saad as Omar Bin Ghazali"
  691.   Blank
  692.   Blank
  693.   Blank
  694.   Style = MINORTITLE
  695.   Text = CREDITS:CinematicIntroandFinaleMovies
  696.   Blank
  697.   Blank
  698.   Blank
  699.   Style = MINORTITLE
  700.   Text = CREDITS:ExternalMultiplayMapCreators
  701.   Style = NORMAL
  702.   Text = "Bryan Hansen"
  703.   Text = "Edwin Huisman"
  704.   Blank
  705.   Blank
  706.   Blank
  707.   Style = MINORTITLE
  708.   Text = CREDITS:EADevelopmentExecutives
  709.   Blank
  710.   Text = CREDITS:GeneralManager
  711.   Style = NORMAL
  712.   Text = "John Batter"
  713.   Blank
  714.   Style = MINORTITLE
  715.   Text = CREDITS:EAWorldwideDevelopmentExecutives
  716.   Style = NORMAL
  717.   Text = "Don Mattrick"
  718.   Text = "Paul Lee"
  719.   Text = "Bruce McMillan"
  720.   Blank
  721.   Blank
  722.   Blank
  723.   Blank
  724.   Blank
  725.   Blank
  726.   Style = MINORTITLE
  727.   Text = CREDITS:SpecialThanks
  728.   Style = NORMAL
  729.   Text = CREDITS:SpecialThanx1
  730.   Text = CREDITS:SpecialThanx2
  731.   Text = CREDITS:SpecialThanx3
  732.   Text = CREDITS:SpecialThanx4
  733.   Text = CREDITS:SpecialThanx5
  734.   Text = CREDITS:SpecialThanx6Line1
  735.   Text = CREDITS:SpecialThanx7
  736.   Text = CREDITS:SpecialThanx8
  737.   Text = CREDITS:SpecialThanx9
  738.   Text = CREDITS:SpecialThanx10
  739.   Text = CREDITS:SpecialThanx11
  740.   Text = CREDITS:SpecialThanx12
  741.   Text = CREDITS:SpecialThanx13
  742.   Text = CREDITS:SpecialThanx14
  743.   Text = CREDITS:SpecialThanx15
  744.   Text = CREDITS:SpecialThanx16
  745.   Text = CREDITS:SpecialThanx17
  746.   Text = CREDITS:SpecialThanx18
  747.   Text = CREDITS:SpecialThanx19
  748.   Text = CREDITS:SpecialThanx20
  749.   Text = CREDITS:SpecialThanx21
  750.   Text = CREDITS:SpecialThanx22
  751.   Text = CREDITS:SpecialThanx23
  752.   Text = CREDITS:SpecialThanx24
  753.   Text = CREDITS:SpecialThanx25
  754.   Text = CREDITS:SpecialThanx26
  755.   Text = CREDITS:SpecialThanx27
  756.   Text = CREDITS:SpecialThanx28
  757.   Text = CREDITS:SpecialThanx29
  758.   Text = CREDITS:SpecialThanx30Line1
  759.   Text = CREDITS:SpecialThanx31
  760.   Blank
  761.   Text = CREDITS:SpecialThanx32Line1
  762.   Blank
  763.   Blank
  764.   Text = CREDITS:SpecialThanx33
  765.   Blank
  766.   Blank
  767.   Blank
  768.   Blank
  769.   Blank
  770.   Blank
  771.   Blank
  772.   Blank
  773.   Blank
  774.   Blank
  775.   Blank
  776.   Blank
  777.   Blank
  778.   Blank
  779.   Blank
  780.   Blank
  781.   Blank
  782.   Blank
  783.   Blank
  784.   Blank
  785.   Blank
  786.   Blank
  787. End