Sounds.wiki
author sheepyluva@gmail.com
Sat, 10 Dec 2011 08:56:39 +0000
changeset 181 714a208397bd
parent 20 0cd14659de00
child 352 be5e67192b2c
permissions -rw-r--r--
version number fixes removing pre-0.9.16 version numbers since nobody should write scripts for that old versions anyway... and carrying ancient version numbers just clutters the page (at least as long as they are listed in the headlines)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     1
For a current list of sounds look at hedgewars/uConsts.pas
15
b36d8254781a improve listing for AmmoTypes, GearTypes, Sounds
Tobias Neumann <mail@tobias-neumann.eu>
parents: 12
diff changeset
     2
{{{
12
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     3
    TSound = (sndNone,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     4
            sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     5
            sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     6
            sndMineTick, sndPickhammer, sndGun, sndBee, sndJump1, sndJump2,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     7
            sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     8
            sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
     9
            sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    10
            sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    11
            sndCake, sndOw1, sndOw2, sndOw3, sndOw4, sndFirePunch1, sndFirePunch2,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    12
            sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    13
            sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    14
            sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    15
            sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    16
            sndHomerun, sndMolotov, sndCover, sndUhOh, sndOops,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    17
            sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    18
            sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    19
            sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    20
            sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    21
            sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater,
74ead59b6c64 LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff changeset
    22
            sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8,
20
0cd14659de00 Updated for almost release 0.9.14
henrik.rostedt
parents: 15
diff changeset
    23
            sndSkip, sndSineGun, sndOoff1, sndOoff2, sndOoff3, sndWhack,
0cd14659de00 Updated for almost release 0.9.14
henrik.rostedt
parents: 15
diff changeset
    24
            sndComeonthen, sndParachute, sndBump, sndResurrector);
0cd14659de00 Updated for almost release 0.9.14
henrik.rostedt
parents: 15
diff changeset
    25
}}}