hedgewars/uConsts.pas
changeset 1656 209cf0e2fc36
parent 1654 9cfa6f23e767
child 1689 3d0eee01f734
equal deleted inserted replaced
1655:16f687fc18e3 1656:209cf0e2fc36
   274 			'Fonts',                         // ptFonts
   274 			'Fonts',                         // ptFonts
   275 			'Forts',                         // ptForts
   275 			'Forts',                         // ptForts
   276 			'Locale',                        // ptLocale
   276 			'Locale',                        // ptLocale
   277 			'Graphics/AmmoMenu',             // ptAmmoMenu
   277 			'Graphics/AmmoMenu',             // ptAmmoMenu
   278 			'Graphics/Hedgehog',             // ptHedgehog
   278 			'Graphics/Hedgehog',             // ptHedgehog
   279 			'Sounds/voices/Default',         // ptVoices
   279 			'Sounds/voices',                 // ptVoices
   280 			'Graphics/Hats'                  // ptHats
   280 			'Graphics/Hats'                  // ptHats
   281 			);
   281 			);
   282 
   282 
   283 	SpritesData: array[TSprite] of record
   283 	SpritesData: array[TSprite] of record
   284 			FileName: String[14];
   284 			FileName: String[14];
   471 			);
   471 			);
   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;
       
   477 			end = (
   476 			end = (
   478 			(FileName: 'grenadeimpact.ogg'; Path: ptSounds; id: nil),// sndGrenadeImpact
   477 			(FileName: 'grenadeimpact.ogg'; Path: ptSounds),// sndGrenadeImpact
   479 			(FileName:     'explosion.ogg'; Path: ptSounds; id: nil),// sndExplosion
   478 			(FileName:     'explosion.ogg'; Path: ptSounds),// sndExplosion
   480 			(FileName:  'throwpowerup.ogg'; Path: ptSounds; id: nil),// sndThrowPowerUp
   479 			(FileName:  'throwpowerup.ogg'; Path: ptSounds),// sndThrowPowerUp
   481 			(FileName:  'throwrelease.ogg'; Path: ptSounds; id: nil),// sndThrowRelease
   480 			(FileName:  'throwrelease.ogg'; Path: ptSounds),// sndThrowRelease
   482 			(FileName:        'splash.ogg'; Path: ptSounds; id: nil),// sndSplash
   481 			(FileName:        'splash.ogg'; Path: ptSounds),// sndSplash
   483 			(FileName: 'shotgunreload.ogg'; Path: ptSounds; id: nil),// sndShotgunReload
   482 			(FileName: 'shotgunreload.ogg'; Path: ptSounds),// sndShotgunReload
   484 			(FileName:   'shotgunfire.ogg'; Path: ptSounds; id: nil),// sndShotgunFire
   483 			(FileName:   'shotgunfire.ogg'; Path: ptSounds),// sndShotgunFire
   485 			(FileName:   'graveimpact.ogg'; Path: ptSounds; id: nil),// sndGraveImpact
   484 			(FileName:   'graveimpact.ogg'; Path: ptSounds),// sndGraveImpact
   486 			(FileName:      'minetick.ogg'; Path: ptSounds; id: nil),// sndMineTicks
   485 			(FileName:      'minetick.ogg'; Path: ptSounds),// sndMineTicks
   487 			(FileName:    'pickhammer.ogg'; Path: ptSounds; id: nil),// sndPickhammer
   486 			(FileName:    'pickhammer.ogg'; Path: ptSounds),// sndPickhammer
   488 			(FileName:           'gun.ogg'; Path: ptSounds; id: nil),// sndGun
   487 			(FileName:           'gun.ogg'; Path: ptSounds),// sndGun
   489 			(FileName:           'ufo.ogg'; Path: ptSounds; id: nil),// sndUFO
   488 			(FileName:           'ufo.ogg'; Path: ptSounds),// sndUFO
   490 			(FileName:         'Jump1.ogg'; Path: ptVoices; id: nil),// sndJump1
   489 			(FileName:         'Jump1.ogg'; Path: ptVoices),// sndJump1
   491 			(FileName:         'Jump2.ogg'; Path: ptVoices; id: nil),// sndJump2
   490 			(FileName:         'Jump2.ogg'; Path: ptVoices),// sndJump2
   492 			(FileName:         'Jump3.ogg'; Path: ptVoices; id: nil),// sndJump3
   491 			(FileName:         'Jump3.ogg'; Path: ptVoices),// sndJump3
   493 			(FileName:        'Yessir.ogg'; Path: ptVoices; id: nil),// sndYesSir
   492 			(FileName:        'Yessir.ogg'; Path: ptVoices),// sndYesSir
   494 			(FileName:         'Laugh.ogg'; Path: ptVoices; id: nil),// sndLaugh
   493 			(FileName:         'Laugh.ogg'; Path: ptVoices),// sndLaugh
   495 			(FileName:     'Illgetyou.ogg'; Path: ptVoices; id: nil),// sndIllGetYou
   494 			(FileName:     'Illgetyou.ogg'; Path: ptVoices),// sndIllGetYou
   496 			(FileName:      'Incoming.ogg'; Path: ptVoices; id: nil),// sndIncoming
   495 			(FileName:      'Incoming.ogg'; Path: ptVoices),// sndIncoming
   497 			(FileName:        'Missed.ogg'; Path: ptVoices; id: nil),// sndMissed
   496 			(FileName:        'Missed.ogg'; Path: ptVoices),// sndMissed
   498 			(FileName:        'Stupid.ogg'; Path: ptVoices; id: nil),// sndStupid
   497 			(FileName:        'Stupid.ogg'; Path: ptVoices),// sndStupid
   499 			(FileName:    'Firstblood.ogg'; Path: ptVoices; id: nil),// sndFirstBlood
   498 			(FileName:    'Firstblood.ogg'; Path: ptVoices),// sndFirstBlood
   500 			(FileName:        'Boring.ogg'; Path: ptVoices; id: nil),// sndBoring
   499 			(FileName:        'Boring.ogg'; Path: ptVoices),// sndBoring
   501 			(FileName:        'Byebye.ogg'; Path: ptVoices; id: nil),// sndByeBye
   500 			(FileName:        'Byebye.ogg'; Path: ptVoices),// sndByeBye
   502 			(FileName:      'Sameteam.ogg'; Path: ptVoices; id: nil),// sndSameTeam
   501 			(FileName:      'Sameteam.ogg'; Path: ptVoices),// sndSameTeam
   503 			(FileName:        'Nutter.ogg'; Path: ptVoices; id: nil),// sndNutter
   502 			(FileName:        'Nutter.ogg'; Path: ptVoices),// sndNutter
   504 			(FileName:'Reinforcements.ogg'; Path: ptVoices; id: nil),// sndReinforce
   503 			(FileName:'Reinforcements.ogg'; Path: ptVoices),// sndReinforce
   505 			(FileName:       'Traitor.ogg'; Path: ptVoices; id: nil),// sndTraitor
   504 			(FileName:       'Traitor.ogg'; Path: ptVoices),// sndTraitor
   506 			(FileName:'Youllregretthat.ogg';Path: ptVoices; id: nil),// sndRegret
   505 			(FileName:'Youllregretthat.ogg';Path: ptVoices),// sndRegret
   507 			(FileName:     'Enemydown.ogg'; Path: ptVoices; id: nil),// sndEnemyDown
   506 			(FileName:     'Enemydown.ogg'; Path: ptVoices),// sndEnemyDown
   508 			(FileName:        'Coward.ogg'; Path: ptVoices; id: nil),// sndCoward
   507 			(FileName:        'Coward.ogg'; Path: ptVoices),// sndCoward
   509 			(FileName:         'Hurry.ogg'; Path: ptVoices; id: nil),// sndHurry
   508 			(FileName:         'Hurry.ogg'; Path: ptVoices),// sndHurry
   510 			(FileName:       'Watchit.ogg'; Path: ptVoices; id: nil),// sndWatchIt
   509 			(FileName:       'Watchit.ogg'; Path: ptVoices),// sndWatchIt
   511 			(FileName:      'Kamikaze.ogg'; Path: ptVoices; id: nil),// sndKamikaze
   510 			(FileName:      'Kamikaze.ogg'; Path: ptVoices),// sndKamikaze
   512 			(FileName:         'cake2.ogg'; Path: ptSounds; id: nil),// sndCake
   511 			(FileName:         'cake2.ogg'; Path: ptSounds),// sndCake
   513 			(FileName:           'Ow1.ogg'; Path: ptVoices; id: nil),// sndOw1
   512 			(FileName:           'Ow1.ogg'; Path: ptVoices),// sndOw1
   514 			(FileName:           'Ow4.ogg'; Path: ptVoices; id: nil),// sndOw4
   513 			(FileName:           'Ow4.ogg'; Path: ptVoices),// sndOw4
   515 			(FileName:    'Firepunch1.ogg'; Path: ptSounds; id: nil),// sndFirepunch1
   514 			(FileName:    'Firepunch1.ogg'; Path: ptSounds),// sndFirepunch1
   516 			(FileName:    'Firepunch2.ogg'; Path: ptSounds; id: nil),// sndFirepunch2
   515 			(FileName:    'Firepunch2.ogg'; Path: ptSounds),// sndFirepunch2
   517 			(FileName:    'Firepunch3.ogg'; Path: ptSounds; id: nil),// sndFirepunch3
   516 			(FileName:    'Firepunch3.ogg'; Path: ptSounds),// sndFirepunch3
   518 			(FileName:    'Firepunch4.ogg'; Path: ptSounds; id: nil),// sndFirepunch4
   517 			(FileName:    'Firepunch4.ogg'; Path: ptSounds),// sndFirepunch4
   519 			(FileName:    'Firepunch5.ogg'; Path: ptSounds; id: nil),// sndFirepunch5
   518 			(FileName:    'Firepunch5.ogg'; Path: ptSounds),// sndFirepunch5
   520 			(FileName:    'Firepunch6.ogg'; Path: ptSounds; id: nil),// sndFirepunch6
   519 			(FileName:    'Firepunch6.ogg'; Path: ptSounds),// sndFirepunch6
   521 			(FileName:         'Melon.ogg'; Path: ptSounds; id: nil),// sndMelon
   520 			(FileName:         'Melon.ogg'; Path: ptSounds),// sndMelon
   522 			(FileName:       'Hellish.ogg'; Path: ptSounds; id: nil),// sndHellish
   521 			(FileName:       'Hellish.ogg'; Path: ptSounds),// sndHellish
   523 			(FileName:        'Yoohoo.ogg'; Path: ptSounds; id: nil) // sndYoohoo
   522 			(FileName:        'Yoohoo.ogg'; Path: ptSounds) // sndYoohoo
   524 			);
   523 			);
   525 
   524 
   526 	Ammoz: array [TAmmoType] of record
   525 	Ammoz: array [TAmmoType] of record
   527 			NameId: TAmmoStrId;
   526 			NameId: TAmmoStrId;
   528 			NameTex: PTexture;
   527 			NameTex: PTexture;