home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.13 / 2000-10_Disc_5.13.bin / ADDONS / Half-Life / TheyHunger21.exe / HUNGER / titles.txt < prev   
Text File  |  2000-06-20  |  3KB  |  144 lines

  1. //TITLES FOR HALF-LIFE
  2. //DO NOT ALTER THIS FILE
  3. // Position command $position x y 
  4. // x & y are from 0 to 1 to be screen resolution independent
  5. // -1 means center in each dimension
  6. // Effect command $effect <effect number>
  7. // effect 0 is fade in/fade out
  8. // effect 1 is flickery credits
  9. // effect 2 is write out (training room)
  10. // Text color r g b command $color
  11. // fadein time fadeout time / hold time
  12. // $fadein (message fade in time - per character in effect 2)
  13. // $fadeout (message fade out time)
  14. // $holdtime (stay on the screen for this long)
  15.  
  16. //INTRO TITLES
  17. // All centered for now
  18. $position -1 -1
  19. $effect 2
  20. // This is the final color
  21. $color 200 0 0
  22. // This is the highlight color
  23. $color2 255 0 0
  24. // This is the time it takes to fade each character
  25. $fadein 0.01
  26. // This is the amount of time the highlight lags behind the leading edge of the text
  27. $fxtime 0.25
  28. // How long to hold the message on the screen (after it scans out)
  29. $holdtime 3.5
  30. // How long it takes to fade out the message after holding
  31. $fadeout 1.5
  32.  
  33. THPCG
  34. {
  35. PC GAMER
  36. Presents:
  37. }
  38.  
  39.  
  40. //FINAL TITLES
  41. // All centered for now
  42. $position -1 -1
  43. $effect 2
  44. // This is the final color
  45. $color 200 0 0
  46. // This is the highlight color
  47. $color2 255 0 0
  48. // This is the time it takes to fade each character
  49. $fadein 0.01
  50. // This is the amount of time the highlight lags behind the leading edge of the text
  51. $fxtime 0.25
  52. // How long to hold the message on the screen (after it scans out)
  53. $holdtime 4.0
  54. // How long it takes to fade out the message after holding
  55. $fadeout 1.0
  56.  
  57. THEND1
  58. {
  59. to be continued. . .
  60. }
  61.  
  62. THLATER
  63. {
  64. 20 Minutes Later. . .
  65. }
  66.  
  67. KILLALF
  68. {
  69. You Killed Alfred. . .
  70. }
  71.  
  72. THEND2
  73. {
  74. They Hunger by: Neil Manke
  75. Design/Coding/Technical Advisor: Einar Saukas
  76. Sound Producer: Magnus Jansen 
  77. Modeller/Skins: Jack Cooper
  78. Main Tester: Paul Taylor
  79. Original Concept by: Bill Harms
  80. }
  81.  
  82. THEND3
  83. {
  84. Testing:
  85. Jack Cooper
  86. Magnus Jansen
  87. Morgan Parry
  88. Jiang Pi
  89. Richard Sanchez
  90. Einar Saukas
  91. Gene Spinks
  92. Eric Sutton
  93. Paul Taylor
  94. Dave Waters
  95. John SaintBoi Parks
  96. }
  97.  
  98. THEND4
  99. {
  100. Voice Acting:
  101. Jack Cooper
  102. David Ilstedt
  103. Per Jacobsson
  104. Magnus Jansen
  105. Petter Mork
  106. Lo Rumar
  107. Richard Sanchez
  108. }
  109.  
  110. THEP2START
  111. {
  112. THEY HUNGER
  113. Episode 2: Rest in Pieces
  114. }
  115.  
  116. //FINAL TITLES
  117. // All centered for now
  118. $position -1 -1
  119. $effect 2
  120. // This is the final color
  121. $color 200 0 0
  122. // This is the highlight color
  123. $color2 255 0 0
  124. // This is the time it takes to fade each character
  125. $fadein 0.01
  126. // This is the amount of time the highlight lags behind the leading edge of the text
  127. $fxtime 0.25
  128. // How long to hold the message on the screen (after it scans out)
  129. $holdtime 600
  130. // How long it takes to fade out the message after holding
  131. $fadeout 1.5
  132.  
  133. THEND5
  134. {
  135. THEY HUNGER
  136. Presented by: 
  137. PC Gamer
  138. http://www.pcgamer.com/
  139. Created by:
  140. Neil Manke  
  141. http://www.planethalflife.com/manke
  142. }
  143.  
  144.