hedgewars/uConsts.pas
changeset 1654 9cfa6f23e767
parent 1643 434e28245dc0
child 1656 209cf0e2fc36
equal deleted inserted replaced
1653:34c1d1e3f04e 1654:9cfa6f23e767
   472 
   472 
   473 	Soundz: array[TSound] of record
   473 	Soundz: array[TSound] of record
   474 			FileName: String[19];
   474 			FileName: String[19];
   475 			Path    : TPathType;
   475 			Path    : TPathType;
   476 			id      : PMixChunk;
   476 			id      : PMixChunk;
   477 			lastChan: LongInt;
       
   478 			end = (
   477 			end = (
   479 			(FileName: 'grenadeimpact.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndGrenadeImpact
   478 			(FileName: 'grenadeimpact.ogg'; Path: ptSounds; id: nil),// sndGrenadeImpact
   480 			(FileName:     'explosion.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndExplosion
   479 			(FileName:     'explosion.ogg'; Path: ptSounds; id: nil),// sndExplosion
   481 			(FileName:  'throwpowerup.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndThrowPowerUp
   480 			(FileName:  'throwpowerup.ogg'; Path: ptSounds; id: nil),// sndThrowPowerUp
   482 			(FileName:  'throwrelease.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndThrowRelease
   481 			(FileName:  'throwrelease.ogg'; Path: ptSounds; id: nil),// sndThrowRelease
   483 			(FileName:        'splash.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndSplash
   482 			(FileName:        'splash.ogg'; Path: ptSounds; id: nil),// sndSplash
   484 			(FileName: 'shotgunreload.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndShotgunReload
   483 			(FileName: 'shotgunreload.ogg'; Path: ptSounds; id: nil),// sndShotgunReload
   485 			(FileName:   'shotgunfire.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndShotgunFire
   484 			(FileName:   'shotgunfire.ogg'; Path: ptSounds; id: nil),// sndShotgunFire
   486 			(FileName:   'graveimpact.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndGraveImpact
   485 			(FileName:   'graveimpact.ogg'; Path: ptSounds; id: nil),// sndGraveImpact
   487 			(FileName:      'minetick.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndMineTicks
   486 			(FileName:      'minetick.ogg'; Path: ptSounds; id: nil),// sndMineTicks
   488 			(FileName:    'pickhammer.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndPickhammer
   487 			(FileName:    'pickhammer.ogg'; Path: ptSounds; id: nil),// sndPickhammer
   489 			(FileName:           'gun.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndGun
   488 			(FileName:           'gun.ogg'; Path: ptSounds; id: nil),// sndGun
   490 			(FileName:           'ufo.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndUFO
   489 			(FileName:           'ufo.ogg'; Path: ptSounds; id: nil),// sndUFO
   491 			(FileName:         'Jump1.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump1
   490 			(FileName:         'Jump1.ogg'; Path: ptVoices; id: nil),// sndJump1
   492 			(FileName:         'Jump2.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump2
   491 			(FileName:         'Jump2.ogg'; Path: ptVoices; id: nil),// sndJump2
   493 			(FileName:         'Jump3.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump3
   492 			(FileName:         'Jump3.ogg'; Path: ptVoices; id: nil),// sndJump3
   494 			(FileName:        'Yessir.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndYesSir
   493 			(FileName:        'Yessir.ogg'; Path: ptVoices; id: nil),// sndYesSir
   495 			(FileName:         'Laugh.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndLaugh
   494 			(FileName:         'Laugh.ogg'; Path: ptVoices; id: nil),// sndLaugh
   496 			(FileName:     'Illgetyou.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIllGetYou
   495 			(FileName:     'Illgetyou.ogg'; Path: ptVoices; id: nil),// sndIllGetYou
   497 			(FileName:      'Incoming.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIncoming
   496 			(FileName:      'Incoming.ogg'; Path: ptVoices; id: nil),// sndIncoming
   498 			(FileName:        'Missed.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndMissed
   497 			(FileName:        'Missed.ogg'; Path: ptVoices; id: nil),// sndMissed
   499 			(FileName:        'Stupid.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndStupid
   498 			(FileName:        'Stupid.ogg'; Path: ptVoices; id: nil),// sndStupid
   500 			(FileName:    'Firstblood.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndFirstBlood
   499 			(FileName:    'Firstblood.ogg'; Path: ptVoices; id: nil),// sndFirstBlood
   501 			(FileName:        'Boring.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndBoring
   500 			(FileName:        'Boring.ogg'; Path: ptVoices; id: nil),// sndBoring
   502 			(FileName:        'Byebye.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndByeBye
   501 			(FileName:        'Byebye.ogg'; Path: ptVoices; id: nil),// sndByeBye
   503 			(FileName:      'Sameteam.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndSameTeam
   502 			(FileName:      'Sameteam.ogg'; Path: ptVoices; id: nil),// sndSameTeam
   504 			(FileName:        'Nutter.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndNutter
   503 			(FileName:        'Nutter.ogg'; Path: ptVoices; id: nil),// sndNutter
   505 			(FileName:'Reinforcements.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndReinforce
   504 			(FileName:'Reinforcements.ogg'; Path: ptVoices; id: nil),// sndReinforce
   506 			(FileName:       'Traitor.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndTraitor
   505 			(FileName:       'Traitor.ogg'; Path: ptVoices; id: nil),// sndTraitor
   507 			(FileName:'Youllregretthat.ogg';Path: ptVoices; id: nil; lastChan: 0),// sndRegret
   506 			(FileName:'Youllregretthat.ogg';Path: ptVoices; id: nil),// sndRegret
   508 			(FileName:     'Enemydown.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndEnemyDown
   507 			(FileName:     'Enemydown.ogg'; Path: ptVoices; id: nil),// sndEnemyDown
   509 			(FileName:        'Coward.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndCoward
   508 			(FileName:        'Coward.ogg'; Path: ptVoices; id: nil),// sndCoward
   510 			(FileName:         'Hurry.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndHurry
   509 			(FileName:         'Hurry.ogg'; Path: ptVoices; id: nil),// sndHurry
   511 			(FileName:       'Watchit.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndWatchIt
   510 			(FileName:       'Watchit.ogg'; Path: ptVoices; id: nil),// sndWatchIt
   512 			(FileName:      'Kamikaze.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndKamikaze
   511 			(FileName:      'Kamikaze.ogg'; Path: ptVoices; id: nil),// sndKamikaze
   513 			(FileName:         'cake2.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndCake
   512 			(FileName:         'cake2.ogg'; Path: ptSounds; id: nil),// sndCake
   514 			(FileName:           'Ow1.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndOw1
   513 			(FileName:           'Ow1.ogg'; Path: ptVoices; id: nil),// sndOw1
   515 			(FileName:           'Ow4.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndOw4
   514 			(FileName:           'Ow4.ogg'; Path: ptVoices; id: nil),// sndOw4
   516 			(FileName:    'Firepunch1.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndFirepunch1
   515 			(FileName:    'Firepunch1.ogg'; Path: ptSounds; id: nil),// sndFirepunch1
   517 			(FileName:    'Firepunch2.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndFirepunch2
   516 			(FileName:    'Firepunch2.ogg'; Path: ptSounds; id: nil),// sndFirepunch2
   518 			(FileName:    'Firepunch3.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndFirepunch3
   517 			(FileName:    'Firepunch3.ogg'; Path: ptSounds; id: nil),// sndFirepunch3
   519 			(FileName:    'Firepunch4.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndFirepunch4
   518 			(FileName:    'Firepunch4.ogg'; Path: ptSounds; id: nil),// sndFirepunch4
   520 			(FileName:    'Firepunch5.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndFirepunch5
   519 			(FileName:    'Firepunch5.ogg'; Path: ptSounds; id: nil),// sndFirepunch5
   521 			(FileName:    'Firepunch6.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndFirepunch6
   520 			(FileName:    'Firepunch6.ogg'; Path: ptSounds; id: nil),// sndFirepunch6
   522 			(FileName:         'Melon.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndMelon
   521 			(FileName:         'Melon.ogg'; Path: ptSounds; id: nil),// sndMelon
   523 			(FileName:       'Hellish.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndHellish
   522 			(FileName:       'Hellish.ogg'; Path: ptSounds; id: nil),// sndHellish
   524 			(FileName:        'Yoohoo.ogg'; Path: ptSounds; id: nil; lastChan: 0) // sndYoohoo
   523 			(FileName:        'Yoohoo.ogg'; Path: ptSounds; id: nil) // sndYoohoo
   525 			);
   524 			);
   526 
   525 
   527 	Ammoz: array [TAmmoType] of record
   526 	Ammoz: array [TAmmoType] of record
   528 			NameId: TAmmoStrId;
   527 			NameId: TAmmoStrId;
   529 			NameTex: PTexture;
   528 			NameTex: PTexture;