[ Index ] WAROFGENERALS

PHP Cross Reference of WAROFGENERALS MODS SOURCES

title

Body

[close]

/Command and conquer Generals/Call to arms/Data/INI/ -> Eva.ini (source)

   1  ; FILE: Eva.ini
   2  
   3  
   4  ; Valid EvaEvents are:
   5  ;   LowPower
   6  ;   InsufficientFunds
   7  ;   SuperweaponDetected_ParticleCannon
   8  ;   SuperweaponDetected_Nuke
   9  ;   SuperweaponDetected_ScudStorm
  10  ;   SuperweaponLaunched_ParticleCannon
  11  ;   SuperweaponLaunched_Nuke
  12  ;   SuperweaponLaunched_ScudStorm
  13  ;   BuldingLost
  14  ;   BaseUnderAttack
  15  ;   AllyUnderAttack
  16  ;   BeaconDetected
  17  ;   UnitLost
  18  ;   GeneralLevelUp
  19  ;   VehicleStolen
  20  ;   BuildingStolen
  21  ;   CashStolen
  22  ;   UpgradeComplete
  23  
  24  ;===================================================================== LowPower
  25  EvaEvent LowPower
  26    Priority = 2
  27    TimeBetweenChecksMS = 120000   ; 2 minutes
  28    ExpirationTimeMS  = 5000      ; 5 seconds
  29    
  30    SideSounds
  31      Side = America
  32      Sounds = EvaUSA_LowPower
  33    End
  34  
  35    SideSounds
  36      Side = China
  37      Sounds = EvaChina_LowPower
  38    End
  39    
  40    SideSounds
  41      Side = GLA
  42      Sounds = EvaGLA_LowPower
  43    End
  44  End
  45  
  46  
  47  ;============================================================ InsufficientFunds
  48  EvaEvent InsufficientFunds
  49    Priority = 3
  50    TimeBetweenChecksMS = 0       ; 0 seconds
  51    ExpirationTimeMS  = 5000      ; 5 seconds
  52    
  53    SideSounds
  54      Side = America
  55      Sounds = EvaUSA_InsufficientFunds
  56    End
  57  
  58    SideSounds
  59      Side = China
  60      Sounds = EvaChina_InsufficientFunds
  61    End
  62    
  63    SideSounds
  64      Side = GLA
  65      Sounds = EvaGLA_InsufficientFunds
  66    End
  67  End
  68  
  69  ;=========================================== SuperweaponDetected_ParticleCannon
  70  EvaEvent SuperweaponDetected_ParticleCannon
  71    Priority = 4
  72    TimeBetweenChecksMS = 30000   ; 30 seconds
  73    ExpirationTimeMS  = 5000      ; 5 seconds
  74    
  75    SideSounds
  76      Side = America
  77      Sounds = EvaUSA_DetectedParticleCannon
  78    End
  79  
  80    SideSounds
  81      Side = China
  82      Sounds = EvaChina_DetectedParticleCannon
  83    End
  84    
  85    SideSounds
  86      Side = GLA
  87      Sounds = EvaGLA_DetectedParticleCannon
  88    End
  89  End
  90  
  91  ;===================================================== SuperweaponDetected_Nuke
  92  EvaEvent SuperweaponDetected_Nuke
  93    Priority = 4
  94    TimeBetweenChecksMS = 30000   ; 30 seconds
  95    ExpirationTimeMS  = 5000      ; 5 seconds
  96    
  97    SideSounds
  98      Side = America
  99      Sounds = EvaUSA_DetectedNuke
 100    End
 101  
 102    SideSounds
 103      Side = China
 104      Sounds = EvaChina_DetectedNuke
 105    End
 106    
 107    SideSounds
 108      Side = GLA
 109      Sounds = EvaGLA_DetectedNuke
 110    End
 111  End
 112  
 113  ;================================================ SuperweaponDetected_ScudStorm
 114  EvaEvent SuperweaponDetected_ScudStorm
 115    Priority = 4
 116    TimeBetweenChecksMS = 30000   ; 30 seconds
 117    ExpirationTimeMS  = 5000      ; 5 seconds
 118    
 119    SideSounds
 120      Side = America
 121      Sounds = EvaUSA_DetectedScudStorm
 122    End
 123  
 124    SideSounds
 125      Side = China
 126      Sounds = EvaChina_DetectedScudStorm
 127    End
 128    
 129    SideSounds
 130      Side = GLA
 131      Sounds = EvaGLA_DetectedScudStorm
 132    End
 133  End
 134  
 135  ;=========================================== SuperweaponLaunched_ParticleCannon
 136  EvaEvent SuperweaponLaunched_ParticleCannon
 137    Priority = 5
 138    TimeBetweenChecksMS = 30000   ; 30 seconds
 139    ExpirationTimeMS  = 5000      ; 5 seconds
 140    
 141    SideSounds
 142      Side = America
 143      Sounds = EvaUSA_LaunchedParticleCannon
 144    End
 145  
 146    SideSounds
 147      Side = China
 148      Sounds = EvaChina_LaunchedParticleCannon
 149    End
 150    
 151    SideSounds
 152      Side = GLA
 153      Sounds = EvaGLA_LaunchedParticleCannon
 154    End
 155  End
 156  
 157  ;===================================================== SuperweaponLaunched_Nuke
 158  EvaEvent SuperweaponLaunched_Nuke
 159    Priority = 5
 160    TimeBetweenChecksMS = 30000   ; 30 seconds
 161    ExpirationTimeMS  = 5000      ; 5 seconds
 162    
 163    SideSounds
 164      Side = America
 165      Sounds = EvaUSA_LaunchedNuke
 166    End
 167  
 168    SideSounds
 169      Side = China
 170      Sounds = EvaChina_LaunchedNuke
 171    End
 172    
 173    SideSounds
 174      Side = GLA
 175      Sounds = EvaGLA_LaunchedNuke
 176    End
 177  End
 178  
 179  ;================================================ SuperweaponLaunched_ScudStorm
 180  EvaEvent SuperweaponLaunched_ScudStorm
 181    Priority = 5
 182    TimeBetweenChecksMS = 30000   ; 30 seconds
 183    ExpirationTimeMS  = 5000      ; 5 seconds
 184    
 185    SideSounds
 186      Side = America
 187      Sounds = EvaUSA_LaunchedScudStorm
 188    End
 189  
 190    SideSounds
 191      Side = China
 192      Sounds = EvaChina_LaunchedScudStorm
 193    End
 194    
 195    SideSounds
 196      Side = GLA
 197      Sounds = EvaGLA_LaunchedScudStorm
 198    End
 199  End
 200  
 201  ;================================================================= BuildingLost
 202  EvaEvent BuildingLost
 203    Priority = 8
 204    TimeBetweenChecksMS = 30000   ; 30 seconds
 205    ExpirationTimeMS  = 5000      ; 5 seconds
 206    
 207    SideSounds
 208      Side = America
 209  ;    Sounds = EvaUSA_DetectedParticleCannon
 210    End
 211  
 212    SideSounds
 213      Side = China
 214  ;    Sounds = EvaChina_DetectedParticleCannon
 215    End
 216    
 217    SideSounds
 218      Side = GLA
 219  ;    Sounds = EvaGLA_DetectedParticleCannon
 220    End
 221  End
 222  
 223  ;============================================================== BaseUnderAttack
 224  EvaEvent BaseUnderAttack
 225    Priority = 7
 226    TimeBetweenChecksMS = 30000   ; 30 seconds
 227    ExpirationTimeMS  = 5000      ; 5 seconds
 228    
 229    SideSounds
 230      Side = America
 231      Sounds = RangerVoiceBaseAttack
 232    End
 233  
 234    SideSounds
 235      Side = China
 236      Sounds = RedGuardVoiceBaseAttack
 237    End
 238   
 239    SideSounds
 240      Side = GLA
 241      Sounds = RebelVoiceBaseAttack
 242    End
 243  End
 244  
 245  ;============================================================== AllyUnderAttack
 246  EvaEvent AllyUnderAttack
 247    Priority = 6
 248    TimeBetweenChecksMS = 30000   ; 30 seconds
 249    ExpirationTimeMS  = 5000      ; 5 seconds
 250    
 251    SideSounds
 252      Side = America
 253      Sounds = EvaUSA_AllyUnderAttack
 254    End
 255  
 256    SideSounds
 257      Side = China
 258      Sounds = EvaChina_AllyUnderAttack
 259    End
 260    
 261    SideSounds
 262      Side = GLA
 263      Sounds = EvaGLA_AllyUnderAttack
 264    End
 265  End
 266  
 267  ;=============================================================== BeaconDetected
 268  EvaEvent BeaconDetected
 269    Priority = 2
 270    TimeBetweenChecksMS = 30000   ; 30 seconds
 271    ExpirationTimeMS  = -1        ; -1 means FOREVER
 272    
 273    SideSounds
 274      Side = America
 275      Sounds = EvaUSA_BeaconDetected
 276    End
 277  
 278    SideSounds
 279      Side = China
 280      Sounds = EvaChina_BeaconDetected
 281    End
 282    
 283    SideSounds
 284      Side = GLA
 285      Sounds = EvaGLA_BeaconDetected
 286    End
 287  End
 288  
 289  ;===================================================================== UnitLost
 290  EvaEvent UnitLost
 291    Priority = 1
 292    TimeBetweenChecksMS = 15000   ; 15 seconds
 293    ExpirationTimeMS  = 5000      ; 5 seconds
 294    
 295    SideSounds
 296      Side = America
 297      Sounds = EvaUSA_UnitLost
 298    End
 299  
 300    SideSounds
 301      Side = China
 302      Sounds = EvaChina_UnitLost
 303    End
 304    
 305    SideSounds
 306      Side = GLA
 307      Sounds = EvaGLA_UnitLost
 308    End
 309  End
 310  
 311  ;=============================================================== GeneralLevelUp
 312  EvaEvent GeneralLevelUp
 313    Priority = 4
 314    TimeBetweenChecksMS = 1000   
 315    ExpirationTimeMS  = 1000      
 316    
 317    SideSounds
 318      Side = America
 319      Sounds = EvaUSA_GeneralLevelUp
 320    End
 321  
 322    SideSounds
 323      Side = China
 324      Sounds = EvaChina_GeneralLevelUp
 325    End
 326    
 327    SideSounds
 328      Side = GLA
 329      Sounds = EvaGLA_GeneralLevelUp
 330    End
 331  End
 332  
 333  ;================================================================ VehicleStolen
 334  EvaEvent VehicleStolen
 335    Priority = 4
 336    TimeBetweenChecksMS = 5000   
 337    ExpirationTimeMS  = 5000      
 338    
 339    SideSounds
 340      Side = America
 341      Sounds = EvaUSA_VehicleStolen
 342    End
 343  
 344    SideSounds
 345      Side = China
 346      Sounds = EvaChina_VehicleStolen
 347    End
 348    
 349    SideSounds
 350      Side = GLA
 351      Sounds = EvaGLA_VehicleStolen
 352    End
 353  End
 354  
 355  ;=============================================================== BuildingStolen
 356  EvaEvent BuildingStolen
 357    Priority = 4
 358    TimeBetweenChecksMS = 0
 359    ExpirationTimeMS  = 5000      
 360    
 361    SideSounds
 362      Side = America
 363      Sounds = RangerVoiceBuildingStolen
 364    End
 365  
 366    SideSounds
 367      Side = China
 368      Sounds = RedGuardVoiceBuildingStolen
 369    End
 370    
 371    SideSounds
 372      Side = GLA
 373      Sounds = RebelVoiceBuildingStolen
 374    End
 375  End
 376  
 377  ;=============================================================== BuildingBeingStolen
 378  EvaEvent BuildingBeingStolen
 379    Priority = 4
 380    TimeBetweenChecksMS = 0
 381    ExpirationTimeMS  = 5000      
 382    
 383    SideSounds
 384      Side = America
 385      Sounds = EvaUSA_BuildingBeingCaptured
 386    End
 387  
 388    SideSounds
 389      Side = China
 390      Sounds = EvaChina_BuildingBeingCaptured
 391    End
 392    
 393    SideSounds
 394      Side = GLA
 395      Sounds = EvaGLA_BuildingBeingCaptured
 396    End
 397  End
 398  
 399  ;=================================================================== CashStolen
 400  EvaEvent CashStolen
 401    Priority = 4
 402    TimeBetweenChecksMS = 5000   
 403    ExpirationTimeMS  = 5000      
 404    
 405    SideSounds
 406      Side = America
 407      Sounds = EvaUSA_CashStolen
 408    End
 409  
 410    SideSounds
 411      Side = China
 412      Sounds = EvaChina_CashStolen
 413    End
 414    
 415    SideSounds
 416      Side = GLA
 417      Sounds = EvaGLA_CashStolen
 418    End
 419  End
 420  
 421  ;============================================================== UpgradeComplete
 422  EvaEvent UpgradeComplete
 423    Priority = 3
 424    TimeBetweenChecksMS = 500   
 425    ExpirationTimeMS  = 500      
 426    
 427    SideSounds
 428      Side = America
 429      Sounds = EvaUSA_UpgradeComplete
 430    End
 431  
 432    SideSounds
 433      Side = China
 434      Sounds = EvaChina_UpgradeComplete
 435    End
 436    
 437    SideSounds
 438      Side = GLA
 439      Sounds = EvaGLA_UpgradeComplete
 440    End
 441  End
 442  
 443  


Generated: Sat Mar 28 08:18:23 2009 Cross-referenced by PHPXref 0.7