share/hedgewars/Data/Sounds/voices/Robot/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 27 Oct 2018 15:55:19 +0200
changeset 14014 f09276eb0c27
parent 14011 3c40754f6cfe
child 14015 544b32038664
permissions -rw-r--r--
Add 7 new taunts New sounds: * Bugger, Drat: Hog damages self only * Thisoneismine: Crate drop * Whatthe: Something is going to blow up close to hog * Solong, Ohdear: Death * Gonnagetyou: Vow for revenge Fallback code is added for existing voicepacks Thisoneismine is not used in Robot because the text in this sound file is "Threat detected.", which does not make sense.

file(GLOB VoiceSounds
Boring.ogg
Bugger.ogg
Byebye.ogg
Comeonthen.ogg
Coward.ogg
Drat.ogg
Enemydown.ogg
Firstblood.ogg
Firepunch*.ogg
Flawless.ogg
Gonnagetyou.ogg
Grenade.ogg
Hello.ogg
Hurry.ogg
Illgetyou.ogg
Incoming.ogg
Jump*.ogg
Justyouwait.ogg
Kamikaze.ogg
Laugh.ogg
Melon.ogg
Missed.ogg
Nooo.ogg
Nutter.ogg
Ohdear.ogg
Ooff*.ogg
Oops.ogg
Ow*.ogg
PoisonCough.ogg
PoisonMoan.ogg
Reinforcements.ogg
Sameteam.ogg
Solong.ogg
Stupid.ogg
Takecover.ogg
Traitor.ogg
Uh-oh.ogg
Victory.ogg
Watchit.ogg
Whatthe.ogg
Yessir.ogg
Youllregretthat.ogg
)

install(FILES
    ${VoiceSounds}
    DESTINATION ${SHAREPATH}Data/Sounds/voices/Robot)