home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.7 / 2000-04_Disc_5.7.bin / c&c / ts_demo.exe / THEME.INI < prev    next >
INI File  |  1999-11-30  |  928b  |  41 lines

  1. ; THEME.INI
  2. ; Lists and controls the musical themes available in the game.
  3.  
  4. ; ******* Theme Controls *******
  5. ; Each theme is listed here. Even if the theme is not normally available
  6. ; in the play list, it still must be declared.
  7. [Themes]
  8. 1=INTRO
  9. 2=NODCRUSH
  10. 3=PHAROTEK
  11.  
  12.  
  13. ; ******* Individual Theme Data *******
  14. ; The following sections supply the information specific to
  15. ; each theme declared.
  16. ;
  17. ; Name = display name of the theme
  18. ; Length = length of the theme (in minutes)
  19. ; Normal = Is it available through the in-game theme play list (def=yes)?
  20. ; Scenario = the scenario when the theme becomes available (def=0)
  21. ; Side = which side [or sides] get to hear this theme
  22. ; Repeat = Does this theme always loop (def=no)?
  23.  
  24. [INTRO]
  25. Name=Intro
  26. Length=3.27
  27. Normal=no
  28. Repeat=yes
  29.  
  30. [NODCRUSH]
  31. Name=Nod Crush
  32. Length=3.45
  33. Scenario=1
  34. Side=Nod
  35.  
  36. [PHAROTEK]
  37. Name=Pharotek
  38. Length=4.38
  39. Scenario=1
  40. Side=Nod
  41.