home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 65 / MM65.ISO / Carmageddon / DemoSplashScreens.txt < prev    next >
Text File  |  2000-04-11  |  1KB  |  77 lines

  1. ;==================================================================================
  2. ; Splash screen file 08/04/2000 WJS
  3. ;==================================================================================
  4. ; For each screen create a splash screen record 
  5. ; There is no limit on how many intro or outro screens (Only user patience :))
  6. ;
  7. ; For each record fill out the four fields (No spaces between field name,equal and field value)
  8. ;    Id        = Screen Id used for ordering sequence within type
  9. ;    Type    = either an INTRO or an OUTRO screen
  10. ;    Filneame= Actual .TGA file name WITHOUT Extention and NO spaces in filename
  11. ;    Duration= Time in seconds screen will hang around excluding load time;
  12. ;
  13. ; Example
  14. ;    [SplashScreen]
  15. ;    Id=1
  16. ;    Type=INTRO
  17. ;    Filename=TDR1
  18. ;    Duration=6
  19. ;
  20. ;
  21. ;==================================================================================
  22.  
  23. [SplashScreen]
  24. Id=1
  25. Type=INTRO
  26. Filename=01Intro
  27. Duration=6
  28.  
  29. [SplashScreen]
  30. Id=2
  31. Type=INTRO
  32. Filename=02Intro
  33. Duration=6
  34.  
  35. [SplashScreen]
  36. Id=3
  37. Type=INTRO
  38. Filename=03Intro
  39. Duration=6
  40.  
  41. [SplashScreen]
  42. Id=4
  43. Type=INTRO
  44. Filename=04Intro
  45. Duration=6
  46.  
  47. [SplashScreen]
  48. Id=5
  49. Type=INTRO
  50. Filename=05Intro
  51. Duration=6
  52.  
  53. [SplashScreen]
  54. Id=1
  55. Type=OUTRO
  56. Filename=06Outro
  57. Duration=6
  58.  
  59. [SplashScreen]
  60. Id=2
  61. Type=OUTRO
  62. Filename=07Outro
  63. Duration=6
  64.  
  65. [SplashScreen]
  66. Id=3
  67. Type=OUTRO
  68. Filename=08Outro
  69. Duration=6
  70.  
  71. [SplashScreen]
  72. Id=4
  73. Type=OUTRO
  74. Filename=09Outro
  75. Duration=6
  76.  
  77.