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

  1. ;//////////////////////////////////////////////////////////////////////////////
  2. ;FILE: InGameNotificationBox.ini (SYSTEM) /////////////////////////////////////
  3. ;//////////////////////////////////////////////////////////////////////////////
  4.  
  5. InGameNotificationBox
  6.  
  7.     DefaultMessageFont    = "Albertus MT" 16 No
  8.     DefaultMessageColor    = R:255 G:204 B:0
  9.     DefaultOpenAudio    = Gui_DaveBox
  10.     
  11.     NotificationType Generic
  12.     End
  13.     
  14.     NotificationType NewObjective
  15.         Title = HUD:NewObjectiveNotificationTitle
  16.         Icon = NotificationBox_Objective
  17.     End
  18.     
  19.     NotificationType ObjectiveReminder
  20.         Title = HUD:ObjectiveReminderNotificationTitle
  21.         Icon = NotificationBox_Objective
  22.     End
  23.     
  24.     NotificationType ObjectiveCompleted
  25.         Title = HUD:ObjectiveCompletedNotificationTitle
  26.         Icon = NotificationBox_Objective
  27.     End
  28.     
  29.     NotificationType Instructional
  30.         Title = HUD:InstructionalNotificationTitle
  31.     End
  32.     
  33.     NotificationType Hint
  34.         Title = HUD:HintNotificationTitle
  35.     End
  36.     
  37.     NotificationType NewBonusObjective
  38.         Title = HUD:NewBonusObjectiveNotificationTitle
  39.         Icon = NotificationBox_Objective
  40.     End
  41.     
  42.     NotificationType BonusObjectiveCompleted
  43.         Title = HUD:BonusObjectiveCompletedNotificationTitle
  44.         Icon = NotificationBox_Objective
  45.     End
  46.     
  47.     NotificationType HeroGranted
  48.         Title = HUD:HeroGrantedNotificationTitle
  49.     End
  50.  
  51.     NotificationType HeroInitialSpawn
  52.     End
  53.  
  54.     NotificationType HeroRespawn
  55.     End
  56.  
  57.     NotificationType HeroDeath
  58.     End
  59.     
  60.     NotificationType HeroEarnedAward
  61.     End
  62.  
  63. End
  64.