author | Wuzzy <Wuzzy@disroot.org> |
Mon, 27 May 2024 20:02:07 +0200 | |
changeset 2271 | 3800c8e04739 |
parent 2037 | edb612f1593f |
permissions | -rw-r--r-- |
834 | 1 |
#summary List of all sound effects (excluding taunts) |
430 | 2 |
|
830
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
3 |
This is a list of sounds effects used in Hedgewars, excluding taunts. For taunts, see the [Taunts] page. |
617 | 4 |
|
694 | 5 |
= List of sounds = |
837 | 6 |
With the exception of `sndNone`, this list is sorted alphabetically by variable name. |
7 |
||
830
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
8 |
|| *Variable name* || *File name* || *Description* || |
1500 | 9 |
|| `sndNone` || *N/A* || Silence || |
1115 | 10 |
|| `sndAirMineImpact` || `airmine_impact.ogg` || Air mine collides at high speed || |
837 | 11 |
|| `sndBaseballBat` || `baseballbat.ogg` || Baseball bat is used || |
12 |
|| `sndBee` || `bee.ogg` || Looped bee flight sound in air || |
|
13 |
|| `sndBeeWater` || `beewater.ogg` || Looped bee flight sound in water || |
|
14 |
|| `sndBirdyLay` || `BirdyLay.ogg` || Birdy drops an egg || |
|
15 |
|| `sndBump` || `bump.ogg` || Hedgehog falls on land at high speed || |
|
1115 | 16 |
|| `sndBlowTorch` || `blowtorch.ogg` || Blowtorch is being used || |
2036 | 17 |
|| `sndCaseImpact` || `graveimpact.ogg` || Collision of crate. Currently same as grave impact sound || |
1115 | 18 |
|| `sndCountdown1` || `countdown1.ogg` || Time warning, 1 second left || |
19 |
|| `sndCountdown2` || `countdown2.ogg` || Time warning, 2 seconds left || |
|
20 |
|| `sndCountdown3` || `countdown3.ogg` || Time warning, 3 seconds left || |
|
21 |
|| `sndCountdown4` || `countdown4.ogg` || Time warning, 4 seconds left || |
|
1117 | 22 |
|| `sndCustom1` || `custom1.ogg` || Custom sound. Silence by default. Intended to be overwritten in a [HWPFormat HWP file] || |
23 |
|| `sndCustom2` || `custom2.ogg` || Another custom sound || |
|
24 |
|| `sndCustom3` || `custom3.ogg` || Another custom sound || |
|
25 |
|| `sndCustom4` || `custom4.ogg` || Another custom sound || |
|
26 |
|| `sndCustom5` || `custom5.ogg` || Another custom sound || |
|
27 |
|| `sndCustom6` || `custom6.ogg` || Another custom sound || |
|
28 |
|| `sndCustom7` || `custom7.ogg` || Another custom sound || |
|
29 |
|| `sndCustom8` || `custom8.ogg` || Another custom sound || |
|
2037 | 30 |
|| `sndCreeperDrop` || `rubberduck_drop.ogg` || Creeper is dropped or bounces (unused) || |
31 |
|| `sndCreeperWater` || `rubberduck_water.ogg` || Creeper hits water (unused) || |
|
32 |
|| `sndCreeperDie` || `rubberduck_die.ogg` || Creeper explodes (unused) || |
|
887 | 33 |
|| `sndDenied` || `denied.ogg` || Player tries something forbidden || |
837 | 34 |
|| `sndDrillRocket` || `drillgun.ogg` || Looped drill rocket drilling sound || |
35 |
|| `sndDroplet1` || `Droplet1.ogg` || Water droplet impact into water. See also `sndMudballImpact` || |
|
36 |
|| `sndDroplet2` || `Droplet2.ogg` || Water droplet impact into water || |
|
37 |
|| `sndDroplet3` || `Droplet3.ogg` || Water droplet impact into water || |
|
38 |
|| `sndEggBreak` || `egg.ogg` || Egg (from Birdy) impact || |
|
830
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
39 |
|| `sndExplosion` || `explosion.ogg` || Explosion || |
1115 | 40 |
|| `sndExtraTime` || `extratime.ogg` || Extra time is used || |
2036 | 41 |
|| `sndFlamethrower` || `flamethrower.ogg` || Looped flamethrower sound || |
2035 | 42 |
|| `sndExtraDamage` || `hell_ugh.ogg` || Extra damage is used (currently shares sound with hellish hand-grenade) || |
837 | 43 |
|| `sndFrozenHogImpact` || `frozen_hog_impact.ogg` || Frozen hog hits ground at high speed || |
2036 | 44 |
|| `sndGraveImpact` || `graveimpact.ogg` || Collision of grave || |
837 | 45 |
|| `sndGrenadeImpact` || `grenadeimpact.ogg` || Collision of grenade, old limburger, cluster bomb, and many other gears || |
830
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
46 |
|| `sndGun` || `gun.ogg` || Desert Eagle or snifer rifle shot || |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
47 |
|| `sndHellish` || `hellish.ogg` || Evil laughter from hellish hand-grenade || |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
48 |
|| `sndHellishImpact1` || `hell_growl.ogg` || Hellish hand-grenade impact || |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
49 |
|| `sndHellishImpact2` || `hell_oof.ogg` || Hellish hand-grenade impact || |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
50 |
|| `sndHellishImpact3` || `hell_ow.ogg` || Hellish hand-grenade impact || |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
51 |
|| `sndHellishImpact4` || `hell_ugh.ogg` || Hellish hand-grenade impact || |
837 | 52 |
|| `sndHogFreeze` || `hog_freeze.ogg` || Something (hedgehog, crate, water, etc.) has been frozen with the freezer || |
53 |
|| `sndHomerun` || `homerun.ogg` || Hog is punched far away out of the left/right map bounds with a baseball bat || |
|
54 |
|| `sndIceBeam` || `ice_beam.ogg` || Looped sound used while freezer is active || |
|
2036 | 55 |
|| `sndIceBeamIdle` || `ice_beam_idle.ogg` || Looped sound used while freezer is idling || |
1115 | 56 |
|| `sndInvulnerable` || `invulnerable.ogg` || Invulnerable utility activated || |
57 |
|| `sndJetpackBoost` || `jetpackboost.ogg` || Flying saucer applies a short boost || |
|
58 |
|| `sndJetpackLaunch` || `ufo.ogg` || Flying saucer activated || |
|
2036 | 59 |
|| `sndLandGun` || `landgun.ogg` || Land gun is used (looped sound) || |
2034 | 60 |
|| `sndKiss` || `Kiss.ogg` || Kiss (used in seduction) || |
1115 | 61 |
|| `sndKnifeImpact` || `knife_impact.ogg` || Collision of cleaver || |
62 |
|| `sndLaserSight` || `lasersight.ogg` || Laser sight utility activated || |
|
63 |
|| `sndLowGravity` || `lowgravity.ogg` || Low gravity utility activated || |
|
830
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
64 |
|| `sndMelonImpact` || `melonimpact.ogg` || Watermelon bomb impact; also used for other gears colliding with rubber || |
837 | 65 |
|| `sndMineImpact` || `mineimpact.ogg` || Collision of mine || |
66 |
|| `sndMineTick` || `minetick.ogg` || Warning beep of mine, sticky mine, air mine || |
|
2036 | 67 |
|| `sndMinigun` || `minigun.ogg` || Minigun sound (not looped) || |
837 | 68 |
|| `sndMolotov` || `molotov.ogg` || Molotov cocktail impact || |
69 |
|| `sndMortar` || `mortar.ogg` || Mortar is launched || |
|
70 |
|| `sndMudballImpact` || `Droplet1.ogg` || Mudball impact. Uses the same sound as `sndDroplet1` || |
|
71 |
|| `sndParachute` || `parachute.ogg` || Parachute opens || |
|
830
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
72 |
|| `sndPiano0` || `1C.ogg` || Piano key (slot 1) || |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
73 |
|| `sndPiano1` || `2D.ogg` || Piano key (slot 2) || |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
74 |
|| `sndPiano2` || `3E.ogg` || Piano key (slot 3) || |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
75 |
|| `sndPiano3` || `4F.ogg` || Piano key (slot 4) || |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
76 |
|| `sndPiano4` || `5G.ogg` || Piano key (slot 5) || |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
77 |
|| `sndPiano5` || `6A.ogg` || Piano key (slot 6) || |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
78 |
|| `sndPiano6` || `7B.ogg` || Piano key (slot 7) || |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
79 |
|| `sndPiano7` || `8C.ogg` || Piano key (slot 8) || |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
80 |
|| `sndPiano8` || `9D.ogg` || Piano key (slot 9) || |
837 | 81 |
|| `sndPickhammer` || `pickhammer.ogg` || Looped pickhammer noise || |
82 |
|| `sndPlaced` || `placed.ogg` || Successful placement of construction or rubber || |
|
83 |
|| `sndPlane` || `plane.ogg` || Looped airplane flight sound (from air attack, mine strike, napalm and drill strike) || |
|
1115 | 84 |
|| `sndPortalOpen` || `portalopen.ogg` || Portal created || |
85 |
|| `sndPortalShot` || `portalshot.ogg` || Fire the portable portal device || |
|
86 |
|| `sndPortalSwitch` || `portalswitch.ogg` || Switch color of portable portal device || |
|
837 | 87 |
|| `sndRCPlane` || `rcplane.ogg` || Looped RC plane flight sound || |
830
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
88 |
|| `sndResurrector` || `hogchant3.ogg` || Looped sound used while using resurrector || |
837 | 89 |
|| `sndRideOfTheValkyries` || `ride_of_the_valkyries.ogg` || “Ride of the Valkyries” music from RC plane || |
1823 | 90 |
|| `sndRopeAttach` || `ropeattach.ogg` || Rope hook attaches, sticky mine attaches || |
837 | 91 |
|| `sndRopeRelease` || `roperelease.ogg` || Rope hook is released || |
92 |
|| `sndRopeShot` || `ropeshot.ogg` || Rope is fired || |
|
93 |
|| `sndShotgunFire` || `shotgunfire.ogg` || Shotgun fires || |
|
937 | 94 |
|| `sndShotgunReload` || `shotgunreload.ogg` || Played shotly before the shotgun fires or after collecting a crate || |
837 | 95 |
|| `sndShutter` || `shutterclick.ogg` || Screenshot is taken || |
96 |
|| `sndSineGun` || `sinegun.ogg` || Sine gun is fired || |
|
97 |
|| `sndSkip` || `skip.ogg` || Gear is skipping (“bouncing”) over water || |
|
98 |
|| `sndSniperReload` || `sniperreload.ogg` || Sniper rifle starts to aim (internal laser sight enabled) || |
|
99 |
|| `sndSplash` || `splash.ogg` || Water splash when something fell into water || |
|
100 |
|| `sndSuddenDeath` || `suddendeath.ogg` || Sudden Death started || |
|
101 |
|| `sndSteps` || `steps.ogg` || Hedgehog walks || |
|
102 |
|| `sndSwitchHog` || `switchhog.ogg` || Hog is switched using Switch Hedgehog || |
|
831 | 103 |
|| `sndTardis` || `TARDIS.ogg` || !TimeBox appears or disappears || |
837 | 104 |
|| `sndThrowPowerUp` || `throwpowerup.ogg` || The “weapon power” bar is increasing || |
931 | 105 |
|| `sndThrowRelease` || `throwrelease.ogg` || Projectile is launched (e.g. bazooka) || |
837 | 106 |
|| `sndVaporize` || `steam.ogg` || Flame is extinguished, e.g. in water || |
107 |
|| `sndWarp` || `warp.ogg` || Teleportation || |
|
108 |
|| `sndWhack` || `hammer.ogg` || Hammer is used || |
|
109 |
|| `sndWhipCrack` || `whipcrack.ogg` || Whip is used || |
|
110 |
|| `sndWhistle` || `Whistle.ogg` || Birdy appears || |
|
2033 | 111 |
|| `sndYoohoo` || `Yoohoo.ogg` || “Yoohoo!” voice from seduction (without kiss) || |
830
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
112 |
|
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
113 |
== Reference == |
9ba81ac51e24
Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents:
829
diff
changeset
|
114 |
For a current list of sounds, look at `hedgewars/uTypes.pas`: [https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l120] |
440 | 115 |
|
116 |
== See also == |
|
617 | 117 |
|
440 | 118 |
* [Taunts] |