home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.9 / 2000-06_-_Disc_5.9_Imperfect.iso / ADDONS / Hunger.exe / titles.txt < prev   
Text File  |  1999-11-14  |  3KB  |  128 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 128 128 128
  22. // This is the highlight color
  23. $color2 180 180 180
  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 0 120 0
  46. // This is the highlight color
  47. $color2 0 200 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. THEND2
  63. {
  64. They Hunger by: Neil Manke
  65. Design/Coding/Technical Advisor: Einar Saukas
  66. Sound Producer: Magnus Jansen 
  67. Modeller/Skins: Jack Cooper
  68. Main Tester: Paul Taylor
  69. Original Concept by: Bill Harms
  70. }
  71.  
  72. THEND3
  73. {
  74. Testing:
  75. Jack Cooper
  76. Magnus Jansen
  77. Morgan Parry
  78. Jiang Pi
  79. Dennis Plester 
  80. Einar Saukas
  81. Gene Spinks
  82. Eric Sutton
  83. Paul Taylor
  84. Dave Waters
  85. }
  86.  
  87. THEND4
  88. {
  89. Voice Acting:
  90. David Ilstedt
  91. Magnus Jansen
  92. Petter Mork
  93. Lo Rumar
  94. Jack Cooper
  95. }
  96.  
  97. //FINAL TITLES
  98. // All centered for now
  99. $position -1 -1
  100. $effect 2
  101. // This is the final color
  102. $color 0 120 0
  103. // This is the highlight color
  104. $color2 0 200 0
  105. // This is the time it takes to fade each character
  106. $fadein 0.01
  107. // This is the amount of time the highlight lags behind the leading edge of the text
  108. $fxtime 0.25
  109. // How long to hold the message on the screen (after it scans out)
  110. $holdtime 600
  111. // How long it takes to fade out the message after holding
  112. $fadeout 1.5
  113.  
  114. THEND5
  115. {
  116. THEY HUNGER
  117. Presented by: 
  118. PC Gamer
  119. http://www.pcgamer.com/
  120. Created by:
  121. Neil Manke  
  122. http://www.planethalflife.com/manke
  123. }
  124.  
  125.  
  126.  
  127.  
  128.