home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / lotrbfme2_demo.exe / INI.big / data_ini_default_eva.ini < prev    next >
Text File  |  2006-01-31  |  1KB  |  23 lines

  1. ;********************************************************************************
  2. ; Lord of the Rings: Battle for Middle-Earth
  3. ; Copyright 2004 Electronic Arts Inc. 
  4. ;********************************************************************************
  5.  
  6. ; FILE: Default/Eva.ini /////////////////////////////////////////////////////////////////
  7. ; Author: Ian Barkley-Yeung, July 2004
  8. ; Desc:   Contains the default Eva event definition. Must be parsed before
  9. ;         Data\INI\Eva.ini
  10. ;//////////////////////////////////////////////////////////////////////////////////////////////////
  11.  
  12.  
  13. ; This is the default event, which can be used to set the default priority, 
  14. ; timeouts, etc for all the other Eva events
  15. PredefinedEvaEvent DefaultEvaEvent
  16.  
  17.     Priority = 5                ; If several Eva events want to play on the same frame, the one with the highest priority will play
  18.     TimeBetweenEventsMS = 20000 ; After this Eva event plays, how long do we ignore identical events before we let them play again?
  19.     ExpirationTimeMS = 1500     ; If an event cannot play when it is first reported (because Eva is already playing a different sound), how long should Eva wait for the current sound to finish before throwing the event away?
  20.     AlwaysPlayFromHomeBase = No ; Normally, sound is played at location of event
  21.     CountAsJumpToLocation = Yes ; Normally, we can jump to event with spacebar
  22. End
  23.