home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 Christmas / Gamestar_13_1999-XMAS_cd2.bin / MAPY / SINGLE / INN_E.ZIP / PAK1.PAK / titles.txt
Text File  |  1999-03-14  |  1KB  |  78 lines

  1. // "The Innocent eternity" by Vladislav G. Vlasiuk aka Vlas
  2. // especialy for Innesa.
  3.  
  4. // Position command $position x y 
  5. // x & y are from 0 to 1 to be screen resolution independent
  6. // -1 means center in each dimension
  7. // Effect command $effect <effect number>
  8. // effect 0 is fade in/fade out
  9. // effect 1 is flickery credits
  10. // effect 2 is write out (training room)
  11. // Text color r g b command $color
  12. // fadein time fadeout time / hold time
  13. // $fadein (message fade in time - per character in effect 2)
  14. // $fadeout (message fade out time)
  15. // $holdtime (stay on the screen for this long)
  16.  
  17. $position -1 -1
  18. $effect 0
  19. $color 255 0 0
  20. $color2 255 200 220
  21. $fadein 0.25
  22. $fxtime 0.25
  23. $holdtime 3
  24. $fadeout 3
  25.  
  26. MSG1
  27. {
  28. The Innocent Etirnity
  29. }
  30.  
  31. MSG2
  32. {
  33.  
  34.  
  35. by Vladislav G. Vlasiuk
  36. }
  37.  
  38. $position 0 -1
  39. $effect 0
  40. $color 255 0 0
  41. $color2 255 220 220
  42. $fadein 0.05
  43. $fxtime 0.5
  44. $holdtime 3
  45. $fadeout 2.0
  46.  
  47. MSG4
  48. {
  49. You can't open the door to Citadel of Etirnity from here!
  50. }
  51.  
  52. MSG5
  53. {
  54.  
  55. You need activate special energy block in the "caves of sorrow".
  56. }
  57.  
  58. MSG6
  59. {
  60. To the Citadel of Etirnity.
  61. }
  62.  
  63. MSG7
  64. {
  65. To the "caves of sorrow".
  66. }
  67.  
  68. MSG8
  69. {
  70. Energy block activated!
  71. }
  72.  
  73. MSG9
  74. {
  75. In next time! OK?!
  76.  
  77. Have a very safe day!
  78. }