; ; credits roll descriptor ; ; scroller settings: ; /scrollrate [pixels/second] ; /alphafadezone [pixels] - alpha fade at top and bottom of screen ; /scrollxoffset [pixels] - offsets scroller on the x-axis ; ; entrys: ; /line ["text"] ; note - /line tag assumed, if doesn't exist and only 1 arg ; /blank [blank line count - defaults to 1] ; /setfont [font] ; /setcolor [0->1 R] [G] [B] ; /image [texture] ; ; /timed_entry { ; [entry tag line] ; /timespan [start] [finish] ; /position [x] [y] ; } ; /scrollrate 40.0 /alphafadezone 120.0 /scrollxoffset 240.0 /setfont viking /setcolor 1.0 1.0 1.0 /blank /setfont viking /image Indicator_Possesion /blank /line "This game was" /line "created by developers of" /line "incredible power and aptitude!" /blank /image cmd_torch1 /setcolor 1.0 1.0 0.0 /line PRESIDENT: /setcolor 1.0 1.0 1.0 /line "Dick Wnuk" /blank /setcolor 1.0 1.0 0.0 /line "STUDIO DIRECTOR:" /setcolor 1.0 1.0 1.0 /line "Paul Meegan" /blank /setcolor 1.0 1.0 0.0 /line "PRODUCER:" /setcolor 1.0 1.0 1.0 /line "Jeff Litchford" /blank /setcolor 1.0 1.0 0.0 /line "DESIGNER:" /setcolor 1.0 1.0 1.0 /line "Chris Cao" /blank /setcolor 1.0 1.0 0.0 /line "LEAD ARTIST:" /setcolor 1.0 1.0 1.0 /line "Jeff Litchford" /blank /setcolor 1.0 1.0 0.0 /line "ARTISTS:" /setcolor 1.0 1.0 1.0 /line "Ben Fator" /line "Daniel Valey" /line "Dave Manuel" /line "Elvis Perry" /line "Jason Anderson" /line "Jonathan Chao" /line "Layne Gifford" /line "Michael Bacon" /line "Michael Geiger " /line "Steven Ekholm" /line "Suzanne Labrecque" /blank /setcolor 1.0 1.0 0.0 /line "PROGRAMMERS:" /setcolor 1.0 1.0 1.0 /line "Jeff Cotton" /line "Christian Ebbecke" /line "Ken Klopp" /line "Mitch Ferguson" /line "Aaron Hunter" /blank /setcolor 1.0 1.0 0.0 /line "ENGINE PROGRAMMING:" /setcolor 1.0 1.0 1.0 /line "Ken Klopp" /line "Chris COster" /line "Branimir Karadzic" /blank /setcolor 1.0 1.0 0.0 /line "AUDIO DIRECTOR:" /setcolor 1.0 1.0 1.0 /line "Michael Smith" /blank /setcolor 1.0 1.0 0.0 /line "AUDIO LEAD:" /setcolor 1.0 1.0 1.0 /line "Steve Pabst" /blank /setcolor 1.0 1.0 0.0 /line "AUDIO ENGINEERING:" /setcolor 1.0 1.0 1.0 /line "Chris Sakanai" /line "Eric Harms" /blank /line "Trailer Park Tycoon Audio" /line "Powered by Sonica" /blank /setcolor 1.0 1.0 0.0 /line "SOUND DESIGN:" /setcolor 1.0 1.0 1.0 /line "Steve Pabst" /line "Chad Mossholder" /blank /setcolor 1.0 1.0 0.0 /line "MUSIC:" /setcolor 1.0 1.0 1.0 /line "Michael Smith" /line "Steve Pabst" /blank /setcolor 1.0 1.0 0.0 /line "VOICE CHARACTERIZATIONS:" /setcolor 1.0 1.0 1.0 /line "Chelsey Johannsen" /line "Lawrence Johnston" /line "Teri Newcomb" /line "Steve Pabst" /line "Josh Smith" /blank /setcolor 1.0 1.0 0.0 /line "QA Manager:" /setcolor 1.0 1.0 1.0 /line "Robb Flynn" /blank /setcolor 1.0 1.0 0.0 /line "QA LEAD:" /setcolor 1.0 1.0 1.0 /line "Chris Floyd" /blank /setcolor 1.0 1.0 0.0 /line "ASSISTANT LEAD:" /setcolor 1.0 1.0 1.0 /line "Matthew J. Kuenning" /blank /setcolor 1.0 1.0 0.0 /line "QA TESTERS:" /setcolor 1.0 1.0 1.0 /line "Cassie Applegate" /line "Ge" /line "Jeff Mrochek" /line "Jerry Moncrief" /line "Jody Gates" /line "Kip Lowe" /line "Larry Eggleston, Jr." /line "Mat 'MATPHAT' Bartee" /line "Steve Caywood" /blank /setcolor 1.0 1.0 0.0 /line "ADDITIONAL QA:" /setcolor 1.0 1.0 1.0 /line "Aaron McIver" /line "Ben Harper" /line "Bill Mrochek" /line "Jason Roberts" /line "Josh Smith" /line "Michael Stamps" /line "Neal Gamache" /line "Tom McIntyre" /line "Toni Alexander" /line "Zack Fredenburg" /blank /setcolor 1.0 1.0 0.0 /line OPS/IS: /setcolor 1.0 1.0 1.0 /line "George Craft" /line "Hal Hanlin" /line "Les Barstow" /blank /setcolor 1.0 1.0 0.0 /line ADMINISTRATION: /setcolor 1.0 1.0 1.0 /line "Corinne Sheer" /line "Greg Ekrem" /line "Jill McCormick" /line "Joanne Gaskill" /line "Karen Falardeau" /line "Michelle Wolf" /blank /setcolor 1.0 1.0 0.0 /line "SPECIAL THANKS:" /setcolor 1.0 1.0 1.0 /line "Stacy Cotton" /line "Amy and Liam" /line "Holly and the kids!" /line "Kim, Devin and Miriah" /line "Kimberley Parkes,Waves,and Wripple" /line "Dawna and Kiley" /line "Jody, Morgan, and Emma Litchford" /line "Sue, Valiant, and Annie" /line "Cricket" /line "Bob, Brooke, and Bubbles" /line "Emily and Abbey" /line "Yannie Fator" /line "John Candler" /line "Josh Martel" /line "Andrew Gilmore" /line "Rosemary and Andrew Bug Floyd" /line "Jim Kuenning, for the tire" /line "! Beer Friday’s !" /end ; ; timed entries ; /timed_entry { /image c1.tga /timespan 10.0 13.0 /position .15 .7 } /timed_entry { /image c2.tga /timespan 13.0 16.0 /position .15 .7 } /timed_entry { /image c3.tga /timespan 16.0 19.0 /position .15 .7 } /timed_entry { /image c4.tga /timespan 16.0 18.0 /position .15 .7 } /timed_entry { /image c26.tga /timespan 18.0 21.0 /position .15 .7 } /timed_entry { /image c6.tga /timespan 21.0 24.0 /position .15 .7 } /timed_entry { /image c27.tga /timespan 24.0 27.0 /position .15 .7 } /timed_entry { /image c8.tga /timespan 27.0 30.0 /position .15 .7 } /timed_entry { /image c9.tga /timespan 30.0 33.0 /position .15 .7 } /timed_entry { /image c10.tga /timespan 33.0 36.0 /position .15 .7 } /timed_entry { /image c11.tga /timespan 36.0 39.0 /position .15 .7 } /timed_entry { /image c12.tga /timespan 39.0 42.0 /position .15 .7 } /timed_entry { /image c13.tga /timespan 42.0 45.0 /position .15 .7 } /timed_entry { /image c14.tga /timespan 45.0 48.0 /position .15 .7 } /timed_entry { /image c24.tga /timespan 48.0 51.0 /position .15 .7 } /timed_entry { /image c16.tga /timespan 51.0 54.0 /position .15 .7 } /timed_entry { /image c17.tga /timespan 54.0 57.0 /position .15 .7 } /timed_entry { /image c18.tga /timespan 57.0 60.0 /position .15 .7 } /timed_entry { /image c19.tga /timespan 60.0 63.0 /position .15 .7 } /timed_entry { /image c20.tga /timespan 63.0 66.0 /position .15 .7 } /timed_entry { /image c28.tga /timespan 66.0 79.0 /position .15 .7 }