diff --git a/sc2/INSTALL b/sc2/INSTALL index 87954b654..15db6e8a8 100644 --- a/sc2/INSTALL +++ b/sc2/INSTALL @@ -1,5 +1,6 @@ To build The Urquan Masters, you need at least the following software: +For Linux version: GCC - GNU C Compiler http://gcc.gnu.org/ Debian package: gcc @@ -8,15 +9,18 @@ GNU Make ftp://ftp.gnu.org/ Debian package: make +For Windows version: +Microsoft Visual C++ 6 or 7 + Additionally, The Urquan Masters requires the following libraries: -OpenGL v1.2 +OpenGL v1.2 (if HAVE_OPENGL is defined, which is the default) http://www.xfree86.org/ Debian package: xlibmesa-dev OR nvidia-glx OR XFree86 4.x comes with Mesa, which is a clone. Note: Mesa is a software emulation. For enjoyable results you will need hardware accelerated OpenGL (GLX). - These usally conflict with mesa (can result in X server crash) + These usually conflict with mesa (can result in X server crash). SDL v1.2 The Simple Direct-Media Layer @@ -34,6 +38,10 @@ SDL-mixer Homepage: http://www.libsdl.org/projects/SDL_mixer/ Download: http://www.libsdl.org/projects/SDL_mixer/release/ +SDL-sound + A sound loader library used with SDL. + Homepage: http://www.icculus.org/SDL_sound/ + Download: http://www.icculus.org/SDL_sound/downloads/ If you find these aren't enough, or if you know the names of the corresponding RPM etc. packages, please report to diff --git a/sc2/TODO b/sc2/TODO index 898960063..889bc6477 100644 --- a/sc2/TODO +++ b/sc2/TODO @@ -131,8 +131,7 @@ Questions: which we can free when no more memory is available, to allow an emergency save. - How about an ISO image for a self-contained linux CD which boots into SC2? -- Currently speechs and mod music doesn't sound very good as SDL_mixer - doesn't interpolate them in any way.. 11khz data really needs that, - compare the wavs to winamp for example. - Should we add that functionality to SDL_mixer ourselves, or implement - all mixing from scratch using only base SDL audio, or what? +- SDL_mixer really doesn't seem to meet our needs.. should we + a) write our own mixing routines + b) look for alternatives (OpenAL perhaps?) + c) what? diff --git a/sc2/configure.ac b/sc2/configure.ac index 1683f7059..8053f0dea 100644 --- a/sc2/configure.ac +++ b/sc2/configure.ac @@ -70,6 +70,7 @@ SDL_VERSION=1.2.2 AM_PATH_SDL($SDL_VERSION, , AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])) AC_CHECK_LIB(SDL_mixer, main, , AC_MSG_ERROR([Your system is missing libSDL_mixer!]),`sdl-config --libs`) AC_CHECK_LIB(SDL_image, main, , AC_MSG_ERROR([Your system is missing libSDL_image!]),`sdl-config --libs`) +AC_CHECK_LIB(SDL_sound, main, , AC_MSG_ERROR([Your system is missing libSDL_sound!]),`sdl-config --libs`) #AC_CHECK_HEADERS(SDL/SDL_image.h, , AC_MSG_ERROR([Your system is missing SDL_image.h!])) #AC_CHECK_HEADERS(SDL/SDL_mixer.h, , AC_MSG_ERROR([Your system is missing SDL_mixer.h!])) diff --git a/sc2/content/comm/arilou/arilo000.ogg b/sc2/content/comm/arilou/arilo000.ogg new file mode 100644 index 000000000..f2c5779f7 Binary files /dev/null and b/sc2/content/comm/arilou/arilo000.ogg differ diff --git a/sc2/content/comm/arilou/arilo001.ogg b/sc2/content/comm/arilou/arilo001.ogg new file mode 100644 index 000000000..54f8cf2d0 Binary files /dev/null and b/sc2/content/comm/arilou/arilo001.ogg differ diff --git a/sc2/content/comm/arilou/arilo002.ogg b/sc2/content/comm/arilou/arilo002.ogg new file mode 100644 index 000000000..5181c118b Binary files /dev/null and b/sc2/content/comm/arilou/arilo002.ogg differ diff --git a/sc2/content/comm/arilou/arilo003.ogg b/sc2/content/comm/arilou/arilo003.ogg new file mode 100644 index 000000000..8e142701f Binary files /dev/null and b/sc2/content/comm/arilou/arilo003.ogg differ diff --git a/sc2/content/comm/arilou/arilo004.ogg b/sc2/content/comm/arilou/arilo004.ogg new file mode 100644 index 000000000..60aec364d Binary files /dev/null and b/sc2/content/comm/arilou/arilo004.ogg differ diff --git a/sc2/content/comm/arilou/arilo005.ogg b/sc2/content/comm/arilou/arilo005.ogg new file mode 100644 index 000000000..1f90a4a3b Binary files /dev/null and b/sc2/content/comm/arilou/arilo005.ogg differ diff --git a/sc2/content/comm/arilou/arilo006.ogg b/sc2/content/comm/arilou/arilo006.ogg new file mode 100644 index 000000000..ba964fb6e Binary files /dev/null and b/sc2/content/comm/arilou/arilo006.ogg differ diff --git a/sc2/content/comm/arilou/arilo007.ogg b/sc2/content/comm/arilou/arilo007.ogg new file mode 100644 index 000000000..9c9840048 Binary files /dev/null and b/sc2/content/comm/arilou/arilo007.ogg differ diff --git a/sc2/content/comm/arilou/arilo008.ogg b/sc2/content/comm/arilou/arilo008.ogg new file mode 100644 index 000000000..b8e12b856 Binary files /dev/null and b/sc2/content/comm/arilou/arilo008.ogg differ diff --git a/sc2/content/comm/arilou/arilo009.ogg b/sc2/content/comm/arilou/arilo009.ogg new file mode 100644 index 000000000..d1f90a653 Binary files /dev/null and b/sc2/content/comm/arilou/arilo009.ogg differ diff --git a/sc2/content/comm/arilou/arilo010.ogg b/sc2/content/comm/arilou/arilo010.ogg new file mode 100644 index 000000000..98effb592 Binary files /dev/null and b/sc2/content/comm/arilou/arilo010.ogg differ diff --git a/sc2/content/comm/arilou/arilo011.ogg b/sc2/content/comm/arilou/arilo011.ogg new file mode 100644 index 000000000..d0b06811d Binary files /dev/null and b/sc2/content/comm/arilou/arilo011.ogg differ diff --git a/sc2/content/comm/arilou/arilo012.ogg b/sc2/content/comm/arilou/arilo012.ogg new file mode 100644 index 000000000..29d37b87b Binary files /dev/null and b/sc2/content/comm/arilou/arilo012.ogg differ diff --git a/sc2/content/comm/arilou/arilo013.ogg b/sc2/content/comm/arilou/arilo013.ogg new file mode 100644 index 000000000..ab744e79b Binary files /dev/null and b/sc2/content/comm/arilou/arilo013.ogg differ diff --git a/sc2/content/comm/arilou/arilo014.ogg b/sc2/content/comm/arilou/arilo014.ogg new file mode 100644 index 000000000..eeb6c82d2 Binary files /dev/null and b/sc2/content/comm/arilou/arilo014.ogg differ diff --git a/sc2/content/comm/arilou/arilo015.ogg b/sc2/content/comm/arilou/arilo015.ogg new file mode 100644 index 000000000..88072ffdf Binary files /dev/null and b/sc2/content/comm/arilou/arilo015.ogg differ diff --git a/sc2/content/comm/arilou/arilo016.ogg b/sc2/content/comm/arilou/arilo016.ogg new file mode 100644 index 000000000..a15dc9a33 Binary files /dev/null and b/sc2/content/comm/arilou/arilo016.ogg differ diff --git a/sc2/content/comm/arilou/arilo017.ogg b/sc2/content/comm/arilou/arilo017.ogg new file mode 100644 index 000000000..8c5bacd47 Binary files /dev/null and b/sc2/content/comm/arilou/arilo017.ogg differ diff --git a/sc2/content/comm/arilou/arilo018.ogg b/sc2/content/comm/arilou/arilo018.ogg new file mode 100644 index 000000000..707290bec Binary files /dev/null and b/sc2/content/comm/arilou/arilo018.ogg differ diff --git a/sc2/content/comm/arilou/arilo019.ogg b/sc2/content/comm/arilou/arilo019.ogg new file mode 100644 index 000000000..4634f83bd Binary files /dev/null and b/sc2/content/comm/arilou/arilo019.ogg differ diff --git a/sc2/content/comm/arilou/arilo020.ogg b/sc2/content/comm/arilou/arilo020.ogg new file mode 100644 index 000000000..a29829638 Binary files /dev/null and b/sc2/content/comm/arilou/arilo020.ogg differ diff --git a/sc2/content/comm/arilou/arilo021.ogg b/sc2/content/comm/arilou/arilo021.ogg new file mode 100644 index 000000000..2cb0eb858 Binary files /dev/null and b/sc2/content/comm/arilou/arilo021.ogg differ diff --git a/sc2/content/comm/arilou/arilo022.ogg b/sc2/content/comm/arilou/arilo022.ogg new file mode 100644 index 000000000..0c6aa3f4b Binary files /dev/null and b/sc2/content/comm/arilou/arilo022.ogg differ diff --git a/sc2/content/comm/arilou/arilo023.ogg b/sc2/content/comm/arilou/arilo023.ogg new file mode 100644 index 000000000..0a2ac9405 Binary files /dev/null and b/sc2/content/comm/arilou/arilo023.ogg differ diff --git a/sc2/content/comm/arilou/arilo024.ogg b/sc2/content/comm/arilou/arilo024.ogg new file mode 100644 index 000000000..357276317 Binary files /dev/null and b/sc2/content/comm/arilou/arilo024.ogg differ diff --git a/sc2/content/comm/arilou/arilo025.ogg b/sc2/content/comm/arilou/arilo025.ogg new file mode 100644 index 000000000..481a352e3 Binary files /dev/null and b/sc2/content/comm/arilou/arilo025.ogg differ diff --git a/sc2/content/comm/arilou/arilo026.ogg b/sc2/content/comm/arilou/arilo026.ogg new file mode 100644 index 000000000..5dc039a5b Binary files /dev/null and b/sc2/content/comm/arilou/arilo026.ogg differ diff --git a/sc2/content/comm/arilou/arilo027.ogg b/sc2/content/comm/arilou/arilo027.ogg new file mode 100644 index 000000000..602d0e21c Binary files /dev/null and b/sc2/content/comm/arilou/arilo027.ogg differ diff --git a/sc2/content/comm/arilou/arilo028.ogg b/sc2/content/comm/arilou/arilo028.ogg new file mode 100644 index 000000000..6b2d617a9 Binary files /dev/null and b/sc2/content/comm/arilou/arilo028.ogg differ diff --git a/sc2/content/comm/arilou/arilo029.ogg b/sc2/content/comm/arilou/arilo029.ogg new file mode 100644 index 000000000..b0f5bb2af Binary files /dev/null and b/sc2/content/comm/arilou/arilo029.ogg differ diff --git a/sc2/content/comm/arilou/arilo030.ogg b/sc2/content/comm/arilou/arilo030.ogg new file mode 100644 index 000000000..0dbf64701 Binary files /dev/null and b/sc2/content/comm/arilou/arilo030.ogg differ diff --git a/sc2/content/comm/arilou/arilo031.ogg b/sc2/content/comm/arilou/arilo031.ogg new file mode 100644 index 000000000..97ae92cd1 Binary files /dev/null and b/sc2/content/comm/arilou/arilo031.ogg differ diff --git a/sc2/content/comm/arilou/arilo032.ogg b/sc2/content/comm/arilou/arilo032.ogg new file mode 100644 index 000000000..f8d764d1b Binary files /dev/null and b/sc2/content/comm/arilou/arilo032.ogg differ diff --git a/sc2/content/comm/arilou/arilo033.ogg b/sc2/content/comm/arilou/arilo033.ogg new file mode 100644 index 000000000..2009c9872 Binary files /dev/null and b/sc2/content/comm/arilou/arilo033.ogg differ diff --git a/sc2/content/comm/arilou/arilo034.ogg b/sc2/content/comm/arilou/arilo034.ogg new file mode 100644 index 000000000..5385bc229 Binary files /dev/null and b/sc2/content/comm/arilou/arilo034.ogg differ diff --git a/sc2/content/comm/arilou/arilo035.ogg b/sc2/content/comm/arilou/arilo035.ogg new file mode 100644 index 000000000..1359ae17b Binary files /dev/null and b/sc2/content/comm/arilou/arilo035.ogg differ diff --git a/sc2/content/comm/arilou/arilo036.ogg b/sc2/content/comm/arilou/arilo036.ogg new file mode 100644 index 000000000..ba48e0418 Binary files /dev/null and b/sc2/content/comm/arilou/arilo036.ogg differ diff --git a/sc2/content/comm/arilou/arilo037.ogg b/sc2/content/comm/arilou/arilo037.ogg new file mode 100644 index 000000000..7af863a9e Binary files /dev/null and b/sc2/content/comm/arilou/arilo037.ogg differ diff --git a/sc2/content/comm/arilou/arilo038.ogg b/sc2/content/comm/arilou/arilo038.ogg new file mode 100644 index 000000000..767d4a9fb Binary files /dev/null and b/sc2/content/comm/arilou/arilo038.ogg differ diff --git a/sc2/content/comm/arilou/arilo039.ogg b/sc2/content/comm/arilou/arilo039.ogg new file mode 100644 index 000000000..b13521664 Binary files /dev/null and b/sc2/content/comm/arilou/arilo039.ogg differ diff --git a/sc2/content/comm/arilou/arilo040.ogg b/sc2/content/comm/arilou/arilo040.ogg new file mode 100644 index 000000000..11a6b3724 Binary files /dev/null and b/sc2/content/comm/arilou/arilo040.ogg differ diff --git a/sc2/content/comm/arilou/arilo041.ogg b/sc2/content/comm/arilou/arilo041.ogg new file mode 100644 index 000000000..e1aeca63b Binary files /dev/null and b/sc2/content/comm/arilou/arilo041.ogg differ diff --git a/sc2/content/comm/arilou/arilo042.ogg b/sc2/content/comm/arilou/arilo042.ogg new file mode 100644 index 000000000..16b9803f9 Binary files /dev/null and b/sc2/content/comm/arilou/arilo042.ogg differ diff --git a/sc2/content/comm/arilou/arilo043.ogg b/sc2/content/comm/arilou/arilo043.ogg new file mode 100644 index 000000000..676a22ae6 Binary files /dev/null and b/sc2/content/comm/arilou/arilo043.ogg differ diff --git a/sc2/content/comm/arilou/arilo044.ogg b/sc2/content/comm/arilou/arilo044.ogg new file mode 100644 index 000000000..df8bcf4a7 Binary files /dev/null and b/sc2/content/comm/arilou/arilo044.ogg differ diff --git a/sc2/content/comm/arilou/arilo045.ogg b/sc2/content/comm/arilou/arilo045.ogg new file mode 100644 index 000000000..458ace0be Binary files /dev/null and b/sc2/content/comm/arilou/arilo045.ogg differ diff --git a/sc2/content/comm/arilou/arilo046.ogg b/sc2/content/comm/arilou/arilo046.ogg new file mode 100644 index 000000000..c4f2756ea Binary files /dev/null and b/sc2/content/comm/arilou/arilo046.ogg differ diff --git a/sc2/content/comm/arilou/arilo047.ogg b/sc2/content/comm/arilou/arilo047.ogg new file mode 100644 index 000000000..5b8f949d8 Binary files /dev/null and b/sc2/content/comm/arilou/arilo047.ogg differ diff --git a/sc2/content/comm/arilou/arilo048.ogg b/sc2/content/comm/arilou/arilo048.ogg new file mode 100644 index 000000000..af98a1ee0 Binary files /dev/null and b/sc2/content/comm/arilou/arilo048.ogg differ diff --git a/sc2/content/comm/arilou/arilo049.ogg b/sc2/content/comm/arilou/arilo049.ogg new file mode 100644 index 000000000..19ae50e8c Binary files /dev/null and b/sc2/content/comm/arilou/arilo049.ogg differ diff --git a/sc2/content/comm/arilou/arilo050.ogg b/sc2/content/comm/arilou/arilo050.ogg new file mode 100644 index 000000000..f37a81fba Binary files /dev/null and b/sc2/content/comm/arilou/arilo050.ogg differ diff --git a/sc2/content/comm/arilou/arilo051.ogg b/sc2/content/comm/arilou/arilo051.ogg new file mode 100644 index 000000000..3903e7b8a Binary files /dev/null and b/sc2/content/comm/arilou/arilo051.ogg differ diff --git a/sc2/content/comm/arilou/arilo052.ogg b/sc2/content/comm/arilou/arilo052.ogg new file mode 100644 index 000000000..4c7ab0b49 Binary files /dev/null and b/sc2/content/comm/arilou/arilo052.ogg differ diff --git a/sc2/content/comm/arilou/arilo053.ogg b/sc2/content/comm/arilou/arilo053.ogg new file mode 100644 index 000000000..07f29c8b6 Binary files /dev/null and b/sc2/content/comm/arilou/arilo053.ogg differ diff --git a/sc2/content/comm/arilou/arilo054.ogg b/sc2/content/comm/arilou/arilo054.ogg new file mode 100644 index 000000000..420ad11a5 Binary files /dev/null and b/sc2/content/comm/arilou/arilo054.ogg differ diff --git a/sc2/content/comm/arilou/arilo055.ogg b/sc2/content/comm/arilou/arilo055.ogg new file mode 100644 index 000000000..30f9a6c6c Binary files /dev/null and b/sc2/content/comm/arilou/arilo055.ogg differ diff --git a/sc2/content/comm/arilou/arilo056.ogg b/sc2/content/comm/arilou/arilo056.ogg new file mode 100644 index 000000000..8516d87b6 Binary files /dev/null and b/sc2/content/comm/arilou/arilo056.ogg differ diff --git a/sc2/content/comm/arilou/arilo057.ogg b/sc2/content/comm/arilou/arilo057.ogg new file mode 100644 index 000000000..fcbd29f95 Binary files /dev/null and b/sc2/content/comm/arilou/arilo057.ogg differ diff --git a/sc2/content/comm/arilou/arilo058.ogg b/sc2/content/comm/arilou/arilo058.ogg new file mode 100644 index 000000000..2ac527fa0 Binary files /dev/null and b/sc2/content/comm/arilou/arilo058.ogg differ diff --git a/sc2/content/comm/arilou/arilo059.ogg b/sc2/content/comm/arilou/arilo059.ogg new file mode 100644 index 000000000..c78d0b356 Binary files /dev/null and b/sc2/content/comm/arilou/arilo059.ogg differ diff --git a/sc2/content/comm/arilou/arilou.txt b/sc2/content/comm/arilou/arilou.txt index 4684616a9..3f0620bda 100755 --- a/sc2/content/comm/arilou/arilou.txt +++ b/sc2/content/comm/arilou/arilou.txt @@ -1,4 +1,4 @@ -#(INIT_HELLO) arilo000.wav +#(INIT_HELLO) arilo000.ogg Hello my little one. I am so pleased to see you! You have done well for yourself. It is gratifying. @@ -6,7 +6,7 @@ It is gratifying. #(confused_by_hello) You sound as if you know me. Have we met? -#(CONFUSED_RESPONSE) arilo001.wav +#(CONFUSED_RESPONSE) arilo001.ogg I forget myself. Of course you don't know me. You are from Unzervalt, not Earth. We are, however, how shall I say, related. It has been many of your years since I have been to our planet Earth. @@ -20,7 +20,7 @@ when it became clear that your people would be safe enough under the Ur-Quan sla #(happy_by_hello) I know who you are! You're Arilou!! We've wondered what happened to your people for a long time. -#(HAPPY_RESPONSE) arilo002.wav +#(HAPPY_RESPONSE) arilo002.ogg You are very clever! Yes, I am Arilou Lalee'lay and I suppose it has been a very long time since you've met one of my kind. I imagine you humans are still very short lived. How sad. @@ -31,7 +31,7 @@ I am pleased to see that you, from outside the slave shield, survived. You seem #(miffed_by_hello) I'll be. It's the Arilou. Why the hell did you run out on the Alliance of Free Stars? What happened? -#(MIFFED_RESPONSE) arilo003.wav +#(MIFFED_RESPONSE) arilo003.ogg You're annoyed. How interesting. It has been so long since I dealt with Humans. I had forgotten what it was like. Now let's see, how shall I best appease you? Yes, if I remember, an honest answer would help. @@ -41,7 +41,7 @@ You humans seemed safe enough under the Ur-Quan slave shield. In fact, we rather liked the idea and wished we had thought of it ourselves. For your safety of course. -#(FRIENDLY_SPACE_HELLO_1) arilo004.wav +#(FRIENDLY_SPACE_HELLO_1) arilo004.ogg Ah... our human friend. Please, let us chat a while. It has been so many years since I last visited your Earth so long since I glided across your open fields under the light of a full moon. @@ -49,19 +49,19 @@ Tell me of Earth. Tell me what I have... oh, I forget myself... how silly. You were born on the distant world Unzervalt. I have visited there much more recently. -#(FRIENDLY_SPACE_HELLO_2) arilo005.wav +#(FRIENDLY_SPACE_HELLO_2) arilo005.ogg Hello my clever child. We have met again and I am pleased. Your people are so beautiful... so unspoiled. Your instincts are like perfume... your motives a shimmering crystal. -#(FRIENDLY_SPACE_HELLO_3) arilo006.wav +#(FRIENDLY_SPACE_HELLO_3) arilo006.ogg Last night as you slept, I touched your face and you smiled!... but now you frown. A pity. Smiling is healthier. -#(FRIENDLY_SPACE_HELLO_4) arilo007.wav +#(FRIENDLY_SPACE_HELLO_4) arilo007.ogg Did you desire this meeting, Captain, or did we? -#(FRDLY_HOMEWORLD_HELLO_1) arilo008.wav +#(FRDLY_HOMEWORLD_HELLO_1) arilo008.ogg Ha-ha! Our clever ward has found our nook in *time*! You are the first, brave human! No others have made the trip. This is our homeworld, Falayalaralfali, nestled safe in this TrueSpace eddy. @@ -71,18 +71,18 @@ We are wondering, have you met with the Umgah recently? We entrusted an injured Talking Pet into their care and we were curious about its progress. -#(FRDLY_HOMEWORLD_HELLO_2) arilo009.wav +#(FRDLY_HOMEWORLD_HELLO_2) arilo009.ogg Welcome back to Falayalaralfali, Captain. Perhaps, in the fullness of time we will let you visit the surface of our world. There are many beauties here unmatched anywhere... the Mountain Clouds of Thought the Tangible Wish... the Dark. Unfortunately, you are not yet... acclimated. Premature exposure to these would render you... numb. -#(FRDLY_HOMEWORLD_HELLO_3) arilo010.wav +#(FRDLY_HOMEWORLD_HELLO_3) arilo010.ogg Hello. We are pleased to see you again. Have you any numbness yet? Good. It should be too soon for that. Too soon by far. -#(FRDLY_HOMEWORLD_HELLO_4) arilo011.wav +#(FRDLY_HOMEWORLD_HELLO_4) arilo011.ogg Yes, Captain. What can the Arilou Lalee'lay of Falayalaralfali do for you this day? #(whats_up_1) @@ -91,7 +91,7 @@ What exactly IS your connection with Earth and Humans, anyway? #(whats_up_2) I'm still confused about our relationship. Please elaborate. -#(GENERAL_INFO_1) arilo012.wav +#(GENERAL_INFO_1) arilo012.ogg You are curious. That is a promising quality. How can I describe our relation to Humans?... Never doubt our motives, Captain. Your well-being is of paramount concern to every Arilou. @@ -102,7 +102,7 @@ we decided to tend to other business for a short while. Believe me, Captain, we have known each other for a very long time. You might even say that we knew the first human. -#(GENERAL_INFO_2) arilo013.wav +#(GENERAL_INFO_2) arilo013.ogg You have painted our pictures on cave walls, erected standing stones and pyramids for us. You have wondered at our signs to each other in your wheat fields and written books about our more personal endeavors @@ -111,7 +111,7 @@ We have a history together, Captain, and you have come a long way. But I must tread carefully. You are not ready for everything and I fear that you would not understand what was best for you. -#(GENERAL_INFO_3) arilo014.wav +#(GENERAL_INFO_3) arilo014.ogg As you know, we never revealed where in the galaxy one could find our homeworld. There was a good reason. We are not from your space, or your... *time*. Some of your more broad thinkers refer to such realms as other dimensions. @@ -127,7 +127,7 @@ have their extended families. We are proud of you as you would be of your children, and some day well, I have said too much already. -#(GENERAL_INFO_4) arilo015.wav +#(GENERAL_INFO_4) arilo015.ogg You already know more than is appropriate. In fact, you may represent an unfortunate complication. You have been in the stars for much time. Do you seek the doorway, or are you just passing through? Remember, you can only go over naturally for the three days it is open. @@ -136,7 +136,7 @@ How to find it? Look on your starmap from 17 through 20. The variable star shall #(why_you_here) What are you doing here, in this region of space? -#(LEARN_THINGS) arilo016.wav +#(LEARN_THINGS) arilo016.ogg We are many places, at many *times*. This place is an easy place... one of the ten easy places. At different times, we explore different easy places. That is our way. Oh! I can see from the look in your eyes that I have confused you. I am silly. @@ -145,7 +145,7 @@ Please disregard my words. #(what_things) What are you exploring for in these `easy places'? -#(THESE_THINGS) arilo017.wav +#(THESE_THINGS) arilo017.ogg We seek to trap *Nnngn*, but they dart and leap. YOU cannot trap *Nnngn*... do not even try. I do not think you can even touch them; you are not quite solid enough. @@ -153,7 +153,7 @@ I do not think you can even touch them; you are not quite solid enough. #(why_do_it) Okay, you trap these nungy things. Then what? -#(DO_IT_BECAUSE) arilo018.wav +#(DO_IT_BECAUSE) arilo018.ogg Why we let them go, of course! *Nnngn* do not like to be confined! Captain, these things we talk about... they are unimportant to you... they are as dreams. Our words should address your universe... not ours. @@ -161,7 +161,7 @@ Our words should address your universe... not ours. #(give_me_info_1) We still struggle against the Ur-Quan. Can you help us? -#(ARILOU_HINTS_1) arilo019.wav +#(ARILOU_HINTS_1) arilo019.ogg With ships and weapons... blood and bones... no. Too many shipmates were forcibly... discorporated.. in the last conflict. Our cooperation is not necessary. You are the focus. @@ -172,34 +172,34 @@ seek creatures who inhabit a world with no surface. #(give_me_info_2) Can you give us any more information? -#(ARILOU_HINTS_2) arilo020.wav +#(ARILOU_HINTS_2) arilo020.ogg The Mycon change and reform worlds with their Deep Children. These changes affect others unfortunately. The fate of your world and your heart relate to these matters. -#(ARILOU_HINTS_3) arilo021.wav +#(ARILOU_HINTS_3) arilo021.ogg The carnate forces of Ur-Quan and Kohr-Ah are twined about the memory of pain. They respond to these words. Hold! What you are doing to us is wrong! Why do you do this thing? -#(ARILOU_HINTS_4) arilo022.wav +#(ARILOU_HINTS_4) arilo022.ogg The enemy of your enemy is your friend... at least for a time. #(bye_friendly_space) Goodbye Arilou. -#(GOODBYE_FRIENDLY_SPACE) arilo023.wav +#(GOODBYE_FRIENDLY_SPACE) arilo023.ogg Farewell child. -#(GOT_PART_YET_1) arilo024.wav +#(GOT_PART_YET_1) arilo024.ogg The prospect of sharing the easy way with you excites us. If you have found the Ur-Quan Warp Pod, this prospect can be made a reality. -#(GOT_PART_YET_2) arilo025.wav +#(GOT_PART_YET_2) arilo025.ogg We are so eager to give you our means to traverse reality. Have you obtained the Warp Pod yet? -#(INIT_ANGRY_HWLD_HELLO) arilo026.wav +#(INIT_ANGRY_HWLD_HELLO) arilo026.ogg You have found our world. We did not see this and now it is too late to adjust without damage but perhaps the situation can be resolved in another way. @@ -208,7 +208,7 @@ The answer lies within your next statement. #(invaders_from_mars) You guys are like... invaders from Mars! Weird evil monsters! -#(HAD_OUR_REASONS) arilo027.wav +#(HAD_OUR_REASONS) arilo027.ogg No. We seek not to invade, but to pervade. There is a difference. Your stories of evil creatures... these are just... side effects. Pay them no heed. @@ -216,7 +216,7 @@ Pay them no heed. #(bug_eyed_fruitcakes) No-no-no-no-no! I'll stop you! You bug-eyed fruitcakes have mutilated your last cow! -#(WE_NEVER_FRIENDS) arilo028.wav +#(WE_NEVER_FRIENDS) arilo028.ogg We have sought amiable companionship with you, Captain when we just as easily could have performed such experiments on you. We shall not fight with our children. Goodbye. @@ -224,7 +224,7 @@ We shall not fight with our children. Goodbye. #(ok_lets_be_friends) Look, I'm sorry. I made some mistakes. We need you as allies, not as enemies. -#(NO_ALLY_BUT_MUCH_GIVE) arilo029.wav +#(NO_ALLY_BUT_MUCH_GIVE) arilo029.ogg We have never been your enemy, though your people may once have thought so. But we are also not your ally. That would require a degree of involvement in this *time* which is not presently permissible. @@ -233,7 +233,7 @@ For now, we are simply your friends... who have much to give. #(why_should_i_trust) Why should I trust you? You did funny things to that horror writer a while ago, right? -#(TRUST_BECAUSE) arilo030.wav +#(TRUST_BECAUSE) arilo030.ogg We do many things, few of them funny... at least by our standards. You do not, CANNOT understand some of what we do, or why. Therefore it may be best if you simply consider us... quirky. @@ -241,7 +241,7 @@ Therefore it may be best if you simply consider us... quirky. #(what_about_interference) What gives your people the right to interfere with mine? -#(INTERFERENCE_NECESSARY) arilo031.wav +#(INTERFERENCE_NECESSARY) arilo031.ogg What gives you the right to move, the right to fall? Some acts are motivated, others are automatic. Do not presume that you can decide which is which for anyone but yourself @@ -250,14 +250,14 @@ or you will be... disappointed. #(i_just_like_to_leave) Ok, fine, whatever. Just let me leave now, okay? -#(SORRY_NO_LEAVE) arilo032.wav +#(SORRY_NO_LEAVE) arilo032.ogg This matter must be resolved, or many event strands will grow... more complicated. Your presence is required. #(what_about_war) So what DID happen at the end of the War? -#(ABOUT_WAR) arilo033.wav +#(ABOUT_WAR) arilo033.ogg Forgive us if we forget the importance you attach to such events as this. Our... context, is infinitely broader than yours in scope, both in space and *time*. Nevertheless, to please you I shall try to recall @@ -274,7 +274,7 @@ From our perspective, this sequence of events ends here. #(what_about_urquan) Well what about the Ur-Quan? What are they up to? -#(ABOUT_URQUAN) arilo034.wav +#(ABOUT_URQUAN) arilo034.ogg Soon after the Ur-Quan defeated the Yehat and imprisoned the Syreen in Betelgeuse their siblings arrived to initiate the Doctrinal Conflict. This battle continues as we speak. @@ -282,13 +282,13 @@ This battle continues as we speak. #(best_if_i_killed_you) I think it would be best if I killed you now. -#(WICKED_HUMAN) arilo035.wav +#(WICKED_HUMAN) arilo035.ogg Instinct. Instinct. Instinct. Always the instinct. #(what_did_on_earth) What, exactly, have you been doing on Earth? -#(DID_THIS) arilo036.wav +#(DID_THIS) arilo036.ogg You desire honesty. It is given. We have visited your world for many thousands of years into your species' past. We have changed things... made modifications. @@ -296,7 +296,7 @@ We have changed things... made modifications. #(why_did_this) What did you change and modify on Earth, AND WHY?! -#(IDF_PARASITES) arilo037.wav +#(IDF_PARASITES) arilo037.ogg Our motives are multiple, our desires complex. Part of what we do on Earth is for your own protection. There are parasites. Creatures who dwell Beyond. @@ -308,7 +308,7 @@ There are no more Androsynth now. Only Orz. #(tell_more) This sounds creepy. Please go on. -#(NOT_NOW) arilo038.wav +#(NOT_NOW) arilo038.ogg No. In a way, ignorance is your armor, your best protection. They cannot see you now. They cannot smell you. Much of our work with your people involved making you invisible... changing your smell. @@ -322,16 +322,16 @@ We have met the Umgah, and they are acting extremely weird, like zombie-blobbies #(learned_about_umgah) Have you learned anything about the Umgah yet? -#(WELL_GO_CHECK) arilo039.wav +#(WELL_GO_CHECK) arilo039.ogg Hmmm... this is disturbing news. They are normally rambunctious to an extreme. We will send ships to Umgah space to investigate. We should have some answers in a few days time. -#(NO_NEWS_YET) arilo040.wav +#(NO_NEWS_YET) arilo040.ogg Our exploration skiffs have not returned. We are concerned. Perhaps if you ask later, we will know then. -#(UMGAH_UNDER_COMPULSION) arilo041.wav +#(UMGAH_UNDER_COMPULSION) arilo041.ogg We have discovered something strange and frightening about the Umgah When we approached their vessels, we were instantly attacked and the Umgah made no attempts to contact our ships or respond to our hails. @@ -342,7 +342,7 @@ We sent vessels to investigate this location, but none have returned... we fear #(what_do_now) So what can we do about the psychically zombified blobbies? -#(GO_FIND_OUT) arilo042.wav +#(GO_FIND_OUT) arilo042.ogg We have had no success with our own investigations. Whatever controls the Umgah is a threat, but we seem unprepared to deal with it. Perhaps you and your crew are better suited to this mission. @@ -354,7 +354,7 @@ and it may take measures against us. The source of the Umgah's compulsion is the Talking Pet you gave the Umgah, but now it is intelligent and exhibits strange powers. -#(BAD_NEWS_ABOUT_TPET) arilo043.wav +#(BAD_NEWS_ABOUT_TPET) arilo043.ogg That is very bad news. This creature, a super-intelligent, physically coercive creature is very similar to a race of beings which was thought to have vanished over 20,000 years ago. They were called the Dnyarri, and history tells that they ruled a wide region of this galaxy @@ -366,7 +366,7 @@ Perhaps this Talking Pet is the degenerate product of the Dnyarri. #(what_do_about_tpet) So what should we do about this Dnyarri creature? -#(DANGEROUS_BUT_USEFUL) arilo044.wav +#(DANGEROUS_BUT_USEFUL) arilo044.ogg The Dnyarri were the most inimical race this galaxy has known. In other dimensions, other *times* there are far, far worse beings but they do not threaten you at the present time. @@ -383,7 +383,7 @@ Of course, if you made one mistake, you would be the Dnyarri's slave forever. #(what_give_me) You said you had much to give my people. Can you be more specific? -#(ABOUT_PORTAL) arilo045.wav +#(ABOUT_PORTAL) arilo045.ogg As you know, we live in a dimension adjacent to HyperSpace which we call QuasiSpace. Our ships move between these dimensions through weaknesses in the inter-dimensional fabric. Although many such weaknesses, or Portals, exist which lead from our dimension, QuasiSpace @@ -401,7 +401,7 @@ Bring that warp pod back here, and we will prepare a Portal spawner for your ves #(what_about_tpet) You mentioned a Talking Pet. How did you find one? -#(ABOUT_TPET) arilo046.wav +#(ABOUT_TPET) arilo046.ogg We are an endlessly curious species, and we spend much of our time on how should I say, reconnaissance missions. During one such trip, we witnessed the crash landing of an Ur-Quan Dreadnought @@ -423,7 +423,7 @@ Perhaps if you are travelling through their stars, you can ask them for us. #(about_portal_again) Can you tell me about that Portal Spawner thing again? -#(PORTAL_AGAIN) arilo047.wav +#(PORTAL_AGAIN) arilo047.ogg Certainly. As a sign of our long-standing friendship with your species we would be happy to fit your vessel with a Portal spawner allowing you to jump from place to place in HyperSpace, without travelling the intervening distance. @@ -434,12 +434,12 @@ on Alpha Pavonis VII. Bring that warp pod back here, and we will prepare a Porta #(got_it) I have obtained the Warp Pod unit from the Ur-Quan wreck. -#(CLEVER_HUMAN) arilo048.wav +#(CLEVER_HUMAN) arilo048.ogg What a surprise! As we have always said, Humans are a MOST resourceful and clever species. We are so proud of you! But don't worry that you shall have to wait. -#(GIVE_PORTAL) arilo049.wav +#(GIVE_PORTAL) arilo049.ogg We are prepared. Even now our technical personnel are equipping your ship with a custom version of our Portal spawner device. The device is useable only in HyperSpace. Whenever it is activated @@ -453,30 +453,30 @@ We estimate that each time you use the device, it will consume ten of your fuel #(bye_friendly_homeworld) Goodbye my Arilou friends. -#(GOODBYE_FRDLY_HOMEWORLD) arilo050.wav +#(GOODBYE_FRDLY_HOMEWORLD) arilo050.ogg Goodbye clever child. -#(HOSTILE_GOODBYE_1) arilo051.wav +#(HOSTILE_GOODBYE_1) arilo051.ogg We have said all there is to be said. We would prefer your immediate departure, but are prepared for your attack. -#(HOSTILE_GOODBYE_2) arilo052.wav +#(HOSTILE_GOODBYE_2) arilo052.ogg Your behavior is clearly inimical. We resist discorporation. Further contact between ourselves is pointless. -#(HOSTILE_GOODBYE_3) arilo053.wav +#(HOSTILE_GOODBYE_3) arilo053.ogg Seek death in other corners. Leave us. -#(HOSTILE_GOODBYE_4) arilo054.wav +#(HOSTILE_GOODBYE_4) arilo054.ogg Seek death in other corners. Leave us. -#(ANGRY_SPACE_HELLO_1) arilo055.wav +#(ANGRY_SPACE_HELLO_1) arilo055.ogg We cannot fathom your reason, therefore you must be acting upon simple instinct. Perhaps this is our fault. We have always loved instinct even though we possess none ourselves. Do you have too much instinct, human? Does your species? We shall see. -#(ANGRY_SPACE_HELLO_2) arilo056.wav +#(ANGRY_SPACE_HELLO_2) arilo056.ogg Human. You flail at the wind. Cease your violence. Would you hurt your pet? Your child? Your beast? Please... rethink your posture. @@ -484,13 +484,13 @@ Please... rethink your posture. #(lets_fight) C'mon, let's fight... Freak Face! -#(NO_FIGHT) arilo057.wav +#(NO_FIGHT) arilo057.ogg We will never choose to fight you, child. #(im_sorry) Aughhh! I am sorry! WHAT WAS I THINKING?!! -#(APOLOGIZE_AT_HOMEWORLD) arilo058.wav +#(APOLOGIZE_AT_HOMEWORLD) arilo058.ogg If you wish to make atonement... seek a strangely shaped rock or plant. However, should you wish to change the nature of our relationship seek the Arilou in QuasiSpace. You can make the transit at 43.8 : 637.2 @@ -499,7 +499,7 @@ but only when the door is open. #(bye_angry_space) G'bye. -#(GOODBYE_ANGRY_SPACE) arilo059.wav +#(GOODBYE_ANGRY_SPACE) arilo059.ogg When you have resolved your conflict, we shall speak again. diff --git a/sc2/content/comm/blackur/black000.ogg b/sc2/content/comm/blackur/black000.ogg new file mode 100644 index 000000000..d94a9b6b4 Binary files /dev/null and b/sc2/content/comm/blackur/black000.ogg differ diff --git a/sc2/content/comm/blackur/black001.ogg b/sc2/content/comm/blackur/black001.ogg new file mode 100644 index 000000000..9194c27be Binary files /dev/null and b/sc2/content/comm/blackur/black001.ogg differ diff --git a/sc2/content/comm/blackur/black002.ogg b/sc2/content/comm/blackur/black002.ogg new file mode 100644 index 000000000..5faa2df08 Binary files /dev/null and b/sc2/content/comm/blackur/black002.ogg differ diff --git a/sc2/content/comm/blackur/black003.ogg b/sc2/content/comm/blackur/black003.ogg new file mode 100644 index 000000000..d9a5be4ea Binary files /dev/null and b/sc2/content/comm/blackur/black003.ogg differ diff --git a/sc2/content/comm/blackur/black004.ogg b/sc2/content/comm/blackur/black004.ogg new file mode 100644 index 000000000..c0f54a363 Binary files /dev/null and b/sc2/content/comm/blackur/black004.ogg differ diff --git a/sc2/content/comm/blackur/black005.ogg b/sc2/content/comm/blackur/black005.ogg new file mode 100644 index 000000000..1c0ffe0b6 Binary files /dev/null and b/sc2/content/comm/blackur/black005.ogg differ diff --git a/sc2/content/comm/blackur/black006.ogg b/sc2/content/comm/blackur/black006.ogg new file mode 100644 index 000000000..919fde923 Binary files /dev/null and b/sc2/content/comm/blackur/black006.ogg differ diff --git a/sc2/content/comm/blackur/black007.ogg b/sc2/content/comm/blackur/black007.ogg new file mode 100644 index 000000000..8a58e799f Binary files /dev/null and b/sc2/content/comm/blackur/black007.ogg differ diff --git a/sc2/content/comm/blackur/black008.ogg b/sc2/content/comm/blackur/black008.ogg new file mode 100644 index 000000000..ce140be12 Binary files /dev/null and b/sc2/content/comm/blackur/black008.ogg differ diff --git a/sc2/content/comm/blackur/black009.ogg b/sc2/content/comm/blackur/black009.ogg new file mode 100644 index 000000000..87add311a Binary files /dev/null and b/sc2/content/comm/blackur/black009.ogg differ diff --git a/sc2/content/comm/blackur/black010.ogg b/sc2/content/comm/blackur/black010.ogg new file mode 100644 index 000000000..a978947d9 Binary files /dev/null and b/sc2/content/comm/blackur/black010.ogg differ diff --git a/sc2/content/comm/blackur/black011.ogg b/sc2/content/comm/blackur/black011.ogg new file mode 100644 index 000000000..6aac86309 Binary files /dev/null and b/sc2/content/comm/blackur/black011.ogg differ diff --git a/sc2/content/comm/blackur/black012.ogg b/sc2/content/comm/blackur/black012.ogg new file mode 100644 index 000000000..6bbbcf0a6 Binary files /dev/null and b/sc2/content/comm/blackur/black012.ogg differ diff --git a/sc2/content/comm/blackur/black013.ogg b/sc2/content/comm/blackur/black013.ogg new file mode 100644 index 000000000..c2b29e07e Binary files /dev/null and b/sc2/content/comm/blackur/black013.ogg differ diff --git a/sc2/content/comm/blackur/black014.ogg b/sc2/content/comm/blackur/black014.ogg new file mode 100644 index 000000000..6edf35cf9 Binary files /dev/null and b/sc2/content/comm/blackur/black014.ogg differ diff --git a/sc2/content/comm/blackur/black015.ogg b/sc2/content/comm/blackur/black015.ogg new file mode 100644 index 000000000..6acf88877 Binary files /dev/null and b/sc2/content/comm/blackur/black015.ogg differ diff --git a/sc2/content/comm/blackur/black016.ogg b/sc2/content/comm/blackur/black016.ogg new file mode 100644 index 000000000..499547919 Binary files /dev/null and b/sc2/content/comm/blackur/black016.ogg differ diff --git a/sc2/content/comm/blackur/black017.ogg b/sc2/content/comm/blackur/black017.ogg new file mode 100644 index 000000000..dea2dff54 Binary files /dev/null and b/sc2/content/comm/blackur/black017.ogg differ diff --git a/sc2/content/comm/blackur/black018.ogg b/sc2/content/comm/blackur/black018.ogg new file mode 100644 index 000000000..03c498a0e Binary files /dev/null and b/sc2/content/comm/blackur/black018.ogg differ diff --git a/sc2/content/comm/blackur/black019.ogg b/sc2/content/comm/blackur/black019.ogg new file mode 100644 index 000000000..f256c1f71 Binary files /dev/null and b/sc2/content/comm/blackur/black019.ogg differ diff --git a/sc2/content/comm/blackur/black020.ogg b/sc2/content/comm/blackur/black020.ogg new file mode 100644 index 000000000..0e8635f2a Binary files /dev/null and b/sc2/content/comm/blackur/black020.ogg differ diff --git a/sc2/content/comm/blackur/black021.ogg b/sc2/content/comm/blackur/black021.ogg new file mode 100644 index 000000000..09da36160 Binary files /dev/null and b/sc2/content/comm/blackur/black021.ogg differ diff --git a/sc2/content/comm/blackur/black022.ogg b/sc2/content/comm/blackur/black022.ogg new file mode 100644 index 000000000..d1844880c Binary files /dev/null and b/sc2/content/comm/blackur/black022.ogg differ diff --git a/sc2/content/comm/blackur/black023.ogg b/sc2/content/comm/blackur/black023.ogg new file mode 100644 index 000000000..ea6da67a9 Binary files /dev/null and b/sc2/content/comm/blackur/black023.ogg differ diff --git a/sc2/content/comm/blackur/black024.ogg b/sc2/content/comm/blackur/black024.ogg new file mode 100644 index 000000000..93e1d7679 Binary files /dev/null and b/sc2/content/comm/blackur/black024.ogg differ diff --git a/sc2/content/comm/blackur/black025.ogg b/sc2/content/comm/blackur/black025.ogg new file mode 100644 index 000000000..f80a485ba Binary files /dev/null and b/sc2/content/comm/blackur/black025.ogg differ diff --git a/sc2/content/comm/blackur/black026.ogg b/sc2/content/comm/blackur/black026.ogg new file mode 100644 index 000000000..16bb70d01 Binary files /dev/null and b/sc2/content/comm/blackur/black026.ogg differ diff --git a/sc2/content/comm/blackur/black027.ogg b/sc2/content/comm/blackur/black027.ogg new file mode 100644 index 000000000..10c085266 Binary files /dev/null and b/sc2/content/comm/blackur/black027.ogg differ diff --git a/sc2/content/comm/blackur/black028.ogg b/sc2/content/comm/blackur/black028.ogg new file mode 100644 index 000000000..c6dbfe042 Binary files /dev/null and b/sc2/content/comm/blackur/black028.ogg differ diff --git a/sc2/content/comm/blackur/black029.ogg b/sc2/content/comm/blackur/black029.ogg new file mode 100644 index 000000000..741e2c6f8 Binary files /dev/null and b/sc2/content/comm/blackur/black029.ogg differ diff --git a/sc2/content/comm/blackur/black030.ogg b/sc2/content/comm/blackur/black030.ogg new file mode 100644 index 000000000..57ac635d8 Binary files /dev/null and b/sc2/content/comm/blackur/black030.ogg differ diff --git a/sc2/content/comm/blackur/black031.ogg b/sc2/content/comm/blackur/black031.ogg new file mode 100644 index 000000000..1363519af Binary files /dev/null and b/sc2/content/comm/blackur/black031.ogg differ diff --git a/sc2/content/comm/blackur/black032.ogg b/sc2/content/comm/blackur/black032.ogg new file mode 100644 index 000000000..a458adbc0 Binary files /dev/null and b/sc2/content/comm/blackur/black032.ogg differ diff --git a/sc2/content/comm/blackur/black033.ogg b/sc2/content/comm/blackur/black033.ogg new file mode 100644 index 000000000..12d1f31a7 Binary files /dev/null and b/sc2/content/comm/blackur/black033.ogg differ diff --git a/sc2/content/comm/blackur/black034.ogg b/sc2/content/comm/blackur/black034.ogg new file mode 100644 index 000000000..a317a48b2 Binary files /dev/null and b/sc2/content/comm/blackur/black034.ogg differ diff --git a/sc2/content/comm/blackur/black035.ogg b/sc2/content/comm/blackur/black035.ogg new file mode 100644 index 000000000..be89bab1a Binary files /dev/null and b/sc2/content/comm/blackur/black035.ogg differ diff --git a/sc2/content/comm/blackur/black036.ogg b/sc2/content/comm/blackur/black036.ogg new file mode 100644 index 000000000..11deb49b7 Binary files /dev/null and b/sc2/content/comm/blackur/black036.ogg differ diff --git a/sc2/content/comm/blackur/black037.ogg b/sc2/content/comm/blackur/black037.ogg new file mode 100644 index 000000000..dd9bc9e6e Binary files /dev/null and b/sc2/content/comm/blackur/black037.ogg differ diff --git a/sc2/content/comm/blackur/black038.ogg b/sc2/content/comm/blackur/black038.ogg new file mode 100644 index 000000000..dfc335ae0 Binary files /dev/null and b/sc2/content/comm/blackur/black038.ogg differ diff --git a/sc2/content/comm/blackur/black039.ogg b/sc2/content/comm/blackur/black039.ogg new file mode 100644 index 000000000..68cbef1e6 Binary files /dev/null and b/sc2/content/comm/blackur/black039.ogg differ diff --git a/sc2/content/comm/blackur/black040.ogg b/sc2/content/comm/blackur/black040.ogg new file mode 100644 index 000000000..bfd2c05ae Binary files /dev/null and b/sc2/content/comm/blackur/black040.ogg differ diff --git a/sc2/content/comm/blackur/black041.ogg b/sc2/content/comm/blackur/black041.ogg new file mode 100644 index 000000000..4f14a46c9 Binary files /dev/null and b/sc2/content/comm/blackur/black041.ogg differ diff --git a/sc2/content/comm/blackur/black042.ogg b/sc2/content/comm/blackur/black042.ogg new file mode 100644 index 000000000..d236c1bac Binary files /dev/null and b/sc2/content/comm/blackur/black042.ogg differ diff --git a/sc2/content/comm/blackur/black043.ogg b/sc2/content/comm/blackur/black043.ogg new file mode 100644 index 000000000..fd6856938 Binary files /dev/null and b/sc2/content/comm/blackur/black043.ogg differ diff --git a/sc2/content/comm/blackur/black044.ogg b/sc2/content/comm/blackur/black044.ogg new file mode 100644 index 000000000..0cdde59f5 Binary files /dev/null and b/sc2/content/comm/blackur/black044.ogg differ diff --git a/sc2/content/comm/blackur/blackur.txt b/sc2/content/comm/blackur/blackur.txt index 08ecdf4e6..032bff4f4 100755 --- a/sc2/content/comm/blackur/blackur.txt +++ b/sc2/content/comm/blackur/blackur.txt @@ -1,4 +1,4 @@ -#(SENSE_EVIL) black000.wav +#(SENSE_EVIL) black000.ogg We sense... something... something ancient... a sickly smell... a chilling wind. My ancestors scream from within their chambers in my mind but I cannot understand their words. @@ -6,13 +6,13 @@ This feeling... a memory? It sickens us, and for the first time in our lives for the first time in generations We fear. -#(HELLO_AND_DIE_1) black001.wav +#(HELLO_AND_DIE_1) black001.ogg We are the Ur-Quan Kohr-Ah. We cleanse our destiny. You will soon die. Make whatever rituals are necessary for your species. -#(HELLO_AND_DIE_2) black002.wav +#(HELLO_AND_DIE_2) black002.ogg We are the Ur-Quan Kohr-Ah. Your presence here is premature. We fight the Kzer-Za for supremacy of Doctrine @@ -20,42 +20,42 @@ and possession of the Sa-Matra. When the battle is won, our task is simple. We cleanse. You are the filth. -#(HELLO_AND_DIE_3) black003.wav +#(HELLO_AND_DIE_3) black003.ogg We are the Ur-Quan Kohr-Ah. You have evaded our attempts to cleanse. You are no longer filth. You are a threat. Threats deserve greater attention than filth. -#(HELLO_AND_DIE_4) black004.wav +#(HELLO_AND_DIE_4) black004.ogg We are the Ur-Quan Kohr-Ah. Our nature, the fulfillment of our fate requires your destruction. -#(HELLO_AND_DIE_5) black005.wav +#(HELLO_AND_DIE_5) black005.ogg We are the Ur-Quan Kohr-Ah. Our nature, the fulfillment of our fate requires your destruction. -#(HELLO_AND_DIE_6) black006.wav +#(HELLO_AND_DIE_6) black006.ogg We are the Ur-Quan Kohr-Ah. Our nature, the fulfillment of our fate requires your destruction. -#(HELLO_AND_DIE_7) black007.wav +#(HELLO_AND_DIE_7) black007.ogg We are the Ur-Quan Kohr-Ah. Our nature, the fulfillment of our fate requires your destruction. -#(HELLO_AND_DIE_8) black008.wav +#(HELLO_AND_DIE_8) black008.ogg We are the Ur-Quan Kohr-Ah. Our nature, the fulfillment of our fate requires your destruction. -#(HELLO_SAMATRA) black009.wav +#(HELLO_SAMATRA) black009.ogg FILTH! YOU may NOT approach the Sa-Matra. Your death was inevitable, but now it is also imminent. -#(WE_KILL_ALL_1) black010.wav +#(WE_KILL_ALL_1) black010.ogg We are the Ur-Quan Kohr-Ah. We have won the ritual war against our cousins, the Kzer-Za. Our Doctrine, the Path of Now and Forever, shall be dominant @@ -65,15 +65,15 @@ Then we shall take possession of the Sa-Matra and move on to find new intelligence new filth to cleanse. -#(WE_KILL_ALL_2) black011.wav +#(WE_KILL_ALL_2) black011.ogg We are the Ur-Quan Kohr-Ah. Prepare for the cleansing. -#(WE_KILL_ALL_3) black012.wav +#(WE_KILL_ALL_3) black012.ogg We are the Ur-Quan Kohr-Ah. Prepare for the cleansing. -#(WE_KILL_ALL_4) black013.wav +#(WE_KILL_ALL_4) black013.ogg We are the Ur-Quan Kohr-Ah. Prepare for the cleansing. @@ -89,7 +89,7 @@ What has made you this way? It is insane! #(why_kill_all_4) I cannot understand why you do this. -#(KILL_BECAUSE_1) black014.wav +#(KILL_BECAUSE_1) black014.ogg We do not kill. We cleanse. Cleansing is necessary to ensure our eternal freedom and security. Indeed, you fail to understand: there is no death. @@ -98,28 +98,28 @@ Each termination brings around the new chance the possibility to be born an Ur-Quan. We merely present this opportunity, make it available to all. -#(KILL_BECAUSE_2) black015.wav +#(KILL_BECAUSE_2) black015.ogg Our Path of Now and Forever is self-justifying, it needs no confirmation. We cleanse. That is all. There is no more. -#(KILL_BECAUSE_3) black016.wav +#(KILL_BECAUSE_3) black016.ogg You have not asked properly. If you do not ask properly, we will not discuss this matter. Instead, we cleanse. -#(KILL_BECAUSE_4) black017.wav +#(KILL_BECAUSE_4) black017.ogg Your understanding is not necessary. #(please_dont_kill_1) Please, for the love of reason! Stop this madness! -#(WILL_KILL_1) black018.wav +#(WILL_KILL_1) black018.ogg We have listened. We are unmoved. The cleansing will proceed. #(please_dont_kill_2) Your logic is faulty. How can you have security in the midst of an endless war? -#(WILL_KILL_2) black019.wav +#(WILL_KILL_2) black019.ogg The cleansing ensures our freedom and security. Threats to this freedom and security are confined to non-Ur-Quan intelligent life forms. To preserve our freedom and security, we cleanse such threats. @@ -127,7 +127,7 @@ To preserve our freedom and security, we cleanse such threats. #(please_dont_kill_3) Stop killing people! You have to stop! -#(WILL_KILL_3) black020.wav +#(WILL_KILL_3) black020.ogg We do not have to stop. No one can make us stop except the Kzer-Za and they have lost the war. Our doctrine is now dominant. The cleansing will continue. @@ -135,7 +135,7 @@ The cleansing will continue. #(please_dont_kill_4) Is there anything we can do to make you stop the killing? -#(WILL_KILL_4) black021.wav +#(WILL_KILL_4) black021.ogg If you eliminate all non-Ur-Quan sentient races, including yourselves then we will stop. We have made this offer before. No one accepts. @@ -153,26 +153,26 @@ We leave now. We will stop you, somehow. #(bye_frenzy_4) We leave now. We will stop you, somehow. -#(GOODBYE_AND_DIE_FRENZY_1) black022.wav +#(GOODBYE_AND_DIE_FRENZY_1) black022.ogg You may not leave. You are filth. You shall be cleansed. -#(GOODBYE_AND_DIE_FRENZY_2) black023.wav +#(GOODBYE_AND_DIE_FRENZY_2) black023.ogg You may not leave. You are filth. You shall be cleansed. -#(GOODBYE_AND_DIE_FRENZY_3) black024.wav +#(GOODBYE_AND_DIE_FRENZY_3) black024.ogg You may not leave. You are filth. You shall be cleansed. -#(GOODBYE_AND_DIE_FRENZY_4) black025.wav +#(GOODBYE_AND_DIE_FRENZY_4) black025.ogg You may not leave. You are filth. You shall be cleansed. #(threat_1) If you attack us, we will destroy you. Don't even try it. -#(RESISTANCE_IS_USELESS_1) black026.wav +#(RESISTANCE_IS_USELESS_1) black026.ogg Over five thousand races have made such a claim. We survived. They did not. Nor shall you. @@ -180,26 +180,26 @@ Nor shall you. #(threat_2) Resistance is useless. Our victory is inevitable! -#(RESISTANCE_IS_USELESS_2) black027.wav +#(RESISTANCE_IS_USELESS_2) black027.ogg It is not. #(threat_3) You have attacked us before, and we survived! You cannot defeat us. Submit! -#(RESISTANCE_IS_USELESS_3) black028.wav +#(RESISTANCE_IS_USELESS_3) black028.ogg We did. You did. Yes we can. No. #(threat_4) Surrender or die. -#(RESISTANCE_IS_USELESS_4) black029.wav +#(RESISTANCE_IS_USELESS_4) black029.ogg Our counter to your statement is simpler just `die'. #(key_phrase) Hold! What you are doing to us is wrong! Why do you do this thing? -#(RESPONSE_TO_KEY_PHRASE) black030.wav +#(RESPONSE_TO_KEY_PHRASE) black030.ogg THE WORDS!... the Words... the words Alien, you have spoken the Words. You have spoken them rightly. We will explain to you about the Dnyarri, our slavemasters @@ -216,7 +216,7 @@ We cleanse the galaxy of such threats. #(why_do_you_destroy) Kohr-Ah, tell us about yourselves. -#(WE_WERE_SLAVES) black031.wav +#(WE_WERE_SLAVES) black031.ogg We evolved on a hostile world, the descendants of solitary hunters. In a world where one species is the dominant killer one's only threat is one's brother, one's sister, anyone of one's species. @@ -233,7 +233,7 @@ became the Milieu's scouts, their solitary explorers. #(relationship_with_urquan) Who were the Taalo? -#(WE_ARE_URQUAN_TOO) black032.wav +#(WE_ARE_URQUAN_TOO) black032.ogg Of all the species we have met, only the Taalo did not trigger our instinctive territoriality. They were the only people we could stand with, or talk to, without the hunter inside us screaming `Kill the interloper! Rip out its life!' @@ -248,7 +248,7 @@ The Taalo would not fight back... they died. #(what_about_culture) Who or what are the Dnyarri? -#(BONE_GARDENS) black033.wav +#(BONE_GARDENS) black033.ogg It was on a routine planetfall that one of our Milieu scoutships first met the Dnyarri the creatures you know as our Talking Pets. But the Dnyarri were different then. @@ -261,7 +261,7 @@ Within weeks, the Dnyarri controlled all races but one... the Taalo. #(how_leave_me_alone) How did you defeat the Dnyarri? -#(YOU_DIE) black034.wav +#(YOU_DIE) black034.ogg For thousands of years, we were unthinking slaves to the Dnyarri. Like the five other surviving races of the old Milieu, we had no choice. The Dnyarri's compulsion was too strong to resist. @@ -284,7 +284,7 @@ To live in endless screaming pain for months on end? No you cannot. #(guess_thats_all) I guess that's it. Thanks for the info. We'll just leave now. -#(THEN_DIE) black035.wav +#(THEN_DIE) black035.ogg No, it is not. There is more you must hear. When the war was over, the great Kohr-Ah rose from our ranks and declared the Path of Now and Forever. We would cleanse the galaxy. @@ -306,7 +306,7 @@ But now, it is time for us to cleanse you. #(what_are_you_hovering_over) What are you hanging over? -#(BONE_PILE) black036.wav +#(BONE_PILE) black036.ogg My trophy bone-pit. In here is one skeleton from each of the races which I personally exterminated. I fondle these bones and recall the fine cleansing. @@ -316,7 +316,7 @@ unless they are accidentally vaporized. #(you_sure_are_creepy) You sure are creepy. -#(YES_CREEPY) black037.wav +#(YES_CREEPY) black037.ogg Seeing that I represent your imminent death as well as the termination of your entire species I think your fear is well justified. @@ -325,13 +325,13 @@ Nonetheless, you require cleansing. #(stop_that_gross_blinking) Stop that gross blinking! -#(DIE_HUMAN) black038.wav +#(DIE_HUMAN) black038.ogg The time has come. You require cleansing. #(plead_1) Please don't destroy this ship. We mean you no harm! -#(PLEADING_IS_USELESS_1) black039.wav +#(PLEADING_IS_USELESS_1) black039.ogg In the twenty thousand years of our Mission we have heard more pleas for mercy that you can possibly imagine. Civilizations which saw their doom before them called upon their geniuses to calm us @@ -340,21 +340,21 @@ to no avail. #(plead_2) If you let us go, we'll tell you a big secret! -#(PLEADING_IS_USELESS_2) black040.wav +#(PLEADING_IS_USELESS_2) black040.ogg We are self-sufficient. We need nothing. We want nothing beyond the total destruction of all non-Ur-Quan sentience. #(plead_3) What if we promise to be your slaves? Will you let us live then? -#(PLEADING_IS_USELESS_3) black041.wav +#(PLEADING_IS_USELESS_3) black041.ogg The ignominy of slaving we leave to our Kzer-Za cousins. We have no need for inferiors as servants. #(plead_4) Don't attack us! We are not your enemies! -#(PLEADING_IS_USELESS_4) black042.wav +#(PLEADING_IS_USELESS_4) black042.ogg You are right. You are not our enemy. We have NO enemy @@ -368,14 +368,14 @@ So we cleanse. #(bye) I've heard enough of your madness for now. Goodbye. -#(GOODBYE_AND_DIE) black043.wav +#(GOODBYE_AND_DIE) black043.ogg Before we destroy other thinking beings we share with them this comforting fact This life of yours... which shall end immediately following this statement is but one of many lives you will live. Perhaps, in your next incarnation you will be born an Ur-Quan. -#(GAME_OVER_DUDE) black044.wav +#(GAME_OVER_DUDE) black044.ogg Attention human! This broadcast is to inform you of your defeat. We, the Kohr-Ah, have destroyed all the sentient species in this region of space diff --git a/sc2/content/comm/chmmr/chmmr.txt b/sc2/content/comm/chmmr/chmmr.txt index c617eb9c8..eaa62441b 100755 --- a/sc2/content/comm/chmmr/chmmr.txt +++ b/sc2/content/comm/chmmr/chmmr.txt @@ -1,22 +1,22 @@ -#(WHY_YOU_HERE_1) chmmr000.wav +#(WHY_YOU_HERE_1) chmmr000.ogg we are the chenjesu... we are the mmrnmrhm we do not understand how you have penetrated the slave shield or why but in doing so you have interrupted the process explain this intrusion. -#(WHY_YOU_HERE_2) chmmr001.wav +#(WHY_YOU_HERE_2) chmmr001.ogg once more you interfere with the process... why? -#(WHY_YOU_HERE_3) chmmr002.wav +#(WHY_YOU_HERE_3) chmmr002.ogg your presence here is painful to us... what is it you wish? -#(WHY_YOU_HERE_4) chmmr003.wav +#(WHY_YOU_HERE_4) chmmr003.ogg your presence here is painful to us... what is it you wish? #(find_out_whats_up) We came here to find out what you're doing down there. -#(HYBRID_PROCESS) chmmr004.wav +#(HYBRID_PROCESS) chmmr004.ogg though your ship's design is unfamiliar to us we now understand that you are of human origin and so we will share with you our reasons for accepting the status of ur-quan slave @@ -42,7 +42,7 @@ until such a time as we found a way to destroy or neutralize the sa-matra. #(need_help) We are struggling against the Ur-Quan. Can't you help us? -#(CANT_HELP) chmmr005.wav +#(CANT_HELP) chmmr005.ogg we cannot be of any assistance now... we are in the middle of the process. i will explain after we chenjesu and mmrnmhrm were defeated by the ur-quan @@ -60,7 +60,7 @@ and their dreaded sa-matra. #(why_no_help) But why can't you help us now?! -#(LONG_TIME) chmmr006.wav +#(LONG_TIME) chmmr006.ogg the complete synthetic hybridization of the chenjesu and the mmrnmhrm species will require approximately thirty five of your earth years this extended duration is necessary because our synthesis mechanisms @@ -69,7 +69,7 @@ are dependent exclusively on the light of our sun for energy. #(what_if_more_energy) What if we could find some way to get you more energy? Would that speed things up? -#(DANGER_TO_US) chmmr007.wav +#(DANGER_TO_US) chmmr007.ogg what you describe is theoretically possible but it would pose a great danger to us the process must be executed as planned... or it may fail catastrophically @@ -78,13 +78,13 @@ we would be destroyed. #(need_advice) We really need advice from you. -#(WHAT_ADVICE) chmmr008.wav +#(WHAT_ADVICE) chmmr008.ogg our wisdom is available... detail your need. #(how_defeat_urquan) How do you think we can defeat the Ur-Quan? -#(DEFEAT_LIKE_SO) chmmr009.wav +#(DEFEAT_LIKE_SO) chmmr009.ogg you must find some way to destroy the sa-matra to do this you will need a powerful weapon capable of destroying an entire planet but that is not all @@ -94,7 +94,7 @@ to give you the opportunity to use the weapon. #(what_about_tpet) I seem to have acquired a Dnyarri. What do you make of it? -#(SCARY_BUT_USEFUL) chmmr010.wav +#(SCARY_BUT_USEFUL) chmmr010.ogg we know the dnyarri only from legend where they are described as the embodiment of evil and cruelty if ever there was a devil, captain, it was the dnyarri @@ -104,7 +104,7 @@ its mental power may be useful to help confuse the ur-quan. #(what_about_bomb) I got this huge bomb-thing from a race called the Utwig. Is it really a weapon? -#(ABOUT_BOMB) chmmr011.wav +#(ABOUT_BOMB) chmmr011.ogg the device you speak of is a huge matter-antimatter bomb... if you had activated it the weapon would have annihilated your ship and everything else within five hundred kilometers the destructive power of this weapon makes it suitable for the most important task you will ever undertake @@ -113,14 +113,14 @@ the neutralization of the sa-matra, the ur-quan's nearly invincible battle platf #(what_about_sun_device) I er... borrowed a device from the Mycon. Do you know what it is? -#(ABOUT_SUN_DEVICE) chmmr012.wav +#(ABOUT_SUN_DEVICE) chmmr012.ogg we do not recognize this device but it appears to be a precursor tool which can radiate a great amount of energy. #(what_about_samatra) What more can you tell me about this Sa-Matra? -#(ABOUT_SAMATRA) chmmr013.wav +#(ABOUT_SAMATRA) chmmr013.ogg we only glimpsed it once, when it devastated our most powerful fleet it was several times the size of your vessel with a host of unusual weapons protruding from its scabrous hull @@ -131,25 +131,25 @@ or cut broad swaths of devastation across a planet in seconds. #(enough_advice) Thanks! That's enough advice for now. -#(OK_ENOUGH_ADVICE) chmmr014.wav +#(OK_ENOUGH_ADVICE) chmmr014.ogg though your presence here is a painful intrusion we will always provide advice whenever you request it, captain. #(bye_shielded) Goodbye Chenjesu. Goodbye Mmrnmhrm. -#(GOODBYE_SHIELDED) chmmr015.wav +#(GOODBYE_SHIELDED) chmmr015.ogg goodbye once and future ally, human... when the process is complete and we emerge from our chrysalis i shall tell your grandchildren of our conversation this day. -#(WE_ARE_FREE) chmmr016.wav +#(WE_ARE_FREE) chmmr016.ogg WE ARE FREE! YOU HAVE FLOODED OUR SYNTHESIS MECHANISMS WITH A WEALTH OF RADIANT ENERGY. WHAT WAS SUPPOSED TO TAKE DECADES HAS BEEN ACCOMPLISHED IN SECONDS. THE PROCESS IS INCOMPLETE, YET WE HAVE EMERGED. WE ARE THE CHMMR. -#(WHO_ARE_YOU) chmmr017.wav +#(WHO_ARE_YOU) chmmr017.ogg WHO ARE YOU? #(i_am_captain0) @@ -165,7 +165,7 @@ I am the guy who's trying to save the Galaxy. #(i_am_silly) Who am I? Me? Er... dang! I just forgot. -#(WHY_HAVE_YOU_FREED_US) chmmr018.wav +#(WHY_HAVE_YOU_FREED_US) chmmr018.ogg WHY HAVE YOU INTERRUPTED THE PROCESS?!!! #(serious_1) @@ -177,7 +177,7 @@ You are the key to winning back the freedom of our Alliance. #(silly) I wanted to see what you looked like without all that orange junk. -#(WILL_HELP_ANALYZE_LOGS) chmmr019.wav +#(WILL_HELP_ANALYZE_LOGS) chmmr019.ogg YOUR NEED MUST BE GREAT FOR YOU TO HAVE RISKED SO MUCH JUST TO BRING US FROM BENEATH THE SHIELD. WE WERE NOT READY... BUT THIS IS NOW IN THE PAST. @@ -196,35 +196,35 @@ SO WE WILL SCAN THE DATABANKS AND LOGS ABOARD YOUR SHIP. THERE THE PROCESS IS COMPLETE. NOW WE CAN DISCUSS WHAT YOU MUST DO. -#(YOU_KNOW_SAMATRA) chmmr020.wav +#(YOU_KNOW_SAMATRA) chmmr020.ogg YOU ALREADY HAVE THE DATA NECESSARY TO TELL YOU THAT THE SA-MATRA VESSEL IS LOCATED IN THE DELTA CRATERIS STAR SYSTEM. -#(DONT_KNOW_ABOUT_SAMATRA) chmmr021.wav +#(DONT_KNOW_ABOUT_SAMATRA) chmmr021.ogg YOU NEED TO LOCATE THE UR-QUAN'S SA-MATRA VESSEL. IF YOU CANNOT FIND IT YOURSELF, ASK THOSE OTHERS WHO ARE NEAR THE UR-QUAN. PERHAPS THEY WILL KNOW. -#(NEED_DISTRACTION) chmmr022.wav +#(NEED_DISTRACTION) chmmr022.ogg THE SA-MATRA IS SURE TO BE HEAVILY GUARDED. TO ALLOW YOU TO GET CLOSE ENOUGH TO THE SA-MATRA YOU WILL HAVE TO CREATE SOME TYPE OF DIVERSION. -#(HAVE_TALKING_PET) chmmr023.wav +#(HAVE_TALKING_PET) chmmr023.ogg WE HAVE DETECTED THE PRESENCE OF A DNYARRI ABOARD YOUR SHIP. THOUGH THE BEING IS DARKLY EVIL, AND INCREDIBLY DANGEROUS THE TAALO DEVICE YOU POSSESS HAS EFFECTIVELY NULLIFIED THE CREATURE'S POWER OVER YOU. HOWEVER, IT WILL DO A MOST EXCELLENT JOB DISTRACTING THE UR-QUAN LONG ENOUGH FOR YOU TO APPROACH THE SA-MATRA AND DESTROY IT. -#(NEED_WEAPON) chmmr024.wav +#(NEED_WEAPON) chmmr024.ogg TO DEFEAT THE UR-QUAN YOU MUST FIRST DESTROY THE SA-MATRA BATTLE PLATFORM. THE ONLY WAY WE CAN ENVISION THIS OCCURRING IS FOR YOU TO DETONATE A HUGE EXPLOSIVE DEVICE ADJACENT TO THE BATTLE PLATFORM, AT POINT BLANK RANGE. WE BELIEVE THAT THE ONLY WEAPON WHICH CAN GENERATE SUFFICIENT DESTRUCTIVE FORCE IS A MATTER-ANTIMATTER BOMB, BUT WE CANNOT BUILD ONE OURSELVES. -#(HAVE_BOMB) chmmr025.wav +#(HAVE_BOMB) chmmr025.ogg YOU POSSESS AN ANTI-MATTER BOMB. THIS IS GOOD. BUT HAD YOU ACTIVATED IT, THE DEVICE WOULD HAVE ANNIHILATED YOUR SHIP AND EVERYTHING ELSE WITHIN FIVE HUNDRED KILOMETERS. @@ -233,22 +233,22 @@ THE DESTRUCTIVE POTENTIAL OF THIS WEAPON WILL THEN MAKE IT SUITABLE FOR THE MOST IMPORTANT TASK YOU WILL EVER UNDERTAKE THE NEUTRALIZATION OF THE SA-MATRA, THE UR-QUAN'S NEARLY INVINCIBLE BATTLE PLATFORM. -#(RETURN_WHEN_READY) chmmr026.wav +#(RETURN_WHEN_READY) chmmr026.ogg RETURN WHEN YOU HAVE GATHERED THE RESOURCES WE HAVE DESCRIBED. -#(YOU_ARE_READY) chmmr027.wav +#(YOU_ARE_READY) chmmr027.ogg YOU ARE READY... #(further_assistance) Can you give us further assistance now? -#(NO_FURTHER_ASSISTANCE) chmmr028.wav +#(NO_FURTHER_ASSISTANCE) chmmr028.ogg WE CANNOT HELP YOU UNTIL YOU HAVE GATHERED THE NECESSARY RESOURCES. #(tech_help) You seem to have superior technology. Would you share this with us? -#(USE_OUR_SHIPS_BEFORE) chmmr029.wav +#(USE_OUR_SHIPS_BEFORE) chmmr029.ogg WE WILL PROVIDE YOU WITH THE DESIGNS FOR A NEW CLASS OF FIGHTING SHIP... THE AVATAR ALONG WITH ENOUGH CHMMR TO COMMAND HOWEVER MANY VESSELS YOU MAY BUILD. AVATAR BATTLESHIPS ARE MUCH MORE EFFECTIVE THAN OUR BROODHOME OR X-FORM VESSELS. @@ -257,7 +257,7 @@ IN COMPETENT HANDS, THESE SHIPS CAN DEFEAT ANY SHIP IN SPACE. #(where_weapon) Where can I find the super-weapon you described? -#(PRECURSOR_WEAPON) chmmr030.wav +#(PRECURSOR_WEAPON) chmmr030.ogg THERE ARE RUMORS OF SUCH A DEVICE, A PRECURSOR PLANETEERING TOOL TO BE FOUND SOMEWHERE FAR TOWARDS THE CORE IN THE POSSESSION OF A NON-HOSTILE ALIEN RACE. @@ -266,7 +266,7 @@ WE CANNOT PROVIDE ANY MORE INFORMATION AT THIS TIME. #(where_distraction) What can possibly distract an Ur-Quan? -#(PSYCHIC_WEAPONRY) chmmr031.wav +#(PSYCHIC_WEAPONRY) chmmr031.ogg IN OUR STUDIES WE HAVE LEARNED THAT THE UR-QUAN ARE ESPECIALLY SENSITIVE TO PSYCHIC MANIPULATION. YOUR BEST STRATEGY WOULD BE TO FIND A WEAPON OF THIS TYPE. BE AWARE THAT MOST PSYCHIC WEAPONS ARE NOT MECHANICAL CONSTRUCTS. @@ -275,12 +275,12 @@ THEY ARE USUALLY INTELLIGENT LIFE FORMS, OFTEN INIMICAL. #(what_now) So what happens now? -#(WE_WILL_IMPROVE_BOMB) chmmr032.wav +#(WE_WILL_IMPROVE_BOMB) chmmr032.ogg YOU ARE FULLY PREPARED FOR THE UNDERTAKING. THERE IS EVERY CHANCE THAT YOU WILL BE ABLE TO DESTROY THE SA-MATRA AND STOP BOTH THE UR-QUAN AND THE KOHR-AH. -#(MODIFY_VESSEL) chmmr033.wav +#(MODIFY_VESSEL) chmmr033.ogg WE WILL NOW FIT THE PRECURSOR WEAPON AND OUR OWN CRYSTAL AMPLIFICATION SYSTEM TO YOUR VESSEL. BY ROUTING A PORTION OF YOUR FLAGSHIP'S FUSION POWER THROUGH THE WEAPON'S IGNITION CHAMBER ITS DESTRUCTIVE FORCE WILL BE MULTIPLIED BY A LARGE FACTOR. @@ -288,19 +288,19 @@ ITS DESTRUCTIVE FORCE WILL BE MULTIPLIED BY A LARGE FACTOR. #(wont_hurt_my_ship) We'll fire this weapon at the Sa-Matra, right? It's not going to hurt my ship, is it? -#(WILL_DESTROY_IT) chmmr034.wav +#(WILL_DESTROY_IT) chmmr034.ogg YOUR VESSEL WILL BE TOTALLY ANNIHILATED. #(bummer_about_my_ship) Whoa. Gee, that's bad. I don't suppose there's anything we can do to change that, is there? -#(DEAD_SILENCE) chmmr035.wav +#(DEAD_SILENCE) chmmr035.ogg NO. #(other_assistance) Can you provide us with any other assistance? -#(USE_OUR_SHIPS_AFTER) chmmr036.wav +#(USE_OUR_SHIPS_AFTER) chmmr036.ogg BECAUSE YOUR FLAGSHIP WILL BE SUBSTANTIALLY WEAKENED BY OUR MODIFICATIONS YOU MAY REQUIRE ADDITIONAL COMBAT VEHICLES FOR PROTECTION SO THAT YOU CAN APPROACH CLOSE ENOUGH TO THE SA-MATRA TO DETONATE THE WEAPON. @@ -310,22 +310,22 @@ IN COMPETENT HANDS, THESE SHIPS ARE A MATCH FOR BOTH THE UR-QUAN AND KOHR-AH VES #(proceed) Very well. Proceed with the modifications. -#(TAKE_2_WEEKS) chmmr037.wav +#(TAKE_2_WEEKS) chmmr037.ogg THE COMPLETION DATE FOR YOUR VESSEL'S MODIFICATION IS ROUGHLY TWO WEEKS HENCE. SO THAT YOU AND YOUR HUMAN COMPANIONS MAY MAKE ANY NECESSARY PREPARATIONS AT YOUR STARBASE WE WILL NOW TRANSPORT YOU AND YOUR CREW BACK TO EARTH IMMEDIATELY. GOOD LUCK, CAPTAIN. -#(HELLO_AFTER_BOMB_1) chmmr038.wav +#(HELLO_AFTER_BOMB_1) chmmr038.ogg WE GREET YOU HUMAN CAPTAIN. WHAT DO YOU NEED FROM US? -#(HELLO_AFTER_BOMB_2) chmmr039.wav +#(HELLO_AFTER_BOMB_2) chmmr039.ogg WELCOME BACK HUMAN. WHY HAVE YOU RETURNED? #(whats_up_after_bomb) Have you learned anything new since I was here last? -#(GENERAL_INFO_AFTER_BOMB_1) chmmr040.wav +#(GENERAL_INFO_AFTER_BOMB_1) chmmr040.ogg YES. WE HAVE REACHED TWO CONCLUSIONS ONE: THE LOCATION OF THE SA-MATRA CAN BE CONFINED TO THE STARS IN THE CRATERIS CONSTELLATION. SEEK THE VEHICLE IN THIS REGION. @@ -337,7 +337,7 @@ DESTROYING ALL INTELLIGENT RACES ONE BY ONE UNTIL NONE REMAIN. YOU MUST NOT BE DISTRACTED! THE SA-MATRA IS THE KEY TO THEIR DOMINANCE! DESTROY THEIR SACRED TROPHY, AND UNITED WITH OUR ALLIES, WE CAN DEFEAT THEIR STAR FLEET. -#(GENERAL_INFO_AFTER_BOMB_2) chmmr041.wav +#(GENERAL_INFO_AFTER_BOMB_2) chmmr041.ogg WE HAVE TOLD YOU EVERYTHING WE KNOW. GO TO THE CRATERIS CONSTELLATION. FIND THE SA-MATRA. USE THE POWERS OF THE DNYARRI. DESTROY THE SA-MATRA! @@ -345,19 +345,19 @@ DESTROY THE SA-MATRA! #(what_do_after_bomb) So NOW what do I do? -#(DO_AFTER_BOMB) chmmr042.wav +#(DO_AFTER_BOMB) chmmr042.ogg SEEK THE LOCATION OF THE SA-MATRA. FLY THERE WITH GREATEST SPEED! USE THE POWERS OF THE DNYARRI, AND WHILE THE UR-QUAN ARE IN CHAOS, DESTROY THE SA-MATRA! #(bye_after_bomb) I'll see you when it's over, I hope. -#(GOODBYE_AFTER_BOMB) chmmr043.wav +#(GOODBYE_AFTER_BOMB) chmmr043.ogg YOU ARE PREPARED. WITH COURAGE AND FORTUNE AT YOUR SIDE YOU WILL BE VICTORIOUS. #(bye) Farewell. We will be back when we've got everything we need. -#(GOODBYE) chmmr044.wav +#(GOODBYE) chmmr044.ogg WE AWAIT YOUR RETURN. diff --git a/sc2/content/comm/chmmr/chmmr000.ogg b/sc2/content/comm/chmmr/chmmr000.ogg new file mode 100644 index 000000000..c785d25a6 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr000.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr001.ogg b/sc2/content/comm/chmmr/chmmr001.ogg new file mode 100644 index 000000000..69c1bc985 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr001.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr002.ogg b/sc2/content/comm/chmmr/chmmr002.ogg new file mode 100644 index 000000000..7c3b197d5 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr002.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr003.ogg b/sc2/content/comm/chmmr/chmmr003.ogg new file mode 100644 index 000000000..236041be4 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr003.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr004.ogg b/sc2/content/comm/chmmr/chmmr004.ogg new file mode 100644 index 000000000..9e902a08d Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr004.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr005.ogg b/sc2/content/comm/chmmr/chmmr005.ogg new file mode 100644 index 000000000..e541b64ce Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr005.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr006.ogg b/sc2/content/comm/chmmr/chmmr006.ogg new file mode 100644 index 000000000..f76bdc2f2 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr006.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr007.ogg b/sc2/content/comm/chmmr/chmmr007.ogg new file mode 100644 index 000000000..eaefb22cd Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr007.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr008.ogg b/sc2/content/comm/chmmr/chmmr008.ogg new file mode 100644 index 000000000..3cf516565 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr008.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr009.ogg b/sc2/content/comm/chmmr/chmmr009.ogg new file mode 100644 index 000000000..e54e90fca Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr009.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr010.ogg b/sc2/content/comm/chmmr/chmmr010.ogg new file mode 100644 index 000000000..6ee41f48a Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr010.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr011.ogg b/sc2/content/comm/chmmr/chmmr011.ogg new file mode 100644 index 000000000..0fcc14191 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr011.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr012.ogg b/sc2/content/comm/chmmr/chmmr012.ogg new file mode 100644 index 000000000..dc35afe37 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr012.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr013.ogg b/sc2/content/comm/chmmr/chmmr013.ogg new file mode 100644 index 000000000..69fd70e03 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr013.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr014.ogg b/sc2/content/comm/chmmr/chmmr014.ogg new file mode 100644 index 000000000..891722f7d Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr014.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr015.ogg b/sc2/content/comm/chmmr/chmmr015.ogg new file mode 100644 index 000000000..aa5f0a3c9 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr015.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr016.ogg b/sc2/content/comm/chmmr/chmmr016.ogg new file mode 100644 index 000000000..a455f28d1 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr016.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr017.ogg b/sc2/content/comm/chmmr/chmmr017.ogg new file mode 100644 index 000000000..566547136 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr017.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr018.ogg b/sc2/content/comm/chmmr/chmmr018.ogg new file mode 100644 index 000000000..96371f2b0 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr018.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr019.ogg b/sc2/content/comm/chmmr/chmmr019.ogg new file mode 100644 index 000000000..ed2c06d4c Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr019.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr020.ogg b/sc2/content/comm/chmmr/chmmr020.ogg new file mode 100644 index 000000000..a7c94dd92 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr020.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr021.ogg b/sc2/content/comm/chmmr/chmmr021.ogg new file mode 100644 index 000000000..42655c02e Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr021.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr022.ogg b/sc2/content/comm/chmmr/chmmr022.ogg new file mode 100644 index 000000000..23256120e Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr022.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr023.ogg b/sc2/content/comm/chmmr/chmmr023.ogg new file mode 100644 index 000000000..b5572bb92 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr023.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr024.ogg b/sc2/content/comm/chmmr/chmmr024.ogg new file mode 100644 index 000000000..f416944c1 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr024.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr025.ogg b/sc2/content/comm/chmmr/chmmr025.ogg new file mode 100644 index 000000000..474acea02 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr025.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr026.ogg b/sc2/content/comm/chmmr/chmmr026.ogg new file mode 100644 index 000000000..cbdcb86e0 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr026.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr027.ogg b/sc2/content/comm/chmmr/chmmr027.ogg new file mode 100644 index 000000000..e7d55e0d4 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr027.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr028.ogg b/sc2/content/comm/chmmr/chmmr028.ogg new file mode 100644 index 000000000..b123d0ebf Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr028.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr029.ogg b/sc2/content/comm/chmmr/chmmr029.ogg new file mode 100644 index 000000000..2e6ac6a6c Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr029.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr030.ogg b/sc2/content/comm/chmmr/chmmr030.ogg new file mode 100644 index 000000000..a2f265704 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr030.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr031.ogg b/sc2/content/comm/chmmr/chmmr031.ogg new file mode 100644 index 000000000..6963e1680 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr031.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr032.ogg b/sc2/content/comm/chmmr/chmmr032.ogg new file mode 100644 index 000000000..90326938e Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr032.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr033.ogg b/sc2/content/comm/chmmr/chmmr033.ogg new file mode 100644 index 000000000..25cdd9a06 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr033.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr034.ogg b/sc2/content/comm/chmmr/chmmr034.ogg new file mode 100644 index 000000000..c5b42f1f1 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr034.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr035.ogg b/sc2/content/comm/chmmr/chmmr035.ogg new file mode 100644 index 000000000..07111710b Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr035.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr036.ogg b/sc2/content/comm/chmmr/chmmr036.ogg new file mode 100644 index 000000000..b130885b5 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr036.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr037.ogg b/sc2/content/comm/chmmr/chmmr037.ogg new file mode 100644 index 000000000..394fa8e76 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr037.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr038.ogg b/sc2/content/comm/chmmr/chmmr038.ogg new file mode 100644 index 000000000..9e73716f1 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr038.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr039.ogg b/sc2/content/comm/chmmr/chmmr039.ogg new file mode 100644 index 000000000..f76524c6c Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr039.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr040.ogg b/sc2/content/comm/chmmr/chmmr040.ogg new file mode 100644 index 000000000..ff1466bc1 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr040.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr041.ogg b/sc2/content/comm/chmmr/chmmr041.ogg new file mode 100644 index 000000000..42e8c3b58 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr041.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr042.ogg b/sc2/content/comm/chmmr/chmmr042.ogg new file mode 100644 index 000000000..4aa4b628a Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr042.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr043.ogg b/sc2/content/comm/chmmr/chmmr043.ogg new file mode 100644 index 000000000..304ee04d3 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr043.ogg differ diff --git a/sc2/content/comm/chmmr/chmmr044.ogg b/sc2/content/comm/chmmr/chmmr044.ogg new file mode 100644 index 000000000..65c4a2e86 Binary files /dev/null and b/sc2/content/comm/chmmr/chmmr044.ogg differ diff --git a/sc2/content/comm/comandr/coman000.ogg b/sc2/content/comm/comandr/coman000.ogg new file mode 100644 index 000000000..70abf1d9d Binary files /dev/null and b/sc2/content/comm/comandr/coman000.ogg differ diff --git a/sc2/content/comm/comandr/coman001.ogg b/sc2/content/comm/comandr/coman001.ogg new file mode 100644 index 000000000..37c22fdf6 Binary files /dev/null and b/sc2/content/comm/comandr/coman001.ogg differ diff --git a/sc2/content/comm/comandr/coman002.ogg b/sc2/content/comm/comandr/coman002.ogg new file mode 100644 index 000000000..72db627e2 Binary files /dev/null and b/sc2/content/comm/comandr/coman002.ogg differ diff --git a/sc2/content/comm/comandr/coman003.ogg b/sc2/content/comm/comandr/coman003.ogg new file mode 100644 index 000000000..08f8589e8 Binary files /dev/null and b/sc2/content/comm/comandr/coman003.ogg differ diff --git a/sc2/content/comm/comandr/coman004.ogg b/sc2/content/comm/comandr/coman004.ogg new file mode 100644 index 000000000..ff8bf95ab Binary files /dev/null and b/sc2/content/comm/comandr/coman004.ogg differ diff --git a/sc2/content/comm/comandr/coman005.ogg b/sc2/content/comm/comandr/coman005.ogg new file mode 100644 index 000000000..6f36c4fc6 Binary files /dev/null and b/sc2/content/comm/comandr/coman005.ogg differ diff --git a/sc2/content/comm/comandr/coman006.ogg b/sc2/content/comm/comandr/coman006.ogg new file mode 100644 index 000000000..60598856b Binary files /dev/null and b/sc2/content/comm/comandr/coman006.ogg differ diff --git a/sc2/content/comm/comandr/coman007.ogg b/sc2/content/comm/comandr/coman007.ogg new file mode 100644 index 000000000..e70d71ab7 Binary files /dev/null and b/sc2/content/comm/comandr/coman007.ogg differ diff --git a/sc2/content/comm/comandr/coman008.ogg b/sc2/content/comm/comandr/coman008.ogg new file mode 100644 index 000000000..ff64c82c0 Binary files /dev/null and b/sc2/content/comm/comandr/coman008.ogg differ diff --git a/sc2/content/comm/comandr/coman009.ogg b/sc2/content/comm/comandr/coman009.ogg new file mode 100644 index 000000000..669c131b8 Binary files /dev/null and b/sc2/content/comm/comandr/coman009.ogg differ diff --git a/sc2/content/comm/comandr/coman010.ogg b/sc2/content/comm/comandr/coman010.ogg new file mode 100644 index 000000000..11c0eef3b Binary files /dev/null and b/sc2/content/comm/comandr/coman010.ogg differ diff --git a/sc2/content/comm/comandr/coman011.ogg b/sc2/content/comm/comandr/coman011.ogg new file mode 100644 index 000000000..fe0aa0d47 Binary files /dev/null and b/sc2/content/comm/comandr/coman011.ogg differ diff --git a/sc2/content/comm/comandr/coman012.ogg b/sc2/content/comm/comandr/coman012.ogg new file mode 100644 index 000000000..5e4c297a3 Binary files /dev/null and b/sc2/content/comm/comandr/coman012.ogg differ diff --git a/sc2/content/comm/comandr/coman013.ogg b/sc2/content/comm/comandr/coman013.ogg new file mode 100644 index 000000000..6c69ebb80 Binary files /dev/null and b/sc2/content/comm/comandr/coman013.ogg differ diff --git a/sc2/content/comm/comandr/coman014.ogg b/sc2/content/comm/comandr/coman014.ogg new file mode 100644 index 000000000..f75e43c1c Binary files /dev/null and b/sc2/content/comm/comandr/coman014.ogg differ diff --git a/sc2/content/comm/comandr/coman015.ogg b/sc2/content/comm/comandr/coman015.ogg new file mode 100644 index 000000000..cb7d3aa33 Binary files /dev/null and b/sc2/content/comm/comandr/coman015.ogg differ diff --git a/sc2/content/comm/comandr/coman016.ogg b/sc2/content/comm/comandr/coman016.ogg new file mode 100644 index 000000000..de97c9c88 Binary files /dev/null and b/sc2/content/comm/comandr/coman016.ogg differ diff --git a/sc2/content/comm/comandr/coman017.ogg b/sc2/content/comm/comandr/coman017.ogg new file mode 100644 index 000000000..1d7c558cd Binary files /dev/null and b/sc2/content/comm/comandr/coman017.ogg differ diff --git a/sc2/content/comm/comandr/coman018.ogg b/sc2/content/comm/comandr/coman018.ogg new file mode 100644 index 000000000..d91d70441 Binary files /dev/null and b/sc2/content/comm/comandr/coman018.ogg differ diff --git a/sc2/content/comm/comandr/coman019.ogg b/sc2/content/comm/comandr/coman019.ogg new file mode 100644 index 000000000..e08f025a5 Binary files /dev/null and b/sc2/content/comm/comandr/coman019.ogg differ diff --git a/sc2/content/comm/comandr/coman020.ogg b/sc2/content/comm/comandr/coman020.ogg new file mode 100644 index 000000000..0ea7655d8 Binary files /dev/null and b/sc2/content/comm/comandr/coman020.ogg differ diff --git a/sc2/content/comm/comandr/coman021.ogg b/sc2/content/comm/comandr/coman021.ogg new file mode 100644 index 000000000..53546765b Binary files /dev/null and b/sc2/content/comm/comandr/coman021.ogg differ diff --git a/sc2/content/comm/comandr/coman022.ogg b/sc2/content/comm/comandr/coman022.ogg new file mode 100644 index 000000000..e34a98a33 Binary files /dev/null and b/sc2/content/comm/comandr/coman022.ogg differ diff --git a/sc2/content/comm/comandr/coman023.ogg b/sc2/content/comm/comandr/coman023.ogg new file mode 100644 index 000000000..692c9a7ec Binary files /dev/null and b/sc2/content/comm/comandr/coman023.ogg differ diff --git a/sc2/content/comm/comandr/coman024.ogg b/sc2/content/comm/comandr/coman024.ogg new file mode 100644 index 000000000..8562d4b55 Binary files /dev/null and b/sc2/content/comm/comandr/coman024.ogg differ diff --git a/sc2/content/comm/comandr/coman025.ogg b/sc2/content/comm/comandr/coman025.ogg new file mode 100644 index 000000000..ff39d3c4c Binary files /dev/null and b/sc2/content/comm/comandr/coman025.ogg differ diff --git a/sc2/content/comm/comandr/coman026.ogg b/sc2/content/comm/comandr/coman026.ogg new file mode 100644 index 000000000..685e1ec46 Binary files /dev/null and b/sc2/content/comm/comandr/coman026.ogg differ diff --git a/sc2/content/comm/comandr/coman027.ogg b/sc2/content/comm/comandr/coman027.ogg new file mode 100644 index 000000000..91a5773fd Binary files /dev/null and b/sc2/content/comm/comandr/coman027.ogg differ diff --git a/sc2/content/comm/comandr/coman028.ogg b/sc2/content/comm/comandr/coman028.ogg new file mode 100644 index 000000000..24e72b4be Binary files /dev/null and b/sc2/content/comm/comandr/coman028.ogg differ diff --git a/sc2/content/comm/comandr/coman029.ogg b/sc2/content/comm/comandr/coman029.ogg new file mode 100644 index 000000000..9ff6884ea Binary files /dev/null and b/sc2/content/comm/comandr/coman029.ogg differ diff --git a/sc2/content/comm/comandr/coman030.ogg b/sc2/content/comm/comandr/coman030.ogg new file mode 100644 index 000000000..8b39e99ad Binary files /dev/null and b/sc2/content/comm/comandr/coman030.ogg differ diff --git a/sc2/content/comm/comandr/coman031.ogg b/sc2/content/comm/comandr/coman031.ogg new file mode 100644 index 000000000..0007eda47 Binary files /dev/null and b/sc2/content/comm/comandr/coman031.ogg differ diff --git a/sc2/content/comm/comandr/coman032.ogg b/sc2/content/comm/comandr/coman032.ogg new file mode 100644 index 000000000..9e65fc512 Binary files /dev/null and b/sc2/content/comm/comandr/coman032.ogg differ diff --git a/sc2/content/comm/comandr/coman033.ogg b/sc2/content/comm/comandr/coman033.ogg new file mode 100644 index 000000000..83fd0d583 Binary files /dev/null and b/sc2/content/comm/comandr/coman033.ogg differ diff --git a/sc2/content/comm/comandr/coman034.ogg b/sc2/content/comm/comandr/coman034.ogg new file mode 100644 index 000000000..c0595b4b9 Binary files /dev/null and b/sc2/content/comm/comandr/coman034.ogg differ diff --git a/sc2/content/comm/comandr/coman035.ogg b/sc2/content/comm/comandr/coman035.ogg new file mode 100644 index 000000000..a34da0c0b Binary files /dev/null and b/sc2/content/comm/comandr/coman035.ogg differ diff --git a/sc2/content/comm/comandr/coman036.ogg b/sc2/content/comm/comandr/coman036.ogg new file mode 100644 index 000000000..b721d6203 Binary files /dev/null and b/sc2/content/comm/comandr/coman036.ogg differ diff --git a/sc2/content/comm/comandr/coman037.ogg b/sc2/content/comm/comandr/coman037.ogg new file mode 100644 index 000000000..6f380bef0 Binary files /dev/null and b/sc2/content/comm/comandr/coman037.ogg differ diff --git a/sc2/content/comm/comandr/coman038.ogg b/sc2/content/comm/comandr/coman038.ogg new file mode 100644 index 000000000..0f53685b0 Binary files /dev/null and b/sc2/content/comm/comandr/coman038.ogg differ diff --git a/sc2/content/comm/comandr/coman039.ogg b/sc2/content/comm/comandr/coman039.ogg new file mode 100644 index 000000000..6ae9b5acc Binary files /dev/null and b/sc2/content/comm/comandr/coman039.ogg differ diff --git a/sc2/content/comm/comandr/coman040.ogg b/sc2/content/comm/comandr/coman040.ogg new file mode 100644 index 000000000..61745ca50 Binary files /dev/null and b/sc2/content/comm/comandr/coman040.ogg differ diff --git a/sc2/content/comm/comandr/coman041.ogg b/sc2/content/comm/comandr/coman041.ogg new file mode 100644 index 000000000..0660ed464 Binary files /dev/null and b/sc2/content/comm/comandr/coman041.ogg differ diff --git a/sc2/content/comm/comandr/coman042.ogg b/sc2/content/comm/comandr/coman042.ogg new file mode 100644 index 000000000..bcdcaf32c Binary files /dev/null and b/sc2/content/comm/comandr/coman042.ogg differ diff --git a/sc2/content/comm/comandr/coman043.ogg b/sc2/content/comm/comandr/coman043.ogg new file mode 100644 index 000000000..57102169a Binary files /dev/null and b/sc2/content/comm/comandr/coman043.ogg differ diff --git a/sc2/content/comm/comandr/coman044.ogg b/sc2/content/comm/comandr/coman044.ogg new file mode 100644 index 000000000..7b2b0fcc9 Binary files /dev/null and b/sc2/content/comm/comandr/coman044.ogg differ diff --git a/sc2/content/comm/comandr/coman045.ogg b/sc2/content/comm/comandr/coman045.ogg new file mode 100644 index 000000000..60c246b3b Binary files /dev/null and b/sc2/content/comm/comandr/coman045.ogg differ diff --git a/sc2/content/comm/comandr/coman046.ogg b/sc2/content/comm/comandr/coman046.ogg new file mode 100644 index 000000000..ce1deb1f8 Binary files /dev/null and b/sc2/content/comm/comandr/coman046.ogg differ diff --git a/sc2/content/comm/comandr/coman047.ogg b/sc2/content/comm/comandr/coman047.ogg new file mode 100644 index 000000000..3d8046b6e Binary files /dev/null and b/sc2/content/comm/comandr/coman047.ogg differ diff --git a/sc2/content/comm/comandr/comandr.txt b/sc2/content/comm/comandr/comandr.txt index e4c02d4e6..bb60d6f2b 100755 --- a/sc2/content/comm/comandr/comandr.txt +++ b/sc2/content/comm/comandr/comandr.txt @@ -1,17 +1,17 @@ -#(GLAD_WHEN_YOU_COME_BACK) coman000.wav +#(GLAD_WHEN_YOU_COME_BACK) coman000.ogg Hurry back, Captain. -#(GIVE_FUEL) coman001.wav +#(GIVE_FUEL) coman001.ogg We do have a small amount of Starship fuel which is of no use to our power systems. We will now transport 5 units to your vessel. This should be sufficient for one trip to the surface of Mercury. -#(GIVE_FUEL_AGAIN) coman002.wav +#(GIVE_FUEL_AGAIN) coman002.ogg We are almost out of fuel now, but we do have a BIT more. You will have to be more careful with this supply. Transporting fuel now. -#(ARE_YOU_SUPPLY_SHIP) coman003.wav +#(ARE_YOU_SUPPLY_SHIP) coman003.ogg Attention unidentified space vessel! I am Starbase Commander Hayes of the slave planet Earth. our hyperwave broadcasts -- extremely weak @@ -21,15 +21,15 @@ we cannot identify your vessel Are you the scheduled Hierarchy resupply ship? Repeat, are you the resupply vessel? -#(DO_YOU_HAVE_RADIO_THIS_TIME) coman004.wav +#(DO_YOU_HAVE_RADIO_THIS_TIME) coman004.ogg Did you find any radioactive elements for our power cores? -#(HERE_IS_ANOTHER_LANDER) coman005.wav +#(HERE_IS_ANOTHER_LANDER) coman005.ogg What!!! You lost another lander!? We shall build another, but DON'T LOSE THIS ONE, OKAY! -#(THE_WHAT_FROM_WHERE) coman006.wav +#(THE_WHAT_FROM_WHERE) coman006.ogg The starship what? Never mind -- look, we won't last much longer. Here is our situation According to our Oath of Fealty to the Ur-Quan, we must maintain this starbase @@ -44,63 +44,63 @@ but to do so, we need replacement radioactives for our generators' energy cores. If you could bring us some radioactive elements, we can fabricate the cores ourselves. Are you willing to help us!? -#(ABOUT_TIME) coman007.wav +#(ABOUT_TIME) coman007.ogg Well, it's about damn time! In the Fealty agreement the Ur-Quan promised that this station would be resupplied at least every five years, and its been over eight since we last saw you! If you had arrived a few weeks later, there wouldn't have been anyone alive on this station never mind...just begin your transfer of materials immediately, starting with the radioactives. -#(MESSAGE_GARBLED_1) coman008.wav +#(MESSAGE_GARBLED_1) coman008.ogg I'm sorry, Captain, your message was garbled. Our receivers have very little power. -#(MESSAGE_GARBLED_2) coman009.wav +#(MESSAGE_GARBLED_2) coman009.ogg I couldn't quite make that out, Captain. Could you please repeat? -#(HERE_IS_A_NEW_LANDER) coman010.wav +#(HERE_IS_A_NEW_LANDER) coman010.ogg Manufacturing a new lander for you will use most of what little resources we have left but I suppose we have no choice. We will transport the new lander to your vehicle immediately. -#(THIS_MAY_SEEM_SILLY) coman011.wav +#(THIS_MAY_SEEM_SILLY) coman011.ogg By the way Captain, I think we need a name for this new alliance we're going to forge. Since this was your idea, it's only fair that you have the honor of naming it. So, what will it be? -#(OK_THE_NAFS) coman012.wav +#(OK_THE_NAFS) coman012.ogg Okay, that sounds pretty inspiring. So be it - The New Alliance of Free Stars! -#(OK_THE_CAN) coman013.wav +#(OK_THE_CAN) coman013.ogg Very well. From this day forward, we are The Concordance of Alien Nations! -#(OK_THE_UFW) coman014.wav +#(OK_THE_UFW) coman014.ogg That has a familiar ring to it... nonetheless, we will make it so - The United Federation of Worlds! -#(OK_THE_NAME_IS_EMPIRE0) coman015.wav +#(OK_THE_NAME_IS_EMPIRE0) coman015.ogg Ulp! Well... you're the one with the big starship. So be it - The Empire of #(OK_THE_NAME_IS_EMPIRE1) ! -#(FUEL_UP0) coman016.wav +#(FUEL_UP0) coman016.ogg We are initiating transfer of radioactives, Captain. Now, as soon as our engineers can refit the energy cores -#(FUEL_UP1) coman017.wav +#(FUEL_UP1) coman017.ogg there, that's much better. Power ratings are climbing, life support is coming back into the green. Deep radar systems and sensors are now online and I can scan your vessel. !!!? -- WHAT THE HELL KIND OF SHIP IS THAT!? Just who ARE you, Captain? -#(WHAT_KIND_OF_IDIOT) coman018.wav +#(WHAT_KIND_OF_IDIOT) coman018.ogg WHAT! What kind of idiot sent you out here without replacements for our energy cores!? It's amazing that we've kept the generators online for as long as we have! Look, you had better get those radioactives right away or all the other supplies are pretty damn pointless, since we'll be too dead to use them! -#(DONT_KNOW_WHO_YOU_ARE) coman019.wav +#(DONT_KNOW_WHO_YOU_ARE) coman019.ogg Look, I don't know who you are or why you're here but right now the only thing I'm worried about is saving the lives of the 1900 men and women aboard this starbase @@ -109,26 +109,26 @@ I can't keep the transmitter on too much longer -- we need the power for heat an so if you don't have any radioactives on board your vessel please get some and bring them back here before it's too late. -#(THATS_IMPOSSIBLE) coman020.wav +#(THATS_IMPOSSIBLE) coman020.ogg Star Control science mission, eh? Captain, I served as a Star Control officer during the war, aboard several cruisers on the Coreward Front and if there had been any 'scientific mission' to Vela I would have heard about it. -#(ASK_AWAY) coman021.wav +#(ASK_AWAY) coman021.ogg Okay, what do you want to know? -#(RADIOS_ON_MERCURY) coman022.wav +#(RADIOS_ON_MERCURY) coman022.ogg The fastest way to get radioactives in this system would be to land on Mercury and scour the surface for deposits of radioactive elements. But be careful. Mercury is a pretty inhospitable place! Watch out for earthquakes and hotspots. -#(THANKS_FOR_HELPING) coman023.wav +#(THANKS_FOR_HELPING) coman023.ogg Thanks! I'll make sure to mention this the next time I talk with our masters I'm sure they will reward you. -#(STARBASE_IS) coman024.wav +#(STARBASE_IS) coman024.ogg Ur-Quan slave law requires that we maintain an orbital space platform to assist Hierarchy vessels which are in need of repairs or fuel. Since the shield around Earth cuts us off completely from the planet @@ -137,18 +137,18 @@ The resupply vessels are supposed to arrive every five years at which time the Ur-Quan somehow penetrate the shield and exchange those of us up here with replacement personnel from the surface. -#(HAPPENED_TO_EARTH) coman025.wav +#(HAPPENED_TO_EARTH) coman025.ogg When the Alliance lost the war, the Ur-Quan gave Earth a single choice join the Hierarchy as Battle Thralls and fight for the Ur-Quan to enslave other sentient species or become `fallow' slaves, and be forever imprisoned on a single world encased in an impenetrable energy shield here on Earth. We chose not to fight for the Ur-Quan. -#(URQUAN_LEFT) coman026.wav +#(URQUAN_LEFT) coman026.ogg Soon after Earth accepted the Ur-Quan's Oath of Fealty, they departed, leaving behind a battle group of Spathi and Ilwrath ships based on the moon. -#(BASE_ON_MOON) coman027.wav +#(BASE_ON_MOON) coman027.ogg Ahh...fight the Ur-Quan! Win back our freedom! I remember having such thoughts myself...once, a long time ago. But that was in the first years after the defeat, when it was still terrifying to look up @@ -175,7 +175,7 @@ I'll make you a deal. If you can eliminate the alien base on the moon, and get rid of that threat, at least I will seriously consider your offer. -#(ACKNOWLEDGE_SECRET) coman028.wav +#(ACKNOWLEDGE_SECRET) coman028.ogg Hmmm... you know, come to think of it there were some rumors that Corridor Nine, the special operations division of Star Control was directing some hush-hush operation out near Androsynth space. @@ -184,23 +184,23 @@ So, Captain... if what you say is true how do you explain that huge, alien starship you're flying and why are you here? What do you want from us? -#(ABOUT_BASE) coman029.wav +#(ABOUT_BASE) coman029.ogg After the Ur-Quan erected the slave shield around Earth, and established this space station they decided to leave a contingent of combat ships close to Earth to keep watch on our planet and confirm that we were obeying the Ur-Quan slave laws. I'm certain they're still out there on the surface of the moon because we can pick up a constant stream of alien broadcasts. -#(GOOD_LUCK_WITH_BASE) coman030.wav +#(GOOD_LUCK_WITH_BASE) coman030.ogg Be careful, Captain. There are probably a dozen Spathi Eluders and Ilwrath Avengers down there on the lunar surface. I don't know why they haven't come after you yet but when they do, you'd better have your weapons armed, and your thrusters burning hot. -#(DEALT_WITH_BASE_YET) coman031.wav +#(DEALT_WITH_BASE_YET) coman031.ogg Have you dealt with the base yet? -#(HERE_COMES_ILWRATH) coman032.wav +#(HERE_COMES_ILWRATH) coman032.ogg Captain, listen closely! Long range sensors show a ship closing on this station, fast! Our computer identifies it as Ilwrath, Avenger-class. @@ -208,7 +208,7 @@ I think you've got a fight on your hands, Captain. Your best bet is to wait until it's at point bl-nk r-nge C-pt-in! It's ja-min- ou- s-gn-l!... -#(VERY_IMPRESSIVE) coman033.wav +#(VERY_IMPRESSIVE) coman033.ogg What a beautiful sight, Captain! I haven't seen an Avenger blown away like that since the Battle in Draco. I guess you've shown that you can handle yourself in a battle, Captain @@ -220,56 +220,56 @@ the obvious first step is to get your Precursor equipment and software over here where we can make it work with our ship repair fabricators. But then what, Captain? -#(IT_WAS_ABANDONED) coman034.wav +#(IT_WAS_ABANDONED) coman034.ogg I'll be darned! All these years we've been listening to their incoherent broadcasts, and we never even guessed. -#(YOU_REALLY_FOUGHT_BASE) coman035.wav +#(YOU_REALLY_FOUGHT_BASE) coman035.ogg You fought them, Captain!? I hope you didn't suffer serious casualties? -#(IM_GLAD_YOU_WON) coman036.wav +#(IM_GLAD_YOU_WON) coman036.ogg I'm delighted to hear it, Captain. I wish I could have been there. -#(IM_SURE_IT_WAS_DIFFICULT) coman037.wav +#(IM_SURE_IT_WAS_DIFFICULT) coman037.ogg I'm sure the experience was disturbing -#(THAT_WAS_PROBE) coman038.wav +#(THAT_WAS_PROBE) coman038.ogg That was the Ur-Quan Security Drone. It keeps an eye on us. Captain, what happened to the spy drone!? -#(DEEP_TROUBLE) coman039.wav +#(DEEP_TROUBLE) coman039.ogg Oh no. Right now it's probably cruising through HyperSpace heading right towards the closest Hierarchy outpost. When the Ur-Quan find out that you are here, they will send a combat fleet instantly! -#(GOOD_NEWS) coman040.wav +#(GOOD_NEWS) coman040.ogg Whew! That was a close one. If that probe had gotten away -- up into HyperSpace we'd be up to our ears in Dreadnoughts in no time. What a relief! -#(SURE_HOPE) coman041.wav +#(SURE_HOPE) coman041.ogg If that probe gets back to the Ur-Quan, Captain, we are BOTH in deep trouble! -#(ABOUT_BASE_AGAIN) coman042.wav +#(ABOUT_BASE_AGAIN) coman042.ogg As I said before, after the Ur-Quan erected the slave shield around Earth and assembled this space station they decided to leave a contingent of Spathi and Ilwrath ships stationed on the moon. We have looked at the moonbase through our telescopes and can confirm that there is still substantial activity down there but we have never been able to make contact with the base using either the HyperWave `Caster or traditional radio signals. -#(COOK_BUTTS) coman043.wav +#(COOK_BUTTS) coman043.ogg Ha-ha.. yes, Captain, we'll do just that! -#(OVERTHROW_ALIENS) coman044.wav +#(OVERTHROW_ALIENS) coman044.ogg If you feel this is necessary Captain, I understand. -#(KILL_MONSTERS) coman045.wav +#(KILL_MONSTERS) coman045.ogg A sensible plan, Captain. Let's get to work. -#(GOOD_LUCK_AGAIN) coman046.wav +#(GOOD_LUCK_AGAIN) coman046.ogg Good luck. -#(STARBASE_WILL_BE_READY) coman047.wav +#(STARBASE_WILL_BE_READY) coman047.ogg Now Captain, I expect the configuration process for this starbase to take at least 2 weeks, so let's get to work... diff --git a/sc2/content/comm/druuge/druug000.ogg b/sc2/content/comm/druuge/druug000.ogg new file mode 100644 index 000000000..313a72802 Binary files /dev/null and b/sc2/content/comm/druuge/druug000.ogg differ diff --git a/sc2/content/comm/druuge/druug001.ogg b/sc2/content/comm/druuge/druug001.ogg new file mode 100644 index 000000000..f02da10db Binary files /dev/null and b/sc2/content/comm/druuge/druug001.ogg differ diff --git a/sc2/content/comm/druuge/druug002.ogg b/sc2/content/comm/druuge/druug002.ogg new file mode 100644 index 000000000..f9e1cd0e4 Binary files /dev/null and b/sc2/content/comm/druuge/druug002.ogg differ diff --git a/sc2/content/comm/druuge/druug003.ogg b/sc2/content/comm/druuge/druug003.ogg new file mode 100644 index 000000000..0ae28d0f5 Binary files /dev/null and b/sc2/content/comm/druuge/druug003.ogg differ diff --git a/sc2/content/comm/druuge/druug004.ogg b/sc2/content/comm/druuge/druug004.ogg new file mode 100644 index 000000000..940c4a62e Binary files /dev/null and b/sc2/content/comm/druuge/druug004.ogg differ diff --git a/sc2/content/comm/druuge/druug005.ogg b/sc2/content/comm/druuge/druug005.ogg new file mode 100644 index 000000000..74c90ab60 Binary files /dev/null and b/sc2/content/comm/druuge/druug005.ogg differ diff --git a/sc2/content/comm/druuge/druug006.ogg b/sc2/content/comm/druuge/druug006.ogg new file mode 100644 index 000000000..4b00f262f Binary files /dev/null and b/sc2/content/comm/druuge/druug006.ogg differ diff --git a/sc2/content/comm/druuge/druug007.ogg b/sc2/content/comm/druuge/druug007.ogg new file mode 100644 index 000000000..7e9e7f70e Binary files /dev/null and b/sc2/content/comm/druuge/druug007.ogg differ diff --git a/sc2/content/comm/druuge/druug008.ogg b/sc2/content/comm/druuge/druug008.ogg new file mode 100644 index 000000000..cfef93215 Binary files /dev/null and b/sc2/content/comm/druuge/druug008.ogg differ diff --git a/sc2/content/comm/druuge/druug009.ogg b/sc2/content/comm/druuge/druug009.ogg new file mode 100644 index 000000000..cee155444 Binary files /dev/null and b/sc2/content/comm/druuge/druug009.ogg differ diff --git a/sc2/content/comm/druuge/druug010.ogg b/sc2/content/comm/druuge/druug010.ogg new file mode 100644 index 000000000..ebb3f06fb Binary files /dev/null and b/sc2/content/comm/druuge/druug010.ogg differ diff --git a/sc2/content/comm/druuge/druug011.ogg b/sc2/content/comm/druuge/druug011.ogg new file mode 100644 index 000000000..9683265b7 Binary files /dev/null and b/sc2/content/comm/druuge/druug011.ogg differ diff --git a/sc2/content/comm/druuge/druug012.ogg b/sc2/content/comm/druuge/druug012.ogg new file mode 100644 index 000000000..a02a97a56 Binary files /dev/null and b/sc2/content/comm/druuge/druug012.ogg differ diff --git a/sc2/content/comm/druuge/druug013.ogg b/sc2/content/comm/druuge/druug013.ogg new file mode 100644 index 000000000..6dc861979 Binary files /dev/null and b/sc2/content/comm/druuge/druug013.ogg differ diff --git a/sc2/content/comm/druuge/druug014.ogg b/sc2/content/comm/druuge/druug014.ogg new file mode 100644 index 000000000..4e4388da0 Binary files /dev/null and b/sc2/content/comm/druuge/druug014.ogg differ diff --git a/sc2/content/comm/druuge/druug015.ogg b/sc2/content/comm/druuge/druug015.ogg new file mode 100644 index 000000000..7a09873fd Binary files /dev/null and b/sc2/content/comm/druuge/druug015.ogg differ diff --git a/sc2/content/comm/druuge/druug016.ogg b/sc2/content/comm/druuge/druug016.ogg new file mode 100644 index 000000000..9601e6a91 Binary files /dev/null and b/sc2/content/comm/druuge/druug016.ogg differ diff --git a/sc2/content/comm/druuge/druug017.ogg b/sc2/content/comm/druuge/druug017.ogg new file mode 100644 index 000000000..33bf7f4d9 Binary files /dev/null and b/sc2/content/comm/druuge/druug017.ogg differ diff --git a/sc2/content/comm/druuge/druug018.ogg b/sc2/content/comm/druuge/druug018.ogg new file mode 100644 index 000000000..9519e182d Binary files /dev/null and b/sc2/content/comm/druuge/druug018.ogg differ diff --git a/sc2/content/comm/druuge/druug019.ogg b/sc2/content/comm/druuge/druug019.ogg new file mode 100644 index 000000000..5be018064 Binary files /dev/null and b/sc2/content/comm/druuge/druug019.ogg differ diff --git a/sc2/content/comm/druuge/druug020.ogg b/sc2/content/comm/druuge/druug020.ogg new file mode 100644 index 000000000..f28622b97 Binary files /dev/null and b/sc2/content/comm/druuge/druug020.ogg differ diff --git a/sc2/content/comm/druuge/druug021.ogg b/sc2/content/comm/druuge/druug021.ogg new file mode 100644 index 000000000..6bbda93c4 Binary files /dev/null and b/sc2/content/comm/druuge/druug021.ogg differ diff --git a/sc2/content/comm/druuge/druug022.ogg b/sc2/content/comm/druuge/druug022.ogg new file mode 100644 index 000000000..b07f0330c Binary files /dev/null and b/sc2/content/comm/druuge/druug022.ogg differ diff --git a/sc2/content/comm/druuge/druug023.ogg b/sc2/content/comm/druuge/druug023.ogg new file mode 100644 index 000000000..851c0fef2 Binary files /dev/null and b/sc2/content/comm/druuge/druug023.ogg differ diff --git a/sc2/content/comm/druuge/druug024.ogg b/sc2/content/comm/druuge/druug024.ogg new file mode 100644 index 000000000..4bdde7e18 Binary files /dev/null and b/sc2/content/comm/druuge/druug024.ogg differ diff --git a/sc2/content/comm/druuge/druug025.ogg b/sc2/content/comm/druuge/druug025.ogg new file mode 100644 index 000000000..e3034e6c6 Binary files /dev/null and b/sc2/content/comm/druuge/druug025.ogg differ diff --git a/sc2/content/comm/druuge/druug026.ogg b/sc2/content/comm/druuge/druug026.ogg new file mode 100644 index 000000000..e46a4b216 Binary files /dev/null and b/sc2/content/comm/druuge/druug026.ogg differ diff --git a/sc2/content/comm/druuge/druug027.ogg b/sc2/content/comm/druuge/druug027.ogg new file mode 100644 index 000000000..21e45d910 Binary files /dev/null and b/sc2/content/comm/druuge/druug027.ogg differ diff --git a/sc2/content/comm/druuge/druug028.ogg b/sc2/content/comm/druuge/druug028.ogg new file mode 100644 index 000000000..7636f6553 Binary files /dev/null and b/sc2/content/comm/druuge/druug028.ogg differ diff --git a/sc2/content/comm/druuge/druug029.ogg b/sc2/content/comm/druuge/druug029.ogg new file mode 100644 index 000000000..f520afbcf Binary files /dev/null and b/sc2/content/comm/druuge/druug029.ogg differ diff --git a/sc2/content/comm/druuge/druug030.ogg b/sc2/content/comm/druuge/druug030.ogg new file mode 100644 index 000000000..ac160becc Binary files /dev/null and b/sc2/content/comm/druuge/druug030.ogg differ diff --git a/sc2/content/comm/druuge/druug031.ogg b/sc2/content/comm/druuge/druug031.ogg new file mode 100644 index 000000000..4589f5b9d Binary files /dev/null and b/sc2/content/comm/druuge/druug031.ogg differ diff --git a/sc2/content/comm/druuge/druug032.ogg b/sc2/content/comm/druuge/druug032.ogg new file mode 100644 index 000000000..54cb44fd7 Binary files /dev/null and b/sc2/content/comm/druuge/druug032.ogg differ diff --git a/sc2/content/comm/druuge/druug033.ogg b/sc2/content/comm/druuge/druug033.ogg new file mode 100644 index 000000000..ce8043273 Binary files /dev/null and b/sc2/content/comm/druuge/druug033.ogg differ diff --git a/sc2/content/comm/druuge/druug034.ogg b/sc2/content/comm/druuge/druug034.ogg new file mode 100644 index 000000000..cc1f64cca Binary files /dev/null and b/sc2/content/comm/druuge/druug034.ogg differ diff --git a/sc2/content/comm/druuge/druug035.ogg b/sc2/content/comm/druuge/druug035.ogg new file mode 100644 index 000000000..f3f2ff21a Binary files /dev/null and b/sc2/content/comm/druuge/druug035.ogg differ diff --git a/sc2/content/comm/druuge/druug036.ogg b/sc2/content/comm/druuge/druug036.ogg new file mode 100644 index 000000000..85a30aae3 Binary files /dev/null and b/sc2/content/comm/druuge/druug036.ogg differ diff --git a/sc2/content/comm/druuge/druug037.ogg b/sc2/content/comm/druuge/druug037.ogg new file mode 100644 index 000000000..f045ee242 Binary files /dev/null and b/sc2/content/comm/druuge/druug037.ogg differ diff --git a/sc2/content/comm/druuge/druug038.ogg b/sc2/content/comm/druuge/druug038.ogg new file mode 100644 index 000000000..98379619a Binary files /dev/null and b/sc2/content/comm/druuge/druug038.ogg differ diff --git a/sc2/content/comm/druuge/druug039.ogg b/sc2/content/comm/druuge/druug039.ogg new file mode 100644 index 000000000..f4cecaeae Binary files /dev/null and b/sc2/content/comm/druuge/druug039.ogg differ diff --git a/sc2/content/comm/druuge/druug040.ogg b/sc2/content/comm/druuge/druug040.ogg new file mode 100644 index 000000000..a6e6b18f7 Binary files /dev/null and b/sc2/content/comm/druuge/druug040.ogg differ diff --git a/sc2/content/comm/druuge/druug041.ogg b/sc2/content/comm/druuge/druug041.ogg new file mode 100644 index 000000000..0fbce9926 Binary files /dev/null and b/sc2/content/comm/druuge/druug041.ogg differ diff --git a/sc2/content/comm/druuge/druug042.ogg b/sc2/content/comm/druuge/druug042.ogg new file mode 100644 index 000000000..6f59dff27 Binary files /dev/null and b/sc2/content/comm/druuge/druug042.ogg differ diff --git a/sc2/content/comm/druuge/druug043.ogg b/sc2/content/comm/druuge/druug043.ogg new file mode 100644 index 000000000..e5b6f53f4 Binary files /dev/null and b/sc2/content/comm/druuge/druug043.ogg differ diff --git a/sc2/content/comm/druuge/druug044.ogg b/sc2/content/comm/druuge/druug044.ogg new file mode 100644 index 000000000..d1049c29d Binary files /dev/null and b/sc2/content/comm/druuge/druug044.ogg differ diff --git a/sc2/content/comm/druuge/druug045.ogg b/sc2/content/comm/druuge/druug045.ogg new file mode 100644 index 000000000..acae770a2 Binary files /dev/null and b/sc2/content/comm/druuge/druug045.ogg differ diff --git a/sc2/content/comm/druuge/druug046.ogg b/sc2/content/comm/druuge/druug046.ogg new file mode 100644 index 000000000..b19b6b435 Binary files /dev/null and b/sc2/content/comm/druuge/druug046.ogg differ diff --git a/sc2/content/comm/druuge/druug047.ogg b/sc2/content/comm/druuge/druug047.ogg new file mode 100644 index 000000000..b638d913d Binary files /dev/null and b/sc2/content/comm/druuge/druug047.ogg differ diff --git a/sc2/content/comm/druuge/druug048.ogg b/sc2/content/comm/druuge/druug048.ogg new file mode 100644 index 000000000..7384ca28f Binary files /dev/null and b/sc2/content/comm/druuge/druug048.ogg differ diff --git a/sc2/content/comm/druuge/druug049.ogg b/sc2/content/comm/druuge/druug049.ogg new file mode 100644 index 000000000..d79ea42ea Binary files /dev/null and b/sc2/content/comm/druuge/druug049.ogg differ diff --git a/sc2/content/comm/druuge/druug050.ogg b/sc2/content/comm/druuge/druug050.ogg new file mode 100644 index 000000000..2b0b39658 Binary files /dev/null and b/sc2/content/comm/druuge/druug050.ogg differ diff --git a/sc2/content/comm/druuge/druug051.ogg b/sc2/content/comm/druuge/druug051.ogg new file mode 100644 index 000000000..edecaa754 Binary files /dev/null and b/sc2/content/comm/druuge/druug051.ogg differ diff --git a/sc2/content/comm/druuge/druug052.ogg b/sc2/content/comm/druuge/druug052.ogg new file mode 100644 index 000000000..89378281a Binary files /dev/null and b/sc2/content/comm/druuge/druug052.ogg differ diff --git a/sc2/content/comm/druuge/druug053.ogg b/sc2/content/comm/druuge/druug053.ogg new file mode 100644 index 000000000..eb16b4693 Binary files /dev/null and b/sc2/content/comm/druuge/druug053.ogg differ diff --git a/sc2/content/comm/druuge/druug054.ogg b/sc2/content/comm/druuge/druug054.ogg new file mode 100644 index 000000000..97b7667f3 Binary files /dev/null and b/sc2/content/comm/druuge/druug054.ogg differ diff --git a/sc2/content/comm/druuge/druug055.ogg b/sc2/content/comm/druuge/druug055.ogg new file mode 100644 index 000000000..139f32a2c Binary files /dev/null and b/sc2/content/comm/druuge/druug055.ogg differ diff --git a/sc2/content/comm/druuge/druug056.ogg b/sc2/content/comm/druuge/druug056.ogg new file mode 100644 index 000000000..298e105a6 Binary files /dev/null and b/sc2/content/comm/druuge/druug056.ogg differ diff --git a/sc2/content/comm/druuge/druug057.ogg b/sc2/content/comm/druuge/druug057.ogg new file mode 100644 index 000000000..e2ad0b840 Binary files /dev/null and b/sc2/content/comm/druuge/druug057.ogg differ diff --git a/sc2/content/comm/druuge/druug058.ogg b/sc2/content/comm/druuge/druug058.ogg new file mode 100644 index 000000000..c1775abf4 Binary files /dev/null and b/sc2/content/comm/druuge/druug058.ogg differ diff --git a/sc2/content/comm/druuge/druug059.ogg b/sc2/content/comm/druuge/druug059.ogg new file mode 100644 index 000000000..b4d3c4944 Binary files /dev/null and b/sc2/content/comm/druuge/druug059.ogg differ diff --git a/sc2/content/comm/druuge/druug060.ogg b/sc2/content/comm/druuge/druug060.ogg new file mode 100644 index 000000000..c36bb79fd Binary files /dev/null and b/sc2/content/comm/druuge/druug060.ogg differ diff --git a/sc2/content/comm/druuge/druug061.ogg b/sc2/content/comm/druuge/druug061.ogg new file mode 100644 index 000000000..9af75d73e Binary files /dev/null and b/sc2/content/comm/druuge/druug061.ogg differ diff --git a/sc2/content/comm/druuge/druug062.ogg b/sc2/content/comm/druuge/druug062.ogg new file mode 100644 index 000000000..1193691e2 Binary files /dev/null and b/sc2/content/comm/druuge/druug062.ogg differ diff --git a/sc2/content/comm/druuge/druug063.ogg b/sc2/content/comm/druuge/druug063.ogg new file mode 100644 index 000000000..da4971afb Binary files /dev/null and b/sc2/content/comm/druuge/druug063.ogg differ diff --git a/sc2/content/comm/druuge/druug064.ogg b/sc2/content/comm/druuge/druug064.ogg new file mode 100644 index 000000000..9958e108c Binary files /dev/null and b/sc2/content/comm/druuge/druug064.ogg differ diff --git a/sc2/content/comm/druuge/druug065.ogg b/sc2/content/comm/druuge/druug065.ogg new file mode 100644 index 000000000..cdaeeb8d5 Binary files /dev/null and b/sc2/content/comm/druuge/druug065.ogg differ diff --git a/sc2/content/comm/druuge/druug066.ogg b/sc2/content/comm/druuge/druug066.ogg new file mode 100644 index 000000000..c87740b35 Binary files /dev/null and b/sc2/content/comm/druuge/druug066.ogg differ diff --git a/sc2/content/comm/druuge/druug067.ogg b/sc2/content/comm/druuge/druug067.ogg new file mode 100644 index 000000000..66df0cd6b Binary files /dev/null and b/sc2/content/comm/druuge/druug067.ogg differ diff --git a/sc2/content/comm/druuge/druug068.ogg b/sc2/content/comm/druuge/druug068.ogg new file mode 100644 index 000000000..dd7bdef9d Binary files /dev/null and b/sc2/content/comm/druuge/druug068.ogg differ diff --git a/sc2/content/comm/druuge/druug069.ogg b/sc2/content/comm/druuge/druug069.ogg new file mode 100644 index 000000000..d38a10010 Binary files /dev/null and b/sc2/content/comm/druuge/druug069.ogg differ diff --git a/sc2/content/comm/druuge/druug070.ogg b/sc2/content/comm/druuge/druug070.ogg new file mode 100644 index 000000000..623d9a3e7 Binary files /dev/null and b/sc2/content/comm/druuge/druug070.ogg differ diff --git a/sc2/content/comm/druuge/druug071.ogg b/sc2/content/comm/druuge/druug071.ogg new file mode 100644 index 000000000..7991dceb3 Binary files /dev/null and b/sc2/content/comm/druuge/druug071.ogg differ diff --git a/sc2/content/comm/druuge/druug072.ogg b/sc2/content/comm/druuge/druug072.ogg new file mode 100644 index 000000000..cc16388ce Binary files /dev/null and b/sc2/content/comm/druuge/druug072.ogg differ diff --git a/sc2/content/comm/druuge/druug073.ogg b/sc2/content/comm/druuge/druug073.ogg new file mode 100644 index 000000000..a43875ff8 Binary files /dev/null and b/sc2/content/comm/druuge/druug073.ogg differ diff --git a/sc2/content/comm/druuge/druug074.ogg b/sc2/content/comm/druuge/druug074.ogg new file mode 100644 index 000000000..b2d90ed51 Binary files /dev/null and b/sc2/content/comm/druuge/druug074.ogg differ diff --git a/sc2/content/comm/druuge/druug075.ogg b/sc2/content/comm/druuge/druug075.ogg new file mode 100644 index 000000000..e92745d24 Binary files /dev/null and b/sc2/content/comm/druuge/druug075.ogg differ diff --git a/sc2/content/comm/druuge/druuge.txt b/sc2/content/comm/druuge/druuge.txt index a30ca3b43..87c74ab65 100755 --- a/sc2/content/comm/druuge/druuge.txt +++ b/sc2/content/comm/druuge/druuge.txt @@ -1,12 +1,12 @@ -#(AMBUSH_IS_FIRST_HELLO) druug000.wav +#(AMBUSH_IS_FIRST_HELLO) druug000.ogg We are the Druuge of the Crimson Corporation. The planet you approach belongs to us. All other claims are hereby rendered invalid and uncontestable. Depart. -#(INIT_BOMB_WORLD_HELLO) druug001.wav +#(INIT_BOMB_WORLD_HELLO) druug001.ogg Fancy meeting you here, Captain! -#(SUBSEQ_BOMB_WORLD_HELLO) druug002.wav +#(SUBSEQ_BOMB_WORLD_HELLO) druug002.ogg The treasure on this world is our property! It belongs to the Crimson Corporation. Your presence here can only be interpreted as an attempt to deprive us of what is rightfully ours! @@ -16,7 +16,7 @@ Or prepare to suffer the severe consequences. #(whats_up_at_bomb_planet) Druuge starship captain. Justify your presence here. -#(GEN_INFO_AT_BOMB_PLANET) druug003.wav +#(GEN_INFO_AT_BOMB_PLANET) druug003.ogg We, the appointed representatives of the Crimson Corporation merely come to obtain the fair and reasonable payment for our goods! We travelled to this region of space years ago to sell the useless Ultron device to the Utwig. @@ -37,7 +37,7 @@ provided you leave now! #(we_get_bomb) This Precursor artifact does not belong to you. It is rightfully ours. Stand aside. -#(NOT_GET_BOMB) druug004.wav +#(NOT_GET_BOMB) druug004.ogg LIAR! It is WE who are the genuine owners! Not you, Captain. Those many years ago, when we offered the Ultron to the Utwig @@ -71,7 +71,7 @@ Now GO! And do not return. #(then_we_take_bomb) Regardless of your feelings in this matter, we will now take the device. -#(FIGHT_FOR_BOMB) druug005.wav +#(FIGHT_FOR_BOMB) druug005.ogg No! You will not! We know your soul, young Captain. It is no brighter than ours! We acknowledge our greed. We revel in it. @@ -81,13 +81,13 @@ But now you stand in our way. You will not be moved. Therefore, we will add your true name to our Ledger of Hatred, but first Die, child, DIE! -#(GOODBYE_FROM_BOMB_PLANET) druug006.wav +#(GOODBYE_FROM_BOMB_PLANET) druug006.ogg Your appreciation of this difficult situation does you credit. -#(NOT_ENOUGH_ROOM) druug007.wav +#(NOT_ENOUGH_ROOM) druug007.ogg You don't have enough room in your fleet for the ships we want to give you. -#(TRADE_FOR_SPHERE) druug008.wav +#(TRADE_FOR_SPHERE) druug008.ogg Captain! A special deal, a bargain unequalled! Instead of the usual payment we would give for this item what would you say to a different exchange? @@ -99,7 +99,7 @@ What is your response? #(no_way) Thanks, but no thanks. -#(OK_REGULAR_DEAL) druug009.wav +#(OK_REGULAR_DEAL) druug009.ogg Very well, we can understand your trepidation. We have been unfair in springing this offer on you so suddenly. Perhaps we can offer the deal again, in the future @@ -108,14 +108,14 @@ when you have had time to think about it. #(way) I accept this unusual offer. -#(OK_HERES_SPHERE) druug010.wav +#(OK_HERES_SPHERE) druug010.ogg Ha-ha! You are indeed a wise young human! The Rosy Sphere is yours. #(whats_the_sphere_again) Tell me more about this Artifact, this Rosy Sphere. -#(SPHERE_IS) druug011.wav +#(SPHERE_IS) druug011.ogg Its genesis is lost in antiquity, along with the race who created it the marvelous Precursors! Note how the device glows, how it throbs... pulsing slowly... bright... then dark... @@ -125,7 +125,7 @@ Vast brutal wars have been fought over its possession. The offer we make to you here today is quite unique! Do not make a hasty choice. -#(WE_SELL_FOR_CREW) druug012.wav +#(WE_SELL_FOR_CREW) druug012.ogg Since this is your first time trading with us, Captain allow me to explain our standard operating procedures. We will sell you fuel, ancient artifacts, even our own Mauler starships! @@ -135,7 +135,7 @@ on a permanent basis. #(i_will_never_trade_crew) I will never sell my crew to be your slaves. -#(YOUR_LOSS) druug013.wav +#(YOUR_LOSS) druug013.ogg This a great loss for us both, but we will not make an exception in your case. However, please try to be receptive to what I am about to say. We have taken the liberty of entering your ships's computer system @@ -148,7 +148,7 @@ Should you change your mind, we will always be ready to work with you, Captain. #(isnt_this_slave_trading) Gee, isn't this kind of like... slave trading? -#(NO_SLAVE_TRADE) druug014.wav +#(NO_SLAVE_TRADE) druug014.ogg No, no no, Captain! Slaves have no choice in their destiny, no freedom. We would never accept the permanent assignment of one of your people unless we knew that they had granted you the rights to make such a deal. @@ -156,7 +156,7 @@ unless we knew that they had granted you the rights to make such a deal. #(what_do_with_crew) Well, what would my crew members do here? -#(HAVE_FUN) druug015.wav +#(HAVE_FUN) druug015.ogg People as skilled as your flagship's crew will receive immediate posts in our starfleet. They will serve alongside our own Druuge starship personnel sharing every duty. @@ -164,50 +164,50 @@ sharing every duty. #(im_ready_to_buy) ...I am ready to make purchases. -#(THIS_FOR_SALE) druug016.wav +#(THIS_FOR_SALE) druug016.ogg Excellent! Let us begin. Our inventory presently includes... -#(HAVE_SPHERE) druug017.wav +#(HAVE_SPHERE) druug017.ogg The Rosy Sphere! An ancient Precursor artifact of unrivaled beauty and mystery. Yours for the amazing bargain of only 100 crew. -#(HAVE_ART_2) druug018.wav +#(HAVE_ART_2) druug018.ogg The Glowing Rod! What unearthly powers will you gain when you hold this coruscating staff high above your head and scream, `Kyeee! Lykeee-lieee!' And it can be yours for only 100 crew. -#(HAVE_ART_1) druug019.wav +#(HAVE_ART_1) druug019.ogg The Trident of Wimbli! Not just one, but fully THREE mystic prongs give this artifact its awesome capabilities. Are you strong enough to master its power? Or will it master you? Cost? 100 crew. -#(SHIPS_AND_FUEL) druug020.wav +#(SHIPS_AND_FUEL) druug020.ogg As always, we also have an unlimited supply of exceptionally high-performance starship fuel at a cost of ten crew for ten units of fuel as well as a freshly assembled Mauler starship which we will trade for 100 of your crew. -#(BOUGHT_SHIP) druug021.wav +#(BOUGHT_SHIP) druug021.ogg Good choice. Your fleet swells with power! With the purchase of additional Mauler vessels, you would be nigh invincible! -#(BOUGHT_FUEL) druug022.wav +#(BOUGHT_FUEL) druug022.ogg The fuel has been transferred to your vehicle. I expect you will notice the immediate benefits of our secret fuel additives. -#(BOUGHT_ART_2) druug023.wav +#(BOUGHT_ART_2) druug023.ogg So fortunate for you! So sad for me. I fear this relic of the glorious past was all that kept me from ending my life to leave this vale of tears. Now what shall I do? -#(BOUGHT_ART_1) druug024.wav +#(BOUGHT_ART_1) druug024.ogg Ho-ho, Captain! Do not point the prongs at me in such a carefree manner! I might have been accidentally incinerated, or transported to a hostile dimension. You wield the Trident with authority, Captain. I can tell that already you are realizing the true scope of this artifact's powers. -#(BOUGHT_SPHERE) druug025.wav +#(BOUGHT_SPHERE) druug025.ogg I stride to the Sphere's containment vessel and pull it slowly from its ancient cradle. The dust of centuries has made a gentle weld... there! It has come free. Now, into your hands I place the ancient sphere. Do you feel that, Captain? @@ -217,14 +217,14 @@ Well it soon shall, Captain. Just keep trying. #(repeat_what_to_sell) Uh, could you repeat what you have to sell? -#(INIT_SPACE_HELLO) druug026.wav +#(INIT_SPACE_HELLO) druug026.ogg Greetings friend and fellow explorer. I am an Officer of the Crimson Corporation. We are the Druuge. We are delighted to make your acquaintance, and hope that we can do business together. Should your desires be similar, please hurry to our main trading world at Zeta Persei I. -#(SUBSEQUENT_SPACE_HELLO) druug027.wav +#(SUBSEQUENT_SPACE_HELLO) druug027.ogg Ah, the young starship captain from Earth! We hope your adventures have brought you wealth. How can we be of service? @@ -232,12 +232,12 @@ How can we be of service? #(whats_up_in_space) What can you tell us of your culture, your species? -#(GENERAL_INFO_IN_SPACE_1) druug028.wav +#(GENERAL_INFO_IN_SPACE_1) druug028.ogg More than a culture, Captain, we are an organization -- the Crimson Corporation! Our corporation seeks only to improve our quality of life and does so via the `Dribble-Down' effect. -#(GENERAL_INFO_IN_SPACE_2) druug029.wav +#(GENERAL_INFO_IN_SPACE_2) druug029.ogg You wish to know more about us? Excellent! After all, knowledge should be free, eh Captain?! Let's see... about us @@ -250,7 +250,7 @@ this means any ex-employee is instantly trespassing and is guilty of stealing Co such as air and sunlight. The only appropriate penalty for theft is to feed the furnace. -#(GENERAL_INFO_IN_SPACE_3) druug030.wav +#(GENERAL_INFO_IN_SPACE_3) druug030.ogg You know, Captain, we have heard that there is a race called the Melnorme which has recently entered this part of the galaxy. We understand that they sell fuel for gross profit @@ -260,7 +260,7 @@ How criminal. Just an aside, Captain. We thought you might like to know that the resources which can be salvaged from a Melnorme wreck are phenomenal. -#(GENERAL_INFO_IN_SPACE_4) druug031.wav +#(GENERAL_INFO_IN_SPACE_4) druug031.ogg More information, Captain? You have learned so much about us already! Very well. You may be interested to know that we recently diverted the onslaught of a hostile alien race. @@ -272,55 +272,55 @@ We devised a brilliant plan, implemented it perfectly and were thus spared gruesome death at the hands of the aliens who we later learned called themselves the `Kohr-Ah'. -#(GOODBYE_FROM_SPACE) druug032.wav +#(GOODBYE_FROM_SPACE) druug032.ogg Until we meet again. -#(HSTL_TRADE_WORLD_HELLO_1) druug033.wav +#(HSTL_TRADE_WORLD_HELLO_1) druug033.ogg What, you wish to rob our Trade World, eh? Not today, boyo! -#(HSTL_TRADE_WORLD_HELLO_2) druug034.wav +#(HSTL_TRADE_WORLD_HELLO_2) druug034.ogg You made a mistake returning here, Captain. We know your true colors. You are a blackheart. -#(HOSTILE_SPACE_HELLO_1) druug035.wav +#(HOSTILE_SPACE_HELLO_1) druug035.ogg Villains! Pilferers! Crooks! Look to your souls. Make your peace. You are about to die. -#(HOSTILE_SPACE_HELLO_2) druug036.wav +#(HOSTILE_SPACE_HELLO_2) druug036.ogg Foul pirate! We know of your violence and thievery. You are undone, and must pay the price for your wretched deeds! -#(INITIAL_TRADE_WORLD_HELLO) druug037.wav +#(INITIAL_TRADE_WORLD_HELLO) druug037.ogg Attention alien starship. You have arrived at the Central Trade World of the Crimson Corporation Home of the Druuge. Be welcome and take advantage of our excellent deals. -#(SSQ_TRADE_WORLD_HELLO_1) druug038.wav +#(SSQ_TRADE_WORLD_HELLO_1) druug038.ogg It's always pleasant to see you again, Captain. Are you here today to buy or sell? -#(SSQ_TRADE_WORLD_HELLO_2) druug039.wav +#(SSQ_TRADE_WORLD_HELLO_2) druug039.ogg Ah! It is the young human in the giant alien spacecraft. -#(SSQ_TRADE_WORLD_HELLO_3) druug040.wav +#(SSQ_TRADE_WORLD_HELLO_3) druug040.ogg We welcome you to our Trade World once again, Captain. We are at your service. -#(SSQ_TRADE_WORLD_HELLO_4) druug041.wav +#(SSQ_TRADE_WORLD_HELLO_4) druug041.ogg Hello Captain. Back so soon? #(whats_up_at_trade_world) What can you tell us about this trade world? -#(GEN_INFO_AT_TRADE_WORLD_1) druug042.wav +#(GEN_INFO_AT_TRADE_WORLD_1) druug042.ogg This is the heart of our operation, the vital core of the Crimson Corporation. A million deals are made here each day, perhaps more. You would be wise to take advantage of all our services, Captain. You will not find better deals anywhere. -#(GEN_INFO_AT_TRADE_WORLD_2) druug043.wav +#(GEN_INFO_AT_TRADE_WORLD_2) druug043.ogg While I am sure, Captain, that you would never make this foolish mistake I still feel I should warn you about one of our laws, specifically Druuge Statute 3429 - subsection A86, Definition of Starship Derelicts. @@ -330,14 +330,14 @@ usually because someone will try to take the unarmed ship by force. Therefore any unarmed vessel in our space is defined as a derelict and is available for salvage by anyone who finds it. -#(GEN_INFO_AT_TRADE_WORLD_3) druug044.wav +#(GEN_INFO_AT_TRADE_WORLD_3) druug044.ogg In case it has not been made clear to you, Captain aside from your crew, there are certain items which we are willing to trade for. Specifically, these include: Vortex Spawners, HyperWave `Casters and the tough, fungal mats discarded by the Mycon Deep Children as they penetrate a planet's crust. -#(GEN_INFO_AT_TRADE_WORLD_4) druug045.wav +#(GEN_INFO_AT_TRADE_WORLD_4) druug045.ogg You may be surprised to learn that we are deeply spiritual beings, Captain. We worship our god with great enthusiasm. You want details? Why certainly. @@ -367,56 +367,56 @@ We, the undersigned, hereby swear to fulfill our obligations as defined above. Signed, The Druuge. (God, being omni-present and all-knowing is considered to have signed this document, by default.) -#(SCAN_MAIDENS) druug046.wav +#(SCAN_MAIDENS) druug046.ogg It has come to our attention that you have female Shofixti creatures on board your ship. We have the means to fertilze these creatures artificially allowing us to produce a hybrid beast to attend our furnaces. We must have those females, Captain! We are prepared to offer you fully six of our devastating Mauler starships in exchange. -#(SCAN_FRAGMENTS) druug047.wav +#(SCAN_FRAGMENTS) druug047.ogg We know that you have Mycon Deep Child egg case fragments aboard your vessel. Would you consider trading them to us for a shiny new Mauler starship? -#(SCAN_DRUUGE_CASTER) druug048.wav +#(SCAN_DRUUGE_CASTER) druug048.ogg Our sensors reveal that you have one of our more powerful HyperWave `Casters on board your ship. Have no fear, Captain. It was abandoned on the Burvixese moon and by our law it belongs to you; however we are fond of the device and wish to regain it through trade. Give us the `Caster, and we will give you all the fuel your ship can hold. -#(SCAN_ARILOU_SPAWNER) druug049.wav +#(SCAN_ARILOU_SPAWNER) druug049.ogg We note you possess a Vortex Spawner. In exchange for the simple device we will give you three Mauler starships and fill your fuel tanks, at no extra charge. -#(ENOUGH_FRAGMENTS) druug050.wav +#(ENOUGH_FRAGMENTS) druug050.ogg We have scanned additional Mycon Egg cases on your ship however, we have a sufficient supply, and do not intend to make further purchases of this commodity. -#(READY_TO_BUY) druug051.wav +#(READY_TO_BUY) druug051.ogg We are prepared to make a deal. -#(READY_TO_SELL) druug052.wav +#(READY_TO_SELL) druug052.ogg Excellent! Let us begin. Our inventory presently includes: -#(BYE_FROM_TRADE_WORLD_1) druug053.wav +#(BYE_FROM_TRADE_WORLD_1) druug053.ogg Return soon, Captain. Your patronage is appreciated. -#(BYE_FROM_TRADE_WORLD_2) druug054.wav +#(BYE_FROM_TRADE_WORLD_2) druug054.ogg Until next time, captain. -#(NOT_ENOUGH_CREW) druug055.wav +#(NOT_ENOUGH_CREW) druug055.ogg Unfortunately, Captain, you do not have enough crew to make this purchase. -#(EXCHANGE_MADE) druug056.wav +#(EXCHANGE_MADE) druug056.ogg The agreed-upon exchange is hereby enacted. -#(OK_DONE_BUYING) druug057.wav +#(OK_DONE_BUYING) druug057.ogg Are you sure?... as you wish. -#(OK_DONE_SELLING) druug058.wav +#(OK_DONE_SELLING) druug058.ogg Very well. #(bye) @@ -461,51 +461,51 @@ I will sell the Egg Case fragments to you. #(sell_spawner) I will sell the Portal Spawner to you. -#(BOUGHT_MAIDENS) druug059.wav +#(BOUGHT_MAIDENS) druug059.ogg I will purchase the fertile Shofixti adolescents. -#(BOUGHT_FRAGMENTS) druug060.wav +#(BOUGHT_FRAGMENTS) druug060.ogg I accept the deal for the Mycon Deep Child eggcase. -#(BOUGHT_CASTER) druug061.wav +#(BOUGHT_CASTER) druug061.ogg I will buy the Hyperwave 'Caster. -#(YOU_GET) druug062.wav +#(YOU_GET) druug062.ogg In exchange, you shall receive -#(YOU_ALSO_GET) druug063.wav +#(YOU_ALSO_GET) druug063.ogg In addition, as agreed, we will also give you -#(BOUGHT_SPAWNER) druug064.wav +#(BOUGHT_SPAWNER) druug064.ogg I will take the QuasiSpace Portal Spawner. -#(SALVAGE_YOUR_SHIP_1) druug065.wav +#(SALVAGE_YOUR_SHIP_1) druug065.ogg I note that your ship is unarmed and unescorted. Therefore, by Druuge law, your ship is deemed derelict, and is subject to the laws of salvage. While I would prefer to take your ship intact, alas, I suspect you will force me to sell it as scrap. -#(SALVAGE_YOUR_SHIP_2) druug066.wav +#(SALVAGE_YOUR_SHIP_2) druug066.ogg Under the authority of Druuge Statute 3429, subsection A86 `Definition of Starship Derelicts' I hereby declare your undefended vessel as my salvaged property. You have five seconds to vacate the premises before I am forced to remove you by force Time's up! -#(DEAL_FOR_STATED_SHIPS) druug067.wav +#(DEAL_FOR_STATED_SHIPS) druug067.ogg the agreed-upon number of ships. -#(DEAL_FOR_LESS_SHIPS) druug068.wav +#(DEAL_FOR_LESS_SHIPS) druug068.ogg less than the number of ships I originally offered because you have no room for the the full amount in your fleet! Unfortunately for you, I'm afraid, but legal I assure you. -#(DEAL_FOR_NO_SHIPS) druug069.wav +#(DEAL_FOR_NO_SHIPS) druug069.ogg the number of ships which can be added to your fleet and according to my scan of your task force, that is none. A serious mistake on your part captain, I'm afraid, but a great boon for the Firm. With such a fine deal under my belt, perhaps I should take the rest of the day off. -#(FUEL0) druug070.wav +#(FUEL0) druug070.ogg All the fuel your ship can hold. We are now hooking up the fuel lines to fill your tanks. Hmm.. Ah, yes. The job is done. Now let's see how much was transferred... It was @@ -513,7 +513,7 @@ Hmm.. Ah, yes. The job is done. Now let's see how much was transferred... It was #(FUEL1) units of fuel. -#(HIDEOUS_DEAL) druug071.wav +#(HIDEOUS_DEAL) druug071.ogg Aieee! I am ruined! You have sucked my full tanks until they are dry! Cruel Monster! Bloated Villain! Slicer of innocent throats! What shall I tell the Manager?! My spouse?! @@ -521,24 +521,24 @@ I shall certainly be assigned to tend the furnaces. I shall burn in the atomic fires! Aieee! -#(BAD_DEAL) druug072.wav +#(BAD_DEAL) druug072.ogg This will look very bad on my record, Captain. You have hurt me deeply. I had expected an understanding between trading partners, between equals but NO! The moment my back is turned, you fill your bloated tanks far beyond a reasonable limit. I have learned an important lesson from you today One I shall never forget. -#(FAIR_DEAL) druug073.wav +#(FAIR_DEAL) druug073.ogg You have received a fair exchange for your device, Captain. Perhaps more than fair for you. I will not be able to brag about this exchange, but then again I need not worry about feeding the furnace. -#(GOOD_DEAL) druug074.wav +#(GOOD_DEAL) druug074.ogg Well done, Captain. Quite a fair exchange. Good job. (hee-hee-hee). -#(FINE_DEAL) druug075.wav +#(FINE_DEAL) druug075.ogg Ha-ha, yes! Yes! Yes! Yes! Yes! Yes! A fine deal, Captain. An excellent bargain... for me! Ho-ho-ho! When I offered you all the fuel you could hold, you could have drained every drop I had. diff --git a/sc2/content/comm/ilwrath/ilwra000.ogg b/sc2/content/comm/ilwrath/ilwra000.ogg new file mode 100644 index 000000000..dfbe58ff6 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra000.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra001.ogg b/sc2/content/comm/ilwrath/ilwra001.ogg new file mode 100644 index 000000000..92d5be17c Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra001.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra002.ogg b/sc2/content/comm/ilwrath/ilwra002.ogg new file mode 100644 index 000000000..dc159e395 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra002.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra003.ogg b/sc2/content/comm/ilwrath/ilwra003.ogg new file mode 100644 index 000000000..16ce576a8 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra003.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra004.ogg b/sc2/content/comm/ilwrath/ilwra004.ogg new file mode 100644 index 000000000..94158c912 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra004.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra005.ogg b/sc2/content/comm/ilwrath/ilwra005.ogg new file mode 100644 index 000000000..8c9ab85c7 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra005.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra006.ogg b/sc2/content/comm/ilwrath/ilwra006.ogg new file mode 100644 index 000000000..9d373c354 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra006.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra007.ogg b/sc2/content/comm/ilwrath/ilwra007.ogg new file mode 100644 index 000000000..619bee7c0 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra007.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra008.ogg b/sc2/content/comm/ilwrath/ilwra008.ogg new file mode 100644 index 000000000..19e78e0ea Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra008.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra009.ogg b/sc2/content/comm/ilwrath/ilwra009.ogg new file mode 100644 index 000000000..c3615f5b4 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra009.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra010.ogg b/sc2/content/comm/ilwrath/ilwra010.ogg new file mode 100644 index 000000000..3381645c8 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra010.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra011.ogg b/sc2/content/comm/ilwrath/ilwra011.ogg new file mode 100644 index 000000000..93e564ba0 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra011.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra012.ogg b/sc2/content/comm/ilwrath/ilwra012.ogg new file mode 100644 index 000000000..cc6afc208 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra012.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra013.ogg b/sc2/content/comm/ilwrath/ilwra013.ogg new file mode 100644 index 000000000..339474898 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra013.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra014.ogg b/sc2/content/comm/ilwrath/ilwra014.ogg new file mode 100644 index 000000000..f15ec330f Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra014.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra015.ogg b/sc2/content/comm/ilwrath/ilwra015.ogg new file mode 100644 index 000000000..3148270f6 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra015.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra016.ogg b/sc2/content/comm/ilwrath/ilwra016.ogg new file mode 100644 index 000000000..a75a01d8a Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra016.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra017.ogg b/sc2/content/comm/ilwrath/ilwra017.ogg new file mode 100644 index 000000000..d2369d72e Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra017.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra018.ogg b/sc2/content/comm/ilwrath/ilwra018.ogg new file mode 100644 index 000000000..cc1139264 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra018.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra019.ogg b/sc2/content/comm/ilwrath/ilwra019.ogg new file mode 100644 index 000000000..ea4261d53 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra019.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra020.ogg b/sc2/content/comm/ilwrath/ilwra020.ogg new file mode 100644 index 000000000..838213dc5 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra020.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra021.ogg b/sc2/content/comm/ilwrath/ilwra021.ogg new file mode 100644 index 000000000..c3b7321cc Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra021.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra022.ogg b/sc2/content/comm/ilwrath/ilwra022.ogg new file mode 100644 index 000000000..cdbc473f7 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra022.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra023.ogg b/sc2/content/comm/ilwrath/ilwra023.ogg new file mode 100644 index 000000000..400aade17 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra023.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra024.ogg b/sc2/content/comm/ilwrath/ilwra024.ogg new file mode 100644 index 000000000..a7c237c2f Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra024.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra025.ogg b/sc2/content/comm/ilwrath/ilwra025.ogg new file mode 100644 index 000000000..f5119b006 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra025.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra026.ogg b/sc2/content/comm/ilwrath/ilwra026.ogg new file mode 100644 index 000000000..0c001cc54 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra026.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra027.ogg b/sc2/content/comm/ilwrath/ilwra027.ogg new file mode 100644 index 000000000..13b2c6916 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra027.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra028.ogg b/sc2/content/comm/ilwrath/ilwra028.ogg new file mode 100644 index 000000000..8faf5565a Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra028.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra029.ogg b/sc2/content/comm/ilwrath/ilwra029.ogg new file mode 100644 index 000000000..469f23438 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra029.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra030.ogg b/sc2/content/comm/ilwrath/ilwra030.ogg new file mode 100644 index 000000000..2b196e105 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra030.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra031.ogg b/sc2/content/comm/ilwrath/ilwra031.ogg new file mode 100644 index 000000000..d86bfa06d Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra031.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra032.ogg b/sc2/content/comm/ilwrath/ilwra032.ogg new file mode 100644 index 000000000..1cde389fe Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra032.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra033.ogg b/sc2/content/comm/ilwrath/ilwra033.ogg new file mode 100644 index 000000000..6d2981910 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra033.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra034.ogg b/sc2/content/comm/ilwrath/ilwra034.ogg new file mode 100644 index 000000000..f4acca023 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra034.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra035.ogg b/sc2/content/comm/ilwrath/ilwra035.ogg new file mode 100644 index 000000000..1c113b9f2 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra035.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra036.ogg b/sc2/content/comm/ilwrath/ilwra036.ogg new file mode 100644 index 000000000..81ec57ec4 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra036.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra037.ogg b/sc2/content/comm/ilwrath/ilwra037.ogg new file mode 100644 index 000000000..68772b5ab Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra037.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra038.ogg b/sc2/content/comm/ilwrath/ilwra038.ogg new file mode 100644 index 000000000..3925f7ba7 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra038.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra039.ogg b/sc2/content/comm/ilwrath/ilwra039.ogg new file mode 100644 index 000000000..967ea253a Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra039.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra040.ogg b/sc2/content/comm/ilwrath/ilwra040.ogg new file mode 100644 index 000000000..2bab93f3a Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra040.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra041.ogg b/sc2/content/comm/ilwrath/ilwra041.ogg new file mode 100644 index 000000000..0eb76d6ec Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra041.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra042.ogg b/sc2/content/comm/ilwrath/ilwra042.ogg new file mode 100644 index 000000000..0423af7d2 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra042.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra043.ogg b/sc2/content/comm/ilwrath/ilwra043.ogg new file mode 100644 index 000000000..2ceb97243 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra043.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra044.ogg b/sc2/content/comm/ilwrath/ilwra044.ogg new file mode 100644 index 000000000..c4f6752c8 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra044.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra045.ogg b/sc2/content/comm/ilwrath/ilwra045.ogg new file mode 100644 index 000000000..95eff00fa Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra045.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra046.ogg b/sc2/content/comm/ilwrath/ilwra046.ogg new file mode 100644 index 000000000..ec44125a0 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra046.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra047.ogg b/sc2/content/comm/ilwrath/ilwra047.ogg new file mode 100644 index 000000000..9bedad757 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra047.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra048.ogg b/sc2/content/comm/ilwrath/ilwra048.ogg new file mode 100644 index 000000000..8983aadc3 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra048.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra049.ogg b/sc2/content/comm/ilwrath/ilwra049.ogg new file mode 100644 index 000000000..9b6e6c1c1 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra049.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra050.ogg b/sc2/content/comm/ilwrath/ilwra050.ogg new file mode 100644 index 000000000..75e3815ed Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra050.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra051.ogg b/sc2/content/comm/ilwrath/ilwra051.ogg new file mode 100644 index 000000000..cff0060e0 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra051.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra052.ogg b/sc2/content/comm/ilwrath/ilwra052.ogg new file mode 100644 index 000000000..d94db03f3 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra052.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra053.ogg b/sc2/content/comm/ilwrath/ilwra053.ogg new file mode 100644 index 000000000..c50fdd6c2 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra053.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra054.ogg b/sc2/content/comm/ilwrath/ilwra054.ogg new file mode 100644 index 000000000..18839f83c Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra054.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra055.ogg b/sc2/content/comm/ilwrath/ilwra055.ogg new file mode 100644 index 000000000..f0326bdff Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra055.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra056.ogg b/sc2/content/comm/ilwrath/ilwra056.ogg new file mode 100644 index 000000000..15180a328 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra056.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra057.ogg b/sc2/content/comm/ilwrath/ilwra057.ogg new file mode 100644 index 000000000..ebc86e8a2 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra057.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra058.ogg b/sc2/content/comm/ilwrath/ilwra058.ogg new file mode 100644 index 000000000..628d6000f Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra058.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra059.ogg b/sc2/content/comm/ilwrath/ilwra059.ogg new file mode 100644 index 000000000..09368271e Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra059.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra060.ogg b/sc2/content/comm/ilwrath/ilwra060.ogg new file mode 100644 index 000000000..d1b4d96e6 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra060.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra061.ogg b/sc2/content/comm/ilwrath/ilwra061.ogg new file mode 100644 index 000000000..aee38f047 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra061.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra062.ogg b/sc2/content/comm/ilwrath/ilwra062.ogg new file mode 100644 index 000000000..9e32ec5e9 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra062.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra063.ogg b/sc2/content/comm/ilwrath/ilwra063.ogg new file mode 100644 index 000000000..147854d18 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra063.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra064.ogg b/sc2/content/comm/ilwrath/ilwra064.ogg new file mode 100644 index 000000000..449af0d8b Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra064.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra065.ogg b/sc2/content/comm/ilwrath/ilwra065.ogg new file mode 100644 index 000000000..a6dd707dd Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra065.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwra066.ogg b/sc2/content/comm/ilwrath/ilwra066.ogg new file mode 100644 index 000000000..0d0bf22f2 Binary files /dev/null and b/sc2/content/comm/ilwrath/ilwra066.ogg differ diff --git a/sc2/content/comm/ilwrath/ilwrath.txt b/sc2/content/comm/ilwrath/ilwrath.txt index cfb829d56..851ba4240 100755 --- a/sc2/content/comm/ilwrath/ilwrath.txt +++ b/sc2/content/comm/ilwrath/ilwrath.txt @@ -1,24 +1,24 @@ -#(NEVER_ENOUGH) ilwra000.wav +#(NEVER_ENOUGH) ilwra000.ogg We Can Never Receive Sufficient Direction From You, Great Masters! We Eagerly Await Your Next Vile Commandments. -#(OK_WARSHIP) ilwra001.wav +#(OK_WARSHIP) ilwra001.ogg As You Wish, Glorious, Unmerciful Destructors! In All Future Warship We Will Honor You In This Way! -#(OK_DWE) ilwra002.wav +#(OK_DWE) ilwra002.ogg Yes, Great Dogar! Yes Mighty Kazon! Dwe Certainly Will, Dwe Certainly Will! -#(OK_YOUBOO) ilwra003.wav +#(OK_YOUBOO) ilwra003.ogg It Shall Be So, Great Ones. Yuubuu Are Mighty! Yuubuu Are The Most Hideous And Deceitful! We Ilwrath Are Too Fortunate To Have Yuubuu To Worship! -#(OK_DILRAT) ilwra004.wav +#(OK_DILRAT) ilwra004.ogg We, The Dill-Rats, Bow And Scrape Off Our Appendages In Your Honor, Mighty Dogar And Kazon! -#(BIG_FUN) ilwra005.wav +#(BIG_FUN) ilwra005.ogg Listen! Once More The Terrible Twosome Are Among Us! Hear Our Thanks, Mighty Dogar And Kazon! @@ -28,7 +28,7 @@ Inside These Creatures Can Be Found A Most Smooth And Sweet Set Of Innards. Their Low Bellows Of Fear And Agony Do Service To Your Names, Great Dogar And Kazon! We Will Slay These Beasts In Your Name, Until They Are All Dead, Dead, DEAD! -#(FAST_AS_CAN) ilwra006.wav +#(FAST_AS_CAN) ilwra006.ogg Our Gods Of Darkness And Pain Call To Us Again! Evil Dogar, Cruel Kazon! How Can We Be So Fortunate To Hear From You Again? We Pray Thee Gods, Forgive Us For Not Yet Beginning The Slaying Of The Thraddash. @@ -44,12 +44,12 @@ AIEE AIEE AIEE -#(GLORIOUS_WORSHIP) ilwra007.wav +#(GLORIOUS_WORSHIP) ilwra007.ogg Attend! The Cruel Twins Of Pain And Death Have Returned To Instruct Us! Dogar And Kazon! We Are Your Instruments Of Cruelty And Death! As We Speak, Our Holy Excruciators Attack The Thraddash, Slaying Unmercifully In Your Names. -#(ON_WAY) ilwra008.wav +#(ON_WAY) ilwra008.ogg Dogar And Kazon Once More Grace Channel 44 With Their Inspiring Words Of Hatred And Cruelty! Acolyte! Turn The Volume To Maximum Immediately! Hear Us, Black Dogar! Hear Us, Bloody Kazon! @@ -57,20 +57,20 @@ We Have Heard Your Word And Devote Every Breath To Fulfilling Your Desire For Gr As We Speak, A Thousand Starships, Cloaked And Invisible, Make Passage To The Draconis Stars. Upon Arrival There, The Holy Killing Team Will Begin The Bloody Slaughter You Requested. -#(GODS_RETURN_1) ilwra009.wav +#(GODS_RETURN_1) ilwra009.ogg Dogar! Kazon! We Hear Your Summons And Slaughter The Fat Jubby In Greeting. -#(GODS_RETURN_2) ilwra010.wav +#(GODS_RETURN_2) ilwra010.ogg From The Black Pits Of Pain The Deific Duo Of Destruction Emerge Once More! -#(GODS_RETURN_3) ilwra011.wav +#(GODS_RETURN_3) ilwra011.ogg Our Gods Have Returned Once More, Just As Foretold By This Morning's Rituals! When We Pulled The Steaming Entrails From The Squirming Sacrifice and Flung The Fatty Loops Against The Walls Of Our Holy Chambers the Entrails Stuck Tight, Neither Sliding Nor Peeling Even A Little Bit! Thus Was Our Gods' Arrival Foretold! -#(JUST_GRUNTS) ilwra012.wav +#(JUST_GRUNTS) ilwra012.ogg What Is That? The Voices Of Our Gods Dogar And Kazon? Surely It Cannot Be! And Yet My Set Is Tuned To The Mystic 44 -- Who Else Can It Be? I Am Unworthy Of Such Attention As This! @@ -78,7 +78,7 @@ Dogar -- Kazon! Your Divine Words Will Surely Consume Me. I Beeseech Thee! Speak Directly To The Leaders At Homeworld! I Am Unworthy. -#(GRUNTS_AGAIN) ilwra013.wav +#(GRUNTS_AGAIN) ilwra013.ogg Hark! We Are Receiving A Holy Transmission. Oh Dark And Gruesome Masters! I Am Honored With Your Attention. But Great Gods, I Am But A Simple Ilwrath, A Humble Murderer. @@ -86,10 +86,10 @@ I Am Unworthy To Hear Your Words! Only At Our Homeworld Orbiting The Green Eye Of Dogar Are There Ilwrath Sufficiently Evil to Understand Your Commandments. Forgive Me! -#(WHAT_ORDERS) ilwra014.wav +#(WHAT_ORDERS) ilwra014.ogg Your Will Is Our Inspiration. What Shall We Do? -#(WE_WORSHIP_1) ilwra015.wav +#(WE_WORSHIP_1) ilwra015.ogg From The Chambers Of Pain We Hear Your Words, Cruel And Evil Lords Of Darkness. And As Your Voice Crackles Out Of The Speaker Boxes, It Sends Thrills Across Our Carapaces. Our Hairy Quills All Stand Erect And We Pant And Wheeze With Holy Fervor! @@ -97,14 +97,14 @@ Oh Mighty Gods! You Are The Definition Of All That Is Evil And Hideous In This U You Are The Inspiration For All Cruelty, Deception And Pain. For This We Thank You! -#(WE_WORSHIP_2) ilwra016.wav +#(WE_WORSHIP_2) ilwra016.ogg We Shall Make Instant Obeisance, Divine Lords Of Darkness! Acolyte! Light The Candles Of Torment -- Quickly! No You Idiot! Not The White Ones... Use The Yellow And Red Ones We Made From The Prisoners Last Week, The Ones With The Lumps. No Fool, Not Those! They Are Still Wet! -#(WE_WORSHIP_3) ilwra017.wav +#(WE_WORSHIP_3) ilwra017.ogg Oh Evil Dogar! Oh Hideous Kazon! We Shall Toss The Fat Jubbies Into The Pit Of A Thousand Needles! @@ -115,13 +115,13 @@ This We Shall Do In Your Names! We Shall Torment, Terrorize, Maim And Kill, Again, Again And AGAIN! This We Shall Do In Your Names! -#(SUBSEQUENT_CHMMR_HELLO) ilwra018.wav +#(SUBSEQUENT_CHMMR_HELLO) ilwra018.ogg So... The Hu-Man Has Returned To Visit Its Entombed Mentors Of Deceit! I Am Emotionally Moved By This Poignant Moment, And Feel Compelled To Make Immediate Obeisance. Flaccid Earthling -- I Will Pour Your Warm Circulatory Fluid Across The Altar Of Dogar And Dance A Jig Of Cruelty Atop Your Cooling Corpse. -#(INIT_CHMMR_HELLO) ilwra019.wav +#(INIT_CHMMR_HELLO) ilwra019.ogg Caught You, Didn't I? We Have Monitored Your Visit To This World With Great Interest. Your Plans For Trickery Are Pitiful @@ -131,15 +131,15 @@ I Wonder What Sort Of Noise You Will Make When I Pull Off Your Arms? A High And Wailing Scream, Or A Low Moan Of Ultimate Suffering? -#(OK_ENOUGH_ILWRATH) ilwra020.wav +#(OK_ENOUGH_ILWRATH) ilwra020.ogg And Yet You Know So Little. -#(OK_ENOUGH_GODS) ilwra021.wav +#(OK_ENOUGH_GODS) ilwra021.ogg Your Pitiful Investigations Have Barely Scratched The Surface Of What Is To Be Learned About Dogar And Kazon. And Remember, You May Never Get Another Chance To Ask Such Questions. -#(SEND_MESSAGE) ilwra022.wav +#(SEND_MESSAGE) ilwra022.ogg By The Fetid Breath Of The Dark Twin, Kazon! A Hu-Man In An Alien Starship... How Fascinating! When I Intercepted That Ur-Quan Drone, And Learned That An Unidentified Starship Had Approached Earth, @@ -150,7 +150,7 @@ And Therefore In Direct Violation Of The Oath Of Fealty. I Am Sure Our Masters, The Ur-Quan, Will Punish Earth Most Severely For This Treachery.... When I Present Them With The Twisted Wreckage Of Your Ship And Your Many Charred Corpses. -#(CAME_FROM) ilwra023.wav +#(CAME_FROM) ilwra023.ogg Since You Will Soon Be Dead, I Will Gladly Explain. We Have Spent Many Years Gleefully Preying On The Pkunk. They Are A Pitiful, Easily-killed Species @@ -161,23 +161,23 @@ But Before We Had Reached Our Region Of Space, We Detected The Passage Of A Near It Informed Us About You... So Here We Are. And Now, YOU DIE! -#(WHO_BLASTS_WHO) ilwra024.wav +#(WHO_BLASTS_WHO) ilwra024.ogg I Have No Fear Of You, Feeble Mammal. Though My Ship Lacks A Functional Cloaking Device, And Many Of Our Crew Are Dead, My Gods, Dogar The Black And Kazon The Unseen, Have Personally Confided To Me That They Despise You Hu-Mans, And That They Will Help Us To Kill You All! -#(NO_SURRENDER) ilwra025.wav +#(NO_SURRENDER) ilwra025.ogg Fool! As Alien As Your Ship May Be, Our Sensors Reveal How Few Weapons You Have On Board. Though This Vessel Is Under-Crewed, And Our Cloak Of Darkness Is Non-Functional, We Still Have More Than Enough Power To Kill You All! -#(NOT_REASONABLE) ilwra026.wav +#(NOT_REASONABLE) ilwra026.ogg Ha-ha-ha-ha! You Must Be Either A Naive Child Or A Hopeless Fool. In Either Case, It Makes No Difference, Because Soon You Will Be DEAD! -#(SUBSEQUENT_HOME_HELLO) ilwra027.wav +#(SUBSEQUENT_HOME_HELLO) ilwra027.ogg I See That You Have Come To Your Senses And Are Now Prepared To Engage In The Festival Of A Thousand Screams. Although Your Initial Rejection Of The Honor Was Dismaying, @@ -186,7 +186,7 @@ Ha Ha, Pinch Yourself, Hu-Man! You Are Not Dreaming. Dogar Has Winked And Kazon Has Spasmed In Condescending Approval. Today, Hu-Man, Is Your Lucky Day! -#(GENERAL_INFO) ilwra028.wav +#(GENERAL_INFO) ilwra028.ogg Though Such Information Is Normally Holy And Secret, I Find I Am Unable To Contain Myself. Know This Fact, Hu-Man You Are Hu-Man, Weak And Alone In This Universe With No Gods To Protect You. @@ -202,31 +202,31 @@ The Hungry Lurker In The Night. These Are Our Gods -- The ONLY Gods! How Do We Know, You Ask? Because Dogar And Kazon TOLD US So. -#(GOODBYE_AND_DIE) ilwra029.wav +#(GOODBYE_AND_DIE) ilwra029.ogg Not So Fast, Tender Hu-Man! You Must First Pay Homage To The Universal Deities Dogar And Kazon! The Payment Is Simple And Within Your Means. You Will Pay With Your Lives! -#(DECEIVERS) ilwra030.wav +#(DECEIVERS) ilwra030.ogg DECEIVERS! We Know That You Are Not Truly Dogar And Kazon! Your Foolish And Childlike Attempts To Fool Us Shall Be Your Death! -#(NO_PEACE) ilwra031.wav +#(NO_PEACE) ilwra031.ogg Excellent! We Enjoy The Process Of Rending Life So Much More When The Life Giver Is Willing. Come Now In Peace And Give That Which Makes You Live! -#(NO_ALLIANCE) ilwra032.wav +#(NO_ALLIANCE) ilwra032.ogg Silly Earthling! The Ur-Quan, Our Masters, Would Be Displeased If They Were Aware Of Your Transgressions! By Violating Your Oath Of Fealty To The Ur-Quan, We Are Obligated To Take Your Lives As Payment... A Process That Will Incidentally Please Both Myself And, More Importantly, The Arch-Deific Duo! -#(ILWRATH_BELIEVE) ilwra033.wav +#(ILWRATH_BELIEVE) ilwra033.ogg Listen! It Is The Hideous And Inspiring Voices Of Our Gods, Dogar And Kazon! Oh Great Gods Of Evil And Darkness, What Can Your Humble And Devious Servants Do For You? -#(OK_KILL_THRADDASH) ilwra034.wav +#(OK_KILL_THRADDASH) ilwra034.ogg Oh Mighty Dogar! Oh Mighty Kazon! Your Devoted Servants Hear Your Words And Obey Your Divine And Cruel Insights. @@ -241,23 +241,23 @@ Hmm YES! I Have It! The THRADDASH! We Will Go NOW, And Kill All Of Them! -#(GOODBYE_GODS) ilwra035.wav +#(GOODBYE_GODS) ilwra035.ogg Farewell Dogar And Kazon. We Are Awed By Your Malevolent Presence, And Swear Unto You To Commit Even More Vile And Treacherous Deeds Tommorrow Than We Did Today! -#(INIT_HELLO_SPACE) ilwra036.wav +#(INIT_HELLO_SPACE) ilwra036.ogg What? Can I Believe My Sensory Cluster? I Sense Hu-Mans! I Dance With Joy For Our Good Fortune. The Hu-Man Dies With Such Agony That It Cannot Help But Please Dogar And Kazon. -#(SUBSEQUENT_HELLO_SPACE_1) ilwra037.wav +#(SUBSEQUENT_HELLO_SPACE_1) ilwra037.ogg What Is It? Mmmm, Hu-Man! It Has Been Long Since I Have Seen A Hu-Man Die! We Will Bet On How Many Parts We Can Remove Before It Stops Making Noise! Now, You Space-Ship Captain, Begin The Expedient Transfer Of All Hu-Man Crew So That We May Waste No Time. -#(SUBSEQUENT_HELLO_SPACE_2) ilwra038.wav +#(SUBSEQUENT_HELLO_SPACE_2) ilwra038.ogg Ah, Hu-Man! You Join Us In The Celebration Of Dogar And Kazon! We Grow Excited: The Hu-Man Makes Excellent Ceremony. When We Peel It, Urgent Bleating Comes From The Noisemaker. @@ -266,7 +266,7 @@ And The Cilia Of Kazon Swell, Indicating Their Readiness For The Juices. It Squirms With Vigor Until We Pop The Crunchy Noisemaker. Rejoice! The Duo Of Deception Shall Receive Their Supplication. -#(SUBSEQUENT_HELLO_SPACE_3) ilwra039.wav +#(SUBSEQUENT_HELLO_SPACE_3) ilwra039.ogg Your Fortuitous Arrival Bodes Well For Our Ceremony Of Consumption! The Hu-Man Must Prepare: It Must Perform A Complete Depilation, And Then Anoint Its Surface With The Larval Paste Of Our Stillborn Offspring. @@ -275,7 +275,7 @@ While The Hu-Man Squeals For Either Dogar Or Kazon! Hu-Man, Listen Closely To These Words Favor Neither God With Your Screams, Lest You Tragically Taint The Consumption! -#(SUBSEQUENT_HELLO_SPACE_4) ilwra040.wav +#(SUBSEQUENT_HELLO_SPACE_4) ilwra040.ogg By The Green Eye Of Dogar, It Is A Squishy Bone-Bag Hu-Man! It Is Waiting For Kazon To Knead Its Body With The Cilia Of Dread Until It Can Only Roll And Bleat. @@ -286,11 +286,11 @@ Will It Be By Shaking It Until It Is Oozing All Over? Will It Be By Chewing Off Bits And Pieces Until It No Longer Functions? Hmm, I Think Not The Latter -- Too Many Bones. -#(GENERAL_INFO_SPACE_1) ilwra041.wav +#(GENERAL_INFO_SPACE_1) ilwra041.ogg Hah! Puny Hu-Man! You Make Me Chitter With Amusement! By The Will Of The Mighty Dogar And Kazon I Am Here To Make You Die, Die, DIE! -#(GENERAL_INFO_SPACE_2) ilwra042.wav +#(GENERAL_INFO_SPACE_2) ilwra042.ogg It Is The Good Will Of Dogar And Kazon That Brings The Fodder Hu-Man To Us! Were It Not For The Dark Lords Of Deceptions' Mighty Directive, We Would Not Have The Good Fortune To Intercept You For A Festive Limb Wringing! @@ -298,7 +298,7 @@ Your Fight For Life, Though Futile, Serves The Noble Purpose And Appeases Our Honored Deities. You Have Earned The Right To Hold Your Head High! -#(GENERAL_INFO_SPACE_3) ilwra043.wav +#(GENERAL_INFO_SPACE_3) ilwra043.ogg Incorrectness! We Come From The Eye Of Dogar. Such A Quasar Exists Nowhere Near This Location! Look In The Heavens At Location 022.9, 366.6 @@ -306,7 +306,7 @@ And Gaze Into The Depths Of Its All-Seeing Eye If You Dare! Only By The Sparing Caress Of Kazon's Anointed Cilia Will You Survive Such An Act. Else, You Will Bless The Altar Of Consumption With Your Ceremonial Blood! -#(GENERAL_INFO_SPACE_4) ilwra044.wav +#(GENERAL_INFO_SPACE_4) ilwra044.ogg In The Brief Golden Moment - During The War With Your Alliance - We Ilwrath Enjoyed Unequaled Merriment And Festivities. So Much Blood And Lymph Fluid -- Ecstasy! @@ -324,13 +324,13 @@ Pluck Them Slowly. Eviscerate Their Gasping Husks. Let Dogar And Kazon Drink The We Went Forth And We Found The Pkunk, But Hu-Man, Now We Are Supremely Joyful... Because You Die So Much Better! -#(GENERAL_INFO_SPACE_5) ilwra045.wav +#(GENERAL_INFO_SPACE_5) ilwra045.ogg Blasphemer! You Are Not Fit For The Most Holy Rituals Of Devivication And Consumption! Dogar And Kazon Would Most Assuredly Gag On Your Sour Flesh And Spit Your Thin Soul Onto The Ninth Mountain Of Hell. Therefore We Shall Simply Cut You Up And Feed You To The Pets. -#(STRENGTH_NOT_ALL) ilwra046.wav +#(STRENGTH_NOT_ALL) ilwra046.ogg Ha Foolish Flesh Sac, Your Obsession With Strength Spells Your Doom. Only Through Enlightenment Achieved With Diligent Ritual Worship Of The Twins Of Darkness Can A Being Truly Be Victorious! @@ -338,7 +338,7 @@ Death, No Matter What The Source, Feeds The Wicked Pair. It Is An Ultimate Honor And Victory To Die For This Purpose. We Know In The End Only The Truly Devout Will Reap The Reward That Dogar And Kazon Dispense! -#(NO_SLAY_BY_THOUSANDS) ilwra047.wav +#(NO_SLAY_BY_THOUSANDS) ilwra047.ogg You Amuse Us With Your Nonsensical Ramblings. We Look Forward To The Careful Exploration Of Your Structure. First, We Will Peel Back The Curious Follicle-Infested Outer Layer @@ -346,18 +346,18 @@ Followed By The Greasy Blankets Of Yellow Lard. Such A Confusing Hodge-Podge Of Parts Can Entertain For Hours! Hu-Man, Prepare Yourself For The Festivities! -#(NO_EASE_UP) ilwra048.wav +#(NO_EASE_UP) ilwra048.ogg Relax -- Yes! Dogar And Kazon Could Not Say It Better! We Will Engage In The Best Stress-Relieving Activity. Prepare Your Tepid Flesh Bag For Death! -#(GOODBYE_AND_DIE_SPACE) ilwra049.wav +#(GOODBYE_AND_DIE_SPACE) ilwra049.ogg Where To, Hu-Man? We Are Here To Escort You To The Glistening Chambers Of Pain Home Of The Heinous Twins Of Darkness. We Will Assist You On Your Journey Of Expiration. -#(INIT_HOME_HELLO) ilwra050.wav +#(INIT_HOME_HELLO) ilwra050.ogg What A Pleasant Surprise! Ever Since The Ur-Quan Made It A Fallow Slave Species We Have Missed The Hu-Man! You Arrive Just In Time For The Festival Of A Thousand Screams. We Welcome You With Open Appendages! @@ -366,24 +366,24 @@ As We Pour Your Steaming Parts From Your Breached Husk You Will Cry With The Force That Pleases The Mighty Deities Dogar And Kazon! Then We Will Address Our Inquiries And Receive Deific Guidance. Glorious! -#(GOODBYE_AND_DIE_HOMEWORLD) ilwra051.wav +#(GOODBYE_AND_DIE_HOMEWORLD) ilwra051.ogg You Leave? The Festivities Have Not Yet Begun -- You Have Uttered Nary A Single Scream! Our Pain-Pots Have Been Freshly Mixed, And We Have Sharpened Our Poppers. Wait! We Cannot Permit You To Miss The Happy Times Of Terror And Torment. -#(SO_MUCH_TO_KNOW) ilwra052.wav +#(SO_MUCH_TO_KNOW) ilwra052.ogg There Is So Much To Tell -- So Many Different Aspects! These Deities Permeate The Fabric Of The Universe. Since All Things Eventually Succumb To Death, All Things Meet Dogar And Kazon. -#(LONG_AGO) ilwra053.wav +#(LONG_AGO) ilwra053.ogg Hu-Man, You Do Not Understand. It Is As It Has Always Been. When The Hatchlings Struggle From The Egg Sac They Show Their Respect To The Twin Gods Of Death During Their First Frenzied Gorging. From That Moment On, The Directives And Philosophies Of Dogar And Kazon Are Manifested By The Hatchling. -#(KILLED_GOOD_GODS) ilwra054.wav +#(KILLED_GOOD_GODS) ilwra054.ogg During The Dark Ages, Yes, We Were Confused By The Many Gods. There Were Dozens Of Deities Ranging From Zith Of The Pelt To Awk Of The Seds. @@ -397,7 +397,7 @@ Specifically, All Heretics Were To Be Eaten, And All Possessions Were To Be Delivered To The Holy Sites Or The Priestly Dwellings. -#(CHANNEL_44) ilwra055.wav +#(CHANNEL_44) ilwra055.ogg The Deific Duo Broadcast On Channel 44. Their Words Of Wisdom Are Available To All And The Instructions Are Carried Out To The Best Of Our Mortal Ability. We Know That We Are Pleasing The Gods Because They @@ -406,7 +406,7 @@ Were Compelled To Direct Us Almost Daily, But Now Have Received No Direction For Almost Eight Years. Indeed, We Diligently Monitor The Channel Should Dogar And Kazon Choose To Be Heard. -#(BECAUSE_44) ilwra056.wav +#(BECAUSE_44) ilwra056.ogg They Do It For Us. First, They Clear The Channel Of Messy Static And Interference. Second, It Made It Easy For Us To Properly Identify What @@ -415,13 +415,13 @@ Dogar Possesses 44 Eyes That See Into The 44 Planes Of Existence And Each Of Kazon's 44 Sub-Tongues Is Made Up Of 44 Plump, Writhing Cilia. Besides, They Knew We Were 'Captain Satellite' Viewers. -#(WHAT_ABOUT_ILWRATH) ilwra057.wav +#(WHAT_ABOUT_ILWRATH) ilwra057.ogg Yes, Your Interest Is Not Unusual. It Is Through The Omniscient Guidance Of Our Mighty Lords Of Darkness That We Have Achieved This State Of Near Perfection. We Will Dispel Your Ignorance Concerning The First Child Species Of The Unmerciful Dogar And Kazon. -#(ABOUT_PHYSIO) ilwra058.wav +#(ABOUT_PHYSIO) ilwra058.ogg Yes, Our Striking Appearance Only Hints At The True Strength That Resides Inside. Coursing Through Our Thorax Are The Fluids Of Life. Like Yourselves, If We Leak In Excess, We Will Satiate The Sacrificial @@ -432,7 +432,7 @@ Damaged Or Lost As Often Happens In Many Of The Rituals Of Pain. Our Sensory Cluster Lets Us Monitor The Whim And Will Of The Deadly Duo In The Complex Sequence Of Events That Leads Us All To Death. -#(ABOUT_HISTORY) ilwra059.wav +#(ABOUT_HISTORY) ilwra059.ogg For Eons We Lived Appendage To Mandible. Then, Many Millennia Ago, We Received The Guidance Of Dogar And Kazon. This Enabled Us To Move Beyond The Simple Existence Of Tranquil Hunter-Gatherers, @@ -453,7 +453,7 @@ We Now Penetrate Deeply Into Their Home Space! When We Complete Our Mission Of Genocide We Are Certain That We Will Once Again Hear From Dogar And Kazon. -#(ABOUT_CULTURE) ilwra060.wav +#(ABOUT_CULTURE) ilwra060.ogg Ah, Our Culture Is Rich With Meaningful Tradition. During The Birth Rite The Egg Sac Teems With Many New Potential Deaths The Hatchlings Fight Over Their First Frothy Draught Of Blood. @@ -462,7 +462,7 @@ A Frequently Performed Ceremony Of Affirmation Has The Participant Grinding Away It Is The Pain That Acknowledges The Greatness Of The Twins Of Excruciation How Can They Help But Notice The Scream Caused By The Mangled Nervous Tissue? -#(ABOUT_URQUAN) ilwra061.wav +#(ABOUT_URQUAN) ilwra061.ogg The Ur-Quan Are But The Instruments Of Dogar And Kazon, Even Though They May Not Admit To It. This Is Because It Was The Evil Twins That Had Them Assist Us With Their Technologies And Resources. Their Soft Merciful Nature Sickens Both Gods But They See The Potential That The Ur-Quan Possess. @@ -471,7 +471,7 @@ Since Dogar And Kazon Exhibit The Quality Of Omnipresence The Total Crew Complement Is Actually At The Auspicious Count Of 44! That The Ur-Quan Are But Instruments Of The Dark Twins Of Death Is A Foregone Conclusion. -#(URQUAN_TOO_NICE) ilwra062.wav +#(URQUAN_TOO_NICE) ilwra062.ogg Simply Put, The Ur-Quan Are Far Too Kind To Please Dogar And Kazon. When Your Species Was Subdued, Our Gods Made Clear Their Desire For Immediate Deaths By The Billion. We Made Plans For A Grand Ceremony To Be Called `Mountains Of Flesh'. @@ -480,14 +480,14 @@ But Then The Ur-Quan Commanded That You Hu-Mans Were To Be Left Alive! The Confu With Our Plans For A Magnificent And Most Holy Planetary Slaughter Forcibly Terminated We Retreated To Our Homeworld To Sulk. -#(OF_COURSE_WERE_EVIL) ilwra063.wav +#(OF_COURSE_WERE_EVIL) ilwra063.ogg Ha! Evil! Of Course We're Evil! Dogar And Kazon Would Never Reward A Less-Than-Hideously Evil Species With Their Baleful Grace. Why We Are The Very Definition Of Evil! Everything About Us, Within And Without, Reeks Of Heinous Deeds, Deceit And Treachery! Even Our House Pets Are Rather Evil. -#(DONT_CONFUSE_US) ilwra064.wav +#(DONT_CONFUSE_US) ilwra064.ogg Hmmm... We ARE All Evil. We All Behave In A Mutually Agreed-Upon Fashion Of Murder, Torture, Deceit And So Forth. Our Uniform Acceptance Of This Heinous Credo Creates An Orderly And Cooperative Society @@ -500,14 +500,14 @@ Which Means... Er... Puny Hu-Man, Do Not Play With Words! You Anger Both Dogar And Kazon! Now You Must Die! -#(ON_WAY_TO_THRADDASH) ilwra065.wav +#(ON_WAY_TO_THRADDASH) ilwra065.ogg Begone Hu-Mans! We Would Very Much Like To Tear Off All Your Digits... And Be Entertained Fitting Them Into Your Orifices... But We Are On An Evil Jihad And Cannot Be Bothered Killing You At This Time. Perhaps Later. -#(HAPPY_FIGHTING_THRADDASH) ilwra066.wav +#(HAPPY_FIGHTING_THRADDASH) ilwra066.ogg From Channel 44 Came The Words Of The Dark Twins To Make Bloody Pilgramage! We Have Arrived In the Holy Killing Zone and Eagerly Execute the Commands of Dogar and Kazon. The Slaying Has Been Excellent -- High Ceremony! diff --git a/sc2/content/comm/melnorm/melno000.ogg b/sc2/content/comm/melnorm/melno000.ogg new file mode 100644 index 000000000..e66e7eb60 Binary files /dev/null and b/sc2/content/comm/melnorm/melno000.ogg differ diff --git a/sc2/content/comm/melnorm/melno001.ogg b/sc2/content/comm/melnorm/melno001.ogg new file mode 100644 index 000000000..8173c24b9 Binary files /dev/null and b/sc2/content/comm/melnorm/melno001.ogg differ diff --git a/sc2/content/comm/melnorm/melno002.ogg b/sc2/content/comm/melnorm/melno002.ogg new file mode 100644 index 000000000..77011724c Binary files /dev/null and b/sc2/content/comm/melnorm/melno002.ogg differ diff --git a/sc2/content/comm/melnorm/melno003.ogg b/sc2/content/comm/melnorm/melno003.ogg new file mode 100644 index 000000000..17feca1c9 Binary files /dev/null and b/sc2/content/comm/melnorm/melno003.ogg differ diff --git a/sc2/content/comm/melnorm/melno004.ogg b/sc2/content/comm/melnorm/melno004.ogg new file mode 100644 index 000000000..b5671fb0d Binary files /dev/null and b/sc2/content/comm/melnorm/melno004.ogg differ diff --git a/sc2/content/comm/melnorm/melno005.ogg b/sc2/content/comm/melnorm/melno005.ogg new file mode 100644 index 000000000..8d5241a45 Binary files /dev/null and b/sc2/content/comm/melnorm/melno005.ogg differ diff --git a/sc2/content/comm/melnorm/melno006.ogg b/sc2/content/comm/melnorm/melno006.ogg new file mode 100644 index 000000000..63cf851b4 Binary files /dev/null and b/sc2/content/comm/melnorm/melno006.ogg differ diff --git a/sc2/content/comm/melnorm/melno007.ogg b/sc2/content/comm/melnorm/melno007.ogg new file mode 100644 index 000000000..22a046444 Binary files /dev/null and b/sc2/content/comm/melnorm/melno007.ogg differ diff --git a/sc2/content/comm/melnorm/melno008.ogg b/sc2/content/comm/melnorm/melno008.ogg new file mode 100644 index 000000000..9fd201ee0 Binary files /dev/null and b/sc2/content/comm/melnorm/melno008.ogg differ diff --git a/sc2/content/comm/melnorm/melno009.ogg b/sc2/content/comm/melnorm/melno009.ogg new file mode 100644 index 000000000..39786e0e0 Binary files /dev/null and b/sc2/content/comm/melnorm/melno009.ogg differ diff --git a/sc2/content/comm/melnorm/melno010.ogg b/sc2/content/comm/melnorm/melno010.ogg new file mode 100644 index 000000000..c137fc75f Binary files /dev/null and b/sc2/content/comm/melnorm/melno010.ogg differ diff --git a/sc2/content/comm/melnorm/melno011.ogg b/sc2/content/comm/melnorm/melno011.ogg new file mode 100644 index 000000000..34937f345 Binary files /dev/null and b/sc2/content/comm/melnorm/melno011.ogg differ diff --git a/sc2/content/comm/melnorm/melno012.ogg b/sc2/content/comm/melnorm/melno012.ogg new file mode 100644 index 000000000..765592c1f Binary files /dev/null and b/sc2/content/comm/melnorm/melno012.ogg differ diff --git a/sc2/content/comm/melnorm/melno013.ogg b/sc2/content/comm/melnorm/melno013.ogg new file mode 100644 index 000000000..d913f52a4 Binary files /dev/null and b/sc2/content/comm/melnorm/melno013.ogg differ diff --git a/sc2/content/comm/melnorm/melno014.ogg b/sc2/content/comm/melnorm/melno014.ogg new file mode 100644 index 000000000..2dc0977e4 Binary files /dev/null and b/sc2/content/comm/melnorm/melno014.ogg differ diff --git a/sc2/content/comm/melnorm/melno015.ogg b/sc2/content/comm/melnorm/melno015.ogg new file mode 100644 index 000000000..b20984576 Binary files /dev/null and b/sc2/content/comm/melnorm/melno015.ogg differ diff --git a/sc2/content/comm/melnorm/melno016.ogg b/sc2/content/comm/melnorm/melno016.ogg new file mode 100644 index 000000000..14937d235 Binary files /dev/null and b/sc2/content/comm/melnorm/melno016.ogg differ diff --git a/sc2/content/comm/melnorm/melno017.ogg b/sc2/content/comm/melnorm/melno017.ogg new file mode 100644 index 000000000..a1ea290f4 Binary files /dev/null and b/sc2/content/comm/melnorm/melno017.ogg differ diff --git a/sc2/content/comm/melnorm/melno018.ogg b/sc2/content/comm/melnorm/melno018.ogg new file mode 100644 index 000000000..6d3a7f7e7 Binary files /dev/null and b/sc2/content/comm/melnorm/melno018.ogg differ diff --git a/sc2/content/comm/melnorm/melno019.ogg b/sc2/content/comm/melnorm/melno019.ogg new file mode 100644 index 000000000..6edd8e4f8 Binary files /dev/null and b/sc2/content/comm/melnorm/melno019.ogg differ diff --git a/sc2/content/comm/melnorm/melno020.ogg b/sc2/content/comm/melnorm/melno020.ogg new file mode 100644 index 000000000..f10abe927 Binary files /dev/null and b/sc2/content/comm/melnorm/melno020.ogg differ diff --git a/sc2/content/comm/melnorm/melno021.ogg b/sc2/content/comm/melnorm/melno021.ogg new file mode 100644 index 000000000..447d4a5ce Binary files /dev/null and b/sc2/content/comm/melnorm/melno021.ogg differ diff --git a/sc2/content/comm/melnorm/melno022.ogg b/sc2/content/comm/melnorm/melno022.ogg new file mode 100644 index 000000000..602e5a4b1 Binary files /dev/null and b/sc2/content/comm/melnorm/melno022.ogg differ diff --git a/sc2/content/comm/melnorm/melno023.ogg b/sc2/content/comm/melnorm/melno023.ogg new file mode 100644 index 000000000..32f09ca56 Binary files /dev/null and b/sc2/content/comm/melnorm/melno023.ogg differ diff --git a/sc2/content/comm/melnorm/melno024.ogg b/sc2/content/comm/melnorm/melno024.ogg new file mode 100644 index 000000000..657a5bce5 Binary files /dev/null and b/sc2/content/comm/melnorm/melno024.ogg differ diff --git a/sc2/content/comm/melnorm/melno025.ogg b/sc2/content/comm/melnorm/melno025.ogg new file mode 100644 index 000000000..4bb4c4051 Binary files /dev/null and b/sc2/content/comm/melnorm/melno025.ogg differ diff --git a/sc2/content/comm/melnorm/melno026.ogg b/sc2/content/comm/melnorm/melno026.ogg new file mode 100644 index 000000000..6de4b4eff Binary files /dev/null and b/sc2/content/comm/melnorm/melno026.ogg differ diff --git a/sc2/content/comm/melnorm/melno027.ogg b/sc2/content/comm/melnorm/melno027.ogg new file mode 100644 index 000000000..d6282a0c3 Binary files /dev/null and b/sc2/content/comm/melnorm/melno027.ogg differ diff --git a/sc2/content/comm/melnorm/melno028.ogg b/sc2/content/comm/melnorm/melno028.ogg new file mode 100644 index 000000000..286556fbe Binary files /dev/null and b/sc2/content/comm/melnorm/melno028.ogg differ diff --git a/sc2/content/comm/melnorm/melno029.ogg b/sc2/content/comm/melnorm/melno029.ogg new file mode 100644 index 000000000..0bf723f1c Binary files /dev/null and b/sc2/content/comm/melnorm/melno029.ogg differ diff --git a/sc2/content/comm/melnorm/melno030.ogg b/sc2/content/comm/melnorm/melno030.ogg new file mode 100644 index 000000000..0e805c820 Binary files /dev/null and b/sc2/content/comm/melnorm/melno030.ogg differ diff --git a/sc2/content/comm/melnorm/melno031.ogg b/sc2/content/comm/melnorm/melno031.ogg new file mode 100644 index 000000000..81f61cd18 Binary files /dev/null and b/sc2/content/comm/melnorm/melno031.ogg differ diff --git a/sc2/content/comm/melnorm/melno032.ogg b/sc2/content/comm/melnorm/melno032.ogg new file mode 100644 index 000000000..ee1afd4c9 Binary files /dev/null and b/sc2/content/comm/melnorm/melno032.ogg differ diff --git a/sc2/content/comm/melnorm/melno033.ogg b/sc2/content/comm/melnorm/melno033.ogg new file mode 100644 index 000000000..7f0413198 Binary files /dev/null and b/sc2/content/comm/melnorm/melno033.ogg differ diff --git a/sc2/content/comm/melnorm/melno034.ogg b/sc2/content/comm/melnorm/melno034.ogg new file mode 100644 index 000000000..7d90d0cf4 Binary files /dev/null and b/sc2/content/comm/melnorm/melno034.ogg differ diff --git a/sc2/content/comm/melnorm/melno035.ogg b/sc2/content/comm/melnorm/melno035.ogg new file mode 100644 index 000000000..6cd9472e4 Binary files /dev/null and b/sc2/content/comm/melnorm/melno035.ogg differ diff --git a/sc2/content/comm/melnorm/melno036.ogg b/sc2/content/comm/melnorm/melno036.ogg new file mode 100644 index 000000000..1cd4721a8 Binary files /dev/null and b/sc2/content/comm/melnorm/melno036.ogg differ diff --git a/sc2/content/comm/melnorm/melno037.ogg b/sc2/content/comm/melnorm/melno037.ogg new file mode 100644 index 000000000..d3c2f6b1e Binary files /dev/null and b/sc2/content/comm/melnorm/melno037.ogg differ diff --git a/sc2/content/comm/melnorm/melno038.ogg b/sc2/content/comm/melnorm/melno038.ogg new file mode 100644 index 000000000..682a24928 Binary files /dev/null and b/sc2/content/comm/melnorm/melno038.ogg differ diff --git a/sc2/content/comm/melnorm/melno039.ogg b/sc2/content/comm/melnorm/melno039.ogg new file mode 100644 index 000000000..0bf3adaec Binary files /dev/null and b/sc2/content/comm/melnorm/melno039.ogg differ diff --git a/sc2/content/comm/melnorm/melno040.ogg b/sc2/content/comm/melnorm/melno040.ogg new file mode 100644 index 000000000..2576d87c2 Binary files /dev/null and b/sc2/content/comm/melnorm/melno040.ogg differ diff --git a/sc2/content/comm/melnorm/melno041.ogg b/sc2/content/comm/melnorm/melno041.ogg new file mode 100644 index 000000000..4add7438c Binary files /dev/null and b/sc2/content/comm/melnorm/melno041.ogg differ diff --git a/sc2/content/comm/melnorm/melno042.ogg b/sc2/content/comm/melnorm/melno042.ogg new file mode 100644 index 000000000..90f6ad4d7 Binary files /dev/null and b/sc2/content/comm/melnorm/melno042.ogg differ diff --git a/sc2/content/comm/melnorm/melno043.ogg b/sc2/content/comm/melnorm/melno043.ogg new file mode 100644 index 000000000..db2930d32 Binary files /dev/null and b/sc2/content/comm/melnorm/melno043.ogg differ diff --git a/sc2/content/comm/melnorm/melno044.ogg b/sc2/content/comm/melnorm/melno044.ogg new file mode 100644 index 000000000..dc591ebb9 Binary files /dev/null and b/sc2/content/comm/melnorm/melno044.ogg differ diff --git a/sc2/content/comm/melnorm/melno045.ogg b/sc2/content/comm/melnorm/melno045.ogg new file mode 100644 index 000000000..ff95c1c1f Binary files /dev/null and b/sc2/content/comm/melnorm/melno045.ogg differ diff --git a/sc2/content/comm/melnorm/melno046.ogg b/sc2/content/comm/melnorm/melno046.ogg new file mode 100644 index 000000000..4f8138f0a Binary files /dev/null and b/sc2/content/comm/melnorm/melno046.ogg differ diff --git a/sc2/content/comm/melnorm/melno047.ogg b/sc2/content/comm/melnorm/melno047.ogg new file mode 100644 index 000000000..b033b6344 Binary files /dev/null and b/sc2/content/comm/melnorm/melno047.ogg differ diff --git a/sc2/content/comm/melnorm/melno048.ogg b/sc2/content/comm/melnorm/melno048.ogg new file mode 100644 index 000000000..5872634ac Binary files /dev/null and b/sc2/content/comm/melnorm/melno048.ogg differ diff --git a/sc2/content/comm/melnorm/melno049.ogg b/sc2/content/comm/melnorm/melno049.ogg new file mode 100644 index 000000000..933d138aa Binary files /dev/null and b/sc2/content/comm/melnorm/melno049.ogg differ diff --git a/sc2/content/comm/melnorm/melno050.ogg b/sc2/content/comm/melnorm/melno050.ogg new file mode 100644 index 000000000..c75086ded Binary files /dev/null and b/sc2/content/comm/melnorm/melno050.ogg differ diff --git a/sc2/content/comm/melnorm/melno051.ogg b/sc2/content/comm/melnorm/melno051.ogg new file mode 100644 index 000000000..7a4a1de9b Binary files /dev/null and b/sc2/content/comm/melnorm/melno051.ogg differ diff --git a/sc2/content/comm/melnorm/melno052.ogg b/sc2/content/comm/melnorm/melno052.ogg new file mode 100644 index 000000000..f44369fc3 Binary files /dev/null and b/sc2/content/comm/melnorm/melno052.ogg differ diff --git a/sc2/content/comm/melnorm/melno053.ogg b/sc2/content/comm/melnorm/melno053.ogg new file mode 100644 index 000000000..c03667733 Binary files /dev/null and b/sc2/content/comm/melnorm/melno053.ogg differ diff --git a/sc2/content/comm/melnorm/melno054.ogg b/sc2/content/comm/melnorm/melno054.ogg new file mode 100644 index 000000000..293f5e084 Binary files /dev/null and b/sc2/content/comm/melnorm/melno054.ogg differ diff --git a/sc2/content/comm/melnorm/melno055.ogg b/sc2/content/comm/melnorm/melno055.ogg new file mode 100644 index 000000000..fd4d6359d Binary files /dev/null and b/sc2/content/comm/melnorm/melno055.ogg differ diff --git a/sc2/content/comm/melnorm/melno056.ogg b/sc2/content/comm/melnorm/melno056.ogg new file mode 100644 index 000000000..7c374c3ab Binary files /dev/null and b/sc2/content/comm/melnorm/melno056.ogg differ diff --git a/sc2/content/comm/melnorm/melno057.ogg b/sc2/content/comm/melnorm/melno057.ogg new file mode 100644 index 000000000..58a0d328e Binary files /dev/null and b/sc2/content/comm/melnorm/melno057.ogg differ diff --git a/sc2/content/comm/melnorm/melno058.ogg b/sc2/content/comm/melnorm/melno058.ogg new file mode 100644 index 000000000..c355a9366 Binary files /dev/null and b/sc2/content/comm/melnorm/melno058.ogg differ diff --git a/sc2/content/comm/melnorm/melno059.ogg b/sc2/content/comm/melnorm/melno059.ogg new file mode 100644 index 000000000..de5c5291a Binary files /dev/null and b/sc2/content/comm/melnorm/melno059.ogg differ diff --git a/sc2/content/comm/melnorm/melno060.ogg b/sc2/content/comm/melnorm/melno060.ogg new file mode 100644 index 000000000..897ddca9e Binary files /dev/null and b/sc2/content/comm/melnorm/melno060.ogg differ diff --git a/sc2/content/comm/melnorm/melno061.ogg b/sc2/content/comm/melnorm/melno061.ogg new file mode 100644 index 000000000..16b76773b Binary files /dev/null and b/sc2/content/comm/melnorm/melno061.ogg differ diff --git a/sc2/content/comm/melnorm/melno062.ogg b/sc2/content/comm/melnorm/melno062.ogg new file mode 100644 index 000000000..6cc130880 Binary files /dev/null and b/sc2/content/comm/melnorm/melno062.ogg differ diff --git a/sc2/content/comm/melnorm/melno063.ogg b/sc2/content/comm/melnorm/melno063.ogg new file mode 100644 index 000000000..d8f74451c Binary files /dev/null and b/sc2/content/comm/melnorm/melno063.ogg differ diff --git a/sc2/content/comm/melnorm/melno064.ogg b/sc2/content/comm/melnorm/melno064.ogg new file mode 100644 index 000000000..bac0c6260 Binary files /dev/null and b/sc2/content/comm/melnorm/melno064.ogg differ diff --git a/sc2/content/comm/melnorm/melno065.ogg b/sc2/content/comm/melnorm/melno065.ogg new file mode 100644 index 000000000..0462efc2c Binary files /dev/null and b/sc2/content/comm/melnorm/melno065.ogg differ diff --git a/sc2/content/comm/melnorm/melno066.ogg b/sc2/content/comm/melnorm/melno066.ogg new file mode 100644 index 000000000..909cbf1ad Binary files /dev/null and b/sc2/content/comm/melnorm/melno066.ogg differ diff --git a/sc2/content/comm/melnorm/melno067.ogg b/sc2/content/comm/melnorm/melno067.ogg new file mode 100644 index 000000000..7b13b415f Binary files /dev/null and b/sc2/content/comm/melnorm/melno067.ogg differ diff --git a/sc2/content/comm/melnorm/melno068.ogg b/sc2/content/comm/melnorm/melno068.ogg new file mode 100644 index 000000000..6beeda485 Binary files /dev/null and b/sc2/content/comm/melnorm/melno068.ogg differ diff --git a/sc2/content/comm/melnorm/melno069.ogg b/sc2/content/comm/melnorm/melno069.ogg new file mode 100644 index 000000000..64ffaada4 Binary files /dev/null and b/sc2/content/comm/melnorm/melno069.ogg differ diff --git a/sc2/content/comm/melnorm/melno070.ogg b/sc2/content/comm/melnorm/melno070.ogg new file mode 100644 index 000000000..e1690fed9 Binary files /dev/null and b/sc2/content/comm/melnorm/melno070.ogg differ diff --git a/sc2/content/comm/melnorm/melno071.ogg b/sc2/content/comm/melnorm/melno071.ogg new file mode 100644 index 000000000..c215b629e Binary files /dev/null and b/sc2/content/comm/melnorm/melno071.ogg differ diff --git a/sc2/content/comm/melnorm/melno072.ogg b/sc2/content/comm/melnorm/melno072.ogg new file mode 100644 index 000000000..4ed2fb4c8 Binary files /dev/null and b/sc2/content/comm/melnorm/melno072.ogg differ diff --git a/sc2/content/comm/melnorm/melno073.ogg b/sc2/content/comm/melnorm/melno073.ogg new file mode 100644 index 000000000..ffc95ee3c Binary files /dev/null and b/sc2/content/comm/melnorm/melno073.ogg differ diff --git a/sc2/content/comm/melnorm/melno074.ogg b/sc2/content/comm/melnorm/melno074.ogg new file mode 100644 index 000000000..946dcb097 Binary files /dev/null and b/sc2/content/comm/melnorm/melno074.ogg differ diff --git a/sc2/content/comm/melnorm/melno075.ogg b/sc2/content/comm/melnorm/melno075.ogg new file mode 100644 index 000000000..4ad136e83 Binary files /dev/null and b/sc2/content/comm/melnorm/melno075.ogg differ diff --git a/sc2/content/comm/melnorm/melno076.ogg b/sc2/content/comm/melnorm/melno076.ogg new file mode 100644 index 000000000..1e58966de Binary files /dev/null and b/sc2/content/comm/melnorm/melno076.ogg differ diff --git a/sc2/content/comm/melnorm/melno077.ogg b/sc2/content/comm/melnorm/melno077.ogg new file mode 100644 index 000000000..1ecc74232 Binary files /dev/null and b/sc2/content/comm/melnorm/melno077.ogg differ diff --git a/sc2/content/comm/melnorm/melno078.ogg b/sc2/content/comm/melnorm/melno078.ogg new file mode 100644 index 000000000..7aecbc180 Binary files /dev/null and b/sc2/content/comm/melnorm/melno078.ogg differ diff --git a/sc2/content/comm/melnorm/melno079.ogg b/sc2/content/comm/melnorm/melno079.ogg new file mode 100644 index 000000000..56eeb1cbf Binary files /dev/null and b/sc2/content/comm/melnorm/melno079.ogg differ diff --git a/sc2/content/comm/melnorm/melno080.ogg b/sc2/content/comm/melnorm/melno080.ogg new file mode 100644 index 000000000..27e806584 Binary files /dev/null and b/sc2/content/comm/melnorm/melno080.ogg differ diff --git a/sc2/content/comm/melnorm/melno081.ogg b/sc2/content/comm/melnorm/melno081.ogg new file mode 100644 index 000000000..86a2dc3e5 Binary files /dev/null and b/sc2/content/comm/melnorm/melno081.ogg differ diff --git a/sc2/content/comm/melnorm/melno082.ogg b/sc2/content/comm/melnorm/melno082.ogg new file mode 100644 index 000000000..5c1bdc7bd Binary files /dev/null and b/sc2/content/comm/melnorm/melno082.ogg differ diff --git a/sc2/content/comm/melnorm/melno083.ogg b/sc2/content/comm/melnorm/melno083.ogg new file mode 100644 index 000000000..c77080b1f Binary files /dev/null and b/sc2/content/comm/melnorm/melno083.ogg differ diff --git a/sc2/content/comm/melnorm/melno084.ogg b/sc2/content/comm/melnorm/melno084.ogg new file mode 100644 index 000000000..1bb5c5e98 Binary files /dev/null and b/sc2/content/comm/melnorm/melno084.ogg differ diff --git a/sc2/content/comm/melnorm/melno085.ogg b/sc2/content/comm/melnorm/melno085.ogg new file mode 100644 index 000000000..2b18e9467 Binary files /dev/null and b/sc2/content/comm/melnorm/melno085.ogg differ diff --git a/sc2/content/comm/melnorm/melno086.ogg b/sc2/content/comm/melnorm/melno086.ogg new file mode 100644 index 000000000..3ccd476d8 Binary files /dev/null and b/sc2/content/comm/melnorm/melno086.ogg differ diff --git a/sc2/content/comm/melnorm/melno087.ogg b/sc2/content/comm/melnorm/melno087.ogg new file mode 100644 index 000000000..a0c38f493 Binary files /dev/null and b/sc2/content/comm/melnorm/melno087.ogg differ diff --git a/sc2/content/comm/melnorm/melno088.ogg b/sc2/content/comm/melnorm/melno088.ogg new file mode 100644 index 000000000..02f409e11 Binary files /dev/null and b/sc2/content/comm/melnorm/melno088.ogg differ diff --git a/sc2/content/comm/melnorm/melno089.ogg b/sc2/content/comm/melnorm/melno089.ogg new file mode 100644 index 000000000..1dfe21351 Binary files /dev/null and b/sc2/content/comm/melnorm/melno089.ogg differ diff --git a/sc2/content/comm/melnorm/melno090.ogg b/sc2/content/comm/melnorm/melno090.ogg new file mode 100644 index 000000000..bb1ec067e Binary files /dev/null and b/sc2/content/comm/melnorm/melno090.ogg differ diff --git a/sc2/content/comm/melnorm/melno091.ogg b/sc2/content/comm/melnorm/melno091.ogg new file mode 100644 index 000000000..cc8aee849 Binary files /dev/null and b/sc2/content/comm/melnorm/melno091.ogg differ diff --git a/sc2/content/comm/melnorm/melno092.ogg b/sc2/content/comm/melnorm/melno092.ogg new file mode 100644 index 000000000..3dd26b26f Binary files /dev/null and b/sc2/content/comm/melnorm/melno092.ogg differ diff --git a/sc2/content/comm/melnorm/melno093.ogg b/sc2/content/comm/melnorm/melno093.ogg new file mode 100644 index 000000000..60c36e545 Binary files /dev/null and b/sc2/content/comm/melnorm/melno093.ogg differ diff --git a/sc2/content/comm/melnorm/melno094.ogg b/sc2/content/comm/melnorm/melno094.ogg new file mode 100644 index 000000000..d0c0b387f Binary files /dev/null and b/sc2/content/comm/melnorm/melno094.ogg differ diff --git a/sc2/content/comm/melnorm/melno095.ogg b/sc2/content/comm/melnorm/melno095.ogg new file mode 100644 index 000000000..0a44223f1 Binary files /dev/null and b/sc2/content/comm/melnorm/melno095.ogg differ diff --git a/sc2/content/comm/melnorm/melno096.ogg b/sc2/content/comm/melnorm/melno096.ogg new file mode 100644 index 000000000..c45dc43be Binary files /dev/null and b/sc2/content/comm/melnorm/melno096.ogg differ diff --git a/sc2/content/comm/melnorm/melno097.ogg b/sc2/content/comm/melnorm/melno097.ogg new file mode 100644 index 000000000..527389cec Binary files /dev/null and b/sc2/content/comm/melnorm/melno097.ogg differ diff --git a/sc2/content/comm/melnorm/melno098.ogg b/sc2/content/comm/melnorm/melno098.ogg new file mode 100644 index 000000000..561732890 Binary files /dev/null and b/sc2/content/comm/melnorm/melno098.ogg differ diff --git a/sc2/content/comm/melnorm/melno099.ogg b/sc2/content/comm/melnorm/melno099.ogg new file mode 100644 index 000000000..8af51ad10 Binary files /dev/null and b/sc2/content/comm/melnorm/melno099.ogg differ diff --git a/sc2/content/comm/melnorm/melno100.ogg b/sc2/content/comm/melnorm/melno100.ogg new file mode 100644 index 000000000..08c960cb9 Binary files /dev/null and b/sc2/content/comm/melnorm/melno100.ogg differ diff --git a/sc2/content/comm/melnorm/melno101.ogg b/sc2/content/comm/melnorm/melno101.ogg new file mode 100644 index 000000000..a372a3b5c Binary files /dev/null and b/sc2/content/comm/melnorm/melno101.ogg differ diff --git a/sc2/content/comm/melnorm/melno102.ogg b/sc2/content/comm/melnorm/melno102.ogg new file mode 100644 index 000000000..157bc90a6 Binary files /dev/null and b/sc2/content/comm/melnorm/melno102.ogg differ diff --git a/sc2/content/comm/melnorm/melno103.ogg b/sc2/content/comm/melnorm/melno103.ogg new file mode 100644 index 000000000..daaaf6f76 Binary files /dev/null and b/sc2/content/comm/melnorm/melno103.ogg differ diff --git a/sc2/content/comm/melnorm/melno104.ogg b/sc2/content/comm/melnorm/melno104.ogg new file mode 100644 index 000000000..ceb2a030f Binary files /dev/null and b/sc2/content/comm/melnorm/melno104.ogg differ diff --git a/sc2/content/comm/melnorm/melno105.ogg b/sc2/content/comm/melnorm/melno105.ogg new file mode 100644 index 000000000..17f8cd8ba Binary files /dev/null and b/sc2/content/comm/melnorm/melno105.ogg differ diff --git a/sc2/content/comm/melnorm/melno106.ogg b/sc2/content/comm/melnorm/melno106.ogg new file mode 100644 index 000000000..7384a43b0 Binary files /dev/null and b/sc2/content/comm/melnorm/melno106.ogg differ diff --git a/sc2/content/comm/melnorm/melno107.ogg b/sc2/content/comm/melnorm/melno107.ogg new file mode 100644 index 000000000..5bd3e353c Binary files /dev/null and b/sc2/content/comm/melnorm/melno107.ogg differ diff --git a/sc2/content/comm/melnorm/melno108.ogg b/sc2/content/comm/melnorm/melno108.ogg new file mode 100644 index 000000000..3c46915be Binary files /dev/null and b/sc2/content/comm/melnorm/melno108.ogg differ diff --git a/sc2/content/comm/melnorm/melno109.ogg b/sc2/content/comm/melnorm/melno109.ogg new file mode 100644 index 000000000..c3cc364c3 Binary files /dev/null and b/sc2/content/comm/melnorm/melno109.ogg differ diff --git a/sc2/content/comm/melnorm/melno110.ogg b/sc2/content/comm/melnorm/melno110.ogg new file mode 100644 index 000000000..b2a93df7c Binary files /dev/null and b/sc2/content/comm/melnorm/melno110.ogg differ diff --git a/sc2/content/comm/melnorm/melno111.ogg b/sc2/content/comm/melnorm/melno111.ogg new file mode 100644 index 000000000..b3e7c154e Binary files /dev/null and b/sc2/content/comm/melnorm/melno111.ogg differ diff --git a/sc2/content/comm/melnorm/melno112.ogg b/sc2/content/comm/melnorm/melno112.ogg new file mode 100644 index 000000000..0f3783bbb Binary files /dev/null and b/sc2/content/comm/melnorm/melno112.ogg differ diff --git a/sc2/content/comm/melnorm/melno113.ogg b/sc2/content/comm/melnorm/melno113.ogg new file mode 100644 index 000000000..44094391c Binary files /dev/null and b/sc2/content/comm/melnorm/melno113.ogg differ diff --git a/sc2/content/comm/melnorm/melno114.ogg b/sc2/content/comm/melnorm/melno114.ogg new file mode 100644 index 000000000..b9243adb5 Binary files /dev/null and b/sc2/content/comm/melnorm/melno114.ogg differ diff --git a/sc2/content/comm/melnorm/melno115.ogg b/sc2/content/comm/melnorm/melno115.ogg new file mode 100644 index 000000000..7db42e5c2 Binary files /dev/null and b/sc2/content/comm/melnorm/melno115.ogg differ diff --git a/sc2/content/comm/melnorm/melno116.ogg b/sc2/content/comm/melnorm/melno116.ogg new file mode 100644 index 000000000..84de74ea1 Binary files /dev/null and b/sc2/content/comm/melnorm/melno116.ogg differ diff --git a/sc2/content/comm/melnorm/melno117.ogg b/sc2/content/comm/melnorm/melno117.ogg new file mode 100644 index 000000000..e4bbaac66 Binary files /dev/null and b/sc2/content/comm/melnorm/melno117.ogg differ diff --git a/sc2/content/comm/melnorm/melno118.ogg b/sc2/content/comm/melnorm/melno118.ogg new file mode 100644 index 000000000..39c9b8615 Binary files /dev/null and b/sc2/content/comm/melnorm/melno118.ogg differ diff --git a/sc2/content/comm/melnorm/melno119.ogg b/sc2/content/comm/melnorm/melno119.ogg new file mode 100644 index 000000000..b0ea8c88e Binary files /dev/null and b/sc2/content/comm/melnorm/melno119.ogg differ diff --git a/sc2/content/comm/melnorm/melno120.ogg b/sc2/content/comm/melnorm/melno120.ogg new file mode 100644 index 000000000..c49986ada Binary files /dev/null and b/sc2/content/comm/melnorm/melno120.ogg differ diff --git a/sc2/content/comm/melnorm/melno121.ogg b/sc2/content/comm/melnorm/melno121.ogg new file mode 100644 index 000000000..60f9b376d Binary files /dev/null and b/sc2/content/comm/melnorm/melno121.ogg differ diff --git a/sc2/content/comm/melnorm/melno122.ogg b/sc2/content/comm/melnorm/melno122.ogg new file mode 100644 index 000000000..0c41bd89a Binary files /dev/null and b/sc2/content/comm/melnorm/melno122.ogg differ diff --git a/sc2/content/comm/melnorm/melno123.ogg b/sc2/content/comm/melnorm/melno123.ogg new file mode 100644 index 000000000..62e90e487 Binary files /dev/null and b/sc2/content/comm/melnorm/melno123.ogg differ diff --git a/sc2/content/comm/melnorm/melno124.ogg b/sc2/content/comm/melnorm/melno124.ogg new file mode 100644 index 000000000..1560b82ce Binary files /dev/null and b/sc2/content/comm/melnorm/melno124.ogg differ diff --git a/sc2/content/comm/melnorm/melno125.ogg b/sc2/content/comm/melnorm/melno125.ogg new file mode 100644 index 000000000..90fb5917c Binary files /dev/null and b/sc2/content/comm/melnorm/melno125.ogg differ diff --git a/sc2/content/comm/melnorm/melno126.ogg b/sc2/content/comm/melnorm/melno126.ogg new file mode 100644 index 000000000..c58e8d556 Binary files /dev/null and b/sc2/content/comm/melnorm/melno126.ogg differ diff --git a/sc2/content/comm/melnorm/melno127.ogg b/sc2/content/comm/melnorm/melno127.ogg new file mode 100644 index 000000000..7dc4de2be Binary files /dev/null and b/sc2/content/comm/melnorm/melno127.ogg differ diff --git a/sc2/content/comm/melnorm/melno128.ogg b/sc2/content/comm/melnorm/melno128.ogg new file mode 100644 index 000000000..6f3767efc Binary files /dev/null and b/sc2/content/comm/melnorm/melno128.ogg differ diff --git a/sc2/content/comm/melnorm/melno129.ogg b/sc2/content/comm/melnorm/melno129.ogg new file mode 100644 index 000000000..607d63553 Binary files /dev/null and b/sc2/content/comm/melnorm/melno129.ogg differ diff --git a/sc2/content/comm/melnorm/melno130.ogg b/sc2/content/comm/melnorm/melno130.ogg new file mode 100644 index 000000000..5c4dd0ae7 Binary files /dev/null and b/sc2/content/comm/melnorm/melno130.ogg differ diff --git a/sc2/content/comm/melnorm/melno131.ogg b/sc2/content/comm/melnorm/melno131.ogg new file mode 100644 index 000000000..142b21895 Binary files /dev/null and b/sc2/content/comm/melnorm/melno131.ogg differ diff --git a/sc2/content/comm/melnorm/melno132.ogg b/sc2/content/comm/melnorm/melno132.ogg new file mode 100644 index 000000000..e3dac60df Binary files /dev/null and b/sc2/content/comm/melnorm/melno132.ogg differ diff --git a/sc2/content/comm/melnorm/melno133.ogg b/sc2/content/comm/melnorm/melno133.ogg new file mode 100644 index 000000000..4542de338 Binary files /dev/null and b/sc2/content/comm/melnorm/melno133.ogg differ diff --git a/sc2/content/comm/melnorm/melno134.ogg b/sc2/content/comm/melnorm/melno134.ogg new file mode 100644 index 000000000..b3ab5d36e Binary files /dev/null and b/sc2/content/comm/melnorm/melno134.ogg differ diff --git a/sc2/content/comm/melnorm/melno135.ogg b/sc2/content/comm/melnorm/melno135.ogg new file mode 100644 index 000000000..1016af42b Binary files /dev/null and b/sc2/content/comm/melnorm/melno135.ogg differ diff --git a/sc2/content/comm/melnorm/melno136.ogg b/sc2/content/comm/melnorm/melno136.ogg new file mode 100644 index 000000000..08437f1c0 Binary files /dev/null and b/sc2/content/comm/melnorm/melno136.ogg differ diff --git a/sc2/content/comm/melnorm/melno137.ogg b/sc2/content/comm/melnorm/melno137.ogg new file mode 100644 index 000000000..f4a1b90f3 Binary files /dev/null and b/sc2/content/comm/melnorm/melno137.ogg differ diff --git a/sc2/content/comm/melnorm/melno138.ogg b/sc2/content/comm/melnorm/melno138.ogg new file mode 100644 index 000000000..fa0b2f3b5 Binary files /dev/null and b/sc2/content/comm/melnorm/melno138.ogg differ diff --git a/sc2/content/comm/melnorm/melno139.ogg b/sc2/content/comm/melnorm/melno139.ogg new file mode 100644 index 000000000..d7f2d212c Binary files /dev/null and b/sc2/content/comm/melnorm/melno139.ogg differ diff --git a/sc2/content/comm/melnorm/melno140.ogg b/sc2/content/comm/melnorm/melno140.ogg new file mode 100644 index 000000000..ef796f69e Binary files /dev/null and b/sc2/content/comm/melnorm/melno140.ogg differ diff --git a/sc2/content/comm/melnorm/melno141.ogg b/sc2/content/comm/melnorm/melno141.ogg new file mode 100644 index 000000000..f6c3876ac Binary files /dev/null and b/sc2/content/comm/melnorm/melno141.ogg differ diff --git a/sc2/content/comm/melnorm/melno142.ogg b/sc2/content/comm/melnorm/melno142.ogg new file mode 100644 index 000000000..ee949a53f Binary files /dev/null and b/sc2/content/comm/melnorm/melno142.ogg differ diff --git a/sc2/content/comm/melnorm/melno143.ogg b/sc2/content/comm/melnorm/melno143.ogg new file mode 100644 index 000000000..b4a57355c Binary files /dev/null and b/sc2/content/comm/melnorm/melno143.ogg differ diff --git a/sc2/content/comm/melnorm/melno144.ogg b/sc2/content/comm/melnorm/melno144.ogg new file mode 100644 index 000000000..9ee3f7dc5 Binary files /dev/null and b/sc2/content/comm/melnorm/melno144.ogg differ diff --git a/sc2/content/comm/melnorm/melno145.ogg b/sc2/content/comm/melnorm/melno145.ogg new file mode 100644 index 000000000..418128880 Binary files /dev/null and b/sc2/content/comm/melnorm/melno145.ogg differ diff --git a/sc2/content/comm/melnorm/melno146.ogg b/sc2/content/comm/melnorm/melno146.ogg new file mode 100644 index 000000000..c520ccc5e Binary files /dev/null and b/sc2/content/comm/melnorm/melno146.ogg differ diff --git a/sc2/content/comm/melnorm/melno147.ogg b/sc2/content/comm/melnorm/melno147.ogg new file mode 100644 index 000000000..2fb3214e6 Binary files /dev/null and b/sc2/content/comm/melnorm/melno147.ogg differ diff --git a/sc2/content/comm/melnorm/melno148.ogg b/sc2/content/comm/melnorm/melno148.ogg new file mode 100644 index 000000000..268609c4e Binary files /dev/null and b/sc2/content/comm/melnorm/melno148.ogg differ diff --git a/sc2/content/comm/melnorm/melno149.ogg b/sc2/content/comm/melnorm/melno149.ogg new file mode 100644 index 000000000..22ffc707c Binary files /dev/null and b/sc2/content/comm/melnorm/melno149.ogg differ diff --git a/sc2/content/comm/melnorm/melno150.ogg b/sc2/content/comm/melnorm/melno150.ogg new file mode 100644 index 000000000..c72787707 Binary files /dev/null and b/sc2/content/comm/melnorm/melno150.ogg differ diff --git a/sc2/content/comm/melnorm/melno151.ogg b/sc2/content/comm/melnorm/melno151.ogg new file mode 100644 index 000000000..8a9b07eee Binary files /dev/null and b/sc2/content/comm/melnorm/melno151.ogg differ diff --git a/sc2/content/comm/melnorm/melno152.ogg b/sc2/content/comm/melnorm/melno152.ogg new file mode 100644 index 000000000..673a4076f Binary files /dev/null and b/sc2/content/comm/melnorm/melno152.ogg differ diff --git a/sc2/content/comm/melnorm/melno153.ogg b/sc2/content/comm/melnorm/melno153.ogg new file mode 100644 index 000000000..ab0c77cfc Binary files /dev/null and b/sc2/content/comm/melnorm/melno153.ogg differ diff --git a/sc2/content/comm/melnorm/melno154.ogg b/sc2/content/comm/melnorm/melno154.ogg new file mode 100644 index 000000000..37cf0d916 Binary files /dev/null and b/sc2/content/comm/melnorm/melno154.ogg differ diff --git a/sc2/content/comm/melnorm/melno155.ogg b/sc2/content/comm/melnorm/melno155.ogg new file mode 100644 index 000000000..25a7cd6f1 Binary files /dev/null and b/sc2/content/comm/melnorm/melno155.ogg differ diff --git a/sc2/content/comm/melnorm/melno156.ogg b/sc2/content/comm/melnorm/melno156.ogg new file mode 100644 index 000000000..b4b13bab4 Binary files /dev/null and b/sc2/content/comm/melnorm/melno156.ogg differ diff --git a/sc2/content/comm/melnorm/melno157.ogg b/sc2/content/comm/melnorm/melno157.ogg new file mode 100644 index 000000000..b5db790d0 Binary files /dev/null and b/sc2/content/comm/melnorm/melno157.ogg differ diff --git a/sc2/content/comm/melnorm/melno158.ogg b/sc2/content/comm/melnorm/melno158.ogg new file mode 100644 index 000000000..ee60516f3 Binary files /dev/null and b/sc2/content/comm/melnorm/melno158.ogg differ diff --git a/sc2/content/comm/melnorm/melno159.ogg b/sc2/content/comm/melnorm/melno159.ogg new file mode 100644 index 000000000..6b0e2c785 Binary files /dev/null and b/sc2/content/comm/melnorm/melno159.ogg differ diff --git a/sc2/content/comm/melnorm/melno160.ogg b/sc2/content/comm/melnorm/melno160.ogg new file mode 100644 index 000000000..207cc72f9 Binary files /dev/null and b/sc2/content/comm/melnorm/melno160.ogg differ diff --git a/sc2/content/comm/melnorm/melno161.ogg b/sc2/content/comm/melnorm/melno161.ogg new file mode 100644 index 000000000..d47c11ad8 Binary files /dev/null and b/sc2/content/comm/melnorm/melno161.ogg differ diff --git a/sc2/content/comm/melnorm/melno162.ogg b/sc2/content/comm/melnorm/melno162.ogg new file mode 100644 index 000000000..25d51d2cf Binary files /dev/null and b/sc2/content/comm/melnorm/melno162.ogg differ diff --git a/sc2/content/comm/melnorm/melno163.ogg b/sc2/content/comm/melnorm/melno163.ogg new file mode 100644 index 000000000..1ed155c55 Binary files /dev/null and b/sc2/content/comm/melnorm/melno163.ogg differ diff --git a/sc2/content/comm/melnorm/melno164.ogg b/sc2/content/comm/melnorm/melno164.ogg new file mode 100644 index 000000000..27b972333 Binary files /dev/null and b/sc2/content/comm/melnorm/melno164.ogg differ diff --git a/sc2/content/comm/melnorm/melno165.ogg b/sc2/content/comm/melnorm/melno165.ogg new file mode 100644 index 000000000..42f8b48c6 Binary files /dev/null and b/sc2/content/comm/melnorm/melno165.ogg differ diff --git a/sc2/content/comm/melnorm/melno166.ogg b/sc2/content/comm/melnorm/melno166.ogg new file mode 100644 index 000000000..b6c42b65c Binary files /dev/null and b/sc2/content/comm/melnorm/melno166.ogg differ diff --git a/sc2/content/comm/melnorm/melno167.ogg b/sc2/content/comm/melnorm/melno167.ogg new file mode 100644 index 000000000..c9f8a9d72 Binary files /dev/null and b/sc2/content/comm/melnorm/melno167.ogg differ diff --git a/sc2/content/comm/melnorm/melno168.ogg b/sc2/content/comm/melnorm/melno168.ogg new file mode 100644 index 000000000..4dc9795e6 Binary files /dev/null and b/sc2/content/comm/melnorm/melno168.ogg differ diff --git a/sc2/content/comm/melnorm/melno169.ogg b/sc2/content/comm/melnorm/melno169.ogg new file mode 100644 index 000000000..36e473c47 Binary files /dev/null and b/sc2/content/comm/melnorm/melno169.ogg differ diff --git a/sc2/content/comm/melnorm/melno170.ogg b/sc2/content/comm/melnorm/melno170.ogg new file mode 100644 index 000000000..6be6c611a Binary files /dev/null and b/sc2/content/comm/melnorm/melno170.ogg differ diff --git a/sc2/content/comm/melnorm/melno171.ogg b/sc2/content/comm/melnorm/melno171.ogg new file mode 100644 index 000000000..b7f032454 Binary files /dev/null and b/sc2/content/comm/melnorm/melno171.ogg differ diff --git a/sc2/content/comm/melnorm/melno172.ogg b/sc2/content/comm/melnorm/melno172.ogg new file mode 100644 index 000000000..3195720a6 Binary files /dev/null and b/sc2/content/comm/melnorm/melno172.ogg differ diff --git a/sc2/content/comm/melnorm/melno173.ogg b/sc2/content/comm/melnorm/melno173.ogg new file mode 100644 index 000000000..b096f0ecd Binary files /dev/null and b/sc2/content/comm/melnorm/melno173.ogg differ diff --git a/sc2/content/comm/melnorm/melno174.ogg b/sc2/content/comm/melnorm/melno174.ogg new file mode 100644 index 000000000..2997eb226 Binary files /dev/null and b/sc2/content/comm/melnorm/melno174.ogg differ diff --git a/sc2/content/comm/melnorm/melno175.ogg b/sc2/content/comm/melnorm/melno175.ogg new file mode 100644 index 000000000..bac0e4d9d Binary files /dev/null and b/sc2/content/comm/melnorm/melno175.ogg differ diff --git a/sc2/content/comm/melnorm/melno176.ogg b/sc2/content/comm/melnorm/melno176.ogg new file mode 100644 index 000000000..0c1767d4f Binary files /dev/null and b/sc2/content/comm/melnorm/melno176.ogg differ diff --git a/sc2/content/comm/melnorm/melno177.ogg b/sc2/content/comm/melnorm/melno177.ogg new file mode 100644 index 000000000..f2a9bcea6 Binary files /dev/null and b/sc2/content/comm/melnorm/melno177.ogg differ diff --git a/sc2/content/comm/melnorm/melno178.ogg b/sc2/content/comm/melnorm/melno178.ogg new file mode 100644 index 000000000..93df016cd Binary files /dev/null and b/sc2/content/comm/melnorm/melno178.ogg differ diff --git a/sc2/content/comm/melnorm/melno179.ogg b/sc2/content/comm/melnorm/melno179.ogg new file mode 100644 index 000000000..6876d80b4 Binary files /dev/null and b/sc2/content/comm/melnorm/melno179.ogg differ diff --git a/sc2/content/comm/melnorm/melno180.ogg b/sc2/content/comm/melnorm/melno180.ogg new file mode 100644 index 000000000..d5bd844f6 Binary files /dev/null and b/sc2/content/comm/melnorm/melno180.ogg differ diff --git a/sc2/content/comm/melnorm/melno181.ogg b/sc2/content/comm/melnorm/melno181.ogg new file mode 100644 index 000000000..ffb6a3678 Binary files /dev/null and b/sc2/content/comm/melnorm/melno181.ogg differ diff --git a/sc2/content/comm/melnorm/melno182.ogg b/sc2/content/comm/melnorm/melno182.ogg new file mode 100644 index 000000000..b3bc72775 Binary files /dev/null and b/sc2/content/comm/melnorm/melno182.ogg differ diff --git a/sc2/content/comm/melnorm/melno183.ogg b/sc2/content/comm/melnorm/melno183.ogg new file mode 100644 index 000000000..a28aa39fb Binary files /dev/null and b/sc2/content/comm/melnorm/melno183.ogg differ diff --git a/sc2/content/comm/melnorm/melno184.ogg b/sc2/content/comm/melnorm/melno184.ogg new file mode 100644 index 000000000..46d9d3522 Binary files /dev/null and b/sc2/content/comm/melnorm/melno184.ogg differ diff --git a/sc2/content/comm/melnorm/melno185.ogg b/sc2/content/comm/melnorm/melno185.ogg new file mode 100644 index 000000000..3acb29193 Binary files /dev/null and b/sc2/content/comm/melnorm/melno185.ogg differ diff --git a/sc2/content/comm/melnorm/melno186.ogg b/sc2/content/comm/melnorm/melno186.ogg new file mode 100644 index 000000000..2977c5ec9 Binary files /dev/null and b/sc2/content/comm/melnorm/melno186.ogg differ diff --git a/sc2/content/comm/melnorm/melno187.ogg b/sc2/content/comm/melnorm/melno187.ogg new file mode 100644 index 000000000..ed5dbdd46 Binary files /dev/null and b/sc2/content/comm/melnorm/melno187.ogg differ diff --git a/sc2/content/comm/melnorm/melno188.ogg b/sc2/content/comm/melnorm/melno188.ogg new file mode 100644 index 000000000..bd307e43f Binary files /dev/null and b/sc2/content/comm/melnorm/melno188.ogg differ diff --git a/sc2/content/comm/melnorm/melnorm.txt b/sc2/content/comm/melnorm/melnorm.txt index efe753b18..853e7edc4 100755 --- a/sc2/content/comm/melnorm/melnorm.txt +++ b/sc2/content/comm/melnorm/melnorm.txt @@ -1,4 +1,4 @@ -#(HELLO_NOW_DOWN_TO_BUSINESS_1) melno000.wav +#(HELLO_NOW_DOWN_TO_BUSINESS_1) melno000.ogg I am Trade Master Greenish in command of the Melnorme starship `Inevitably Successful in All Circumstances.' I bid you a formal welcome, Captain. @@ -6,17 +6,17 @@ Though we Melnorme have just recently arrived in this region of space we have long desired to make contact with your species and look forward to an extended profitable relationship. -#(HELLO_NOW_DOWN_TO_BUSINESS_2) melno001.wav +#(HELLO_NOW_DOWN_TO_BUSINESS_2) melno001.ogg As a master trader in the Melnorme merchant fleet, I greet you, Captain. News of your species and your unusual vessel has travelled quickly. I need not say how eager we are to trade with you and your kind! Now, how can I be of service to you? -#(HELLO_NOW_DOWN_TO_BUSINESS_3) melno002.wav +#(HELLO_NOW_DOWN_TO_BUSINESS_3) melno002.ogg Hello again, human space captain. Perhaps during this encounter, we will be able to establish a successful, businesslike relationship. -#(KNOW_OF_YOU) melno003.wav +#(KNOW_OF_YOU) melno003.ogg Even before our first meeting, we knew of you, Captain. Though your struggle to free Earth shall be a long and difficult challenge fraught with great danger and mystery @@ -25,7 +25,7 @@ we have great confidence in you and your abilities. #(how_know) How did you know about us before meeting us? -#(KNOW_BECAUSE) melno004.wav +#(KNOW_BECAUSE) melno004.ogg We gather information from a thousand secret sources in space and time. Our charge for revealing even one of these sources would be so high that your species would be in debt to us for centuries. @@ -33,14 +33,14 @@ that your species would be in debt to us for centuries. #(what_about_yourselves) What can you tell us about yourselves? -#(NO_TALK_ABOUT_OURSELVES) melno005.wav +#(NO_TALK_ABOUT_OURSELVES) melno005.ogg Our origins and purposes are, frankly, mysterious and due to several unavoidable factors we are unable to discuss ourselves in any great detail. #(what_factors) What are these 'unavoidable factors'? -#(FACTORS_ARE) melno006.wav +#(FACTORS_ARE) melno006.ogg First and foremost among these factors is our unwillingness to GIVE away information about our history, psychology and mental powers, @@ -55,7 +55,7 @@ for a nominal sum of Credits. #(what_about_universe) Do you have any information which might be useful to us? -#(NO_FREE_LUNCH) melno007.wav +#(NO_FREE_LUNCH) melno007.ogg Absolutely. Our primary trade good IS information. Why, right here on my display screen, I have something @@ -67,7 +67,7 @@ at which time we shall also discuss the nature of our fees. #(giving_is_good_1) Fees! Surely your culture is far beyond such pettiness as money? -#(GIVING_IS_BAD_1) melno008.wav +#(GIVING_IS_BAD_1) melno008.ogg You are of course correct. We long ago abandoned currency, and now only deal with commodities that have intrinsic value, such as valuable information @@ -75,7 +75,7 @@ and now only deal with commodities that have intrinsic value, such as valuable i #(giving_is_good_2) But our cause is just! Isn't altruism the highest pinnacle of morality? -#(GIVING_IS_BAD_2) melno009.wav +#(GIVING_IS_BAD_2) melno009.ogg No, it is not. In fact, in our culture, `giving' with no fair exchange of goods or services, @@ -89,7 +89,7 @@ Shall we begin trading now? #(trade_is_for_the_weak) `Trade' is for the weak. We TAKE what we want! -#(WERE_NOT_AFRAID) melno010.wav +#(WERE_NOT_AFRAID) melno010.ogg We reel with inchoate fear, and are thrown into a sudden panic. Being peaceful by nature We would no doubt be unprepared for your sudden hostility @@ -99,20 +99,20 @@ A weapon system which is fully locked on your command bridge, by the way. #(no_trade_now) We cannot continue this conversation. Goodbye. -#(OK_NO_TRADE_NOW_BYE) melno011.wav +#(OK_NO_TRADE_NOW_BYE) melno011.ogg When you wish to trade with us, seek any supergiant star system. We shall be there. -#(HELLO_AND_DOWN_TO_BUSINESS_1) melno012.wav +#(HELLO_AND_DOWN_TO_BUSINESS_1) melno012.ogg Yes, let us get down to business. -#(HELLO_AND_DOWN_TO_BUSINESS_2) melno013.wav +#(HELLO_AND_DOWN_TO_BUSINESS_2) melno013.ogg How nice to see you again, Captain. -#(HELLO_AND_DOWN_TO_BUSINESS_3) melno014.wav +#(HELLO_AND_DOWN_TO_BUSINESS_3) melno014.ogg I had itchy pods this morning, Captain, and here you are! -#(HELLO_AND_DOWN_TO_BUSINESS_4) melno015.wav +#(HELLO_AND_DOWN_TO_BUSINESS_4) melno015.ogg What a coincidence! I was just talking about you with a Keel-Verezy captain. He/she/they expressed great interest in your explorations and struggles against the Ur-Quan but, like all Verezy, I'm afraid he/she/they were hesitant to introduce themselves for fear of @@ -120,26 +120,26 @@ well frightening you. In any event, it is our pleasure to meet you once again. -#(HELLO_AND_DOWN_TO_BUSINESS_5) melno016.wav +#(HELLO_AND_DOWN_TO_BUSINESS_5) melno016.ogg Once again we meet to exchange valuable tangibles. Isn't this fun?! -#(HELLO_AND_DOWN_TO_BUSINESS_6) melno017.wav +#(HELLO_AND_DOWN_TO_BUSINESS_6) melno017.ogg Your arrival was predicted by our Tzo crystal's vibrations. We already know why you are here and what you need from us; however etiquette requires that we act as though we are ignorant of your desires. -#(HELLO_AND_DOWN_TO_BUSINESS_7) melno018.wav +#(HELLO_AND_DOWN_TO_BUSINESS_7) melno018.ogg This very morning, I was just saying to subordinate Ochre `Fe-Fi-Fo-Fum! I smell the feet of a Hu-Hu-Man!' We laughed and laughed. What a synchronicity! -#(HELLO_AND_DOWN_TO_BUSINESS_8) melno019.wav +#(HELLO_AND_DOWN_TO_BUSINESS_8) melno019.ogg I must warn you, Captain this is the time of the month we Melnorme drive exceptionally hard bargains. Beware! -#(HELLO_AND_DOWN_TO_BUSINESS_9) melno020.wav +#(HELLO_AND_DOWN_TO_BUSINESS_9) melno020.ogg LOOK OUT! Hoy! What a close call! Captain, why did you try to run down that Keel-Verezy vessel!? @@ -147,31 +147,31 @@ You almost smashed it into flinders! What!? You didn't see it? Surely you -- oh Never mind. -#(HELLO_AND_DOWN_TO_BUSINESS_10) melno021.wav +#(HELLO_AND_DOWN_TO_BUSINESS_10) melno021.ogg Welcome back, Captain! You are our favorite customer. #(whats_my_credit) What's my Credit balance, if you please? -#(HELLO_SLIGHTLY_ANGRY_1) melno022.wav +#(HELLO_SLIGHTLY_ANGRY_1) melno022.ogg So the violent one has returned. Have you come back to seek our forgiveness or to attack our defenseless vessel once more? -#(HELLO_SLIGHTLY_ANGRY_2) melno023.wav +#(HELLO_SLIGHTLY_ANGRY_2) melno023.ogg You have disappointed us though to be truthful we had some hints that our relationship would be difficult at first due to your species' emotional immaturity. -#(HELLO_SLIGHTLY_ANGRY_3) melno024.wav +#(HELLO_SLIGHTLY_ANGRY_3) melno024.ogg We require a formal apology. #(explore_relationship) Can we discuss establishing an alliance? -#(EXAMPLE_OF_RELATIONSHIP) melno025.wav +#(EXAMPLE_OF_RELATIONSHIP) melno025.ogg Your question reveals a certain lack of understanding about the nature of friendly, inter-species relationships. We shall clarify the situation. @@ -184,7 +184,7 @@ Is this clear? #(excuse_1) Look, mistakes happen. Don't get so bent out of shape! -#(NO_EXCUSE_1) melno026.wav +#(NO_EXCUSE_1) melno026.ogg The Spathi once used a similar excuse after an unfortunate incident at their base on Algol IV. They didn't like the climate there @@ -198,20 +198,20 @@ regret. #(excuse_2) Let's just forget our battle ever happened, ok? -#(NO_EXCUSE_2) melno027.wav +#(NO_EXCUSE_2) melno027.ogg No. #(excuse_3) What do you want from me, a formal apology? -#(NO_EXCUSE_3) melno028.wav +#(NO_EXCUSE_3) melno028.ogg There is a small possibility that an apology would set things right. But it would have to be genuine. #(we_apologize) I apologize. I'm sorry. Please forgive me, I beg you. -#(APOLOGY_ACCEPTED) melno029.wav +#(APOLOGY_ACCEPTED) melno029.ogg Well since you put it so nicely you seem so genuinely repentant @@ -222,26 +222,26 @@ Or the next time we won't be such nice guys. #(so_we_can_attack) This seems like a great opportunity to attack you again. -#(DECEITFUL_HUMAN) melno030.wav +#(DECEITFUL_HUMAN) melno030.ogg Deceitful human! #(bye_melnorme_slightly_angry) I'm leaving now. Goodbye. -#(MELNORME_SLIGHTLY_ANGRY_GOODBYE) melno031.wav +#(MELNORME_SLIGHTLY_ANGRY_GOODBYE) melno031.ogg Farewell, violent human. -#(HELLO_HATE_YOU_1) melno032.wav +#(HELLO_HATE_YOU_1) melno032.ogg We thought you were a nice guy. Boy, were we wrong! Now go away and leave us alone. -#(HELLO_HATE_YOU_2) melno033.wav +#(HELLO_HATE_YOU_2) melno033.ogg So, the jerk is back. What do you want from us this time? Never mind, we don't want to know. -#(HELLO_HATE_YOU_3) melno034.wav +#(HELLO_HATE_YOU_3) melno034.ogg We will hate you forever. It is no use coming back here in the hopes that we will ever change our minds. We won't! @@ -252,13 +252,13 @@ Die, eye-freak. #(you_hate_us_so_we_go_away) Goodbye. -#(HATE_YOU_GOODBYE) melno035.wav +#(HATE_YOU_GOODBYE) melno035.ogg Don't ever come back! -#(WE_FIGHT_AGAIN) melno036.wav +#(WE_FIGHT_AGAIN) melno036.ogg This time you shall pay for your transgressions! -#(RESCUE_EXPLANATION) melno037.wav +#(RESCUE_EXPLANATION) melno037.ogg According to our scanners and other sensitive devices you are immobile in HyperSpace with no fuel reserves. This is a serious situation. @@ -274,27 +274,27 @@ However as a gesture of good will, and in the spirit of friendship, we offer our assistance! For a nominal fee. -#(RESCUE_AGAIN_1) melno038.wav +#(RESCUE_AGAIN_1) melno038.ogg Once more we find ourselves in a position to help you. How wonderful. -#(RESCUE_AGAIN_2) melno039.wav +#(RESCUE_AGAIN_2) melno039.ogg Have you ever considered buying more fuel tanks? Just a friendly suggestion, Captain. -#(RESCUE_AGAIN_3) melno040.wav +#(RESCUE_AGAIN_3) melno040.ogg We have come to help you once more, Captain. -#(RESCUE_AGAIN_4) melno041.wav +#(RESCUE_AGAIN_4) melno041.ogg We MUST stop meeting like this, Captain! Ha, ha, ha Har, har, har snicker -#(RESCUE_AGAIN_5) melno042.wav +#(RESCUE_AGAIN_5) melno042.ogg Out of fuel again, eh, Captain? -#(CHANGED_MIND) melno043.wav +#(CHANGED_MIND) melno043.ogg Have you changed your mind and decided to accept our offer of assistance? @@ -304,7 +304,7 @@ No thanks, I don't need your help right now. #(yes_changed_mind) Perhaps I was hasty in refusing your offer. What was it again? -#(SHOULD_WE_HELP_YOU) melno044.wav +#(SHOULD_WE_HELP_YOU) melno044.ogg Would you like us to help you at this time? #(yes_help) @@ -313,16 +313,16 @@ Yes, I would appreciate your assistance. What is your fee? #(no_help) I don't need your help at this time. Maybe later, though. -#(RESCUE_OFFER) melno045.wav +#(RESCUE_OFFER) melno045.ogg You have no Credit balance in our mercantile computer and our scanners show you that you possess no useful trade goods but, perhaps we can work out a special deal. In exchange for our giving you enough fuel to -#(RESCUE_TANKS) melno046.wav +#(RESCUE_TANKS) melno046.ogg fill your tanks, we will take: -#(RESCUE_HOME) melno047.wav +#(RESCUE_HOME) melno047.ogg get you home, we will take: #(take_it) @@ -331,49 +331,49 @@ I find I have no choice. I accept your offer... grudgingly. #(leave_it) This offer is absurd! I refuse. -#(HAPPY_TO_HAVE_RESCUED) melno048.wav +#(HAPPY_TO_HAVE_RESCUED) melno048.ogg The exchange of fuel for equipment is complete. As always, it is a pleasure doing business with you. Goodbye, Captain. -#(MAYBE_SEE_YOU_LATER) melno049.wav +#(MAYBE_SEE_YOU_LATER) melno049.ogg Well then, we bid you farewell. We hope to see you again though with you sitting here, dead in space vulnerable and alone we won't hold our breath. -#(GOODBYE_AND_GOODLUCK) melno050.wav +#(GOODBYE_AND_GOODLUCK) melno050.ogg Good luck, Captain. -#(GOODBYE_AND_GOODLUCK_AGAIN) melno051.wav +#(GOODBYE_AND_GOODLUCK_AGAIN) melno051.ogg Until we meet again, Captain. -#(HELLO_PISSED_OFF_1) melno052.wav +#(HELLO_PISSED_OFF_1) melno052.ogg The Human has returned. He hopes to either convince us of his sorrow over his past wrong-doings or he intends to compel us to give/render unreasonable bargains by force. -#(HELLO_PISSED_OFF_2) melno053.wav +#(HELLO_PISSED_OFF_2) melno053.ogg Ahhh-YING!! Ahhh-YING! Ahhh-YING! Ahhh-Y Oh sorry, Captain. I was just meditating on the sorry state of your consciousness. Do you perceive any improvement? -#(HELLO_PISSED_OFF_3) melno054.wav +#(HELLO_PISSED_OFF_3) melno054.ogg Perhaps I can be of some assistance to you in this time of confusion and travail either make a sincere apology to us, or depart. #(beg_forgiveness) We beg your forgiveness for our unwarranted aggression. -#(LOTS_TO_MAKE_UP_FOR) melno055.wav +#(LOTS_TO_MAKE_UP_FOR) melno055.ogg Even if we were to accept your words as truth you have a lot to make up for. #(you_are_so_right) We stand prepared to make reparations for our previous conduct. -#(ONE_LAST_CHANCE) melno056.wav +#(ONE_LAST_CHANCE) melno056.ogg Hmm hmm @@ -397,10 +397,10 @@ Ok, it's a deal, but ONLY the non-essentials! #(no_strip_now) What kind of sucker do you think I am? Forget it! -#(NOT_WORTH_STRIPPING) melno057.wav +#(NOT_WORTH_STRIPPING) melno057.ogg It's not worth stripping. -#(FAIR_JUSTICE) melno058.wav +#(FAIR_JUSTICE) melno058.ogg Removal of non-essential equipment is complete. We are satisfied with the exchange, and believe that we can now pursue a productive business relationship. @@ -409,19 +409,19 @@ We shall forget the mistakes you made in the past. Mostly. #(bye_melnorme_pissed_off) Goodbye. -#(MELNORME_PISSED_OFF_GOODBYE) melno059.wav +#(MELNORME_PISSED_OFF_GOODBYE) melno059.ogg Good riddance. #(fight_some_more) Prepare to be destroyed. -#(OK_FIGHT_SOME_MORE) melno060.wav +#(OK_FIGHT_SOME_MORE) melno060.ogg No, YOU prepare to be destroyed! #(why_blue_light) Why did your bridge just turn blue? -#(BLUE_IS_MAD) melno061.wav +#(BLUE_IS_MAD) melno061.ogg To us, blue ambience signifies a response to an unexpected threat it shows that we are under emotional distress and not incidentally @@ -430,7 +430,7 @@ it also lets us see our weapon consoles more clearly. #(we_strong_1) We have no fear of you, Melnorme! -#(YOU_NOT_STRONG_1) melno062.wav +#(YOU_NOT_STRONG_1) melno062.ogg You should. Once the Dramya thought they could steal from us. You don't see too many Dramya around these days, do you? @@ -438,13 +438,13 @@ You don't see too many Dramya around these days, do you? #(we_strong_2) We have the most powerful ship in this part of the galaxy. -#(YOU_NOT_STRONG_2) melno063.wav +#(YOU_NOT_STRONG_2) melno063.ogg Perhaps that is true, but you have only one ship. #(we_strong_3) Why shouldn't we just take what we want from you by force? -#(YOU_NOT_STRONG_3) melno064.wav +#(YOU_NOT_STRONG_3) melno064.ogg Because it's against the law, and besides if you steal from us, the other Melnorme ships will have to raise their prices and other innocent space aliens will have to pay for your wrong-doing. @@ -453,7 +453,7 @@ Now that's not fair, is it? #(just_testing) Look, we were just testing your intentions. We're actually peaceful and friendly. -#(REALLY_TESTING) melno065.wav +#(REALLY_TESTING) melno065.ogg You have an odd way of making friends, Captain. Are you certain that you aren't just tricking us so that you can attack us the moment our back is turned? @@ -461,16 +461,16 @@ so that you can attack us the moment our back is turned? #(yes_really_testing) I promise, we won't do anything sneaky like that. -#(TEST_RESULTS) melno066.wav +#(TEST_RESULTS) melno066.ogg We believe you. #(youre_on) Let's just test out that weapon system, shall we?... IN COMBAT! -#(YOU_GIVE_US_NO_CHOICE) melno067.wav +#(YOU_GIVE_US_NO_CHOICE) melno067.ogg You give us no choice. -#(TRADING_INFO) melno068.wav +#(TRADING_INFO) melno068.ogg Since this is your first time trading with us, let me explain how our system works. We are interested in purchasing certain items, specifically biological data on alien life forms @@ -484,7 +484,7 @@ To facilitate trade, we translate all your sales into Interstar Credits with which you may make purchases. If you have any questions, don't hesitate to ask. -#(BUY_OR_SELL) melno069.wav +#(BUY_OR_SELL) melno069.ogg Now, what can we do for you today? #(goodbye) @@ -499,48 +499,48 @@ I would like to make some purchases. #(sell) I have some items I would like to sell. -#(TURNED_PURPLE_BECAUSE) melno070.wav +#(TURNED_PURPLE_BECAUSE) melno070.ogg That's a good question with a very interesting answer! The fee for this information is 12,000 Credits. -#(NOTHING_TO_SELL) melno071.wav +#(NOTHING_TO_SELL) melno071.ogg We appreciate your intentions, but you have nothing we wish to buy. -#(WHAT_TO_SELL) melno072.wav +#(WHAT_TO_SELL) melno072.ogg What would you like to sell, Captain? -#(OK_DONE_SELLING) melno073.wav +#(OK_DONE_SELLING) melno073.ogg As you wish. #(sell_life_data) I have some data on alien lifeforms. -#(SOLD_LIFE_DATA1) melno074.wav +#(SOLD_LIFE_DATA1) melno074.ogg The -#(SOLD_LIFE_DATA2) melno074.wav +#(SOLD_LIFE_DATA2) melno074.ogg units of biological data we downloaded from your ship earn you -#(SOLD_LIFE_DATA3) melno074.wav +#(SOLD_LIFE_DATA3) melno074.ogg Credits. #(sell_rainbow_locations) I wish to sell you Rainbow world locations. -#(SOLD_RAINBOW_LOCATIONS1) melno075.wav +#(SOLD_RAINBOW_LOCATIONS1) melno075.ogg Your ship's log indicates that you discovered the whereabouts of -#(SOLD_RAINBOW_LOCATIONS2) melno076.wav +#(SOLD_RAINBOW_LOCATIONS2) melno076.ogg of the Rainbow worlds which so fascinate us. In exchange, we will give you -#(SOLD_RAINBOW_LOCATIONS3) melno076.wav +#(SOLD_RAINBOW_LOCATIONS3) melno076.ogg Credits. #(sell_precursor_find) We found a Precursor artifact. Do you want it? -#(SOLD_PRECURSOR_FIND) melno076.wav +#(SOLD_PRECURSOR_FIND) melno076.ogg Always! Absolutely! In exchange we will give you N Credits @@ -551,20 +551,20 @@ On second thought, I don't think I want to sell anything. #(done_selling) I am done selling, for now. -#(NEED_CREDIT) melno077.wav +#(NEED_CREDIT) melno077.ogg You need Credits to purchase our trade items. To earn Credits you must sell us the items we desire, which are: biological data on alien lifeforms and the coordinates of certain strange worlds whose radiant energies defy all scanners producing a rainbow-like image. -#(WHAT_TO_BUY) melno078.wav +#(WHAT_TO_BUY) melno078.ogg What trade items would you like to buy today? -#(WHAT_MORE_TO_BUY) melno079.wav +#(WHAT_MORE_TO_BUY) melno079.ogg Would you like to purchase anything else? -#(OK_DONE_BUYING) melno080.wav +#(OK_DONE_BUYING) melno080.ogg Very well then. #(buy_fuel) @@ -576,13 +576,13 @@ I am done buying, for now. #(be_leaving_now) I shall be leaving now. -#(HOW_MUCH_FUEL) melno081.wav +#(HOW_MUCH_FUEL) melno081.ogg How much fuel do you wish to purchase? #(buy_1_fuel) 1 unit of fuel. -#(GOT_FUEL) melno082.wav +#(GOT_FUEL) melno082.ogg Fuel transferred to your vessel. #(buy_5_fuel) @@ -597,25 +597,25 @@ Fuel transferred to your vessel. #(done_buying_fuel) I am done buying fuel. -#(FRIENDLY_GOODBYE) melno083.wav +#(FRIENDLY_GOODBYE) melno083.ogg It has been a pleasure dealing with you, Captain. We look forward to your next visit. -#(CREDIT_IS0) melno086.wav +#(CREDIT_IS0) melno086.ogg Your present balance is -#(CREDIT_IS1) melno087.wav +#(CREDIT_IS1) melno087.ogg Credits. -#(NEED_MORE_CREDIT0) melno084.wav +#(NEED_MORE_CREDIT0) melno084.ogg Unfortunately this purchase requires -#(NEED_MORE_CREDIT1) melno084.wav +#(NEED_MORE_CREDIT1) melno084.ogg additional Credits. -#(BUY_FUEL_INTRO) melno085.wav +#(BUY_FUEL_INTRO) melno085.ogg As you know, we carry a large supply of fuel on board which is compatible with your engine system. We will be happy to sell this substance to you at a cost of 1 Credit per unit. -#(NO_ROOM_FOR_FUEL) melno086.wav +#(NO_ROOM_FOR_FUEL) melno086.ogg Your ship's capacity is insufficient to hold that much fuel. #(buy_info) @@ -639,7 +639,7 @@ I am done buying information. #(no_buy_info) I do not wish to buy information at this time. -#(BUY_INFO_INTRO) melno087.wav +#(BUY_INFO_INTRO) melno087.ogg As you know, in our many centuries of star-trading we Melnorme have come to learn much about what happens in our galaxy both now and in the ancient past. @@ -648,16 +648,16 @@ We will share this crucial knowledge with you for a fee of 75 Credits per informative fact. No refunds. -#(OK_BUY_INFO) melno093.wav +#(OK_BUY_INFO) melno093.ogg Good! I wish to SELL information. -#(OK_NO_BUY_INFO) melno089.wav +#(OK_NO_BUY_INFO) melno089.ogg What else would you like to buy? -#(OK_DONE_BUYING_INFO) melno090.wav +#(OK_DONE_BUYING_INFO) melno090.ogg What else would you like to buy? -#(OK_BUY_EVENT_1) melno091.wav +#(OK_BUY_EVENT_1) melno091.ogg While you probably believe that the Shofixti are extinct having caused their sun to flare with a device identical to the Utwig's super-bomb the truth is not so simple. @@ -678,12 +678,12 @@ Fortunately for you, Captain, ZEX is considered... well... perverse, by his fell This is because ZEX actually enjoys the presence of human beings. To acquire the Shofixti females, you will have to appease ZEX, or kill him. -#(OK_BUY_EVENT_2) melno092.wav +#(OK_BUY_EVENT_2) melno092.ogg The Ur-Quan are presently at war with a race called the Kohr-Ah. They are fighting within a large spherical region of space centered around the Crateris star group. Although it is probably too early to tell, it would appear that the Kohr-Ah are winning. -#(OK_BUY_EVENT_3) melno093.wav +#(OK_BUY_EVENT_3) melno093.ogg No doubt you are familiar with an alien race called the Umgah who live in the Orionis constellation. While they are renowned for their potent and often cruel sense of humor they have outdone themselves in recent years. @@ -697,7 +697,7 @@ and slaughtered the entire priest caste. Their reasons for this ghastly move included over-taxation, lack of `quality death in ceremony' and the general feeling that the priests had made Dogar and Kazon's pronouncements overly complex. -#(OK_BUY_EVENT_4) melno094.wav +#(OK_BUY_EVENT_4) melno094.ogg As you know, there are weaknesses in the division between dimensions. For example, your vessel uses such weaknesses to enter HyperSpace. However, there are other weak spots in the galaxy which lead to yet different dimensions. @@ -705,7 +705,7 @@ One such portal exists nearby, between the Chrandrasekhar and Columbae constella The portal opens only a short time each month starting on the 17th. Since we have never entered the portal, we can give no more information on this subject. -#(OK_BUY_EVENT_5) melno095.wav +#(OK_BUY_EVENT_5) melno095.ogg As you are probably aware, Ur-Quan starships -- you call them `Dreadnoughts', I believe possess effective self-annihilation circuits which prevent other races from reverse-engineering Ur-Quan technological secrets. @@ -713,7 +713,7 @@ However, we have become aware of a shipwrecked dreadnought which has remained la You will find the remains of the ship on the surface of a blue world orbiting Alpha Pavonis. We suspect you will find at least one item of interest there, possibly two. -#(OK_BUY_EVENT_6) melno096.wav +#(OK_BUY_EVENT_6) melno096.ogg You may have noticed the presence of an increasingly large number of red probe vessels which move with great speed and attack relentlessly. We are sorry to say that this is our catalog item 2418-B. @@ -722,7 +722,7 @@ The product is not being used in a correct manner. Should you wish to confront the actual wrong-doers we suggest you search the planets in Beta Corvi for the probes' owners. -#(OK_BUY_EVENT_7) melno097.wav +#(OK_BUY_EVENT_7) melno097.ogg Not more than fifty years ago the Druuge were informed by the now-extinct Burvixese race of a powerful alien nation called the Utwig. @@ -744,7 +744,7 @@ Fortunately for us all, the Utwig did not pay the Druuge's requested price -- th and instead gave them a collection of `historical oddments and genuine artifacts' which to this day, the Druuge are trying to unload on unwary buyers. -#(OK_BUY_EVENT_8) melno098.wav +#(OK_BUY_EVENT_8) melno098.ogg The Utwig, who live in the Aquarii constellation, have grown very depressed of late. They accidentally broke the supposed `Ultron' sold to them by the felonious Druuge. As a consequence, they are morose and melancholic @@ -759,7 +759,7 @@ and a Clear Spindle, which is currently in the possession of the Pkunk. Captain, that was the last current event we have for sale. -#(OK_BUY_ALIEN_RACE_1) melno099.wav +#(OK_BUY_ALIEN_RACE_1) melno099.ogg The Zoq-Fot-Pik are a friendly co-op of three alien species all native to the same world. They are presently suffering severe collateral damage from the ritual combat between the Ur-Quan and the Kohr-Ah. @@ -771,14 +771,14 @@ who can protect them from their enemies. In case you are interested, the Zoq-Fot-Pik homeworld is at coordinates 400.0:543.7, planet I. -#(OK_BUY_ALIEN_RACE_2) melno100.wav +#(OK_BUY_ALIEN_RACE_2) melno100.ogg The Ilwrath are presently attacking the Pkunk in the Lacaille and Krueger constellations. These beings have slavish devotion to their dark gods Dogar and Kazon which in the past few years has been being used against them by the Umgah. If you need to manipulate the Ilwrath, we suggest you discover the Umgah's technique and duplicate it. -#(OK_BUY_ALIEN_RACE_3) melno101.wav +#(OK_BUY_ALIEN_RACE_3) melno101.ogg The Pkunk are a mystical off-shoot of the Yehat species who left their bird-brothers long ago to found a peaceful enclave in the Krueger and Giclas stars. @@ -788,7 +788,7 @@ The Pkunk may be unwilling to make a formal alliance with you but we have confidence that if you explain yourself honestly they will help your efforts against the Ur-Quan. -#(OK_BUY_ALIEN_RACE_4) melno102.wav +#(OK_BUY_ALIEN_RACE_4) melno102.ogg The creatures presently fighting the Ur-Quan are called the Kohr-Ah. They are an Ur-Quan sub-species who split off from the main species many thousands of years ago. Their present fight is a ritual reenacting of a major difference of opinion @@ -797,7 +797,7 @@ The Kohr-Ah are immune to reason, having long ago lost the ability to see their They live in a self-maintained paradox: to ensure their safety and security the Kohr-Ah fight an endless battle against all other sentient species. -#(OK_BUY_ALIEN_RACE_5) melno103.wav +#(OK_BUY_ALIEN_RACE_5) melno103.ogg I must warn you about some very bad people. `Is this worth so many credits?' you ask yourself. I assure you, it is! @@ -810,7 +810,7 @@ Do not fall for their tricks! There are hidden costs -- secret tariffs! So that you may avoid them, I will tell you that their main trade world is Zeta Persei I. Why are you smiling, Captain? -#(OK_BUY_ALIEN_RACE_6) melno104.wav +#(OK_BUY_ALIEN_RACE_6) melno104.ogg The Burvixese race evolved on the planet Arcturus I. They lived there in a relatively benevolent manner until the Kohr-Ah came and destroyed them during the course of 2 or 3 unfortunate days. @@ -826,7 +826,7 @@ was homing in on their HyperWave's radiations, the Druuge shut down all their tr and erected a powerful HyperWave beacon on the surface of the Burvixese moon. The Kohr-Ah changed course, attacked the poor Burvixese and sadly, destroyed them all. -#(OK_BUY_ALIEN_RACE_7) melno105.wav +#(OK_BUY_ALIEN_RACE_7) melno105.ogg The Thraddash are an arrogant, stubborn, and thick-skinned species who reside in the Draconis and Apodis star systems. They have little or no respect for anything but force, which they admire greatly. @@ -835,7 +835,7 @@ In addition, they guard some kind of sacred relic at the star system Zeta Dracon though we do not know the true nature of this artifact. The Thraddash homeworld is at Delta Draconis. -#(OK_BUY_ALIEN_RACE_8) melno106.wav +#(OK_BUY_ALIEN_RACE_8) melno106.ogg After the war, the Chenjesu and the Mmrnmhrm chose to be slave-shielded on the Chenjesu's homeworld at Procyon. We suspect that they are melding their two species to form some kind of new, hybrid race @@ -844,7 +844,7 @@ However, by our calculations, this process will take many decades, if not centur Should you wish to talk to them, we recommend you invest in a HyperWave broadcasting system which is powerful enough to penetrate the shield around their world. -#(OK_BUY_ALIEN_RACE_9) melno107.wav +#(OK_BUY_ALIEN_RACE_9) melno107.ogg The Mycon are using this time while the Ur-Quan have their attention elsewhere to expand their sphere of influence as fast as possible. The Mycon colonize planets by launching tough spore-pods from orbit @@ -854,7 +854,7 @@ the tendrils suddenly thrust up out of the planet and create huge calderas not incidentally filling the planet's atmosphere with the Mycon's preferred gases clouds of super-heated steam and sulphuric acid. -#(OK_BUY_ALIEN_RACE_10) melno108.wav +#(OK_BUY_ALIEN_RACE_10) melno108.ogg Following the end of the War, the Androsynth began experimenting with Inter-Dimensional Fatigue a process which is related to your faster-than-light drive but involves dimensions far more alien than HyperSpace. @@ -862,7 +862,7 @@ They had just made a major breakthrough when they were suddenly wiped out by a r who appeared seemingly out of nowhere. Actually, we don't know what the Orz did to the Androsynth -- they're just all gone. -#(OK_BUY_ALIEN_RACE_11) melno109.wav +#(OK_BUY_ALIEN_RACE_11) melno109.ogg The Ariloulaleelay are a mysterious race of IDF beings IDF meaning, Inter-Dimensional Fatigue who do not reside in this galaxy, or in fact, anywhere in this universe. @@ -874,7 +874,7 @@ Though the Ariloulaleelay always smile and are never overtly hostile we believe that they have a secret agenda which somehow involves your planet, Earth. These secret plans may or may not cause grief and woe to you Earthlings. -#(OK_BUY_ALIEN_RACE_12) melno110.wav +#(OK_BUY_ALIEN_RACE_12) melno110.ogg Just under 20 years ago, the brave and suicidal Shofixti annihilated their species by exploding a Precursor device -- some kind of bomb -- in the interior of their sun. The resulting storm of solar flares cooked the life off the Shofixti homeworld @@ -884,7 +884,7 @@ In actuality, there are still at least a dozen Shofixti left alive in the galaxy One or two are at Delta Gorno, guarding the dead hulk of their once beautiful world. Others can be found in VUX space. -#(OK_BUY_ALIEN_RACE_13) melno111.wav +#(OK_BUY_ALIEN_RACE_13) melno111.ogg The Slylandro are a mostly non-solid, sentient race who live in a gas giant at Beta Corvi. We recently sold them a self-replicating exploration probe which has somehow turned hostile and attacks everything it detects. @@ -892,7 +892,7 @@ If such encounters have angered you, Captain, please do NOT address your concern We possess a formal Waiver of Damages, authorized by a Slylandro Speaker and are in no way responsible for the situation. -#(OK_BUY_ALIEN_RACE_14) melno112.wav +#(OK_BUY_ALIEN_RACE_14) melno112.ogg The cowardly Spathi live at the single planet orbiting Epsilon Gruis. They do not actually live on their world, rather they reside on its airless moon. The reason? A xenomorphic species, which craves the sweet-flavored flesh of the Spathi @@ -906,7 +906,7 @@ Should you wish to consult with the Spathi Ruling Council you will need to know the Secret Spathi Cypher -- a password, which is `Huffi-Muffi-Guffi'. -#(OK_BUY_ALIEN_RACE_15) melno113.wav +#(OK_BUY_ALIEN_RACE_15) melno113.ogg Like you Earthlings, when the war with the Ur-Quan was lost the Syreen chose to be slave-shielded. Their new world is at Betelgeuse. The Syreen's starbase is crewed by the starship commanders and crew @@ -915,7 +915,7 @@ Though the Syreen hate the Ur-Quan with a vengeance, they are unlikely to offer unless you reveal to them the truth behind the tragedy of their original homeworld, Syra which was destroyed by the birth of a Mycon `Deep Child' a century ago. -#(OK_BUY_ALIEN_RACE_16) melno114.wav +#(OK_BUY_ALIEN_RACE_16) melno114.ogg When the Ur-Quan entered Gamma Serpentis -- the home star of the Yehat their Queen made a sudden change of allegiance and allied with the Ur-Quan Hierarchy becoming Ur-Quan combat thralls. @@ -927,7 +927,7 @@ when they destroyed their own star system to slow down the Ur-Quan Armada. Captain, you have heard all that we have to say about aliens indigenous to this region. Should we learn more in the near future, we shall be certain to sell it to you. -#(OK_BUY_HISTORY_1) melno115.wav +#(OK_BUY_HISTORY_1) melno115.ogg Almost twenty-five thousand of your years ago, there existed near this region of space an association of starfaring races called the `Sentient Milieu'. This group formed over several thousand years to mutually enrich their respective cultures @@ -936,7 +936,7 @@ and to afford themselves a degree of protection from external hostilities via mi Of the seven most active Milieu members, the most famous race -- indeed you know them well, Captain were the Ur-Quan. -#(OK_BUY_HISTORY_2) melno116.wav +#(OK_BUY_HISTORY_2) melno116.ogg The Ur-Quan evolved on a harsh planet orbiting a star outside this region of space. They were solitary predators, like your praying mantis, Captain, or polar bear who had a very limited set of social behaviors, most of which dealt with sex. @@ -951,7 +951,7 @@ The Ur-Quan recognized the benefits that such a system provided and once more conquered the hunting beast within themselves to become cooperative, productive members of the Milieu. This lasted for several thousands of years. -#(OK_BUY_HISTORY_3) melno117.wav +#(OK_BUY_HISTORY_3) melno117.ogg Just over twenty thousand years ago when your ancestors were learning to chart the course of the moon and stars on animal horns the Sentient Milieu spanned five hundred light years and included the membership of a hundred worlds. @@ -969,7 +969,7 @@ Then the Ur-Quan returned to the heart of the Milieu, landing on its capital pla Within hours, every resident of the planet was a Dnyarri slave. Within a month, Dnyarri-compelled starships had spread the evil, psychic creatures across the entire Milieu. -#(OK_BUY_HISTORY_4) melno118.wav +#(OK_BUY_HISTORY_4) melno118.ogg When the Dnyarri took control over the Milieu, one race fought back -- the Taalo. These slow, quiet creatures were silicon-based life forms but bore little resemblance to the modern Chenjesu. @@ -984,7 +984,7 @@ which they thought would give other races psychic immunity like their own. What happened to this device, this shield? It's hard to say. Maybe it was destroyed in the attack on their homeworld, maybe not. -#(OK_BUY_HISTORY_5) melno119.wav +#(OK_BUY_HISTORY_5) melno119.ogg In the Dnyarri's new empire, the Ur-Quan were the favored slaves. This is probably because the Ur-Quan were the most psychically sensitive, the most easily compelled. As the centuries of Dnyarri dominance passed, what was once the Sentient Milieu @@ -1001,7 +1001,7 @@ and the Black Ur-Quan, who filled the ranks of basic laborer and combat soldier. Then, a chance discovery by an Ur-Quan named Kzer-Za led to the violent overthrow of the Dnyarri Slave Empire. -#(OK_BUY_HISTORY_6) melno120.wav +#(OK_BUY_HISTORY_6) melno120.ogg The Ur-Quan named Kzer-Za was a Green, a researcher specializing in repairing the mental damage inflicted by long-term exposure to the Dnyarri's psychic compulsion. By this point in history, the Dnyarri had grown lax in their dominance @@ -1027,7 +1027,7 @@ The Dnyarri could not bring themselves to make the necessary mental connection w They were slaughtered by the thousands. The Ur-Quan Slave revolt was won. -#(OK_BUY_HISTORY_7) melno121.wav +#(OK_BUY_HISTORY_7) melno121.ogg When the last Ur-Quan was free of psychic compulsion -- when the last free Dnyarri was dead the combined might of the Ur-Quan star fleets met in orbit above the Dnyarri homeworld. They had come together to make two important decisions. @@ -1043,7 +1043,7 @@ acting as translators, making physical contact with other species whom the Ur-Quan now considered grossly inferior to themselves and revolting. The second decision -- how to ensure their freedom permanently -- caused great turmoil. -#(OK_BUY_HISTORY_8) melno122.wav +#(OK_BUY_HISTORY_8) melno122.ogg Following the successful Ur-Quan slave revolt the Ur-Quan met to decide how to ensure their freedom. The Green Ur-Quan, who called themselves the Kzer-Za in honor of the Ur-Quan who triggered the revolt @@ -1060,7 +1060,7 @@ and that each of them had to remain in agony for years in order to defeat the Dn The followers of Kzer-Za and Kohr-Ah were all on the brink of madness but neither side would submit, and so they fought a bloody civil war. -#(OK_BUY_HISTORY_9) melno123.wav +#(OK_BUY_HISTORY_9) melno123.ogg This is the last historical item we have for sale. The civil war between the Green Ur-Quan, the followers of Kzer-Za @@ -1083,7 +1083,7 @@ in a large area centered near the Crateris constellation. If the Kohr-Ah win this battle, Captain, the Kzer-Za will stand aside and let them kill us all. We believe it is your destiny to prevent this from happening. -#(INFO_ALL_GONE) melno124.wav +#(INFO_ALL_GONE) melno124.ogg We regret to say that you have exhausted our supply of genuinely valuable information. However we DO have many thousands of useless facts and that we will gladly sell you at a substantial discount. Are you interested? @@ -1101,10 +1101,10 @@ I do not want to purchase any more technology. #(fill_me_up) Fill all my fuel tanks to maximum capacity. -#(OK_FILL_YOU_UP) melno125.wav +#(OK_FILL_YOU_UP) melno125.ogg Yes sir, fill 'er up, right away! -#(BUY_NEW_TECH_INTRO) melno126.wav +#(BUY_NEW_TECH_INTRO) melno126.ogg Investment! Ah yes, you are so right. These technological breakthroughs don't cost you Credit they EARN you Credit! @@ -1115,189 +1115,189 @@ somewhere in the galaxy at some point in the future. All technologies cost 150 Credits. -#(OK_BUY_NEW_TECH) melno127.wav +#(OK_BUY_NEW_TECH) melno127.ogg Right now we are offering -#(OK_NO_BUY_NEW_TECH) melno128.wav +#(OK_NO_BUY_NEW_TECH) melno128.ogg What else would you like to buy? -#(OK_DONE_BUYING_NEW_TECH) melno129.wav +#(OK_DONE_BUYING_NEW_TECH) melno129.ogg Would you like to purchase anything else? -#(OK_DONE_BUYING_FUEL) melno130.wav +#(OK_DONE_BUYING_FUEL) melno130.ogg Would you like to purchase anything else? -#(NEW_TECH_1) melno131.wav +#(NEW_TECH_1) melno131.ogg The technology we are now offering includes plans for building blaster weapons twice as powerful as your ion-bolt guns. -#(NEW_TECH_2) melno132.wav +#(NEW_TECH_2) melno132.ogg The technology we are now offering includes specifications for constructing modifications to your planet landers which will double their speed. -#(NEW_TECH_3) melno133.wav +#(NEW_TECH_3) melno133.ogg The technology we are now offering includes details on how to add 'point-defense' laser defense systems for your flagship. -#(NEW_TECH_4) melno134.wav +#(NEW_TECH_4) melno134.ogg The technology we are now offering includes plans for building improvements to your planet landers which make them resistant to hostile alien lifeforms. -#(NEW_TECH_5) melno135.wav +#(NEW_TECH_5) melno135.ogg The technology we are now offering includes blueprints which show how to increase your lander's cargo space to double its present volume. -#(NEW_TECH_6) melno136.wav +#(NEW_TECH_6) melno136.ogg The technology we are now offering includes blueprints which show how to add double-capacity fuel tanks. -#(NEW_TECH_7) melno137.wav +#(NEW_TECH_7) melno137.ogg The technology we are now offering includes plans for improving the rate of fire on your lander's stunray bolt-beamer gun. -#(NEW_TECH_8) melno138.wav +#(NEW_TECH_8) melno138.ogg The technology we are now offering includes details for building modifications to your planet landers which make them resistant to earthquakes. -#(NEW_TECH_9) melno139.wav +#(NEW_TECH_9) melno139.ogg The technology we are now offering includes plans for adding auto-tracking modules which improve the aim of all your weapons. -#(NEW_TECH_10) melno140.wav +#(NEW_TECH_10) melno140.ogg The technology we are now offering includes plans for adding improvements to your planet landers which make them resistant to inclement planet weather. -#(NEW_TECH_11) melno141.wav +#(NEW_TECH_11) melno141.ogg The technology we are now offering is everything you need to know to assemble modifications to your planet landers which make them resistant to planetary hot-spots. -#(NEW_TECH_12) melno142.wav +#(NEW_TECH_12) melno142.ogg The technology we are now offering is plans for building 'Hellbore Cannons', a weapon much more destructive than a simple blaster. -#(NEW_TECH_13) melno143.wav +#(NEW_TECH_13) melno143.ogg The technology we are now offering includes details on how to develop Shiva Furnace modules which generate energy for your combat batteries twice as fast as your standard dynamos. -#(OK_BUY_NEW_TECH_1) melno144.wav +#(OK_BUY_NEW_TECH_1) melno144.ogg Please remember that these weapons consume energy from your combat batteries faster than your familiar ion-bolt guns. You may wish to compensate for this by building additional dynamo modules for your flagship. -#(OK_BUY_NEW_TECH_2) melno145.wav +#(OK_BUY_NEW_TECH_2) melno145.ogg Ah yes, speed! An excellent choice for the relentless hunter and craven coward as well. These modifications are simple enough to be put in place immediately. Your landers should be properly equipped in no time. -#(OK_BUY_NEW_TECH_3) melno146.wav +#(OK_BUY_NEW_TECH_3) melno146.ogg These little babies are great for defense, but because of their limited range they may not make a good offensive weapon. However, the more you build for your vessel the more damage each laser strike will do. -#(OK_BUY_NEW_TECH_4) melno147.wav +#(OK_BUY_NEW_TECH_4) melno147.ogg Our reinforcement procedures on your landers are complete. Now, provided your crew will stop putting their hands out the windows they will be much better protected against hostile lifeforms. -#(OK_BUY_NEW_TECH_5) melno148.wav +#(OK_BUY_NEW_TECH_5) melno148.ogg I hope this makes your resource gathering more cost-effective, Captain. -#(OK_BUY_NEW_TECH_6) melno149.wav +#(OK_BUY_NEW_TECH_6) melno149.ogg We hope that these improved tanks will make more module slots available on your flagship which you can fill with other, more useful equipment. -#(OK_BUY_NEW_TECH_7) melno150.wav +#(OK_BUY_NEW_TECH_7) melno150.ogg After some wild game, hmmm? Well, the changes we made should really make a difference! ...uh... unless of course that wiring went in backwards in which case you won't be able to shoot at all, or take off for that matter. Don't worry, Captain. We stand behind our work. If something goes wrong just bring it back to us, and we'll fix it pronto! -#(OK_BUY_NEW_TECH_8) melno151.wav +#(OK_BUY_NEW_TECH_8) melno151.ogg With the addition of these safety belts and heavy-duty shock absorbers your lander occupants should be much safer when an untimely earthquake strikes. The job is complete. Your landers are ready. -#(OK_BUY_NEW_TECH_9) melno152.wav +#(OK_BUY_NEW_TECH_9) melno152.ogg You are preparing for a mighty battle, eh? Well, let me give you some advice. You should consider using multiple Tracking modules, since this will greatly improve your aim however, never add more than three to ship. Any more would be useless. -#(OK_BUY_NEW_TECH_10) melno153.wav +#(OK_BUY_NEW_TECH_10) melno153.ogg A little superconductive spray-paint and Presto! Your lander can sustain a direct hit by a lightning bolt without crisping the passengers inside... usually. Since the job is so easy that a nymph could do it I expect all your landers will be treated in less than an hour. -#(OK_BUY_NEW_TECH_11) melno154.wav +#(OK_BUY_NEW_TECH_11) melno154.ogg With these new ablative-plasma heat shields, your crew will be substantially safer on hot worlds but like all our lander modifications, this protection is not perfect, so remain cautious. Since the changes to your landers are straightforward your landers should be fitted with the heat shields by the time you return to your ship. -#(OK_BUY_NEW_TECH_12) melno155.wav +#(OK_BUY_NEW_TECH_12) melno155.ogg Captain, just a suggestion! Hellbore Cannon are energy gulpers, so unless you want to have a long delay between shots I would suggest you add Dynamos or even Shiva Furnaces to your ship. -#(OK_BUY_NEW_TECH_13) melno156.wav +#(OK_BUY_NEW_TECH_13) melno156.ogg I am certain you will appreciate this new module, Captain! With it you should be able to destroy and devastate twice as fast as before. -#(CHARITY) melno157.wav +#(CHARITY) melno157.ogg Since you have no useful, easily removeable equipment on your vessel we have decided to provide you with fuel at no cost. Please do not make the mistake of thinking of this as a `gift' or act of altruism we are merely investing in our relationship with you, the customer. We are certain that in the long run, this will prove to be a most profitable investment. -#(NEW_TECH_ALL_GONE) melno158.wav +#(NEW_TECH_ALL_GONE) melno158.ogg Commander, that is the limit of the new technology we can offer you. If I may say so, you have been an excellent customer. Thank you! #(we_are_from_alliance0) We come in peace, representing -#(STRIP_HEAD) melno159.wav +#(STRIP_HEAD) melno159.ogg We will take -#(LANDERS) melno160.wav +#(LANDERS) melno160.ogg of your Planet Landers -#(THRUSTERS) melno161.wav +#(THRUSTERS) melno161.ogg of your Fusion Thrusters -#(JETS) melno162.wav +#(JETS) melno162.ogg of your Turning Jets -#(PODS) melno163.wav +#(PODS) melno163.ogg of your empty Crew Pods -#(BAYS) melno164.wav +#(BAYS) melno164.ogg of your empty Storage Bays -#(DYNAMOS) melno165.wav +#(DYNAMOS) melno165.ogg of your Dynamo modules -#(FURNACES) melno166.wav +#(FURNACES) melno166.ogg of your Shiva Furnaces -#(GUNS) melno167.wav +#(GUNS) melno167.ogg of your Ion-Bolt Guns -#(BLASTERS) melno168.wav +#(BLASTERS) melno168.ogg of your Blasters -#(CANNONS) melno169.wav +#(CANNONS) melno169.ogg of your Hellbore Cannons -#(TRACKERS) melno170.wav +#(TRACKERS) melno170.ogg of your Auto-Tracking modules -#(DEFENSES) melno171.wav +#(DEFENSES) melno171.ogg of your Point-Defense Lasers #(name_1) @@ -1314,54 +1314,54 @@ The Empire of #(name_41) ! -#(ENUMERATE_ONE) melno172.wav +#(ENUMERATE_ONE) melno172.ogg one -#(ENUMERATE_TWO) melno173.wav +#(ENUMERATE_TWO) melno173.ogg two -#(ENUMERATE_THREE) melno174.wav +#(ENUMERATE_THREE) melno174.ogg three -#(ENUMERATE_FOUR) melno175.wav +#(ENUMERATE_FOUR) melno175.ogg four -#(ENUMERATE_FIVE) melno176.wav +#(ENUMERATE_FIVE) melno176.ogg five -#(ENUMERATE_SIX) melno177.wav +#(ENUMERATE_SIX) melno177.ogg six -#(ENUMERATE_SEVEN) melno178.wav +#(ENUMERATE_SEVEN) melno178.ogg seven -#(ENUMERATE_EIGHT) melno179.wav +#(ENUMERATE_EIGHT) melno179.ogg eight -#(ENUMERATE_NINE) melno180.wav +#(ENUMERATE_NINE) melno180.ogg nine -#(ENUMERATE_TEN) melno181.wav +#(ENUMERATE_TEN) melno181.ogg ten -#(ENUMERATE_ELEVEN) melno182.wav +#(ENUMERATE_ELEVEN) melno182.ogg eleven -#(ENUMERATE_TWELVE) melno183.wav +#(ENUMERATE_TWELVE) melno183.ogg twelve -#(ENUMERATE_THIRTEEN) melno184.wav +#(ENUMERATE_THIRTEEN) melno184.ogg thirteen -#(ENUMERATE_FOURTEEN) melno185.wav +#(ENUMERATE_FOURTEEN) melno185.ogg fourteen -#(ENUMERATE_FIFTEEN) melno186.wav +#(ENUMERATE_FIFTEEN) melno186.ogg fifteen -#(ENUMERATE_SIXTEEN) melno187.wav +#(ENUMERATE_SIXTEEN) melno187.ogg sixteen -#(END_LIST_WITH_AND) melno188.wav +#(END_LIST_WITH_AND) melno188.ogg and diff --git a/sc2/content/comm/mycon/mycon.txt b/sc2/content/comm/mycon/mycon.txt index e8dcd9ea9..d43258771 100755 --- a/sc2/content/comm/mycon/mycon.txt +++ b/sc2/content/comm/mycon/mycon.txt @@ -1,117 +1,117 @@ -#(TELL_US_ABOUT_WORLD) mycon000.wav +#(TELL_US_ABOUT_WORLD) mycon000.ogg Your suggestion is appropriate. Acceptable new worlds are a priority for the rapid and complete spread of Juffo-Wup. We wish to know more for suitability assessment. Tell us of this world. -#(BYE_AND_DIE_HOMEWORLD) mycon001.wav +#(BYE_AND_DIE_HOMEWORLD) mycon001.ogg You impede the flow of Juffo-Wup through the Universe. We will now remove this clog. We will now aid Juffo-Wup by eliminating you! -#(RAMBLE_1) mycon002.wav +#(RAMBLE_1) mycon002.ogg A single spore lands, finds nourishment in decay and attains maturity.. In turn it exhales a cloud of life, a thousand spores land... so progresses Juffo-Wup. -#(RAMBLE_2) mycon003.wav +#(RAMBLE_2) mycon003.ogg Our bodies seethe with the passion of our genes. A thousand of your species do not possess the richness in one of my cells. -#(RAMBLE_3) mycon004.wav +#(RAMBLE_3) mycon004.ogg I fill with my parents parents parents parents parents parents parents I am they -- they are us. Then, and now. -#(RAMBLE_4) mycon005.wav +#(RAMBLE_4) mycon005.ogg The Deep Children are part of Juffo-Wup -- home builders. The dwellers in the Mohorovichic. -#(RAMBLE_5) mycon006.wav +#(RAMBLE_5) mycon006.ogg I am Dugee I am the purity monitor I choose what buds are permitted to mature. and which must be eradicated. I died of general misfunction 57,283 years ago. -#(RAMBLE_6) mycon007.wav +#(RAMBLE_6) mycon007.ogg A cold rock, spinning silently in the Void, a womb for the Children. -#(RAMBLE_7) mycon008.wav +#(RAMBLE_7) mycon008.ogg Pulsing hot liquid flows through my outstretched tendrils, sending thrills into my interior. The moment has come. I swell and burst. Above me a cloud of whispering life whirls through the air. I am content. -#(RAMBLE_8) mycon009.wav +#(RAMBLE_8) mycon009.ogg The Juffo-Wup is strong in this place. -#(RAMBLE_9) mycon010.wav +#(RAMBLE_9) mycon010.ogg Your simple sexual process produces random mosaics of genetic instructions yet with the simplicity of breath, I modify my own patterns. You humans improve a tool and double your capabilities. We Mycon improve ourselves and increase a thousand-fold. -#(RAMBLE_10) mycon011.wav +#(RAMBLE_10) mycon011.ogg The Deep Children! Spears of light in the darkness! Their discarded husks speak of joy to come. -#(RAMBLE_11) mycon012.wav +#(RAMBLE_11) mycon012.ogg I have chosen my offsprings' memories carefully from my set of remembrances the sweet and warm times of my existence and those of my parents parents parents the bits of a million lifetimes coalesced into a birth gift of complete awareness. -#(RAMBLE_12) mycon013.wav +#(RAMBLE_12) mycon013.ogg In the dark they grow, the deep fire feeds the Children. Their birth breathes warmth across a cold world. -#(RAMBLE_13) mycon014.wav +#(RAMBLE_13) mycon014.ogg `...the system requires more energy. A convenient source lies beneath the crust...' -#(RAMBLE_14) mycon015.wav +#(RAMBLE_14) mycon015.ogg We look to Juffo-Wup for direction, and it provides the pattern endless expansion with purity of achievement and intolerance of error. -#(RAMBLE_15) mycon016.wav +#(RAMBLE_15) mycon016.ogg I am Shloosh I was incinerated fourteen thousand Earth years ago I live now, for but a moment and then, I am gone. -#(RAMBLE_16) mycon017.wav +#(RAMBLE_16) mycon017.ogg `...incorporation of dense amphibole fibers ensure survival in environmental extremes...' -#(RAMBLE_17) mycon018.wav +#(RAMBLE_17) mycon018.ogg I yearn for magma the flowing warm basalts the red glow of the lava pools. -#(RAMBLE_18) mycon019.wav +#(RAMBLE_18) mycon019.ogg When we encounter the Non, we must absorb the Non or reject the Non so that it is no longer Non. -#(RAMBLE_19) mycon020.wav +#(RAMBLE_19) mycon020.ogg `...entry of noise into the signal is unavoidable. We must include a filtering mechanism...' -#(RAMBLE_20) mycon021.wav +#(RAMBLE_20) mycon021.ogg Cessation of an individual is unavoidable a consequence of existence yet with the birth of life, individuality is transferred in part and may occasionally gain dominance for an interval achieving a kind of shared immortality. -#(RAMBLE_21) mycon022.wav +#(RAMBLE_21) mycon022.ogg `...Survival is a priority. Expansion is a priority. Processing is a priority...' -#(RAMBLE_22) mycon023.wav +#(RAMBLE_22) mycon023.ogg Juffo-Wup acknowledges the existence of un-Voidable Non when we are faced with such, we join, absorb and wait for our opportunity to learn the weakness that will allow us to Void the Non. -#(RAMBLE_23) mycon024.wav +#(RAMBLE_23) mycon024.ogg At times, I meet another, who shares with me the life of parent inside the mind and if we speak this fragment is predominant in the both of us self meets self with occasionally enlightening results. -#(RAMBLE_24) mycon025.wav +#(RAMBLE_24) mycon025.ogg The Podships thrum with the plasma containment field whose offspring seek to transform the Non to Void the fields grow tighter, and tighter @@ -119,40 +119,40 @@ the bass rumble of the generators rises gradually to a high burning scream sudden silence and a flash of light announce release the hot pulsing subsides slowly. -#(RAMBLE_25) mycon026.wav +#(RAMBLE_25) mycon026.ogg The Deep Children fall from the Void, gathering speed for the penetration The tough casing warms as it passes through the atmosphere, glowing white as it hits the surface solid rock flows like liquid, and the child slips into the warm, safe depths beneath the crust. -#(RAMBLE_26) mycon027.wav +#(RAMBLE_26) mycon027.ogg `...look... think... act... look... learn... remember... teach...look... think...' -#(RAMBLE_27) mycon028.wav +#(RAMBLE_27) mycon028.ogg The implantation fleet has assembled in orbit above the green world the patterns of weakness reveal the point of introduction. The Child is prepared for its birthing trip. Release! -#(RAMBLE_28) mycon029.wav +#(RAMBLE_28) mycon029.ogg I am Gussh I attend the birthing nodes I died 343 Earth years ago I do not know how. -#(RAMBLE_29) mycon030.wav +#(RAMBLE_29) mycon030.ogg When Juffo-Wup is complete when at last there is no Void or Non when the Creators return then we can finally rest. -#(RAMBLE_30) mycon031.wav +#(RAMBLE_30) mycon031.ogg Darkness is Void Juffo-Wup is light. -#(RAMBLE_31) mycon032.wav +#(RAMBLE_31) mycon032.ogg `... planetary transformer biot 94-18: take your place at the dais...' -#(RAMBLE_32) mycon033.wav +#(RAMBLE_32) mycon033.ogg You are the Non. You must go now, and never return. #(question_1) @@ -206,7 +206,7 @@ You're not paying any attention to me, are you? #(bye_space) Don't trouble yourself. I'll see myself out. -#(BYE_AND_DIE_SPACE) mycon034.wav +#(BYE_AND_DIE_SPACE) mycon034.ogg Juffo-Wup fills in my fibers and I grow turgid. Violent action ensues. #(gonna_die) @@ -239,58 +239,58 @@ Helloo? Ugly! Can you hear me? #(come_in_peace) Mycon. Please try to understand. We wish peace between our peoples. -#(HELLO_HOMEWORLD_1) mycon035.wav +#(HELLO_HOMEWORLD_1) mycon035.ogg Juffo-Wup is All... omni-existent, spreading and changing the Non into Juffo-Wup. You are the Non, who must become Juffo-Wup or Void. We are the agents of Juffo-Wup. We are the Mycon. -#(HELLO_HOMEWORLD_2) mycon036.wav +#(HELLO_HOMEWORLD_2) mycon036.ogg We are the Mycon. -#(HELLO_HOMEWORLD_3) mycon037.wav +#(HELLO_HOMEWORLD_3) mycon037.ogg We are the Mycon. -#(HELLO_HOMEWORLD_4) mycon038.wav +#(HELLO_HOMEWORLD_4) mycon038.ogg We are the Mycon. -#(HELLO_HOMEWORLD_5) mycon039.wav +#(HELLO_HOMEWORLD_5) mycon039.ogg We are the Mycon. -#(HELLO_HOMEWORLD_6) mycon040.wav +#(HELLO_HOMEWORLD_6) mycon040.ogg We are the Mycon. -#(HELLO_HOMEWORLD_7) mycon041.wav +#(HELLO_HOMEWORLD_7) mycon041.ogg We are the Mycon. -#(HELLO_HOMEWORLD_8) mycon042.wav +#(HELLO_HOMEWORLD_8) mycon042.ogg We are the Mycon. -#(HELLO_SPACE_1) mycon043.wav +#(HELLO_SPACE_1) mycon043.ogg We are part of Juffo-Wup. Juffo-Wup is the hot light in the darkness. All else is unfulfilled Void. We are the Mycon. -#(HELLO_SPACE_2) mycon044.wav +#(HELLO_SPACE_2) mycon044.ogg We are the Mycon. -#(HELLO_SPACE_3) mycon045.wav +#(HELLO_SPACE_3) mycon045.ogg We are the Mycon. -#(HELLO_SPACE_4) mycon046.wav +#(HELLO_SPACE_4) mycon046.ogg We are the Mycon. -#(HELLO_SPACE_5) mycon047.wav +#(HELLO_SPACE_5) mycon047.ogg We are the Mycon. -#(HELLO_SPACE_6) mycon048.wav +#(HELLO_SPACE_6) mycon048.ogg We are the Mycon. -#(HELLO_SPACE_7) mycon049.wav +#(HELLO_SPACE_7) mycon049.ogg We are the Mycon. -#(HELLO_SPACE_8) mycon050.wav +#(HELLO_SPACE_8) mycon050.ogg We are the Mycon. #(lets_be_friends) @@ -305,16 +305,16 @@ Heinous fungus! Submit to our will! #(bye_sun_device) bye sun device -#(GOODBYE_SUN_DEVICE) mycon051.wav +#(GOODBYE_SUN_DEVICE) mycon051.ogg GOODBYE SUN DEVICE -#(RESPONSE_1) mycon052.wav +#(RESPONSE_1) mycon052.ogg This is good. -#(RESPONSE_2) mycon053.wav +#(RESPONSE_2) mycon053.ogg This is good. -#(RESPONSE_3) mycon054.wav +#(RESPONSE_3) mycon054.ogg This is good. #(clue_1) @@ -329,16 +329,16 @@ The sun gently warms the surface. #(what_about_shattered) Why are the Shattered Worlds found only in your region of space? -#(ABOUT_SHATTERED) mycon055.wav +#(ABOUT_SHATTERED) mycon055.ogg These are the homes of the Deep Children. -#(HELLO_SUN_DEVICE_WORLD_1) mycon056.wav +#(HELLO_SUN_DEVICE_WORLD_1) mycon056.ogg This is a special place filled with Juffo-Wup. We must not allow it to be soiled by the Non. You must go. Now. -#(HELLO_SUN_DEVICE_WORLD_2) mycon057.wav +#(HELLO_SUN_DEVICE_WORLD_2) mycon057.ogg You have returned to our special place. This is not permissible. Leave. @@ -346,7 +346,7 @@ Leave. #(whats_up_sun_device) What makes this world so special to you? -#(GENERAL_INFO_SUN_DEVICE) mycon058.wav +#(GENERAL_INFO_SUN_DEVICE) mycon058.ogg Juffo-Wup is the power of life... hot warmth in the cold Void. It flows through all things, binding them together, making them one. You are Non-Juffo-Wup, you cannot understand. @@ -358,7 +358,7 @@ You are the Non. The pod is not for you. You must leave. #(like_to_land) I have business on this world. Move aside. -#(NEVER_LET_LAND) mycon059.wav +#(NEVER_LET_LAND) mycon059.ogg Juffo-Wup flows through Time and Space. It cannot be stopped by mere energy blasts. However, you are Non -- not part of Juffo-Wup. You CAN be destroyed by energy blasts. @@ -370,26 +370,26 @@ Goodbye fungus-boys! #(i_have_a_cunning_plan) There is a world at the star Organon. I believe it is perfect for your Deep Children. -#(DIE_LIAR) mycon060.wav +#(DIE_LIAR) mycon060.ogg You are an obstruction to Juffo-Wup. You must be removed. #(how_goes_implanting) Have you visited the planet I told you about? -#(UNFORSEEN_DELAYS) mycon061.wav +#(UNFORSEEN_DELAYS) mycon061.ogg We have experienced unforeseen delays implanting Deep Children beneath the crust of Organon 1. However, Juffo-Wup is inevitable. The Deep Children WILL be born. -#(DIE_THIEF) mycon062.wav +#(DIE_THIEF) mycon062.ogg You have taken something from us which we value... which is important to Juffo-Wup. Return the Solar Manipulator. -#(DIE_THIEF_AGAIN) mycon063.wav +#(DIE_THIEF_AGAIN) mycon063.ogg You have taken something from us which we value... which is important to Juffo-Wup. Return the Solar Manipulator. -#(GOODBYE_AND_DIE) mycon064.wav +#(GOODBYE_AND_DIE) mycon064.ogg Juffo-Wup is All but you are not a part of Juffo-Wup therefore you must cease existence. @@ -401,7 +401,7 @@ We shall make you cease to exist, for Juffo-Wup. #(RAMBLE_TAIL) -#(WE_GO_TO_IMPLANT) mycon067.wav +#(WE_GO_TO_IMPLANT) mycon067.ogg If your words are true, we will gladly spread Juffo-Wup to a new world! We will assemble the Birthing Fleet and send them to this planet. We will send many ships to protect the Children as they grow. diff --git a/sc2/content/comm/mycon/mycon000.ogg b/sc2/content/comm/mycon/mycon000.ogg new file mode 100644 index 000000000..e95432b63 Binary files /dev/null and b/sc2/content/comm/mycon/mycon000.ogg differ diff --git a/sc2/content/comm/mycon/mycon001.ogg b/sc2/content/comm/mycon/mycon001.ogg new file mode 100644 index 000000000..75433611e Binary files /dev/null and b/sc2/content/comm/mycon/mycon001.ogg differ diff --git a/sc2/content/comm/mycon/mycon002.ogg b/sc2/content/comm/mycon/mycon002.ogg new file mode 100644 index 000000000..c1b5d3ca0 Binary files /dev/null and b/sc2/content/comm/mycon/mycon002.ogg differ diff --git a/sc2/content/comm/mycon/mycon003.ogg b/sc2/content/comm/mycon/mycon003.ogg new file mode 100644 index 000000000..3edf1dcb2 Binary files /dev/null and b/sc2/content/comm/mycon/mycon003.ogg differ diff --git a/sc2/content/comm/mycon/mycon004.ogg b/sc2/content/comm/mycon/mycon004.ogg new file mode 100644 index 000000000..f59db6296 Binary files /dev/null and b/sc2/content/comm/mycon/mycon004.ogg differ diff --git a/sc2/content/comm/mycon/mycon005.ogg b/sc2/content/comm/mycon/mycon005.ogg new file mode 100644 index 000000000..24bc9e154 Binary files /dev/null and b/sc2/content/comm/mycon/mycon005.ogg differ diff --git a/sc2/content/comm/mycon/mycon006.ogg b/sc2/content/comm/mycon/mycon006.ogg new file mode 100644 index 000000000..1da2da427 Binary files /dev/null and b/sc2/content/comm/mycon/mycon006.ogg differ diff --git a/sc2/content/comm/mycon/mycon007.ogg b/sc2/content/comm/mycon/mycon007.ogg new file mode 100644 index 000000000..6a57efd98 Binary files /dev/null and b/sc2/content/comm/mycon/mycon007.ogg differ diff --git a/sc2/content/comm/mycon/mycon008.ogg b/sc2/content/comm/mycon/mycon008.ogg new file mode 100644 index 000000000..8240b6474 Binary files /dev/null and b/sc2/content/comm/mycon/mycon008.ogg differ diff --git a/sc2/content/comm/mycon/mycon009.ogg b/sc2/content/comm/mycon/mycon009.ogg new file mode 100644 index 000000000..5659b009b Binary files /dev/null and b/sc2/content/comm/mycon/mycon009.ogg differ diff --git a/sc2/content/comm/mycon/mycon010.ogg b/sc2/content/comm/mycon/mycon010.ogg new file mode 100644 index 000000000..d4b9b079c Binary files /dev/null and b/sc2/content/comm/mycon/mycon010.ogg differ diff --git a/sc2/content/comm/mycon/mycon011.ogg b/sc2/content/comm/mycon/mycon011.ogg new file mode 100644 index 000000000..bdd026ec3 Binary files /dev/null and b/sc2/content/comm/mycon/mycon011.ogg differ diff --git a/sc2/content/comm/mycon/mycon012.ogg b/sc2/content/comm/mycon/mycon012.ogg new file mode 100644 index 000000000..c395a1b95 Binary files /dev/null and b/sc2/content/comm/mycon/mycon012.ogg differ diff --git a/sc2/content/comm/mycon/mycon013.ogg b/sc2/content/comm/mycon/mycon013.ogg new file mode 100644 index 000000000..e0de84133 Binary files /dev/null and b/sc2/content/comm/mycon/mycon013.ogg differ diff --git a/sc2/content/comm/mycon/mycon014.ogg b/sc2/content/comm/mycon/mycon014.ogg new file mode 100644 index 000000000..c1fb86514 Binary files /dev/null and b/sc2/content/comm/mycon/mycon014.ogg differ diff --git a/sc2/content/comm/mycon/mycon015.ogg b/sc2/content/comm/mycon/mycon015.ogg new file mode 100644 index 000000000..b4ff4b5d5 Binary files /dev/null and b/sc2/content/comm/mycon/mycon015.ogg differ diff --git a/sc2/content/comm/mycon/mycon016.ogg b/sc2/content/comm/mycon/mycon016.ogg new file mode 100644 index 000000000..b86101a2c Binary files /dev/null and b/sc2/content/comm/mycon/mycon016.ogg differ diff --git a/sc2/content/comm/mycon/mycon017.ogg b/sc2/content/comm/mycon/mycon017.ogg new file mode 100644 index 000000000..534adedc1 Binary files /dev/null and b/sc2/content/comm/mycon/mycon017.ogg differ diff --git a/sc2/content/comm/mycon/mycon018.ogg b/sc2/content/comm/mycon/mycon018.ogg new file mode 100644 index 000000000..346d90b7e Binary files /dev/null and b/sc2/content/comm/mycon/mycon018.ogg differ diff --git a/sc2/content/comm/mycon/mycon019.ogg b/sc2/content/comm/mycon/mycon019.ogg new file mode 100644 index 000000000..dee13d2d4 Binary files /dev/null and b/sc2/content/comm/mycon/mycon019.ogg differ diff --git a/sc2/content/comm/mycon/mycon020.ogg b/sc2/content/comm/mycon/mycon020.ogg new file mode 100644 index 000000000..cfda5d11c Binary files /dev/null and b/sc2/content/comm/mycon/mycon020.ogg differ diff --git a/sc2/content/comm/mycon/mycon021.ogg b/sc2/content/comm/mycon/mycon021.ogg new file mode 100644 index 000000000..022111525 Binary files /dev/null and b/sc2/content/comm/mycon/mycon021.ogg differ diff --git a/sc2/content/comm/mycon/mycon022.ogg b/sc2/content/comm/mycon/mycon022.ogg new file mode 100644 index 000000000..28cb1277b Binary files /dev/null and b/sc2/content/comm/mycon/mycon022.ogg differ diff --git a/sc2/content/comm/mycon/mycon023.ogg b/sc2/content/comm/mycon/mycon023.ogg new file mode 100644 index 000000000..e0e267aad Binary files /dev/null and b/sc2/content/comm/mycon/mycon023.ogg differ diff --git a/sc2/content/comm/mycon/mycon024.ogg b/sc2/content/comm/mycon/mycon024.ogg new file mode 100644 index 000000000..a563681b6 Binary files /dev/null and b/sc2/content/comm/mycon/mycon024.ogg differ diff --git a/sc2/content/comm/mycon/mycon025.ogg b/sc2/content/comm/mycon/mycon025.ogg new file mode 100644 index 000000000..6e8f1938b Binary files /dev/null and b/sc2/content/comm/mycon/mycon025.ogg differ diff --git a/sc2/content/comm/mycon/mycon026.ogg b/sc2/content/comm/mycon/mycon026.ogg new file mode 100644 index 000000000..af182804f Binary files /dev/null and b/sc2/content/comm/mycon/mycon026.ogg differ diff --git a/sc2/content/comm/mycon/mycon027.ogg b/sc2/content/comm/mycon/mycon027.ogg new file mode 100644 index 000000000..a4333b4e2 Binary files /dev/null and b/sc2/content/comm/mycon/mycon027.ogg differ diff --git a/sc2/content/comm/mycon/mycon028.ogg b/sc2/content/comm/mycon/mycon028.ogg new file mode 100644 index 000000000..2760319db Binary files /dev/null and b/sc2/content/comm/mycon/mycon028.ogg differ diff --git a/sc2/content/comm/mycon/mycon029.ogg b/sc2/content/comm/mycon/mycon029.ogg new file mode 100644 index 000000000..24cae83a2 Binary files /dev/null and b/sc2/content/comm/mycon/mycon029.ogg differ diff --git a/sc2/content/comm/mycon/mycon030.ogg b/sc2/content/comm/mycon/mycon030.ogg new file mode 100644 index 000000000..de3231b65 Binary files /dev/null and b/sc2/content/comm/mycon/mycon030.ogg differ diff --git a/sc2/content/comm/mycon/mycon031.ogg b/sc2/content/comm/mycon/mycon031.ogg new file mode 100644 index 000000000..957d9724f Binary files /dev/null and b/sc2/content/comm/mycon/mycon031.ogg differ diff --git a/sc2/content/comm/mycon/mycon032.ogg b/sc2/content/comm/mycon/mycon032.ogg new file mode 100644 index 000000000..bfa688b73 Binary files /dev/null and b/sc2/content/comm/mycon/mycon032.ogg differ diff --git a/sc2/content/comm/mycon/mycon033.ogg b/sc2/content/comm/mycon/mycon033.ogg new file mode 100644 index 000000000..a1669eb98 Binary files /dev/null and b/sc2/content/comm/mycon/mycon033.ogg differ diff --git a/sc2/content/comm/mycon/mycon034.ogg b/sc2/content/comm/mycon/mycon034.ogg new file mode 100644 index 000000000..232dde1ea Binary files /dev/null and b/sc2/content/comm/mycon/mycon034.ogg differ diff --git a/sc2/content/comm/mycon/mycon035.ogg b/sc2/content/comm/mycon/mycon035.ogg new file mode 100644 index 000000000..460299686 Binary files /dev/null and b/sc2/content/comm/mycon/mycon035.ogg differ diff --git a/sc2/content/comm/mycon/mycon036.ogg b/sc2/content/comm/mycon/mycon036.ogg new file mode 100644 index 000000000..393e8abc9 Binary files /dev/null and b/sc2/content/comm/mycon/mycon036.ogg differ diff --git a/sc2/content/comm/mycon/mycon037.ogg b/sc2/content/comm/mycon/mycon037.ogg new file mode 100644 index 000000000..922ad3a4b Binary files /dev/null and b/sc2/content/comm/mycon/mycon037.ogg differ diff --git a/sc2/content/comm/mycon/mycon038.ogg b/sc2/content/comm/mycon/mycon038.ogg new file mode 100644 index 000000000..0d36f276c Binary files /dev/null and b/sc2/content/comm/mycon/mycon038.ogg differ diff --git a/sc2/content/comm/mycon/mycon039.ogg b/sc2/content/comm/mycon/mycon039.ogg new file mode 100644 index 000000000..565383794 Binary files /dev/null and b/sc2/content/comm/mycon/mycon039.ogg differ diff --git a/sc2/content/comm/mycon/mycon040.ogg b/sc2/content/comm/mycon/mycon040.ogg new file mode 100644 index 000000000..387c65731 Binary files /dev/null and b/sc2/content/comm/mycon/mycon040.ogg differ diff --git a/sc2/content/comm/mycon/mycon041.ogg b/sc2/content/comm/mycon/mycon041.ogg new file mode 100644 index 000000000..3f14e3b26 Binary files /dev/null and b/sc2/content/comm/mycon/mycon041.ogg differ diff --git a/sc2/content/comm/mycon/mycon042.ogg b/sc2/content/comm/mycon/mycon042.ogg new file mode 100644 index 000000000..5123bf834 Binary files /dev/null and b/sc2/content/comm/mycon/mycon042.ogg differ diff --git a/sc2/content/comm/mycon/mycon043.ogg b/sc2/content/comm/mycon/mycon043.ogg new file mode 100644 index 000000000..9a3403c18 Binary files /dev/null and b/sc2/content/comm/mycon/mycon043.ogg differ diff --git a/sc2/content/comm/mycon/mycon044.ogg b/sc2/content/comm/mycon/mycon044.ogg new file mode 100644 index 000000000..8b15669bd Binary files /dev/null and b/sc2/content/comm/mycon/mycon044.ogg differ diff --git a/sc2/content/comm/mycon/mycon045.ogg b/sc2/content/comm/mycon/mycon045.ogg new file mode 100644 index 000000000..66556301b Binary files /dev/null and b/sc2/content/comm/mycon/mycon045.ogg differ diff --git a/sc2/content/comm/mycon/mycon046.ogg b/sc2/content/comm/mycon/mycon046.ogg new file mode 100644 index 000000000..09e98e02f Binary files /dev/null and b/sc2/content/comm/mycon/mycon046.ogg differ diff --git a/sc2/content/comm/mycon/mycon047.ogg b/sc2/content/comm/mycon/mycon047.ogg new file mode 100644 index 000000000..abbca5197 Binary files /dev/null and b/sc2/content/comm/mycon/mycon047.ogg differ diff --git a/sc2/content/comm/mycon/mycon048.ogg b/sc2/content/comm/mycon/mycon048.ogg new file mode 100644 index 000000000..a7dfed5bd Binary files /dev/null and b/sc2/content/comm/mycon/mycon048.ogg differ diff --git a/sc2/content/comm/mycon/mycon049.ogg b/sc2/content/comm/mycon/mycon049.ogg new file mode 100644 index 000000000..39e618cee Binary files /dev/null and b/sc2/content/comm/mycon/mycon049.ogg differ diff --git a/sc2/content/comm/mycon/mycon050.ogg b/sc2/content/comm/mycon/mycon050.ogg new file mode 100644 index 000000000..67b8fd455 Binary files /dev/null and b/sc2/content/comm/mycon/mycon050.ogg differ diff --git a/sc2/content/comm/mycon/mycon051.ogg b/sc2/content/comm/mycon/mycon051.ogg new file mode 100644 index 000000000..74e5a68c0 Binary files /dev/null and b/sc2/content/comm/mycon/mycon051.ogg differ diff --git a/sc2/content/comm/mycon/mycon052.ogg b/sc2/content/comm/mycon/mycon052.ogg new file mode 100644 index 000000000..778ad0869 Binary files /dev/null and b/sc2/content/comm/mycon/mycon052.ogg differ diff --git a/sc2/content/comm/mycon/mycon053.ogg b/sc2/content/comm/mycon/mycon053.ogg new file mode 100644 index 000000000..599447189 Binary files /dev/null and b/sc2/content/comm/mycon/mycon053.ogg differ diff --git a/sc2/content/comm/mycon/mycon054.ogg b/sc2/content/comm/mycon/mycon054.ogg new file mode 100644 index 000000000..20fd25afb Binary files /dev/null and b/sc2/content/comm/mycon/mycon054.ogg differ diff --git a/sc2/content/comm/mycon/mycon055.ogg b/sc2/content/comm/mycon/mycon055.ogg new file mode 100644 index 000000000..20fed341c Binary files /dev/null and b/sc2/content/comm/mycon/mycon055.ogg differ diff --git a/sc2/content/comm/mycon/mycon056.ogg b/sc2/content/comm/mycon/mycon056.ogg new file mode 100644 index 000000000..c3efc76e3 Binary files /dev/null and b/sc2/content/comm/mycon/mycon056.ogg differ diff --git a/sc2/content/comm/mycon/mycon057.ogg b/sc2/content/comm/mycon/mycon057.ogg new file mode 100644 index 000000000..88014fda2 Binary files /dev/null and b/sc2/content/comm/mycon/mycon057.ogg differ diff --git a/sc2/content/comm/mycon/mycon058.ogg b/sc2/content/comm/mycon/mycon058.ogg new file mode 100644 index 000000000..7e3c8136e Binary files /dev/null and b/sc2/content/comm/mycon/mycon058.ogg differ diff --git a/sc2/content/comm/mycon/mycon059.ogg b/sc2/content/comm/mycon/mycon059.ogg new file mode 100644 index 000000000..c9bb4d71b Binary files /dev/null and b/sc2/content/comm/mycon/mycon059.ogg differ diff --git a/sc2/content/comm/mycon/mycon060.ogg b/sc2/content/comm/mycon/mycon060.ogg new file mode 100644 index 000000000..8c52459be Binary files /dev/null and b/sc2/content/comm/mycon/mycon060.ogg differ diff --git a/sc2/content/comm/mycon/mycon061.ogg b/sc2/content/comm/mycon/mycon061.ogg new file mode 100644 index 000000000..580125c09 Binary files /dev/null and b/sc2/content/comm/mycon/mycon061.ogg differ diff --git a/sc2/content/comm/mycon/mycon062.ogg b/sc2/content/comm/mycon/mycon062.ogg new file mode 100644 index 000000000..e86616a09 Binary files /dev/null and b/sc2/content/comm/mycon/mycon062.ogg differ diff --git a/sc2/content/comm/mycon/mycon063.ogg b/sc2/content/comm/mycon/mycon063.ogg new file mode 100644 index 000000000..e89ada4c8 Binary files /dev/null and b/sc2/content/comm/mycon/mycon063.ogg differ diff --git a/sc2/content/comm/mycon/mycon064.ogg b/sc2/content/comm/mycon/mycon064.ogg new file mode 100644 index 000000000..823d928bf Binary files /dev/null and b/sc2/content/comm/mycon/mycon064.ogg differ diff --git a/sc2/content/comm/mycon/mycon065.ogg b/sc2/content/comm/mycon/mycon065.ogg new file mode 100644 index 000000000..8becf2e9e Binary files /dev/null and b/sc2/content/comm/mycon/mycon065.ogg differ diff --git a/sc2/content/comm/mycon/mycon066.ogg b/sc2/content/comm/mycon/mycon066.ogg new file mode 100644 index 000000000..5ac3545a1 Binary files /dev/null and b/sc2/content/comm/mycon/mycon066.ogg differ diff --git a/sc2/content/comm/orz/orz.txt b/sc2/content/comm/orz/orz.txt index 82abe2ae7..fdc340e50 100755 --- a/sc2/content/comm/orz/orz.txt +++ b/sc2/content/comm/orz/orz.txt @@ -1,4 +1,4 @@ -#(INIT_HELLO) orz000.wav +#(INIT_HELLO) orz000.ogg (MESSAGE FROM TRANSLATION COMPUTER: INCOMING MESSAGE EXTREMELY UNORTHODOX IN COMPOSITION. TRANSLATION INCLUDES MANY LINGUAL BEST-FITS. FOR CLARITY BEST-FITS ARE DENOTED BY ASTERISK PAIRS. OVERALL ACCURACY OF TRANSLATION: UNKNOWN. @@ -7,7 +7,7 @@ OVERALL ACCURACY OF TRANSLATION: UNKNOWN. #(who_you) Who are you? What can you tell us about yourselves? -#(WE_ARE_ORZ) orz001.wav +#(WE_ARE_ORZ) orz001.ogg Who are you? You are not Orz! We are Orz! Orz are happy *people energy* from the outside. Inside is good. So much good that Orz will always *germinate*. Can you come together with Orz for *parties*? @@ -15,7 +15,7 @@ Can you come together with Orz for *parties*? #(why_here) Okay, right. Uh... maybe you could tell me why you are here. -#(HERE_BECAUSE) orz002.wav +#(HERE_BECAUSE) orz002.ogg Here is *bright* and *smooth*. The other place is *hurt* Orz too much tired for keeping together. Other place is **Frumple**. Orz are here now, but almost not yet. Soon Orz are really here! You are help Orz with *parties*. @@ -23,48 +23,48 @@ Orz looking for you, and find you. So much joy!! Now *smooth* place all the time, and after now never going back to outside. Never!! -#(ALLIED_HOMEWORLD_HELLO_1) orz003.wav +#(ALLIED_HOMEWORLD_HELLO_1) orz003.ogg Hello to our *house*. Do you feel *better* yet? If you are *campers* you will enjoy *the change*, but maybe not yet. It is best if many happy Orz are coming to your *house*. Let's *spitting* the fun words for several *pieces* and then surprising things!!! -#(ALLIED_HOMEWORLD_HELLO_2) orz004.wav +#(ALLIED_HOMEWORLD_HELLO_2) orz004.ogg This is my *house*. Do you want to know a *secret*? Do not *think* it to *not campers*. You are so many *lonely* *juicy* *bubbles*. It is so sad. Now that you are *campers* you will have more *parties* and no more *sad* *lonely* *bubbles*. This is the *secret*. -#(ALLIED_HOMEWORLD_HELLO_3) orz005.wav +#(ALLIED_HOMEWORLD_HELLO_3) orz005.ogg Happy to come to my *house* some more times. I am Orz. I do not have the name because I am Orz. Orz is the name. Do you want to *squirt*? If you want to, then you do. It is best, I know it. -#(ALLIED_HOMEWORLD_HELLO_4) orz006.wav +#(ALLIED_HOMEWORLD_HELLO_4) orz006.ogg Happy to come to my *house* some more times. I am Orz. I do not have the name because I am Orz. Orz is the name. Do you want to *squirt*? If you want to, then you do. It is best, I know it. -#(ALLIED_SPACE_HELLO_1) orz007.wav +#(ALLIED_SPACE_HELLO_1) orz007.ogg Oh, the *alliance* *party* *campers* are in the *now space*. It is *happy spices*. Why are you there? Of course because also the Orz are in the *now space*. So I am waiting for you to *spit*. It is a pleasure. -#(ALLIED_SPACE_HELLO_2) orz008.wav +#(ALLIED_SPACE_HELLO_2) orz008.ogg *Campers* like to say `hello' when they *smell* the Orz. We have learned this. It is *no function* but Orz want to make *campers* happy everyday. Okay... Hello!! Now you are happy I am sure. -#(ALLIED_SPACE_HELLO_3) orz009.wav +#(ALLIED_SPACE_HELLO_3) orz009.ogg I am *expanding!* It is so much *squishy* to *smell* you! *Campers* are the best! I have *anticipation* and then what? Better parties in *the middle* for sure. -#(ALLIED_SPACE_HELLO_4) orz010.wav +#(ALLIED_SPACE_HELLO_4) orz010.ogg I am *expanding!* It is so much *squishy* to *smell* you! *Campers* are the best! I have *anticipation* and then what? Better parties in *the middle* for sure. @@ -72,7 +72,7 @@ Better parties in *the middle* for sure. #(whats_up_ally) Uh.....Hi there. Its good to see you again....I think. -#(GENERAL_INFO_ALLY_1) orz011.wav +#(GENERAL_INFO_ALLY_1) orz011.ogg That is *funny*. You think you *see* Orz but Orz are not *light reflections*. Maybe you think Orz are *many bubbles* too. It is such a joke. Orz are not *many bubbles* like *campers*. Orz are just Orz. @@ -82,14 +82,14 @@ but it is really *fingers*. Maybe you do not even *smell*? That is sad. *Smelling* *pretty colors* is the best *game*. -#(GENERAL_INFO_ALLY_2) orz012.wav +#(GENERAL_INFO_ALLY_2) orz012.ogg Perhaps you have not been to the *Playground*. The *Playground* is for Taalo and for Orz, but *Campers* can go. It more fun than several. The *Playground* is 372.1, 261.9 your *silly* numbers. You can go there for too much fun. -#(GENERAL_INFO_ALLY_3) orz013.wav +#(GENERAL_INFO_ALLY_3) orz013.ogg Hello! I will say again for extra enjoyment. So much a fun game. Hello! Hello! Next I will *spit* *slow time* words to you for better *dancing*. Do you know? Orz can *dance* very well. @@ -99,7 +99,7 @@ These are best for letting go near *heavy space* planet bodies. Then GO! GO! can going fastest to enter ships of the *other*. Then it is *happy time*. -#(GENERAL_INFO_ALLY_4) orz014.wav +#(GENERAL_INFO_ALLY_4) orz014.ogg Even more *pleasant combinations*. I am *successful* the most. Perhaps after the biggest *party* you will understanding the Orz and I can showing you other *levels*. @@ -110,7 +110,7 @@ We are *friends* now. Never be afraid to *open* enough and *spread the wax*. #(more_about_you) I'm afraid I'm still not exactly clear on who you are and where you're from. -#(ABOUT_US_1) orz015.wav +#(ABOUT_US_1) orz015.ogg You are a *silly* *camper*. I am always Orz. If I was not Orz, then I would not be, but of course I am Orz. We are from *outside*. Also the Arilou *quick babies* are from *outside*. @@ -121,7 +121,7 @@ We can not have *parties* when Arilou always *jumping in front*. It makes Orz *frumple* so much. These are *fat* words. Do you want to play this some more? -#(ABOUT_US_2) orz016.wav +#(ABOUT_US_2) orz016.ogg I will tell again the many *pieces*. You do not know *special things*. Here is some. *Time* is not one but many. *Space* is many. *Colors* are many. You are so *sticky*. @@ -131,7 +131,7 @@ This is soon. Orz are trying to *pull* the Androsynth, but they are so *silly*, they do not want. Arilou can *slide*. Also Taalo. Many can *slide*, but Orz are better of course. -#(ABOUT_US_3) orz017.wav +#(ABOUT_US_3) orz017.ogg Here is *good news*! Six or nine *pieces* ago, myself the Orz did not even *smell* your *level*. Can you believe? It is so silly! It is such a *happy town*. @@ -148,7 +148,7 @@ Where are the Taalo? There they are. It is too much fun. We are too happy, in this *slow time* *heavy space*. It is a better *level* for games. This is the everything story. Now you know. -#(ABOUT_US_4) orz018.wav +#(ABOUT_US_4) orz018.ogg I am already telling the everything story. It is too much. You do not asking about us the many. Next it is the *party* and you will *become*. @@ -160,7 +160,7 @@ I am too *tired* the *silly* word *game*. #(where_androsyn) Our charts show this as Androsynth space. Do you know what happened to them? -#(DISEMBLE_ABOUT_ANDROSYN) orz019.wav +#(DISEMBLE_ABOUT_ANDROSYN) orz019.ogg Androsynth are not here. Orz are here. You are not the same too much like Androsynth. You are *happy campers*. Do you want to see our surprising *toys*? No!! Do Not!! @@ -170,7 +170,7 @@ No more Androsynth stories. #(must_know_about_androsyn) What happened?? Dammit, what did you do to the Androsynth?!! -#(KNOW_TOO_MUCH) orz020.wav +#(KNOW_TOO_MUCH) orz020.ogg Nnnnnngaaaa!!!! I am *squeezing* the *juice*. You have become too close. You are *sick* for the last time! Nnnnnnggggaaaaaa!! It is not enough for *happy days* I am sure. @@ -180,7 +180,7 @@ Androsynth are not the story!! #(dont_really_care) Uh, that's okay. I didn't really care about them so much anyway. -#(YOU_ARE_OUR_FRIENDS) orz021.wav +#(YOU_ARE_OUR_FRIENDS) orz021.ogg Ahaa! I am told other Orz *cousins* you are *connected* for *camping*. I am so right! It is happiest days to not care about Androsynth anything. @@ -190,7 +190,7 @@ I am so right. I will tell them again. #(about_andro_1) Now please don't take this the wrong way, but what did happen to the Androsynth? -#(FORGET_ANDRO_1) orz022.wav +#(FORGET_ANDRO_1) orz022.ogg I am say best word *frumple*. Maybe you do not know. *Frumple* be *round* and yet *lumpy*. So bad!!! The asking about Androsynth is so *frumple* we are not happy. @@ -201,7 +201,7 @@ No more Androsynth is better. #(about_andro_2) Just tell me this. Are we in for the same fate as them? -#(FORGET_ANDRO_2) orz023.wav +#(FORGET_ANDRO_2) orz023.ogg You are not same. You are *happy campers*, but already you know. I will not talking about *silly Androsynth*, now is stop asking. If you are say the question another time @@ -212,58 +212,58 @@ You are not so *silly*! #(about_andro_3) Okay, okay. Now this isn't really a question, but let's say you WERE going to talk about the Androsynth. If you were, what would you say? -#(BLEW_IT) orz024.wav +#(BLEW_IT) orz024.ogg Nnnnnggggaaaahhhhh!!!!!! It is *dancing*!!!! -#(NEUTRAL_HOMEWORLD_HELLO_1) orz025.wav +#(NEUTRAL_HOMEWORLD_HELLO_1) orz025.ogg This is my *house.* Did you come to *play*?. Do not be sad if you are *other*. We can still have a *party*. There are never enough *campers*. -#(NEUTRAL_HOMEWORLD_HELLO_2) orz026.wav +#(NEUTRAL_HOMEWORLD_HELLO_2) orz026.ogg You want to *take* *silly* words in *slow time*. It is okay. I will *spit* words and then perhaps it is the *party*. Welcome to my *house* or *other house*. It is a joke! Only it is my *house*. -#(NEUTRAL_HOMEWORLD_HELLO_3) orz027.wav +#(NEUTRAL_HOMEWORLD_HELLO_3) orz027.ogg Again you have come to my *house*. It is the same time. Why are you coming? Do you always the *slow time*? I am surprised! Oh well. Now is for *fun time*, not worrying. -#(NEUTRAL_HOMEWORLD_HELLO_4) orz028.wav +#(NEUTRAL_HOMEWORLD_HELLO_4) orz028.ogg Again you have come to my *house*. It is the same time. Why are you coming? Do you always the *slow time*? I am surprised! Oh well. Now is for *fun time*, not worrying. -#(NEUTRAL_SPACE_HELLO_1) orz029.wav +#(NEUTRAL_SPACE_HELLO_1) orz029.ogg Hello extremely! I hope you like to *Play*. Some *campers* are not so good for *games*. Is it time for *playing* yet? -#(NEUTRAL_SPACE_HELLO_2) orz030.wav +#(NEUTRAL_SPACE_HELLO_2) orz030.ogg Pleasant *combinations*! We have been *anticipating* about you. Do you like *parties*? We do several times, and so much the better. -#(NEUTRAL_SPACE_HELLO_3) orz031.wav +#(NEUTRAL_SPACE_HELLO_3) orz031.ogg So much *juicy*! Let's have *party time* sooner. -#(NEUTRAL_SPACE_HELLO_4) orz032.wav +#(NEUTRAL_SPACE_HELLO_4) orz032.ogg Hi. You seem like good *campers*. Perhaps we can do *snappy fun* with you everytime. #(hostile_1) Do not attempt any hostilities or you will be immediately destroyed. -#(HOSTILITY_IS_BAD_1) orz033.wav +#(HOSTILITY_IS_BAD_1) orz033.ogg If you are *sick* you should have a *party*. We can come and *play* at your *house*. #(hostile_2) We have no time for childish nonsense. We require information. Comply at once. -#(HOSTILITY_IS_BAD_2) orz034.wav +#(HOSTILITY_IS_BAD_2) orz034.ogg *Extra sick fish* need *special training* for extra *fun*. We will have a *happy party* now. @@ -276,14 +276,14 @@ Greetings. I am Captain #(we_are_vindicator2) . We are having some difficulty translating your messages. -#(NICE_TO_MEET_YOU) orz035.wav +#(NICE_TO_MEET_YOU) orz035.ogg Yes, of course. Difficulty. Problems are difficult. Let's be *special* together. *Spicy games* are always fun. #(seem_like_nice_guys) You seem like friendly fellows. Perhaps you could aid us in our mission? -#(ARE_NICE_WANT_ALLY) orz036.wav +#(ARE_NICE_WANT_ALLY) orz036.ogg Yes. Yes. We are too friendly. Extremely happy *sisters* should correct each other for *celebration*. So much enjoyment! @@ -292,7 +292,7 @@ Shall we come to your *house* so that we can be *relatives*? #(talk_about_alliance) We have reconsidered the idea of an alliance between our peoples. -#(OK_TALK_ALLIANCE) orz037.wav +#(OK_TALK_ALLIANCE) orz037.ogg So much the better! Orz have been waiting for *alliance* time. I will show you the inside. It is so good that you will never leave. @@ -302,7 +302,7 @@ Yes! Yes! Reconsider is best. #(yes_alliance) Uh....I presume you are talking about an alliance. Yes, we are very interested. -#(GREAT) orz038.wav +#(GREAT) orz038.ogg Jumping *peppers*!! This is smiley time! You are *campers* after all!! We will start *alliance* *parties* for better enjoyment! @@ -310,7 +310,7 @@ We will start *alliance* *parties* for better enjoyment! #(no_alliance) I am not quite sure, but I think the answer is no. -#(MAYBE_LATER) orz039.wav +#(MAYBE_LATER) orz039.ogg Disappointing *conclusions*. Maybe we can play *alliance* another happy day. I will tell *Orz puppies* to wait for *camping*. @@ -318,7 +318,7 @@ I will tell *Orz puppies* to wait for *camping*. #(decide_later) No point in rushing into anything. Let us think about it some more. -#(OK_LATER) orz040.wav +#(OK_LATER) orz040.ogg Yes! Think and then do! You will tell us soon. Soon is now. *Parties* can be so much fun for other reasons. *Alliance* is good. @@ -326,7 +326,7 @@ Yes! Think and then do! You will tell us soon. Soon is now. #(why_so_trusting) You seem very... uh, trusting. Why is that? -#(TRUSTING_BECAUSE) orz041.wav +#(TRUSTING_BECAUSE) orz041.ogg We are not trusting. We like to be *together*. Do you want to be *together* with us? Always the other *sad animals* go away, but first we have lots of fun. @@ -340,7 +340,7 @@ I am tired. #(bye_neutral) Well, it's been.... uh... well, I'm afraid I have to go now. Do you understand? -#(GOODBYE_NEUTRAL) orz042.wav +#(GOODBYE_NEUTRAL) orz042.ogg Going. Yes. Orz is go with you same place for *party*. Nobody is forget. Next is *alliance* *party*. Always promise is good to keep. @@ -349,27 +349,27 @@ You are not even aware, and then everyone is so happy. You are not forget. Alliance is promise. Orz are wait. -#(ANGRY_SPACE_HELLO_1) orz043.wav +#(ANGRY_SPACE_HELLO_1) orz043.ogg Orz are find you! You do not *play* with Orz so it is not even *happy town*. Orz are think that *dissolving* is a better chance for you. This is a good plan. Orz are accomplishing this for better *games*. Now is time for *dissolving*. -#(ANGRY_SPACE_HELLO_2) orz044.wav +#(ANGRY_SPACE_HELLO_2) orz044.ogg So many times Orz are say 'Hello, we are Orz', but next is always same. Certainly you are *silly cows*. Now is try again for *dissolving*. Of course this is best for extra fun. After dissolved, *silly cows* will not be *frumple* and Orz will have *special sauce*, not the *juice*. -#(ANGRY_HOMEWORLD_HELLO_1) orz045.wav +#(ANGRY_HOMEWORLD_HELLO_1) orz045.ogg You have come to our *house* but we cannot *play* the fun *games* with you. Nnnnngggaaahhh!! You are not even *campers*. Why are you coming to our *house*? We cannot *smell* you even a little. So much trouble in *slow time* is not the best. -#(ANGRY_HOMEWORLD_HELLO_2) orz046.wav +#(ANGRY_HOMEWORLD_HELLO_2) orz046.ogg You are not *connected*! Too many times I speak the *silly* words in *slow time*. No more speaking. Next you must *dissolve* and *become* the second time. @@ -378,7 +378,7 @@ Orz will help you *dissolving*. #(whats_up_angry) You appear to be upset. Have I offended you somehow? -#(GENERAL_INFO_ANGRY_1) orz047.wav +#(GENERAL_INFO_ANGRY_1) orz047.ogg Orz is upset! Not one the many! We are *squeezing* the *juice*! You are showing that you are not *happy campers* @@ -386,7 +386,7 @@ and so Orz cannot have the *party*. Orz need *party* or there is no fun and we are *frumple* everyday. This is so sad, Orz is upset of course. -#(GENERAL_INFO_ANGRY_2) orz048.wav +#(GENERAL_INFO_ANGRY_2) orz048.ogg Too many times explaining the silly words. How many time? One? Two? Three? Seven? Orz are ready to find new *friends*. You do not want to *play*. @@ -395,7 +395,7 @@ Do not coming to our *house*. #(were_sorry) I'm not sure what I said wrong, but in any event, I'm sorry. -#(APOLOGY_ACCEPTED) orz049.wav +#(APOLOGY_ACCEPTED) orz049.ogg *Sorry* is good fun. Yes, we are see it is the *game*. You are strangest *campers*, but Orz is understand now. We will come to your *house* and we will be *sorry* too. @@ -427,25 +427,25 @@ That's it! I've had it! You're dead. #(insult_8) That's it! I've had it! You're dead. -#(INSULTED_1) orz050.wav +#(INSULTED_1) orz050.ogg *Dangerous* is not the way! Orz are happy *fun* days all the time. *Silly cow* is so strange Orz think. Next *silly cow* are *dissolving* and no more word making in *slow time*. Then *happy days* are here again. -#(INSULTED_2) orz051.wav +#(INSULTED_2) orz051.ogg Orz are not *dissolve*! Why is the *silly cow* say Orz are *dissolving*? Too much crazy perhaps. You are so sick even for a *party*. Again I am *squeezing* the *juice*. Nnnggaaaahhh!! It does not even helping. -#(INSULTED_3) orz052.wav +#(INSULTED_3) orz052.ogg We are not *dead*. Orz is never *dead*. Orz is thinking *silly cow* are want to *dance*. Orz can *dance* very well *in between* but not as much fun as *parties*. -#(INSULTED_4) orz053.wav +#(INSULTED_4) orz053.ogg We are not *dead*. Orz is never *dead*. Orz is thinking *silly cow* are want to *dance*. Orz can *dance* very well *in between* @@ -454,34 +454,34 @@ but not as much fun as *parties*. #(bye_angry) You are just too darn strange. I'm out of here. -#(GOODBYE_ANGRY) orz054.wav +#(GOODBYE_ANGRY) orz054.ogg Orz cannot be *strange*. Orz is Orz. Strange is other thing. You are the *silliest cow* even more so. At least you can *dance* with Orz. After the *dancing* Orz think you will make good *special sauce*. Maybe even for other Orz *party*, so do not be sad. -#(ANGRY_TAALO_HELLO_1) orz055.wav +#(ANGRY_TAALO_HELLO_1) orz055.ogg Who is it? It is the *not Campers*. Maybe you have come to Taalo *playground* for a *Picnic*. No!!! It is not the case! *Silly Cows* can never have a *picnic*. Of course. Not even a party. If you are gone, Orz can have fun some more. -#(ANGRY_TAALO_HELLO_2) orz056.wav +#(ANGRY_TAALO_HELLO_2) orz056.ogg I am not expecting, and then what? Again the *Silly Cows*. You think that the *Playground* is a *fun* place? I will explain. It is not. Now it is explained. Of course you understand. It is enough talking the words. You are leaving. -#(FRIENDLY_ALLIED_TAALO_HELLO_1) orz057.wav +#(FRIENDLY_ALLIED_TAALO_HELLO_1) orz057.ogg Happy *pieces*! I am *squirting nice colors*! Why? The reason. *Camper friends* have come to Taalo *Playground*. Why are you coming to this? -#(FRIENDLY_ALLIED_TAALO_HELLO_2) orz058.wav +#(FRIENDLY_ALLIED_TAALO_HELLO_2) orz058.ogg I *smell* you so much. *Campers* are pleasant. You are coming again to the *Playground*. We can have extra fun for future *parties* in *quick time*. @@ -489,13 +489,13 @@ We can have extra fun for future *parties* in *quick time*. #(demand_to_land) I demand that you allow us to pass so that we can land on the surface. -#(NO_DEMAND) orz059.wav +#(NO_DEMAND) orz059.ogg NNNNgggggaaahhhhh!!!!!! You are *frumple*! You are silly!! Is this happy? NO!!! I cannot *spit* words with *Cows*! There is no demanding! We will *dance* now for several *pieces*. -#(ASK_NICELY) orz060.wav +#(ASK_NICELY) orz060.ogg You are not *spitting* happy words. Demand is not happy. If you want to going onto *Playground* then *happy words* are best. Do you understand the most? @@ -504,14 +504,14 @@ It is so simple. #(why_you_here) Why are you here at this planet? -#(ANGRY_EXPLANATION) orz061.wav +#(ANGRY_EXPLANATION) orz061.ogg This answer is not for *Silly Cows*. You do not know Taalo. Taalo are not the *friends*. You are coming to the *Playground* and then making words. Always you make Orz *squeezing juice*. We do not have enough. I do not want to *smell* you now. -#(FRIENDLY_EXPLANATION) orz062.wav +#(FRIENDLY_EXPLANATION) orz062.ogg I will tell. This is Taalo *Playground*. Do you know? Taalo is not anymore the *heavy space*. Many *camper* lives they are not here. To *play* with Taalo, Orz must *spread* into *Pretty Space*. @@ -522,7 +522,7 @@ You cannot going to *Pretty Space*, too bad. #(what_is_this_place) What do you mean by `Playground'? Can you explain some more? -#(FRIENDLY_PLACE) orz063.wav +#(FRIENDLY_PLACE) orz063.ogg Yes. Yes. You say words, then I say. It is fun *in between*. More fun than *dancing*. Many *gravity centers* in *heavy space* make good *party places*. @@ -535,7 +535,7 @@ Now Dnyarri are sleeping, so Orz can *chase* them. Then we can have a *party*. They are even better *campers* than you. Do not feeling bad. You are good enough *campers*, but not yet. -#(ANGRY_PLACE) orz064.wav +#(ANGRY_PLACE) orz064.ogg Why explaining? You are not a *camper*! You are too *hard*! If you want *words with fluid* then you must be *campers*! Of course you are so silly. That is too much. Do not asking about *playgrounds*. @@ -545,13 +545,13 @@ Silly name is Gamma Vulpeculae. #(may_we_land) Would you mind if we did a bit of exploring on the planet's surface? -#(SURE_LAND) orz065.wav +#(SURE_LAND) orz065.ogg You are ask if Orz are upset? Orz are not upset. You are *happy campers*. Certainly you are only *slow time* *walkers*. It is not fun on the surface in *slow time*. If you want to go, that is okay. -#(ALLIES_CAN_VISIT) orz066.wav +#(ALLIES_CAN_VISIT) orz066.ogg Only *campers* can go to the *playground*. *Alliance parties* are often a good idea for better *parties*. Even for *picnics*. @@ -560,7 +560,7 @@ Do you want to be *campers* for the *friendly days*? #(make_alliance) All right, all right. We'll be `campers'. How do we do that? -#(CANT_ALLY_HERE) orz067.wav +#(CANT_ALLY_HERE) orz067.ogg *Jumping Peppers!* I am *squirting* more *nice colors*. It is the best way! You will be very happy *campers*. Do not be *terrified*. @@ -572,7 +572,7 @@ We are so busy here for starting the *campers*! #(why_busy) What are you busy doing? -#(BUSY_BECAUSE) orz068.wav +#(BUSY_BECAUSE) orz068.ogg Busy is because Orz have reason. It is secret for *campers*. You must going quickly to my *house*. It is too bad you cannot **HYUIVBHJHG** there @@ -586,27 +586,27 @@ Well, it's been swell, but I really should be going now. #(bye_ally) I could stay and talk all day, but I'm afraid I must go. Farewell, allies! -#(GOODBYE_ALLY) orz069.wav +#(GOODBYE_ALLY) orz069.ogg Yes! We do! Goodbye is the *Game*. Hello!! I am only joke. It is funny enough. Do not forget to *enjoy the sauce*!!! -#(FRIENDLY_TAALO_GOODBYE) orz070.wav +#(FRIENDLY_TAALO_GOODBYE) orz070.ogg I am so sad myself. You are not here and then I do not think of *parties*. Oh well. It is so much excitement for the next time. You must leave now so then you must come back. Yes. I understand very well. -#(ANGRY_TAALO_GOODBYE) orz071.wav +#(ANGRY_TAALO_GOODBYE) orz071.ogg Finally you are *absorbing*. I am tired of *spitting* the meaning. Go. It is *happy days* after you are gone. Then I will have enough *juice*. So much the better. -#(HOSTILE_HELLO_1) orz072.wav +#(HOSTILE_HELLO_1) orz072.ogg Nnnnnngaaaa!!!! I am *squeezing* the *juice*. More and more *juice!* You are *sick* for the last time! -#(HOSTILE_HELLO_2) orz073.wav +#(HOSTILE_HELLO_2) orz073.ogg Nnnnnggggaaaahhhhh!!!!!! It is *dancing*!!!! diff --git a/sc2/content/comm/orz/orz000.ogg b/sc2/content/comm/orz/orz000.ogg new file mode 100644 index 000000000..0fd2f2f84 Binary files /dev/null and b/sc2/content/comm/orz/orz000.ogg differ diff --git a/sc2/content/comm/orz/orz001.ogg b/sc2/content/comm/orz/orz001.ogg new file mode 100644 index 000000000..4b364b22f Binary files /dev/null and b/sc2/content/comm/orz/orz001.ogg differ diff --git a/sc2/content/comm/orz/orz002.ogg b/sc2/content/comm/orz/orz002.ogg new file mode 100644 index 000000000..9059d0113 Binary files /dev/null and b/sc2/content/comm/orz/orz002.ogg differ diff --git a/sc2/content/comm/orz/orz003.ogg b/sc2/content/comm/orz/orz003.ogg new file mode 100644 index 000000000..a704643c1 Binary files /dev/null and b/sc2/content/comm/orz/orz003.ogg differ diff --git a/sc2/content/comm/orz/orz004.ogg b/sc2/content/comm/orz/orz004.ogg new file mode 100644 index 000000000..17fb6eeb0 Binary files /dev/null and b/sc2/content/comm/orz/orz004.ogg differ diff --git a/sc2/content/comm/orz/orz005.ogg b/sc2/content/comm/orz/orz005.ogg new file mode 100644 index 000000000..59a7c9ee2 Binary files /dev/null and b/sc2/content/comm/orz/orz005.ogg differ diff --git a/sc2/content/comm/orz/orz006.ogg b/sc2/content/comm/orz/orz006.ogg new file mode 100644 index 000000000..5adda97b8 Binary files /dev/null and b/sc2/content/comm/orz/orz006.ogg differ diff --git a/sc2/content/comm/orz/orz007.ogg b/sc2/content/comm/orz/orz007.ogg new file mode 100644 index 000000000..377e84abb Binary files /dev/null and b/sc2/content/comm/orz/orz007.ogg differ diff --git a/sc2/content/comm/orz/orz008.ogg b/sc2/content/comm/orz/orz008.ogg new file mode 100644 index 000000000..484d8c72f Binary files /dev/null and b/sc2/content/comm/orz/orz008.ogg differ diff --git a/sc2/content/comm/orz/orz009.ogg b/sc2/content/comm/orz/orz009.ogg new file mode 100644 index 000000000..9ba3de920 Binary files /dev/null and b/sc2/content/comm/orz/orz009.ogg differ diff --git a/sc2/content/comm/orz/orz010.ogg b/sc2/content/comm/orz/orz010.ogg new file mode 100644 index 000000000..3c1680513 Binary files /dev/null and b/sc2/content/comm/orz/orz010.ogg differ diff --git a/sc2/content/comm/orz/orz011.ogg b/sc2/content/comm/orz/orz011.ogg new file mode 100644 index 000000000..ba0d76bf7 Binary files /dev/null and b/sc2/content/comm/orz/orz011.ogg differ diff --git a/sc2/content/comm/orz/orz012.ogg b/sc2/content/comm/orz/orz012.ogg new file mode 100644 index 000000000..fada19f61 Binary files /dev/null and b/sc2/content/comm/orz/orz012.ogg differ diff --git a/sc2/content/comm/orz/orz013.ogg b/sc2/content/comm/orz/orz013.ogg new file mode 100644 index 000000000..30191951b Binary files /dev/null and b/sc2/content/comm/orz/orz013.ogg differ diff --git a/sc2/content/comm/orz/orz014.ogg b/sc2/content/comm/orz/orz014.ogg new file mode 100644 index 000000000..8dacff1f3 Binary files /dev/null and b/sc2/content/comm/orz/orz014.ogg differ diff --git a/sc2/content/comm/orz/orz015.ogg b/sc2/content/comm/orz/orz015.ogg new file mode 100644 index 000000000..f07ad132e Binary files /dev/null and b/sc2/content/comm/orz/orz015.ogg differ diff --git a/sc2/content/comm/orz/orz016.ogg b/sc2/content/comm/orz/orz016.ogg new file mode 100644 index 000000000..26fe0bba6 Binary files /dev/null and b/sc2/content/comm/orz/orz016.ogg differ diff --git a/sc2/content/comm/orz/orz017.ogg b/sc2/content/comm/orz/orz017.ogg new file mode 100644 index 000000000..e3aaae2a1 Binary files /dev/null and b/sc2/content/comm/orz/orz017.ogg differ diff --git a/sc2/content/comm/orz/orz018.ogg b/sc2/content/comm/orz/orz018.ogg new file mode 100644 index 000000000..8698f57a5 Binary files /dev/null and b/sc2/content/comm/orz/orz018.ogg differ diff --git a/sc2/content/comm/orz/orz019.ogg b/sc2/content/comm/orz/orz019.ogg new file mode 100644 index 000000000..882bb85e0 Binary files /dev/null and b/sc2/content/comm/orz/orz019.ogg differ diff --git a/sc2/content/comm/orz/orz020.ogg b/sc2/content/comm/orz/orz020.ogg new file mode 100644 index 000000000..f487afc9d Binary files /dev/null and b/sc2/content/comm/orz/orz020.ogg differ diff --git a/sc2/content/comm/orz/orz021.ogg b/sc2/content/comm/orz/orz021.ogg new file mode 100644 index 000000000..883bc0342 Binary files /dev/null and b/sc2/content/comm/orz/orz021.ogg differ diff --git a/sc2/content/comm/orz/orz022.ogg b/sc2/content/comm/orz/orz022.ogg new file mode 100644 index 000000000..27354feac Binary files /dev/null and b/sc2/content/comm/orz/orz022.ogg differ diff --git a/sc2/content/comm/orz/orz023.ogg b/sc2/content/comm/orz/orz023.ogg new file mode 100644 index 000000000..93cab81fd Binary files /dev/null and b/sc2/content/comm/orz/orz023.ogg differ diff --git a/sc2/content/comm/orz/orz024.ogg b/sc2/content/comm/orz/orz024.ogg new file mode 100644 index 000000000..cb3f5e553 Binary files /dev/null and b/sc2/content/comm/orz/orz024.ogg differ diff --git a/sc2/content/comm/orz/orz025.ogg b/sc2/content/comm/orz/orz025.ogg new file mode 100644 index 000000000..e268215b2 Binary files /dev/null and b/sc2/content/comm/orz/orz025.ogg differ diff --git a/sc2/content/comm/orz/orz026.ogg b/sc2/content/comm/orz/orz026.ogg new file mode 100644 index 000000000..16da66c8f Binary files /dev/null and b/sc2/content/comm/orz/orz026.ogg differ diff --git a/sc2/content/comm/orz/orz027.ogg b/sc2/content/comm/orz/orz027.ogg new file mode 100644 index 000000000..9ed3649d5 Binary files /dev/null and b/sc2/content/comm/orz/orz027.ogg differ diff --git a/sc2/content/comm/orz/orz028.ogg b/sc2/content/comm/orz/orz028.ogg new file mode 100644 index 000000000..9fca96612 Binary files /dev/null and b/sc2/content/comm/orz/orz028.ogg differ diff --git a/sc2/content/comm/orz/orz029.ogg b/sc2/content/comm/orz/orz029.ogg new file mode 100644 index 000000000..fd95c7ccb Binary files /dev/null and b/sc2/content/comm/orz/orz029.ogg differ diff --git a/sc2/content/comm/orz/orz030.ogg b/sc2/content/comm/orz/orz030.ogg new file mode 100644 index 000000000..fe647e96e Binary files /dev/null and b/sc2/content/comm/orz/orz030.ogg differ diff --git a/sc2/content/comm/orz/orz031.ogg b/sc2/content/comm/orz/orz031.ogg new file mode 100644 index 000000000..5a41801c7 Binary files /dev/null and b/sc2/content/comm/orz/orz031.ogg differ diff --git a/sc2/content/comm/orz/orz032.ogg b/sc2/content/comm/orz/orz032.ogg new file mode 100644 index 000000000..3d61002e6 Binary files /dev/null and b/sc2/content/comm/orz/orz032.ogg differ diff --git a/sc2/content/comm/orz/orz033.ogg b/sc2/content/comm/orz/orz033.ogg new file mode 100644 index 000000000..22d06bdba Binary files /dev/null and b/sc2/content/comm/orz/orz033.ogg differ diff --git a/sc2/content/comm/orz/orz034.ogg b/sc2/content/comm/orz/orz034.ogg new file mode 100644 index 000000000..a554fa02e Binary files /dev/null and b/sc2/content/comm/orz/orz034.ogg differ diff --git a/sc2/content/comm/orz/orz035.ogg b/sc2/content/comm/orz/orz035.ogg new file mode 100644 index 000000000..1f0d56c23 Binary files /dev/null and b/sc2/content/comm/orz/orz035.ogg differ diff --git a/sc2/content/comm/orz/orz036.ogg b/sc2/content/comm/orz/orz036.ogg new file mode 100644 index 000000000..df9417df6 Binary files /dev/null and b/sc2/content/comm/orz/orz036.ogg differ diff --git a/sc2/content/comm/orz/orz037.ogg b/sc2/content/comm/orz/orz037.ogg new file mode 100644 index 000000000..7eac4f846 Binary files /dev/null and b/sc2/content/comm/orz/orz037.ogg differ diff --git a/sc2/content/comm/orz/orz038.ogg b/sc2/content/comm/orz/orz038.ogg new file mode 100644 index 000000000..dd0d9bacb Binary files /dev/null and b/sc2/content/comm/orz/orz038.ogg differ diff --git a/sc2/content/comm/orz/orz039.ogg b/sc2/content/comm/orz/orz039.ogg new file mode 100644 index 000000000..d553479eb Binary files /dev/null and b/sc2/content/comm/orz/orz039.ogg differ diff --git a/sc2/content/comm/orz/orz040.ogg b/sc2/content/comm/orz/orz040.ogg new file mode 100644 index 000000000..d2a714f90 Binary files /dev/null and b/sc2/content/comm/orz/orz040.ogg differ diff --git a/sc2/content/comm/orz/orz041.ogg b/sc2/content/comm/orz/orz041.ogg new file mode 100644 index 000000000..65c97c14a Binary files /dev/null and b/sc2/content/comm/orz/orz041.ogg differ diff --git a/sc2/content/comm/orz/orz042.ogg b/sc2/content/comm/orz/orz042.ogg new file mode 100644 index 000000000..9fb676a19 Binary files /dev/null and b/sc2/content/comm/orz/orz042.ogg differ diff --git a/sc2/content/comm/orz/orz043.ogg b/sc2/content/comm/orz/orz043.ogg new file mode 100644 index 000000000..4a9673376 Binary files /dev/null and b/sc2/content/comm/orz/orz043.ogg differ diff --git a/sc2/content/comm/orz/orz044.ogg b/sc2/content/comm/orz/orz044.ogg new file mode 100644 index 000000000..4bc3727da Binary files /dev/null and b/sc2/content/comm/orz/orz044.ogg differ diff --git a/sc2/content/comm/orz/orz045.ogg b/sc2/content/comm/orz/orz045.ogg new file mode 100644 index 000000000..89fc5e558 Binary files /dev/null and b/sc2/content/comm/orz/orz045.ogg differ diff --git a/sc2/content/comm/orz/orz046.ogg b/sc2/content/comm/orz/orz046.ogg new file mode 100644 index 000000000..0630ffc32 Binary files /dev/null and b/sc2/content/comm/orz/orz046.ogg differ diff --git a/sc2/content/comm/orz/orz047.ogg b/sc2/content/comm/orz/orz047.ogg new file mode 100644 index 000000000..f81927f9f Binary files /dev/null and b/sc2/content/comm/orz/orz047.ogg differ diff --git a/sc2/content/comm/orz/orz048.ogg b/sc2/content/comm/orz/orz048.ogg new file mode 100644 index 000000000..a86d3b75c Binary files /dev/null and b/sc2/content/comm/orz/orz048.ogg differ diff --git a/sc2/content/comm/orz/orz049.ogg b/sc2/content/comm/orz/orz049.ogg new file mode 100644 index 000000000..c2ce017b9 Binary files /dev/null and b/sc2/content/comm/orz/orz049.ogg differ diff --git a/sc2/content/comm/orz/orz050.ogg b/sc2/content/comm/orz/orz050.ogg new file mode 100644 index 000000000..af1f0f32b Binary files /dev/null and b/sc2/content/comm/orz/orz050.ogg differ diff --git a/sc2/content/comm/orz/orz051.ogg b/sc2/content/comm/orz/orz051.ogg new file mode 100644 index 000000000..4f3b1a2f2 Binary files /dev/null and b/sc2/content/comm/orz/orz051.ogg differ diff --git a/sc2/content/comm/orz/orz052.ogg b/sc2/content/comm/orz/orz052.ogg new file mode 100644 index 000000000..83fbff071 Binary files /dev/null and b/sc2/content/comm/orz/orz052.ogg differ diff --git a/sc2/content/comm/orz/orz053.ogg b/sc2/content/comm/orz/orz053.ogg new file mode 100644 index 000000000..f2ab8103e Binary files /dev/null and b/sc2/content/comm/orz/orz053.ogg differ diff --git a/sc2/content/comm/orz/orz054.ogg b/sc2/content/comm/orz/orz054.ogg new file mode 100644 index 000000000..1cc2f6ae6 Binary files /dev/null and b/sc2/content/comm/orz/orz054.ogg differ diff --git a/sc2/content/comm/orz/orz055.ogg b/sc2/content/comm/orz/orz055.ogg new file mode 100644 index 000000000..ecf8b4239 Binary files /dev/null and b/sc2/content/comm/orz/orz055.ogg differ diff --git a/sc2/content/comm/orz/orz056.ogg b/sc2/content/comm/orz/orz056.ogg new file mode 100644 index 000000000..04ce67a3b Binary files /dev/null and b/sc2/content/comm/orz/orz056.ogg differ diff --git a/sc2/content/comm/orz/orz057.ogg b/sc2/content/comm/orz/orz057.ogg new file mode 100644 index 000000000..68808ea83 Binary files /dev/null and b/sc2/content/comm/orz/orz057.ogg differ diff --git a/sc2/content/comm/orz/orz058.ogg b/sc2/content/comm/orz/orz058.ogg new file mode 100644 index 000000000..01a34b78a Binary files /dev/null and b/sc2/content/comm/orz/orz058.ogg differ diff --git a/sc2/content/comm/orz/orz059.ogg b/sc2/content/comm/orz/orz059.ogg new file mode 100644 index 000000000..2e95fa28c Binary files /dev/null and b/sc2/content/comm/orz/orz059.ogg differ diff --git a/sc2/content/comm/orz/orz060.ogg b/sc2/content/comm/orz/orz060.ogg new file mode 100644 index 000000000..fd181d78b Binary files /dev/null and b/sc2/content/comm/orz/orz060.ogg differ diff --git a/sc2/content/comm/orz/orz061.ogg b/sc2/content/comm/orz/orz061.ogg new file mode 100644 index 000000000..edff01cd8 Binary files /dev/null and b/sc2/content/comm/orz/orz061.ogg differ diff --git a/sc2/content/comm/orz/orz062.ogg b/sc2/content/comm/orz/orz062.ogg new file mode 100644 index 000000000..59825ffa4 Binary files /dev/null and b/sc2/content/comm/orz/orz062.ogg differ diff --git a/sc2/content/comm/orz/orz063.ogg b/sc2/content/comm/orz/orz063.ogg new file mode 100644 index 000000000..83055f152 Binary files /dev/null and b/sc2/content/comm/orz/orz063.ogg differ diff --git a/sc2/content/comm/orz/orz064.ogg b/sc2/content/comm/orz/orz064.ogg new file mode 100644 index 000000000..c1d585bd3 Binary files /dev/null and b/sc2/content/comm/orz/orz064.ogg differ diff --git a/sc2/content/comm/orz/orz065.ogg b/sc2/content/comm/orz/orz065.ogg new file mode 100644 index 000000000..d87496f6b Binary files /dev/null and b/sc2/content/comm/orz/orz065.ogg differ diff --git a/sc2/content/comm/orz/orz066.ogg b/sc2/content/comm/orz/orz066.ogg new file mode 100644 index 000000000..3db603afc Binary files /dev/null and b/sc2/content/comm/orz/orz066.ogg differ diff --git a/sc2/content/comm/orz/orz067.ogg b/sc2/content/comm/orz/orz067.ogg new file mode 100644 index 000000000..8cc5138c9 Binary files /dev/null and b/sc2/content/comm/orz/orz067.ogg differ diff --git a/sc2/content/comm/orz/orz068.ogg b/sc2/content/comm/orz/orz068.ogg new file mode 100644 index 000000000..d63345e26 Binary files /dev/null and b/sc2/content/comm/orz/orz068.ogg differ diff --git a/sc2/content/comm/orz/orz069.ogg b/sc2/content/comm/orz/orz069.ogg new file mode 100644 index 000000000..6eeb00578 Binary files /dev/null and b/sc2/content/comm/orz/orz069.ogg differ diff --git a/sc2/content/comm/orz/orz070.ogg b/sc2/content/comm/orz/orz070.ogg new file mode 100644 index 000000000..d4aaadc22 Binary files /dev/null and b/sc2/content/comm/orz/orz070.ogg differ diff --git a/sc2/content/comm/orz/orz071.ogg b/sc2/content/comm/orz/orz071.ogg new file mode 100644 index 000000000..037e8579b Binary files /dev/null and b/sc2/content/comm/orz/orz071.ogg differ diff --git a/sc2/content/comm/orz/orz072.ogg b/sc2/content/comm/orz/orz072.ogg new file mode 100644 index 000000000..1ce981b23 Binary files /dev/null and b/sc2/content/comm/orz/orz072.ogg differ diff --git a/sc2/content/comm/orz/orz073.ogg b/sc2/content/comm/orz/orz073.ogg new file mode 100644 index 000000000..357026baf Binary files /dev/null and b/sc2/content/comm/orz/orz073.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk.txt b/sc2/content/comm/pkunk/pkunk.txt index dfeec6430..96ec50f7c 100755 --- a/sc2/content/comm/pkunk/pkunk.txt +++ b/sc2/content/comm/pkunk/pkunk.txt @@ -1,4 +1,4 @@ -#(GIVE_SPINDLE) pkunk000.wav +#(GIVE_SPINDLE) pkunk000.ogg WAIT!... a spirit voice rings within my soul it tells me that I must give you something something to aid you on your noble quest! @@ -25,20 +25,20 @@ The Empire of #(name_41) -#(NEUTRAL_SPACE_HELLO_1) pkunk001.wav +#(NEUTRAL_SPACE_HELLO_1) pkunk001.ogg Welcome to our home stars. We are the Pkunk. Pkunk we are. Seekers of the deepest truths, askers of interesting and significant questions. Even now a question of great transcendental significance comes unbidden to our minds. Who are you and what do you want?' -#(NEUTRAL_SPACE_HELLO_3) pkunk002.wav +#(NEUTRAL_SPACE_HELLO_3) pkunk002.ogg Greetings and various apropos felicitations! We are Pkunk. Hatchlings of light, spritual soul beings of the vast cosmic oneness wayfarers on the river of destiny, students of the mystical dimensions purveyors of blissful love, birdlike manifestations of glorious light energies from the astral plane. How about yourselves? -#(NEUTRAL_SPACE_HELLO_2) pkunk003.wav +#(NEUTRAL_SPACE_HELLO_2) pkunk003.ogg Do not be frightened. We are powerful creatures, yes but we could not hurt you anymore than we could squish the helpless Pootworm. We love the Pootworm. We are one with the Pootworm. We are one with you. @@ -47,7 +47,7 @@ Rejoice!! To be one with the Pootworm is to be alive, and why not be alive? Is that not what living is for? -#(NEUTRAL_SPACE_HELLO_4) pkunk004.wav +#(NEUTRAL_SPACE_HELLO_4) pkunk004.ogg I sense that you are cautious. You feel that you are not yet ready to enter into the fullness of our compassion. I say to you, Let go!! @@ -57,28 +57,28 @@ Unburden yourself of fears, become as a child once again release yourself to tears of joy! Go. Go now, young one. Go quickly! -#(FRIENDLY_SPACE_HELLO_1) pkunk005.wav +#(FRIENDLY_SPACE_HELLO_1) pkunk005.ogg Whoopdy Dee and Trolly Bazoo! What a good day I am having. First, my nest mate surprises me with extra fat and spicy grubs for earlymeal and then I am complimented on my fine display of ceremonial tongs. To top it off, I encounter the human friend, loved by all Pkunk. Can things get any better? -#(FRIENDLY_SPACE_HELLO_2) pkunk006.wav +#(FRIENDLY_SPACE_HELLO_2) pkunk006.ogg The stars are in auspicious alignment, the various significant moons are in the correct houses, and ambient psychic energies are in balance. All is well, and the universe is at peace. Well, actually 2/3 of our civilization has been decimated by the Ilwrath, but besides that, all is well. It is good to see you again. -#(FRIENDLY_SPACE_HELLO_3) pkunk007.wav +#(FRIENDLY_SPACE_HELLO_3) pkunk007.ogg Human! I was just thinking of you! Ah, but I see you are not surprised, and why should you be? Amazing psychic occurences are commonplace for us Pkunk. I am filled with love at the sight of you. Perhaps we can converse together, or just coexist for a few special moments. -#(FRIENDLY_SPACE_HELLO_4) pkunk008.wav +#(FRIENDLY_SPACE_HELLO_4) pkunk008.ogg So fledgling, you have returned for your spiritual training. You seek to be as we Pkunk are. An admirable if somewhat naive goal. Of course, as a loving parent I must push you from the nest. Try as @@ -86,7 +86,7 @@ you might to cling to the side, I must step on your fingers and kick you over the edge. Ah but I cannot. I see those sad Human eyes, and I must give in. My love gushes forth. -#(FRIENDLY_SPACE_HELLO_5) pkunk009.wav +#(FRIENDLY_SPACE_HELLO_5) pkunk009.ogg Ah, Captain human! I was hoping you would return. I have great news! Were you aware that in one of your previous lives, you were Duke Franz Ferdinand? It's true! And before that, you were the Egyptian god-pharoah Atum-ta, the sixth? @@ -97,7 +97,7 @@ It seems that if you are a turnip farmer, a salesman, or something boring like t you aren't reincarnated. When you die you just kind of... cease. Isn't the universe a wacky place? -#(FRIENDLY_SPACE_HELLO_6) pkunk010.wav +#(FRIENDLY_SPACE_HELLO_6) pkunk010.ogg Ah. So once again you come to our region of space. All are welcome to our nest. We are Pkunk, we cannot help but love all. Share our joy. Share our love. Are we not Pkunk? @@ -105,15 +105,15 @@ Yes, I said we were and so we are. Ha ha!! I must laugh and sing for the sheer joy of it! This is our way. -#(FRIENDLY_SPACE_HELLO_7) pkunk011.wav +#(FRIENDLY_SPACE_HELLO_7) pkunk011.ogg Hello human! We are warm and fuzzy with the news of your return. What wisdom do you seek today? -#(FRIENDLY_SPACE_HELLO_8) pkunk012.wav +#(FRIENDLY_SPACE_HELLO_8) pkunk012.ogg Hello human! We are warm and fuzzy with the news of your return. What wisdom do you seek today? -#(NEUTRAL_HOMEWORLD_HELLO_1) pkunk013.wav +#(NEUTRAL_HOMEWORLD_HELLO_1) pkunk013.ogg Auspicious portents and serendipitous omens have foretold your arrival. Welcome alien guest to the home of the gentle and playful Pkunk Children of the Cosmic Light @@ -121,59 +121,59 @@ Hobgoblins of Joy Seekers of Spiritual Truth... ... and other neat stuff like that. -#(NEUTRAL_HOMEWORLD_HELLO_2) pkunk014.wav +#(NEUTRAL_HOMEWORLD_HELLO_2) pkunk014.ogg Oh jubilation and moderate amounts of spiritual-type ecstasy, our sensitive friend and intimate soulmate has returned to our homeworld, bringing with him his most beautiful aura and radiant smile. How do you fare, Captain? -#(NEUTRAL_HOMEWORLD_HELLO_3) pkunk015.wav +#(NEUTRAL_HOMEWORLD_HELLO_3) pkunk015.ogg Hello human! We are warm and fuzzy with the news of your return. What wisdom do you seek today? -#(NEUTRAL_HOMEWORLD_HELLO_4) pkunk016.wav +#(NEUTRAL_HOMEWORLD_HELLO_4) pkunk016.ogg Hello human! We are warm and fuzzy with the news of your return. What wisdom do you seek today? -#(FRIENDLY_HOMEWORLD_HELLO_1) pkunk017.wav +#(FRIENDLY_HOMEWORLD_HELLO_1) pkunk017.ogg Captain. We have been expecting you, of course. In fact, you are here because we wished you to be here. By channeling our psychic energies through a transdimensional flux inducer, we are able to affect the low frequency stream of a soul particle such as yourself, and direct its course. The only thing is, we can't remember why we brought you here. -#(FRIENDLY_HOMEWORLD_HELLO_2) pkunk018.wav +#(FRIENDLY_HOMEWORLD_HELLO_2) pkunk018.ogg Welcome back, Captain, to our humble planet. It is good, once again, to merge our chakras with the totality of your spiritual essence. We speak, of course, metaphorically. How can we best be of aid to you? -#(FRIENDLY_HOMEWORLD_HELLO_3) pkunk019.wav +#(FRIENDLY_HOMEWORLD_HELLO_3) pkunk019.ogg Hello human! We are warm and fuzzy with the news of your return. What wisdom do you seek today? -#(FRIENDLY_HOMEWORLD_HELLO_4) pkunk020.wav +#(FRIENDLY_HOMEWORLD_HELLO_4) pkunk020.ogg Hello human! We are warm and fuzzy with the news of your return. What wisdom do you seek today? -#(FRIENDLY_HOMEWORLD_HELLO_5) pkunk021.wav +#(FRIENDLY_HOMEWORLD_HELLO_5) pkunk021.ogg Hello human! We are warm and fuzzy with the news of your return. What wisdom do you seek today? -#(FRIENDLY_HOMEWORLD_HELLO_6) pkunk022.wav +#(FRIENDLY_HOMEWORLD_HELLO_6) pkunk022.ogg Hello human! We are warm and fuzzy with the news of your return. What wisdom do you seek today? -#(FRIENDLY_HOMEWORLD_HELLO_7) pkunk023.wav +#(FRIENDLY_HOMEWORLD_HELLO_7) pkunk023.ogg Hello human! We are warm and fuzzy with the news of your return. What wisdom do you seek today? -#(FRIENDLY_HOMEWORLD_HELLO_8) pkunk024.wav +#(FRIENDLY_HOMEWORLD_HELLO_8) pkunk024.ogg Hello human! We are warm and fuzzy with the news of your return. What wisdom do you seek today? #(whats_up_neutral) We are seekers of truth. Enlighten us! -#(GENERAL_INFO_NEUTRAL_1) pkunk025.wav +#(GENERAL_INFO_NEUTRAL_1) pkunk025.ogg Since you are a perceptive individual, you have noticed that we are physiologically similar to the Yehat. This relationship is not coincidence, for indeed in the Harmonic Realm of Creation, there IS no coincidence. To be more specific, we are an off-shoot of the Yehat species @@ -183,7 +183,7 @@ You see, we create Peace...Tranquility... and Harmony whereas, the Yehat are birds of prey who live in a constant balance of terror with their fellow creatures. -#(GENERAL_INFO_NEUTRAL_2) pkunk026.wav +#(GENERAL_INFO_NEUTRAL_2) pkunk026.ogg Earth Captain. You would be well advised to use caution when traveling in this area. We must warn you about the presence of a spiritually corrupt and violent race... the Ilwrath. Ah! I see you already know of them. @@ -191,21 +191,21 @@ The Ilwrath appeared almost eight years ago, following a powerful HyperWave broa supposedly from Dogar and Kazon, the dark gods of Death and Pain. Ever since, they have ceaselessly attacked our ships and planets. -#(GENERAL_INFO_NEUTRAL_3) pkunk027.wav +#(GENERAL_INFO_NEUTRAL_3) pkunk027.ogg Over many long years, we have investigated the mysteries of the Universe the powers of crystal energy regression into past lives the truth behind crop circles and in doing so we have been Transformed! -#(GENERAL_INFO_NEUTRAL_4) pkunk028.wav +#(GENERAL_INFO_NEUTRAL_4) pkunk028.ogg You may wonder about our name... Pkunk. 'Pkunk' means 'Peace' in our language, and we are devoted to this joyous concept. #(good_reason_1) Turn back! Our most mystical device, the, er... Ouija Board, gave a definite NO when we asked it about your trip. -#(WE_GO_HOME_1) pkunk029.wav +#(WE_GO_HOME_1) pkunk029.ogg Hmm... this is an ominous portent. We must consult our spirit guides before proceeding. Unfortunately, we will have to return home to do this properly. @@ -214,7 +214,7 @@ Thank you for your concern. #(good_reason_2) Didn't you know this is the, um... year of the Swollen Moon? Bad time to travel! -#(WE_GO_HOME_2) pkunk030.wav +#(WE_GO_HOME_2) pkunk030.ogg It IS?! We are so glad you warned us! No time to lose! We'll see you back in our home star systems. @@ -223,19 +223,19 @@ Bye! #(bad_reason_1) Your trip is fruitless. The Yehat will blow you out of the stars. -#(NO_GO_HOME_1) pkunk031.wav +#(NO_GO_HOME_1) pkunk031.ogg No, we are certain that our Yehat siblings are spiritually prepared for our reunion. We shall proceed. #(bad_reason_2) You have left your home star systems unguarded! What if they are invaded? -#(NO_GO_HOME_2) pkunk032.wav +#(NO_GO_HOME_2) pkunk032.ogg Nothing but material possessions, Captain. We Pkunk, having risen to the ninty-ninth psychic plane, plus a tad are far beyond trapping our spiritual needs with crude matter. -#(SENSE_KOHRAH_VICTORY) pkunk033.wav +#(SENSE_KOHRAH_VICTORY) pkunk033.ogg Before we proceed Captain, I must speak. Many of my people have not been sleeping well these past few nights. In fact, I myself did not sleep well last night. Well, actually I slept okay in the first part of the night, and then had @@ -250,7 +250,7 @@ destroy all life in this region. Captain, they are winning now. If there is anything you can do to stop them, you must do it... please! Okay, that's all I wanted to say. -#(SPIRITUAL_PROBLEMS_1) pkunk034.wav +#(SPIRITUAL_PROBLEMS_1) pkunk034.ogg We welcome you to our space, perversely misguided spirits of hostile intent that you are. Perhaps it is simply that your species does not comprehend such subtle concepts as the unification of the inner self child with the universal love stream. @@ -259,7 +259,7 @@ Perhaps if we put it in terms you could understand Killing bad, bad. Is that better? -#(SPIRITUAL_PROBLEMS_2) pkunk035.wav +#(SPIRITUAL_PROBLEMS_2) pkunk035.ogg Greetings aggressive ones. We extend our wing tip to you in a gesture of unwarranted compassion. Open your heart and become one with your happy self. @@ -267,7 +267,7 @@ Let us help you. Let us heal you. Let us love you. Don't be afraid of love. Are you afraid of love? Are you afraid of yourself? We love you... friend. -#(SPIRITUAL_PROBLEMS_3) pkunk036.wav +#(SPIRITUAL_PROBLEMS_3) pkunk036.ogg Whoopdy Dee and Trolly Bazoo! This is what I say when I am in a good mood. Are you in a good mood today? @@ -276,20 +276,20 @@ Rather than become tense, and fire weapons at other people's ships simply say, `Whoopdy Dee and Trolly Bazoo!' You will feel much better and you will be much more popular. -#(SPIRITUAL_PROBLEMS_4) pkunk037.wav +#(SPIRITUAL_PROBLEMS_4) pkunk037.ogg You are what we Pkunk call the `spiritually disenfranchised'. I'm not sure why we call you that, because you don't seem disenfranchised to me just incredibly violent. Anyway, my empathic senses tell me that there is yet hope for you if only you would admit to your emotional depravity. -#(HATE_YOU_FOREVER_1) pkunk038.wav +#(HATE_YOU_FOREVER_1) pkunk038.ogg Wait! Say nothing, loathsome creature of dark and unnatural vibrations lest you disturb my peaceful and loving state of mind. Ah... but it is too late. I must quickly destroy you so that I may return to my state of compassionate bliss. -#(HATE_YOU_FOREVER_2) pkunk039.wav +#(HATE_YOU_FOREVER_2) pkunk039.ogg Cosmic Disturbance! Cosmic Disturbance!! It is arising from something in the vicinity - some creature of unwholesome habits and loathsome nature. Wait! The trance of PLAM PRIKKY overcomes me and clarifies my vision. @@ -298,7 +298,7 @@ Now I am exhausted and must rest. Ensign, destroy this creature's ship at once. I shall be in my chambers, recuperating. -#(HATE_YOU_FOREVER_3) pkunk040.wav +#(HATE_YOU_FOREVER_3) pkunk040.ogg Yes. Yes. This is just as it was foretold. You will now open fire on our peaceful, and all but harmless ship missing us by 2.7 of your metric units. @@ -306,7 +306,7 @@ We will then regrettably but efficiently destroy you and continue on our way. Ah, but perhaps you are alarmed by our prescience. Yes. Sometimes it amazes even us Pkunk. -#(HATE_YOU_FOREVER_4) pkunk041.wav +#(HATE_YOU_FOREVER_4) pkunk041.ogg So it is you! Once again your negative energy threatens to overwhelm my delicate senses. I reel. @@ -315,44 +315,44 @@ The pain, the agony! For the sake of all that is good and lovely, I must reach the button must reach it!... -#(MIGRATING_SPACE_1) pkunk042.wav +#(MIGRATING_SPACE_1) pkunk042.ogg We have decided that our Yehat siblings are in need of our love and good counsel. We have waited far too long to return home and heal the wound that has kept our race apart these many centuries. When we arrive in the Serpentis constellation, we will greet our Yehat brethren with warm hugs of affection which I am sure shall be returned in kind. -#(MIGRATING_SPACE_2) pkunk043.wav +#(MIGRATING_SPACE_2) pkunk043.ogg Once more we have set out to return home -- home to our loving, but misguided brothers and sisters. Please do not try to stop us this time. We are firm in our resolve. -#(MIGRATING_SPACE_3) pkunk044.wav +#(MIGRATING_SPACE_3) pkunk044.ogg We are dedicated to returning home to heal our dysfunctional species structure. We understand that you mean well, but there is nothing you can do to dissuade us this time. -#(MIGRATING_SPACE_4) pkunk045.wav +#(MIGRATING_SPACE_4) pkunk045.ogg We are dedicated to returning home to heal our dysfunctional species structure. We understand that you mean well, but there is nothing you can do to dissuade us this time. -#(MIGRATING_SPACE_5) pkunk046.wav +#(MIGRATING_SPACE_5) pkunk046.ogg We are dedicated to returning home to heal our dysfunctional species structure. We understand that you mean well, but there is nothing you can do to dissuade us this time. -#(MIGRATING_SPACE_6) pkunk047.wav +#(MIGRATING_SPACE_6) pkunk047.ogg We are dedicated to returning home to heal our dysfunctional species structure. We understand that you mean well, but there is nothing you can do to dissuade us this time. -#(MIGRATING_SPACE_7) pkunk048.wav +#(MIGRATING_SPACE_7) pkunk048.ogg We are dedicated to returning home to heal our dysfunctional species structure. We understand that you mean well, but there is nothing you can do to dissuade us this time. -#(MIGRATING_SPACE_8) pkunk049.wav +#(MIGRATING_SPACE_8) pkunk049.ogg We are dedicated to returning home to heal our dysfunctional species structure. We understand that you mean well, but there is nothing you can do to dissuade us this time. #(die_idiot_fools) I have no patience for this absurd idiocy. Prepare yourselves for battle! -#(VERY_WELL) pkunk050.wav +#(VERY_WELL) pkunk050.ogg So, you choose the dark path. I am saddened, and yet I feel a certain exhilaration, for with your destruction the universe will be a better place, and it will be I who cause the change. @@ -360,7 +360,7 @@ the universe will be a better place, and it will be I who cause the change. #(why_insults) Just tell me one thing. Why do you transmit insults during the course of a battle? -#(RELEASE_TENSION) pkunk051.wav +#(RELEASE_TENSION) pkunk051.ogg Unlike certain other species, we Pkunk are an inherently peaceful and loving people. Combat does not come easily to us. In order to be at all effective, we find it necessary to whip ourselves into an emotional frenzy. @@ -368,7 +368,7 @@ In order to be at all effective, we find it necessary to whip ourselves into an #(what_about_you_angry) I require information regarding your species. Comply at once or be destroyed. -#(ABOUT_US_ANGRY) pkunk052.wav +#(ABOUT_US_ANGRY) pkunk052.ogg Information about our species? How nice of you to ask. Well, first of all, our species doesn't go around demanding information from other species. Do you know why? Because it's not nice. @@ -380,7 +380,7 @@ Suddenly I find myself very curious about your species. #(should_be_friends) You are right. Perhaps we should be friends after all. Please forgive my past actions. -#(YES_FRIENDS) pkunk053.wav +#(YES_FRIENDS) pkunk053.ogg Forgive? We Pkunk are hardly in a position to forgive. We ourselves are but spiritual wayfarers on the road to perfection. Admittedly, we are approaching the end of the road, while you are still leaving the driveway -- but we are all @@ -389,18 +389,18 @@ travellers together. #(try_to_be_nicer) Well, I feel pretty bad about killing you guys and stuff. I'll try not to blow up any more of your ships. -#(CANT_ASK_FOR_MORE) pkunk054.wav +#(CANT_ASK_FOR_MORE) pkunk054.ogg That's all anyone can do... try. We absolve you of your past wrong-doings. And please, do not thank us. We have taken pity on you and helped you to change your inner self because we have chosen to heal ourselves and we are you and you are us, therefore we help only those who heal themselves, and are thereby helping others. You see? -#(VISIT_OUR_HOMEWORLD) pkunk055.wav +#(VISIT_OUR_HOMEWORLD) pkunk055.ogg If you wish our assistance, you should consult with our wise ones at our homeworld. It's coordinates are 52.2, 52.5. -#(CAN_BE_FRIENDS) pkunk056.wav +#(CAN_BE_FRIENDS) pkunk056.ogg Now that we've cleared the air and can completely trust each other, we'll just tell you where our home planet is located. It is the first planet in the Gamma Krueger system, located at 52.2 : 52.5 on the standard hyperspace starmap. Ah, @@ -409,20 +409,20 @@ now that feels so much better, doesn't it, friend? #(bye_angry) Hello! Is anybody in there? You are a sentient species aren't you? Oh forget it. I'm leaving. -#(GOODBYE_ANGRY) pkunk057.wav +#(GOODBYE_ANGRY) pkunk057.ogg GOODBYE ANGRY #(we_conquer) Avast! Delinquent Alien Birds. You are now being conquered. Submit! -#(WHY_CONQUER) pkunk058.wav +#(WHY_CONQUER) pkunk058.ogg Ah. Yes. Well. At least you are honest. Uh, excuse me if I may be so bold, but exactly why do you want to conquer us? #(conquer_because_1) I conquer for the greater glory of -#(NOT_CONQUER_10) pkunk059.wav +#(NOT_CONQUER_10) pkunk059.ogg Did you say the #(NOT_CONQUER_11) ? We Pkunk have long loved the @@ -432,20 +432,20 @@ Did you say the #(conquer_because_2) It is regrettable, but your resources are needed to fight the war against the Ur-Quan -#(NOT_CONQUER_2) pkunk060.wav +#(NOT_CONQUER_2) pkunk060.ogg It sounds like a good cause but perhaps attacking a peaceful race is not the best way to begin a new, enlightened order. #(must_conquer) Enough! One more word and I will simply open fire. I have come here to conquer you and conquered you shall be. -#(BAD_IDEA) pkunk061.wav +#(BAD_IDEA) pkunk061.ogg You have chosen unwisely, Captain. #(no_conquest) Oh heck. Let's just forget it. I couldn't hurt you guys. -#(GOOD_IDEA) pkunk062.wav +#(GOOD_IDEA) pkunk062.ogg When I first looked at you, Captain, I knew that you were an advanced soul. I turned to my first officer, Chrupp, and said `Chrupp, would you just look at that creature's aura! It's magnificent!' @@ -462,7 +462,7 @@ Perhaps we should introduce ourselves. I am Captain #(we_are_vindicator2) . -#(WHY_YOU_HERE) pkunk063.wav +#(WHY_YOU_HERE) pkunk063.ogg Yes, yes. We know all that. We are not known throughout the galactic sector as powerful psychics for nothing! Of course we already know the answer to this next question too, but we enjoy conversation. @@ -471,7 +471,7 @@ Why have you come here? #(we_here_to_help) We have come to your homeworld to offer you aid and assistance. This vessel and its crew are at your service. -#(NEED_HELP) pkunk064.wav +#(NEED_HELP) pkunk064.ogg I am forming a psychic link with you. I sense that you refer to our conflict with the Ilwrath. I sense that you are offering to venture singlehandedly deep into Ilwrath space @@ -484,7 +484,7 @@ Still, I say thank you, Captain. #(we_need_help) I have come to ask you for your help in the fight against the Ur-Quan. -#(GIVE_HELP) pkunk065.wav +#(GIVE_HELP) pkunk065.ogg The fight. Always the fight. We Pkunk are Yin and you are Yang. I suppose the problem is that the Ur-Quan are a little more Yang than you are. Well, be that as it may, we are sympathetic to your concerns. @@ -493,7 +493,7 @@ We were not always the mystical, aloof and yet caring, enlightened beings that w #(exploring_universe) We are on a five year mission, to seek out new life and new civilizations to boldly go where no.....well you get the idea. We're kind of exploring. -#(SENSE_DEEPER_CONFLICT) pkunk066.wav +#(SENSE_DEEPER_CONFLICT) pkunk066.ogg I sense a deeper reason, a deeper conflict. A conflict of immense proportion, a proportion of deeper reason. A deeper thing that is not too terribly deep. @@ -503,7 +503,7 @@ Are you sure there isn't something you want to say to me? #(fun_cruise) Oh ....uh, no reason. We thought we'd just take this baby out for a little cruise and would you look at where we ended up. -#(REPRESS) pkunk067.wav +#(REPRESS) pkunk067.ogg My telepathic sensors are telling me that you are repressing something. Repress, repress, repress. What is is? Come on. What is it? I see a smile. You're smiling. Tell Pkunky the secret. Come on, nasty alien gonna tell Birdy Pkunky big secret? @@ -511,7 +511,7 @@ You're smiling. Tell Pkunky the secret. Come on, nasty alien gonna tell Birdy #(why_ilwrath_fight) This is just my impression, but they seem rather hostile. Why is that? -#(ILWRATH_FIGHT_BECAUSE) pkunk068.wav +#(ILWRATH_FIGHT_BECAUSE) pkunk068.ogg We have delved most deeply into the dark and greasy heart of the Ilwrath. And what do you suppose we found there? Well, we found a torpid, vile, malign, odious, spiteful spirit. @@ -529,7 +529,7 @@ but always do little bad and annoying things to keep from ending up like the Ilw #(when_fight_start) When was it that they started attacking you? -#(FIGHT_START_WHEN) pkunk069.wav +#(FIGHT_START_WHEN) pkunk069.ogg When? That's easy. It was exactly 27 thousand rotations of the 7th planet in the house of Plarty Fum BEFORE the first alignment of the auspicious constellation of Bis Bis @@ -539,7 +539,7 @@ I guess you would say 8 years ago. #(how_goes_fight) How are you faring in the fight against them? -#(FIGHT_GOES) pkunk070.wav +#(FIGHT_GOES) pkunk070.ogg We have calculated that at our present rate of attrition we will exist only on the spiritual plane in a matter of a year or so. Of course, the physical realm does hold a certain coarse attraction @@ -550,7 +550,7 @@ We will be somewhat disappointed to have to leave it. I seem to be having a little trouble defeating the Ur-Quan Hierarchy. Do you have any helpful advice for me? -#(WAR_GOES_1) pkunk071.wav +#(WAR_GOES_1) pkunk071.ogg Well, not advice exactly, but I can offer you plenty of moral support. Also, I can tell you about another dream. Yes, perhaps I will tell you about my dream. In this dream there was a small creature, fragile @@ -564,7 +564,7 @@ Come to think of it, it really wasn't much of a dream. I would have much preferred Awkky Birdy's dream. Anyway just thought I would tell you about that. -#(WAR_GOES_2) pkunk072.wav +#(WAR_GOES_2) pkunk072.ogg I can only tell you to contemplate the small gobbet stone. The stone is spewed forth from the gullet of a Wart Wumpet to land in a moving stream. Does a fish swallow the stone? Perhaps, but that is not the point. @@ -576,10 +576,10 @@ Even the nasty Charg beast cannot defeat a pack of Ibids without the help of the help of 7 or 8 Wrinkle Dogs. I think you see what I am getting at. -#(WAR_GOES_3) pkunk073.wav +#(WAR_GOES_3) pkunk073.ogg Avoid being disincarnated before your soul is adequately prepared for the transformation. -#(WAR_GOES_4) pkunk074.wav +#(WAR_GOES_4) pkunk074.ogg Seek the path of the trumble cart. Heavily laden, it rocks and weaves, but does it turn over? Only occasionally. You see? @@ -590,7 +590,7 @@ They may be found in supergiant stellar systems. #(how_stop_fight) Is there any way to stop the Ilwrath? -#(STOP_FIGHT_LIKE_SO) pkunk075.wav +#(STOP_FIGHT_LIKE_SO) pkunk075.ogg Hmmm. An interesting question. The answer would be..YES! If some benign and loving, yet incredibly destructive and powerful force were to simultaneously rip off all of their legs and drop their putrid egg sacs into steaming pools of molten metal @@ -601,7 +601,7 @@ how could I, when I am filled only with love. #(enough_ilwrath) Let's talk about something else. -#(OK_ENOUGH_ILWRATH) pkunk076.wav +#(OK_ENOUGH_ILWRATH) pkunk076.ogg Yes, you're right. Why dwell on the heinous Ilwrath when we could speak of flowers, rainbows, fairies, and crystal magic. Did you know, for example, that there is an invisible fairy spirit at this moment sitting on your head @@ -612,7 +612,7 @@ Nope, they're mysteries! #(what_about_history) What can you tell us of the history of the Pkunk? -#(ABOUT_HISTORY) pkunk077.wav +#(ABOUT_HISTORY) pkunk077.ogg Ah. An intelligent question. But where to begin? Surely you know that we Pkunk were once one and the same species as the Yehat. Yes, it's true. We were once brutal birds of prey, oblivious to the mysteries of crystal magic @@ -628,7 +628,7 @@ that triggered the Harmonic Oscillations that would lead us to become the enligh #(what_about_yehat) What about the Yehat? Are you friendly with them? -#(ABOUT_YEHAT) pkunk078.wav +#(ABOUT_YEHAT) pkunk078.ogg That depends on how you define friendly. We love our Yehat brethren, whereas they open fire on our vessels on sight. Fortunately, our psychic abilities allow us to sense the deep, abiding love @@ -640,7 +640,7 @@ as our destiny is fulfilled and we are once again reunited as one people. #(what_about_culture) What interesting things can you tell us about your culture? -#(ABOUT_CULTURE) pkunk079.wav +#(ABOUT_CULTURE) pkunk079.ogg Just off the top of my beak, I suppose I would say that our culture could be defined as the ultimate unification or Oneness if you will @@ -652,7 +652,7 @@ a culmination of the now essence. #(elaborate_culture) Do you refer to the Now Essence as an extension of the Cosmic Whole, or as a subset of the totality of Oneness? -#(OK_ELABORATE_CULTURE) pkunk080.wav +#(OK_ELABORATE_CULTURE) pkunk080.ogg An excellent question. The answer is in itself, an answer, containing the explanation you seek. And more! Let me just say the revelation includes the mysteries of Pyramid Power @@ -663,7 +663,7 @@ I'm sorry, but I can be no more specific than that. #(what_about_future) Is it true that you can really see into the future? -#(ABOUT_FUTURE) pkunk081.wav +#(ABOUT_FUTURE) pkunk081.ogg Yes it's... uh... wait... a vision comes upon me! A shining light -- a crack in the egg! A swirling vortex... a tunnel. I see my past lives! Your past lives! @@ -676,11 +676,11 @@ Soon we shall return. Soon. #(enough_about_you) I'd love to hear more about your culture, but... the... uh... Oh, would you look at the time. Bye! -#(OK_ENOUGH_ABOUT_US) pkunk082.wav +#(OK_ENOUGH_ABOUT_US) pkunk082.ogg Yes, you are right. I should be careful not to overwhelm you with my psychic intensities Perhaps we could talk something less overwhelming, albeit less interesting. -#(ABOUT_US) pkunk083.wav +#(ABOUT_US) pkunk083.ogg Not at all, we are after all a fascinating species. Of course, modesty prevents me from talking at length, although perhaps if you were to ask me specific questions, propriety might be better served. @@ -694,24 +694,24 @@ Your starfleet has left again, why? #(where_fleet_3) Please don't tell me your fleet has left again to go to the Yehat! -#(MIGRATING_HOMEWORLD_1) pkunk084.wav +#(MIGRATING_HOMEWORLD_1) pkunk084.ogg The time has come, Captain, for our reunification with the Yehat. We must proceed. -#(MIGRATING_HOMEWORLD_2) pkunk085.wav +#(MIGRATING_HOMEWORLD_2) pkunk085.ogg We have checked all our chakras and observed our auras. We are prepared for the great melding of we Pkunk with our Yehat siblings. Rejoice with us, Captain! -#(MIGRATING_HOMEWORLD_3) pkunk086.wav +#(MIGRATING_HOMEWORLD_3) pkunk086.ogg Twice before we have been dissuaded from returning to our ancestral nest from joining our long-lost Yehat brothers and sisters. This time we shall not fail. -#(RETURNING_FROM_YEHAT_1) pkunk087.wav +#(RETURNING_FROM_YEHAT_1) pkunk087.ogg RETURNING FROM YEHAT 1 -#(RETURNING_FROM_YEHAT_2) pkunk088.wav +#(RETURNING_FROM_YEHAT_2) pkunk088.ogg RETURNING FROM YEHAT 2 #(am_worried_1) @@ -723,18 +723,18 @@ Um..., why don't you wait until next year? #(am_worried_3) Look. When your ships get to the Yehat, they will be slaughtered. Order them home. -#(DONT_WORRY_1) pkunk089.wav +#(DONT_WORRY_1) pkunk089.ogg Your concern for our well-being touches us... makes us love you even more. Come here, Captain. Give us a hug. There. Feel better? Can't you see now that we are right, and you are wrong? Please don't worry. Everything will turn out all right. -#(DONT_WORRY_2) pkunk090.wav +#(DONT_WORRY_2) pkunk090.ogg Captain... young, immature, naive Captain. We know what we are doing. Trust us. -#(DONT_WORRY_3) pkunk091.wav +#(DONT_WORRY_3) pkunk091.ogg Perhaps you are right. Maybe this whole thing is a stupid mistake. I know what I should do! I should call up all our ships right now and... Wait! What was that? What just flew past my window? @@ -748,7 +748,7 @@ We cannot be moved. Farewell Captain, farewell! #(form_alliance) We are friendly beings who seek to establish friendly relations with your species. -#(GO_TO_HOMEWORLD) pkunk092.wav +#(GO_TO_HOMEWORLD) pkunk092.ogg Although we Pkunk have no rank, no pecking order, no arbitrary scheme of dominance we do recognize that some of the souls in this universe have lived many lives while others are but spiritual tyros. @@ -761,21 +761,21 @@ Seek those wise birds at our homeworld, at Gamma Krueger I. They have all the an #(can_you_help) We are dedicated to fighting the Ur-Quan Hierarchy. Can you help us? -#(GO_TO_HOMEWORLD_AGAIN) pkunk093.wav +#(GO_TO_HOMEWORLD_AGAIN) pkunk093.ogg See the wise ones at our homeworld, Captain. Go to Gamma Krueger for your answers. #(hostile_greeting) Hey! Bird-brains! Got any fruit loops? Har-har-har! -#(DONT_BE_HOSTILE) pkunk094.wav +#(DONT_BE_HOSTILE) pkunk094.ogg Ah, an insult... a sometimes necessary and constructive release of tension. Now perhaps you feel better, and we can deal with your real problems. #(obey) You must obey my commands. Fulfill my every whim! -#(NO_OBEY) pkunk095.wav +#(NO_OBEY) pkunk095.ogg Though you are far too crude and stupid to realize this, Captain we ARE fulfilling your every whim, your every desire. It is just that you don't know what you really want. We do. @@ -785,35 +785,35 @@ you wish us to punish you for your arrogance and bellicosity. #(neutral_bye_space) Duty calls. I must go now. -#(NEUTRAL_GOODBYE_SPACE) pkunk096.wav +#(NEUTRAL_GOODBYE_SPACE) pkunk096.ogg Yes, by all means, if duty is calling. I'm sure we'll see each other again. Perhaps when the stars are aligned in an appropriate configuration. Yes, my inner voice is telling me that is correct. When the stars align, Captain... -#(SHIP_GIFT) pkunk097.wav +#(SHIP_GIFT) pkunk097.ogg Since you are our friends our good friends! we want to give you a gift... several Pkunk Fury starships, fully crewed. If you return in a year's time, perhaps we will be able to give you some more. -#(NO_ROOM) pkunk098.wav +#(NO_ROOM) pkunk098.ogg Alas, you do not possess sufficient room in your fleet for all of the ships we wish to give you. Ah, well. We shall have to do the best we can. #(friendly_bye_space) Adios Pkunkos. -#(FRIENDLY_GOODBYE_SPACE) pkunk099.wav +#(FRIENDLY_GOODBYE_SPACE) pkunk099.ogg Goodbye Captain. When the crystal spheres once more rotate into harmonic union we shall meet again. #(bye_friendly) Goodbye guys. See ya later. -#(GOODBYE_FRIENDLY) pkunk100.wav +#(GOODBYE_FRIENDLY) pkunk100.ogg Farewell kind human. Return soon. -#(ALMOST_ALLIANCE) pkunk101.wav +#(ALMOST_ALLIANCE) pkunk101.ogg Let us unite and form an alliance!! We will provide you with all of the crew, ships, and resources that you desire. We will give you.....wait! I sense that you are offended by our crass material offer. @@ -822,13 +822,13 @@ We shall give you what all others could not! The greatest of gifts! We shall gi Ah, you are speechless. Do not talk now. I can feel the energy connecting us. Let us part while the silence remains. Farewell... -#(INIT_NO_ROOM) pkunk102.wav +#(INIT_NO_ROOM) pkunk102.ogg but wait! before we go, we would give you a small token of our love 4 of our meager ships, fully crewed but alas, you do not possess sufficient room in your fleet for all of the ships we wish to give you. Ah, well. Such are the vagaries of life... -#(INIT_SHIP_GIFT) pkunk103.wav +#(INIT_SHIP_GIFT) pkunk103.ogg but wait! before we go, as a small token of our love not as a material gift, mind you, we give you 4 of our meager ships, fully crewed. Good luck! @@ -836,13 +836,13 @@ Good luck! #(suit_yourself) Suit yourself. -#(GOODBYE_MIGRATION) pkunk104.wav +#(GOODBYE_MIGRATION) pkunk104.ogg And now we return to the golden path. Our Yehat brethren await. #(what_about_ilwrath) Would you mind if I asked you a few things about the Ilwrath? -#(ABOUT_ILWRATH) pkunk105.wav +#(ABOUT_ILWRATH) pkunk105.ogg Why should we mind? We bear the spidery creatures no ill will. Without darkness there is no light. Without death there is no birth and thanks to the Ilwrath there's lots of birth. @@ -850,14 +850,14 @@ and thanks to the Ilwrath there's lots of birth. #(whats_up_space) What's news? -#(SHIPS_AT_HOME) pkunk106.wav +#(SHIPS_AT_HOME) pkunk106.ogg If there was such a thing as a coincidence I would say `What a coincidence that you should ask!' As it is, everything is for a reason. Clearly you ask because you are meant to ask. Just as I am meant to tell you that there are several fine Pkunk ships waiting for you at our homeworld. Use them in good health, and with love. -#(GENERAL_INFO_SPACE_1) pkunk107.wav +#(GENERAL_INFO_SPACE_1) pkunk107.ogg Ahh, vague omens and mysterious portents. Tangled webs of fate intertwined with the branches of destiny, blown by the capricious winds of happenstance. News, news....uh, actually there is some news! @@ -867,7 +867,7 @@ We don't know who this hoax would have been perpetrated by but it seems someone has used these fictitious gods to send the Ilwrath down on us. -#(GENERAL_INFO_SPACE_2) pkunk108.wav +#(GENERAL_INFO_SPACE_2) pkunk108.ogg Well, we are quite sure now that Dogar and Kazon are a hoax. Aside from never having seen them on the 4th astral plane where most gods like to hang out we also recently went back and listened carefully to a recording of one of their broadcasts @@ -876,7 +876,7 @@ We were able to detect some giggling at the end of the message. Someone out there is playing some kind of joke on the Ilwrath. Or is it a joke on us? We're not quite sure, but it may be awhile before we can look back and fully appreciate the humor. -#(GENERAL_INFO_SPACE_3) pkunk109.wav +#(GENERAL_INFO_SPACE_3) pkunk109.ogg News? Here is news. Did you know that the lovely clear spindle which we gave you is actually part of a larger device which has two other pieces? The function and origin of this alien artifact are unknown to us @@ -884,7 +884,7 @@ but we thought that the charming little spindle, on its own, made quite a handy not to mention a catchy conversation starter. So clear and so pretty. We hope you like it. -#(GENERAL_INFO_SPACE_4) pkunk110.wav +#(GENERAL_INFO_SPACE_4) pkunk110.ogg I believe we may have mentioned that the clear spindle thing-a-ma-jig has two other pieces that fit together with it. Just the other day one of our psychics, while in the Trance of Plam Prikky @@ -895,7 +895,7 @@ grasped by the greedy hands of a Foul Race deep in Persei. The sphere waits~ In a tiny voice it calls for its two mates. `Where are you, where are you, Clear Spindle Thing-a-ma-jig and other thing?' -#(GENERAL_INFO_SPACE_5) pkunk111.wav +#(GENERAL_INFO_SPACE_5) pkunk111.ogg Back to the Clear Spindle business, we have had another telepathic revelation regarding this. This time, an old and venerable Pkunk named Awkky Birdy has had a dream sent to him by his spirit guide, Bosco. In the dream, Awkky Birdy is surrounded by a sea of young Pkunk Females @@ -908,22 +908,22 @@ In a fit of ecstasy he screams out the word, `DRACONIS!!!!' and then the lights dim, and with a smile on his face Awkky Birdy sleeps. Quite a dream, eh? -#(GENERAL_INFO_SPACE_6) pkunk112.wav +#(GENERAL_INFO_SPACE_6) pkunk112.ogg Yes. We have good news! Well, that is to say, we have no news. But it is good news. Hmmmmm. This is your expression, human Captain. We Pkunk do not pretend to understand it. -#(GENERAL_INFO_SPACE_7) pkunk113.wav +#(GENERAL_INFO_SPACE_7) pkunk113.ogg I am afraid that our good, no-news is still the same. -#(GENERAL_INFO_SPACE_8) pkunk114.wav +#(GENERAL_INFO_SPACE_8) pkunk114.ogg I am afraid that our good, no-news is still the same. #(tell_my_fortune) I've always wanted my fortune told. Would you mind? -#(FORTUNE_IS_1) pkunk115.wav +#(FORTUNE_IS_1) pkunk115.ogg Not at all. You are an open book to me. Ahhh, how quaint your little life is. So refreshing. Anyway, I see in your future, that you will be jumping across the galaxy @@ -932,7 +932,7 @@ This ability you shall receive from a mysterious, and yet somehow I sense, lovab called ArilouLaleelay, or LalilouArilay, or LoopylooHappyday, or something like that. Also I sense that you will have 14 children, and die at an early age. -#(FORTUNE_IS_2) pkunk116.wav +#(FORTUNE_IS_2) pkunk116.ogg Let me call upon the spirits of light. Spirits of Light! Hellooo! Spirits!! Ah yes, I feel them approaching. Spirits of Liiiight what is in store for this strange but not altogether unpleasing alien creature?.... @@ -944,7 +944,7 @@ but becuase you made friends with a certain birdlike race they will come to help you at the last minuuuute. Ah, the trance is past. -#(FORTUNE_IS_3) pkunk117.wav +#(FORTUNE_IS_3) pkunk117.ogg I gaze into the all that will be. I follow the tiny thread that is you, Captain. I see shining rocks that sleep. They are annoyed. @@ -952,7 +952,7 @@ Someone is making a great explosion of light. They awaken! They are powerful. They face the one who disturbed them. Captain, that one wears your face. -#(FORTUNE_IS_4) pkunk118.wav +#(FORTUNE_IS_4) pkunk118.ogg Through the haze I see beautiful humanoid women who have been driven from their home. I see a leg moving back and forth. I see their home planet. @@ -963,7 +963,7 @@ She is smiling back. I see you and the woman... oh... um I didn't know humans could do that! The vision ends there. -#(FORTUNE_IS_5) pkunk119.wav +#(FORTUNE_IS_5) pkunk119.ogg I'm afraid that the spirits haven't been particularly cooperative in the past few days. As a matter of fact, our last successful contact with the world beyond was when my cousin Braky channeled an angry 5000 year-old warrior named Rumdumdaddy. @@ -974,16 +974,16 @@ Through Braky's voice, Rumdumdaddy complained that we should all be more respect and stop hassling them all the time, just leave them alone. Ever since then, we can't get squat out of the spirit world. -#(FORTUNE_IS_6) pkunk120.wav +#(FORTUNE_IS_6) pkunk120.ogg Sorry, no can do. The spirits still refuse to answer our calls I think they're on strike or something. -#(FORTUNE_IS_7) pkunk121.wav +#(FORTUNE_IS_7) pkunk121.ogg We have finally made contact with the `other side' and I'm unhappy to say that the terms we've negotiated with them don't really allow for any more looking into your future. Sorry. -#(FORTUNE_IS_8) pkunk122.wav +#(FORTUNE_IS_8) pkunk122.ogg We have exhausted our capacity to foretell your future, Captain. Sorry. diff --git a/sc2/content/comm/pkunk/pkunk000.ogg b/sc2/content/comm/pkunk/pkunk000.ogg new file mode 100644 index 000000000..251bedd8c Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk000.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk001.ogg b/sc2/content/comm/pkunk/pkunk001.ogg new file mode 100644 index 000000000..74a4ea3cc Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk001.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk002.ogg b/sc2/content/comm/pkunk/pkunk002.ogg new file mode 100644 index 000000000..089e794b4 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk002.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk003.ogg b/sc2/content/comm/pkunk/pkunk003.ogg new file mode 100644 index 000000000..b8039f81f Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk003.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk004.ogg b/sc2/content/comm/pkunk/pkunk004.ogg new file mode 100644 index 000000000..a9b660d66 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk004.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk005.ogg b/sc2/content/comm/pkunk/pkunk005.ogg new file mode 100644 index 000000000..c3a663bb1 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk005.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk006.ogg b/sc2/content/comm/pkunk/pkunk006.ogg new file mode 100644 index 000000000..7425f276a Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk006.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk007.ogg b/sc2/content/comm/pkunk/pkunk007.ogg new file mode 100644 index 000000000..f031e4dc3 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk007.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk008.ogg b/sc2/content/comm/pkunk/pkunk008.ogg new file mode 100644 index 000000000..de4bc3652 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk008.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk009.ogg b/sc2/content/comm/pkunk/pkunk009.ogg new file mode 100644 index 000000000..68f1eb582 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk009.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk010.ogg b/sc2/content/comm/pkunk/pkunk010.ogg new file mode 100644 index 000000000..c965188c5 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk010.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk011.ogg b/sc2/content/comm/pkunk/pkunk011.ogg new file mode 100644 index 000000000..8b7c13474 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk011.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk012.ogg b/sc2/content/comm/pkunk/pkunk012.ogg new file mode 100644 index 000000000..bdd50c065 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk012.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk013.ogg b/sc2/content/comm/pkunk/pkunk013.ogg new file mode 100644 index 000000000..951e1ad2d Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk013.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk014.ogg b/sc2/content/comm/pkunk/pkunk014.ogg new file mode 100644 index 000000000..af399a82a Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk014.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk015.ogg b/sc2/content/comm/pkunk/pkunk015.ogg new file mode 100644 index 000000000..1598bcb8a Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk015.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk016.ogg b/sc2/content/comm/pkunk/pkunk016.ogg new file mode 100644 index 000000000..1c3964178 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk016.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk017.ogg b/sc2/content/comm/pkunk/pkunk017.ogg new file mode 100644 index 000000000..1044edb7a Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk017.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk018.ogg b/sc2/content/comm/pkunk/pkunk018.ogg new file mode 100644 index 000000000..964197e4f Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk018.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk019.ogg b/sc2/content/comm/pkunk/pkunk019.ogg new file mode 100644 index 000000000..ada0a1de6 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk019.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk020.ogg b/sc2/content/comm/pkunk/pkunk020.ogg new file mode 100644 index 000000000..d62b34ddf Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk020.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk021.ogg b/sc2/content/comm/pkunk/pkunk021.ogg new file mode 100644 index 000000000..1c59fcfed Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk021.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk022.ogg b/sc2/content/comm/pkunk/pkunk022.ogg new file mode 100644 index 000000000..ee91133d0 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk022.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk023.ogg b/sc2/content/comm/pkunk/pkunk023.ogg new file mode 100644 index 000000000..05be18733 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk023.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk024.ogg b/sc2/content/comm/pkunk/pkunk024.ogg new file mode 100644 index 000000000..138cbc84b Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk024.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk025.ogg b/sc2/content/comm/pkunk/pkunk025.ogg new file mode 100644 index 000000000..dc1ce4032 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk025.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk026.ogg b/sc2/content/comm/pkunk/pkunk026.ogg new file mode 100644 index 000000000..c7cf91794 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk026.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk027.ogg b/sc2/content/comm/pkunk/pkunk027.ogg new file mode 100644 index 000000000..2967f8cd5 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk027.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk028.ogg b/sc2/content/comm/pkunk/pkunk028.ogg new file mode 100644 index 000000000..c81997d29 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk028.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk029.ogg b/sc2/content/comm/pkunk/pkunk029.ogg new file mode 100644 index 000000000..3d99c3c34 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk029.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk030.ogg b/sc2/content/comm/pkunk/pkunk030.ogg new file mode 100644 index 000000000..989d1028e Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk030.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk031.ogg b/sc2/content/comm/pkunk/pkunk031.ogg new file mode 100644 index 000000000..d0d0c37d2 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk031.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk032.ogg b/sc2/content/comm/pkunk/pkunk032.ogg new file mode 100644 index 000000000..34025c5dc Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk032.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk033.ogg b/sc2/content/comm/pkunk/pkunk033.ogg new file mode 100644 index 000000000..632810cf6 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk033.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk034.ogg b/sc2/content/comm/pkunk/pkunk034.ogg new file mode 100644 index 000000000..4577e257d Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk034.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk035.ogg b/sc2/content/comm/pkunk/pkunk035.ogg new file mode 100644 index 000000000..60418fda3 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk035.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk036.ogg b/sc2/content/comm/pkunk/pkunk036.ogg new file mode 100644 index 000000000..dabe0a25b Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk036.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk037.ogg b/sc2/content/comm/pkunk/pkunk037.ogg new file mode 100644 index 000000000..f797b320e Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk037.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk038.ogg b/sc2/content/comm/pkunk/pkunk038.ogg new file mode 100644 index 000000000..388da3054 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk038.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk039.ogg b/sc2/content/comm/pkunk/pkunk039.ogg new file mode 100644 index 000000000..037a38b16 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk039.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk040.ogg b/sc2/content/comm/pkunk/pkunk040.ogg new file mode 100644 index 000000000..99e178a70 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk040.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk041.ogg b/sc2/content/comm/pkunk/pkunk041.ogg new file mode 100644 index 000000000..6bd706bd6 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk041.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk042.ogg b/sc2/content/comm/pkunk/pkunk042.ogg new file mode 100644 index 000000000..2c01b36eb Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk042.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk043.ogg b/sc2/content/comm/pkunk/pkunk043.ogg new file mode 100644 index 000000000..e58f528fe Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk043.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk044.ogg b/sc2/content/comm/pkunk/pkunk044.ogg new file mode 100644 index 000000000..c64ac6903 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk044.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk045.ogg b/sc2/content/comm/pkunk/pkunk045.ogg new file mode 100644 index 000000000..30d489588 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk045.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk046.ogg b/sc2/content/comm/pkunk/pkunk046.ogg new file mode 100644 index 000000000..c243da63d Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk046.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk047.ogg b/sc2/content/comm/pkunk/pkunk047.ogg new file mode 100644 index 000000000..128b2f4c9 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk047.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk048.ogg b/sc2/content/comm/pkunk/pkunk048.ogg new file mode 100644 index 000000000..eccdd3183 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk048.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk049.ogg b/sc2/content/comm/pkunk/pkunk049.ogg new file mode 100644 index 000000000..15994a67d Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk049.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk050.ogg b/sc2/content/comm/pkunk/pkunk050.ogg new file mode 100644 index 000000000..d0689d1ff Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk050.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk051.ogg b/sc2/content/comm/pkunk/pkunk051.ogg new file mode 100644 index 000000000..1e73ca6dc Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk051.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk052.ogg b/sc2/content/comm/pkunk/pkunk052.ogg new file mode 100644 index 000000000..68bbac68d Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk052.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk053.ogg b/sc2/content/comm/pkunk/pkunk053.ogg new file mode 100644 index 000000000..7cce8a7f2 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk053.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk054.ogg b/sc2/content/comm/pkunk/pkunk054.ogg new file mode 100644 index 000000000..b807fe6a1 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk054.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk055.ogg b/sc2/content/comm/pkunk/pkunk055.ogg new file mode 100644 index 000000000..19138162b Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk055.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk056.ogg b/sc2/content/comm/pkunk/pkunk056.ogg new file mode 100644 index 000000000..a6c75c276 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk056.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk057.ogg b/sc2/content/comm/pkunk/pkunk057.ogg new file mode 100644 index 000000000..73e77f3cb Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk057.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk058.ogg b/sc2/content/comm/pkunk/pkunk058.ogg new file mode 100644 index 000000000..a83c23b75 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk058.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk059.ogg b/sc2/content/comm/pkunk/pkunk059.ogg new file mode 100644 index 000000000..945531712 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk059.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk060.ogg b/sc2/content/comm/pkunk/pkunk060.ogg new file mode 100644 index 000000000..0d12514b5 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk060.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk061.ogg b/sc2/content/comm/pkunk/pkunk061.ogg new file mode 100644 index 000000000..b55737086 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk061.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk062.ogg b/sc2/content/comm/pkunk/pkunk062.ogg new file mode 100644 index 000000000..7fdf57883 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk062.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk063.ogg b/sc2/content/comm/pkunk/pkunk063.ogg new file mode 100644 index 000000000..885c5084d Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk063.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk064.ogg b/sc2/content/comm/pkunk/pkunk064.ogg new file mode 100644 index 000000000..40df4a134 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk064.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk065.ogg b/sc2/content/comm/pkunk/pkunk065.ogg new file mode 100644 index 000000000..a10415149 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk065.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk066.ogg b/sc2/content/comm/pkunk/pkunk066.ogg new file mode 100644 index 000000000..85b851ed7 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk066.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk067.ogg b/sc2/content/comm/pkunk/pkunk067.ogg new file mode 100644 index 000000000..a38c8e391 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk067.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk068.ogg b/sc2/content/comm/pkunk/pkunk068.ogg new file mode 100644 index 000000000..a25a6890f Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk068.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk069.ogg b/sc2/content/comm/pkunk/pkunk069.ogg new file mode 100644 index 000000000..7db15299f Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk069.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk070.ogg b/sc2/content/comm/pkunk/pkunk070.ogg new file mode 100644 index 000000000..f8f8bbf82 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk070.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk071.ogg b/sc2/content/comm/pkunk/pkunk071.ogg new file mode 100644 index 000000000..36cfad3ab Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk071.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk072.ogg b/sc2/content/comm/pkunk/pkunk072.ogg new file mode 100644 index 000000000..15fec5ec3 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk072.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk073.ogg b/sc2/content/comm/pkunk/pkunk073.ogg new file mode 100644 index 000000000..e43708762 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk073.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk074.ogg b/sc2/content/comm/pkunk/pkunk074.ogg new file mode 100644 index 000000000..068c3faed Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk074.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk075.ogg b/sc2/content/comm/pkunk/pkunk075.ogg new file mode 100644 index 000000000..0f0a36b89 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk075.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk076.ogg b/sc2/content/comm/pkunk/pkunk076.ogg new file mode 100644 index 000000000..c5c3ed8fb Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk076.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk077.ogg b/sc2/content/comm/pkunk/pkunk077.ogg new file mode 100644 index 000000000..255c2de56 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk077.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk078.ogg b/sc2/content/comm/pkunk/pkunk078.ogg new file mode 100644 index 000000000..a586e38f7 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk078.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk079.ogg b/sc2/content/comm/pkunk/pkunk079.ogg new file mode 100644 index 000000000..2e687b844 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk079.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk080.ogg b/sc2/content/comm/pkunk/pkunk080.ogg new file mode 100644 index 000000000..b16c38317 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk080.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk081.ogg b/sc2/content/comm/pkunk/pkunk081.ogg new file mode 100644 index 000000000..f37ae5922 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk081.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk082.ogg b/sc2/content/comm/pkunk/pkunk082.ogg new file mode 100644 index 000000000..57401d7f7 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk082.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk083.ogg b/sc2/content/comm/pkunk/pkunk083.ogg new file mode 100644 index 000000000..76c5e5c9d Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk083.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk084.ogg b/sc2/content/comm/pkunk/pkunk084.ogg new file mode 100644 index 000000000..afcc8a995 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk084.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk085.ogg b/sc2/content/comm/pkunk/pkunk085.ogg new file mode 100644 index 000000000..13ac9ed04 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk085.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk086.ogg b/sc2/content/comm/pkunk/pkunk086.ogg new file mode 100644 index 000000000..8e263f211 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk086.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk087.ogg b/sc2/content/comm/pkunk/pkunk087.ogg new file mode 100644 index 000000000..d0b10996a Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk087.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk088.ogg b/sc2/content/comm/pkunk/pkunk088.ogg new file mode 100644 index 000000000..46bffde6b Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk088.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk089.ogg b/sc2/content/comm/pkunk/pkunk089.ogg new file mode 100644 index 000000000..c3a440eca Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk089.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk090.ogg b/sc2/content/comm/pkunk/pkunk090.ogg new file mode 100644 index 000000000..274b4f947 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk090.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk091.ogg b/sc2/content/comm/pkunk/pkunk091.ogg new file mode 100644 index 000000000..e6dd27fe2 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk091.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk092.ogg b/sc2/content/comm/pkunk/pkunk092.ogg new file mode 100644 index 000000000..0585fffdd Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk092.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk093.ogg b/sc2/content/comm/pkunk/pkunk093.ogg new file mode 100644 index 000000000..43584f481 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk093.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk094.ogg b/sc2/content/comm/pkunk/pkunk094.ogg new file mode 100644 index 000000000..f639ef679 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk094.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk095.ogg b/sc2/content/comm/pkunk/pkunk095.ogg new file mode 100644 index 000000000..b6847c7e8 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk095.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk096.ogg b/sc2/content/comm/pkunk/pkunk096.ogg new file mode 100644 index 000000000..7bbdc1361 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk096.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk097.ogg b/sc2/content/comm/pkunk/pkunk097.ogg new file mode 100644 index 000000000..c6c230802 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk097.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk098.ogg b/sc2/content/comm/pkunk/pkunk098.ogg new file mode 100644 index 000000000..2776d682a Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk098.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk099.ogg b/sc2/content/comm/pkunk/pkunk099.ogg new file mode 100644 index 000000000..cefe634a1 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk099.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk100.ogg b/sc2/content/comm/pkunk/pkunk100.ogg new file mode 100644 index 000000000..b75e42c61 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk100.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk101.ogg b/sc2/content/comm/pkunk/pkunk101.ogg new file mode 100644 index 000000000..a230030b9 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk101.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk102.ogg b/sc2/content/comm/pkunk/pkunk102.ogg new file mode 100644 index 000000000..2e65f27e7 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk102.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk103.ogg b/sc2/content/comm/pkunk/pkunk103.ogg new file mode 100644 index 000000000..6cab36e94 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk103.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk104.ogg b/sc2/content/comm/pkunk/pkunk104.ogg new file mode 100644 index 000000000..089ef863f Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk104.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk105.ogg b/sc2/content/comm/pkunk/pkunk105.ogg new file mode 100644 index 000000000..eb0cf78e3 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk105.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk106.ogg b/sc2/content/comm/pkunk/pkunk106.ogg new file mode 100644 index 000000000..fd106f4ed Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk106.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk107.ogg b/sc2/content/comm/pkunk/pkunk107.ogg new file mode 100644 index 000000000..bd67ae3ca Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk107.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk108.ogg b/sc2/content/comm/pkunk/pkunk108.ogg new file mode 100644 index 000000000..3be97a545 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk108.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk109.ogg b/sc2/content/comm/pkunk/pkunk109.ogg new file mode 100644 index 000000000..d6372b775 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk109.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk110.ogg b/sc2/content/comm/pkunk/pkunk110.ogg new file mode 100644 index 000000000..1e8e49e9f Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk110.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk111.ogg b/sc2/content/comm/pkunk/pkunk111.ogg new file mode 100644 index 000000000..74e95c0e6 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk111.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk112.ogg b/sc2/content/comm/pkunk/pkunk112.ogg new file mode 100644 index 000000000..23bb7e1db Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk112.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk113.ogg b/sc2/content/comm/pkunk/pkunk113.ogg new file mode 100644 index 000000000..d24d95e6f Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk113.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk114.ogg b/sc2/content/comm/pkunk/pkunk114.ogg new file mode 100644 index 000000000..b3673ec4c Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk114.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk115.ogg b/sc2/content/comm/pkunk/pkunk115.ogg new file mode 100644 index 000000000..6b7da72ed Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk115.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk116.ogg b/sc2/content/comm/pkunk/pkunk116.ogg new file mode 100644 index 000000000..bde23b8e8 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk116.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk117.ogg b/sc2/content/comm/pkunk/pkunk117.ogg new file mode 100644 index 000000000..330acaf91 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk117.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk118.ogg b/sc2/content/comm/pkunk/pkunk118.ogg new file mode 100644 index 000000000..0f1d3f5b9 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk118.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk119.ogg b/sc2/content/comm/pkunk/pkunk119.ogg new file mode 100644 index 000000000..90ca230c3 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk119.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk120.ogg b/sc2/content/comm/pkunk/pkunk120.ogg new file mode 100644 index 000000000..755f56a3f Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk120.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk121.ogg b/sc2/content/comm/pkunk/pkunk121.ogg new file mode 100644 index 000000000..05fd65076 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk121.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk122.ogg b/sc2/content/comm/pkunk/pkunk122.ogg new file mode 100644 index 000000000..1d48a1758 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk122.ogg differ diff --git a/sc2/content/comm/pkunk/pkunk123.ogg b/sc2/content/comm/pkunk/pkunk123.ogg new file mode 100644 index 000000000..ac86d03c7 Binary files /dev/null and b/sc2/content/comm/pkunk/pkunk123.ogg differ diff --git a/sc2/content/comm/rebel/rebel.txt b/sc2/content/comm/rebel/rebel.txt index c8b908337..d1185287e 100755 --- a/sc2/content/comm/rebel/rebel.txt +++ b/sc2/content/comm/rebel/rebel.txt @@ -1,70 +1,70 @@ -#(REBEL_HELLO_1) rebel000.wav +#(REBEL_HELLO_1) rebel000.ogg HOOT! Welcome to ye, human friend and ally! The revolution has begun and, BRAAK!... Clans flock to our cause! -#(REBEL_HELLO_2) rebel001.wav +#(REBEL_HELLO_2) rebel001.ogg Greetings friend from Earth, BRAAK! The head of our revolution, Cheep-Guava, has led us to many great victories. We have cleaned the Royalist traitors from five star systems! -#(REBEL_HELLO_3) rebel002.wav +#(REBEL_HELLO_3) rebel002.ogg BRAAK! A greeting to ye, Captain! We hope yer battles have been fierce and yer enemies, HOOT!.. are left in ruin. Now what can we be doing fer ye? -#(REBEL_HELLO_4) rebel003.wav +#(REBEL_HELLO_4) rebel003.ogg Hello Captain. What are you needing from us this day? BRAAK! #(how_goes_revolution) How is the revolution going? -#(REBEL_REVOLUTION_1) rebel004.wav +#(REBEL_REVOLUTION_1) rebel004.ogg We have cleaned the Royalist traitors from five systems and even the Veep-Kreep Clan is joining with us against the false Queen! -#(REBEL_REVOLUTION_2) rebel005.wav +#(REBEL_REVOLUTION_2) rebel005.ogg It is a sad thing, this battle that has pitched Clan against Clan, ship against ship I myself have sent three Royalist Terminators and their brave crew to the Great Beyond! AWK! What a waste. We pray that the struggle ends quickly. -#(REBEL_REVOLUTION_3) rebel006.wav +#(REBEL_REVOLUTION_3) rebel006.ogg Though we have taken grave losses -- lost brave and true shipmates the enemy -- the fake Queen and her cronies, have suffered far worse. -#(REBEL_REVOLUTION_4) rebel007.wav +#(REBEL_REVOLUTION_4) rebel007.ogg Our victory is in sight, just beyond the next battle or perhaps the next. #(any_ships) Do you have any ships available to join our fleet? -#(NO_ROOM) rebel008.wav +#(NO_ROOM) rebel008.ogg The question is moot, HOOT!... is it not, since ye have no room fer such ships in yer fleet. -#(HAVE_ALL_SHIPS) rebel009.wav +#(HAVE_ALL_SHIPS) rebel009.ogg We are honored to help ye, Captain! We shall attach four Terminators to yer fleet immediately. -#(HAVE_FEW_SHIPS) rebel010.wav +#(HAVE_FEW_SHIPS) rebel010.ogg We are happy assisting ye, Captain. We shall provide ye with enough of our Terminator vessels to complete yer fleet. Fight well with them, Captain. They are our best and brightest. -#(NO_SHIPS_YET) rebel011.wav +#(NO_SHIPS_YET) rebel011.ogg AWK! Alas, as yet we have no ships which we can be making available to ye at this time. However, if ye return at a later date, perhaps then we shall have something fer ye. #(give_info_rebels) Would you share some information with us? -#(WHAT_INFO) rebel012.wav +#(WHAT_INFO) rebel012.ogg Of course! What knowledge do ye seek? #(what_about_royalty) Can you tell me about your Royal Family? -#(ABOUT_ROYALTY) rebel013.wav +#(ABOUT_ROYALTY) rebel013.ogg The FALSE Royals, ye should say, Captain! To understand our relationship with the Veep-Neep Queens, ye must first learn a bit of our history. In the ancient past, we Yehat were little more than a collection of warring Clans. @@ -94,7 +94,7 @@ and we shall fight Clan against Clan until only the bloody feathers remain. #(what_about_war) Tell me about the end of the War. -#(ABOUT_WAR) rebel014.wav +#(ABOUT_WAR) rebel014.ogg I will describe these events, Captain. They make fer a tale, Captain, wrought with sadness... and heroism!... and betrayal. After the Chenjesu, Mmrnmhrm and yer species were defeated @@ -117,7 +117,7 @@ and the Dreadnoughts moved toward the homeworld. #(what_about_urquan) How were the Shofixti defeated? -#(ABOUT_URQUAN) rebel015.wav +#(ABOUT_URQUAN) rebel015.ogg As we abandoned the Shofixti to the oncoming Ur-Quan armada we watched the situation on the sterile displays of our long-range sensors. Suddenly the screens flared and went black... burnt out! We ran to the windows @@ -144,7 +144,7 @@ like a miniature super nova. #(what_about_vux) Do you know anything about the VUX? -#(ABOUT_VUX) rebel016.wav +#(ABOUT_VUX) rebel016.ogg The grotesque monsters? They are an effete and bigoted race, unworthy prey with one exception... General ZEX. He commanded the entire VUX fleet during the Great War @@ -159,7 +159,7 @@ We have heard that he spends his time pursuing his hobby, though we do not know #(what_about_clue) How can we defeat the Ur-Quan? -#(ABOUT_CLUE) rebel017.wav +#(ABOUT_CLUE) rebel017.ogg If I were ye, brave human, I'd probably be seeking the focus of the Ur-Quan's power and do whatever is necessary to destroy it. We may have a hint as to just what that weak spot is. @@ -175,16 +175,16 @@ but ye are never going to defeat the Ur-Quan Hierarchy until ye eliminate their #(enough_info) That's sufficient information for now. -#(OK_ENOUGH_INFO) rebel018.wav +#(OK_ENOUGH_INFO) rebel018.ogg If you need to know anything more, just ask. #(bye_rebel) Goodbye brave rebels. Viva la Revolution! -#(GOODBYE_REBEL) rebel019.wav +#(GOODBYE_REBEL) rebel019.ogg Goodbye human comrade. Fight well! -#(YEHAT_CAVALRY) rebel020.wav +#(YEHAT_CAVALRY) rebel020.ogg Greetings human friend! We know ye are about to be attacking the Sa-Matra and probably don't like being interrupted, but we have important news!... The Rebellion is WON! We are VICTORIOUS! @@ -203,12 +203,12 @@ Now, Captain, together we can attack the Sa-Matra! BRAAK! HOOT! HOOT! #(what_about_pkunk_rebel) We have encountered an offshoot of your species, the Pkunk. Tell us about them. -#(PKUNK_ABSORBED_REBEL) rebel021.wav +#(PKUNK_ABSORBED_REBEL) rebel021.ogg The Pkunk have been absorbed. They are no more. This is how it should be. Now the matter is settled, human. Do not be bringing it up again... BRAAK! -#(HATE_PKUNK_REBEL) rebel022.wav +#(HATE_PKUNK_REBEL) rebel022.ogg BRAAAK! CLACK!! HISS!! CLACK!! The cowards live?!! HISS!! It is unbelievable!! AWK! It is a SAD, SAD day to be hearing this thing from ye, human. diff --git a/sc2/content/comm/rebel/rebel000.ogg b/sc2/content/comm/rebel/rebel000.ogg new file mode 100644 index 000000000..50467de58 Binary files /dev/null and b/sc2/content/comm/rebel/rebel000.ogg differ diff --git a/sc2/content/comm/rebel/rebel001.ogg b/sc2/content/comm/rebel/rebel001.ogg new file mode 100644 index 000000000..f8344b49c Binary files /dev/null and b/sc2/content/comm/rebel/rebel001.ogg differ diff --git a/sc2/content/comm/rebel/rebel002.ogg b/sc2/content/comm/rebel/rebel002.ogg new file mode 100644 index 000000000..80282d7e8 Binary files /dev/null and b/sc2/content/comm/rebel/rebel002.ogg differ diff --git a/sc2/content/comm/rebel/rebel003.ogg b/sc2/content/comm/rebel/rebel003.ogg new file mode 100644 index 000000000..cf183a7d8 Binary files /dev/null and b/sc2/content/comm/rebel/rebel003.ogg differ diff --git a/sc2/content/comm/rebel/rebel004.ogg b/sc2/content/comm/rebel/rebel004.ogg new file mode 100644 index 000000000..9b47a6cd5 Binary files /dev/null and b/sc2/content/comm/rebel/rebel004.ogg differ diff --git a/sc2/content/comm/rebel/rebel005.ogg b/sc2/content/comm/rebel/rebel005.ogg new file mode 100644 index 000000000..c462ede9c Binary files /dev/null and b/sc2/content/comm/rebel/rebel005.ogg differ diff --git a/sc2/content/comm/rebel/rebel006.ogg b/sc2/content/comm/rebel/rebel006.ogg new file mode 100644 index 000000000..1b2458952 Binary files /dev/null and b/sc2/content/comm/rebel/rebel006.ogg differ diff --git a/sc2/content/comm/rebel/rebel007.ogg b/sc2/content/comm/rebel/rebel007.ogg new file mode 100644 index 000000000..a0b8e987c Binary files /dev/null and b/sc2/content/comm/rebel/rebel007.ogg differ diff --git a/sc2/content/comm/rebel/rebel008.ogg b/sc2/content/comm/rebel/rebel008.ogg new file mode 100644 index 000000000..3b0d29a9b Binary files /dev/null and b/sc2/content/comm/rebel/rebel008.ogg differ diff --git a/sc2/content/comm/rebel/rebel009.ogg b/sc2/content/comm/rebel/rebel009.ogg new file mode 100644 index 000000000..4fb80b7aa Binary files /dev/null and b/sc2/content/comm/rebel/rebel009.ogg differ diff --git a/sc2/content/comm/rebel/rebel010.ogg b/sc2/content/comm/rebel/rebel010.ogg new file mode 100644 index 000000000..c9b29e8ed Binary files /dev/null and b/sc2/content/comm/rebel/rebel010.ogg differ diff --git a/sc2/content/comm/rebel/rebel011.ogg b/sc2/content/comm/rebel/rebel011.ogg new file mode 100644 index 000000000..528f2b05c Binary files /dev/null and b/sc2/content/comm/rebel/rebel011.ogg differ diff --git a/sc2/content/comm/rebel/rebel012.ogg b/sc2/content/comm/rebel/rebel012.ogg new file mode 100644 index 000000000..575fa906c Binary files /dev/null and b/sc2/content/comm/rebel/rebel012.ogg differ diff --git a/sc2/content/comm/rebel/rebel013.ogg b/sc2/content/comm/rebel/rebel013.ogg new file mode 100644 index 000000000..f78d9ba1a Binary files /dev/null and b/sc2/content/comm/rebel/rebel013.ogg differ diff --git a/sc2/content/comm/rebel/rebel014.ogg b/sc2/content/comm/rebel/rebel014.ogg new file mode 100644 index 000000000..b5a245f31 Binary files /dev/null and b/sc2/content/comm/rebel/rebel014.ogg differ diff --git a/sc2/content/comm/rebel/rebel015.ogg b/sc2/content/comm/rebel/rebel015.ogg new file mode 100644 index 000000000..c3be4bddf Binary files /dev/null and b/sc2/content/comm/rebel/rebel015.ogg differ diff --git a/sc2/content/comm/rebel/rebel016.ogg b/sc2/content/comm/rebel/rebel016.ogg new file mode 100644 index 000000000..071e70b9b Binary files /dev/null and b/sc2/content/comm/rebel/rebel016.ogg differ diff --git a/sc2/content/comm/rebel/rebel017.ogg b/sc2/content/comm/rebel/rebel017.ogg new file mode 100644 index 000000000..386e209cc Binary files /dev/null and b/sc2/content/comm/rebel/rebel017.ogg differ diff --git a/sc2/content/comm/rebel/rebel018.ogg b/sc2/content/comm/rebel/rebel018.ogg new file mode 100644 index 000000000..ac64efc95 Binary files /dev/null and b/sc2/content/comm/rebel/rebel018.ogg differ diff --git a/sc2/content/comm/rebel/rebel019.ogg b/sc2/content/comm/rebel/rebel019.ogg new file mode 100644 index 000000000..0efc208b2 Binary files /dev/null and b/sc2/content/comm/rebel/rebel019.ogg differ diff --git a/sc2/content/comm/rebel/rebel020.ogg b/sc2/content/comm/rebel/rebel020.ogg new file mode 100644 index 000000000..80d44dd7d Binary files /dev/null and b/sc2/content/comm/rebel/rebel020.ogg differ diff --git a/sc2/content/comm/rebel/rebel021.ogg b/sc2/content/comm/rebel/rebel021.ogg new file mode 100644 index 000000000..700cc398d Binary files /dev/null and b/sc2/content/comm/rebel/rebel021.ogg differ diff --git a/sc2/content/comm/rebel/rebel022.ogg b/sc2/content/comm/rebel/rebel022.ogg new file mode 100644 index 000000000..615b8a799 Binary files /dev/null and b/sc2/content/comm/rebel/rebel022.ogg differ diff --git a/sc2/content/comm/shofixt/shofi000.ogg b/sc2/content/comm/shofixt/shofi000.ogg new file mode 100644 index 000000000..aa29c8832 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi000.ogg differ diff --git a/sc2/content/comm/shofixt/shofi001.ogg b/sc2/content/comm/shofixt/shofi001.ogg new file mode 100644 index 000000000..cab27291c Binary files /dev/null and b/sc2/content/comm/shofixt/shofi001.ogg differ diff --git a/sc2/content/comm/shofixt/shofi002.ogg b/sc2/content/comm/shofixt/shofi002.ogg new file mode 100644 index 000000000..2cbd6505e Binary files /dev/null and b/sc2/content/comm/shofixt/shofi002.ogg differ diff --git a/sc2/content/comm/shofixt/shofi003.ogg b/sc2/content/comm/shofixt/shofi003.ogg new file mode 100644 index 000000000..9252531ca Binary files /dev/null and b/sc2/content/comm/shofixt/shofi003.ogg differ diff --git a/sc2/content/comm/shofixt/shofi004.ogg b/sc2/content/comm/shofixt/shofi004.ogg new file mode 100644 index 000000000..9eb2b7f7d Binary files /dev/null and b/sc2/content/comm/shofixt/shofi004.ogg differ diff --git a/sc2/content/comm/shofixt/shofi005.ogg b/sc2/content/comm/shofixt/shofi005.ogg new file mode 100644 index 000000000..e439fa103 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi005.ogg differ diff --git a/sc2/content/comm/shofixt/shofi006.ogg b/sc2/content/comm/shofixt/shofi006.ogg new file mode 100644 index 000000000..4d7053cb6 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi006.ogg differ diff --git a/sc2/content/comm/shofixt/shofi007.ogg b/sc2/content/comm/shofixt/shofi007.ogg new file mode 100644 index 000000000..b8f5de8a0 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi007.ogg differ diff --git a/sc2/content/comm/shofixt/shofi008.ogg b/sc2/content/comm/shofixt/shofi008.ogg new file mode 100644 index 000000000..5aa2ee7c5 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi008.ogg differ diff --git a/sc2/content/comm/shofixt/shofi009.ogg b/sc2/content/comm/shofixt/shofi009.ogg new file mode 100644 index 000000000..6b1f574ff Binary files /dev/null and b/sc2/content/comm/shofixt/shofi009.ogg differ diff --git a/sc2/content/comm/shofixt/shofi010.ogg b/sc2/content/comm/shofixt/shofi010.ogg new file mode 100644 index 000000000..25ba04636 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi010.ogg differ diff --git a/sc2/content/comm/shofixt/shofi011.ogg b/sc2/content/comm/shofixt/shofi011.ogg new file mode 100644 index 000000000..2f9c1782d Binary files /dev/null and b/sc2/content/comm/shofixt/shofi011.ogg differ diff --git a/sc2/content/comm/shofixt/shofi012.ogg b/sc2/content/comm/shofixt/shofi012.ogg new file mode 100644 index 000000000..80683611e Binary files /dev/null and b/sc2/content/comm/shofixt/shofi012.ogg differ diff --git a/sc2/content/comm/shofixt/shofi013.ogg b/sc2/content/comm/shofixt/shofi013.ogg new file mode 100644 index 000000000..d1c7910dc Binary files /dev/null and b/sc2/content/comm/shofixt/shofi013.ogg differ diff --git a/sc2/content/comm/shofixt/shofi014.ogg b/sc2/content/comm/shofixt/shofi014.ogg new file mode 100644 index 000000000..f8244f8ae Binary files /dev/null and b/sc2/content/comm/shofixt/shofi014.ogg differ diff --git a/sc2/content/comm/shofixt/shofi015.ogg b/sc2/content/comm/shofixt/shofi015.ogg new file mode 100644 index 000000000..7bb75a84c Binary files /dev/null and b/sc2/content/comm/shofixt/shofi015.ogg differ diff --git a/sc2/content/comm/shofixt/shofi016.ogg b/sc2/content/comm/shofixt/shofi016.ogg new file mode 100644 index 000000000..e382bd393 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi016.ogg differ diff --git a/sc2/content/comm/shofixt/shofi017.ogg b/sc2/content/comm/shofixt/shofi017.ogg new file mode 100644 index 000000000..ca972390b Binary files /dev/null and b/sc2/content/comm/shofixt/shofi017.ogg differ diff --git a/sc2/content/comm/shofixt/shofi018.ogg b/sc2/content/comm/shofixt/shofi018.ogg new file mode 100644 index 000000000..8208f0fbb Binary files /dev/null and b/sc2/content/comm/shofixt/shofi018.ogg differ diff --git a/sc2/content/comm/shofixt/shofi019.ogg b/sc2/content/comm/shofixt/shofi019.ogg new file mode 100644 index 000000000..2c6519d5b Binary files /dev/null and b/sc2/content/comm/shofixt/shofi019.ogg differ diff --git a/sc2/content/comm/shofixt/shofi020.ogg b/sc2/content/comm/shofixt/shofi020.ogg new file mode 100644 index 000000000..d801a8af2 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi020.ogg differ diff --git a/sc2/content/comm/shofixt/shofi021.ogg b/sc2/content/comm/shofixt/shofi021.ogg new file mode 100644 index 000000000..44677d955 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi021.ogg differ diff --git a/sc2/content/comm/shofixt/shofi022.ogg b/sc2/content/comm/shofixt/shofi022.ogg new file mode 100644 index 000000000..e690b9951 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi022.ogg differ diff --git a/sc2/content/comm/shofixt/shofi023.ogg b/sc2/content/comm/shofixt/shofi023.ogg new file mode 100644 index 000000000..3575ed461 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi023.ogg differ diff --git a/sc2/content/comm/shofixt/shofi024.ogg b/sc2/content/comm/shofixt/shofi024.ogg new file mode 100644 index 000000000..08f061016 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi024.ogg differ diff --git a/sc2/content/comm/shofixt/shofi025.ogg b/sc2/content/comm/shofixt/shofi025.ogg new file mode 100644 index 000000000..749b5b4d7 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi025.ogg differ diff --git a/sc2/content/comm/shofixt/shofi026.ogg b/sc2/content/comm/shofixt/shofi026.ogg new file mode 100644 index 000000000..1a5666cc8 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi026.ogg differ diff --git a/sc2/content/comm/shofixt/shofi027.ogg b/sc2/content/comm/shofixt/shofi027.ogg new file mode 100644 index 000000000..d8f7dc9b4 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi027.ogg differ diff --git a/sc2/content/comm/shofixt/shofi028.ogg b/sc2/content/comm/shofixt/shofi028.ogg new file mode 100644 index 000000000..b52ece748 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi028.ogg differ diff --git a/sc2/content/comm/shofixt/shofi029.ogg b/sc2/content/comm/shofixt/shofi029.ogg new file mode 100644 index 000000000..b959b4a73 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi029.ogg differ diff --git a/sc2/content/comm/shofixt/shofi030.ogg b/sc2/content/comm/shofixt/shofi030.ogg new file mode 100644 index 000000000..a6c3cac99 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi030.ogg differ diff --git a/sc2/content/comm/shofixt/shofi031.ogg b/sc2/content/comm/shofixt/shofi031.ogg new file mode 100644 index 000000000..fedec8e77 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi031.ogg differ diff --git a/sc2/content/comm/shofixt/shofi032.ogg b/sc2/content/comm/shofixt/shofi032.ogg new file mode 100644 index 000000000..1670071c6 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi032.ogg differ diff --git a/sc2/content/comm/shofixt/shofi033.ogg b/sc2/content/comm/shofixt/shofi033.ogg new file mode 100644 index 000000000..d6f9d9c85 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi033.ogg differ diff --git a/sc2/content/comm/shofixt/shofi034.ogg b/sc2/content/comm/shofixt/shofi034.ogg new file mode 100644 index 000000000..f5daa0d6d Binary files /dev/null and b/sc2/content/comm/shofixt/shofi034.ogg differ diff --git a/sc2/content/comm/shofixt/shofi035.ogg b/sc2/content/comm/shofixt/shofi035.ogg new file mode 100644 index 000000000..867e95143 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi035.ogg differ diff --git a/sc2/content/comm/shofixt/shofi036.ogg b/sc2/content/comm/shofixt/shofi036.ogg new file mode 100644 index 000000000..b0ae6ba8c Binary files /dev/null and b/sc2/content/comm/shofixt/shofi036.ogg differ diff --git a/sc2/content/comm/shofixt/shofi037.ogg b/sc2/content/comm/shofixt/shofi037.ogg new file mode 100644 index 000000000..0cc0478de Binary files /dev/null and b/sc2/content/comm/shofixt/shofi037.ogg differ diff --git a/sc2/content/comm/shofixt/shofi038.ogg b/sc2/content/comm/shofixt/shofi038.ogg new file mode 100644 index 000000000..8334cae66 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi038.ogg differ diff --git a/sc2/content/comm/shofixt/shofi039.ogg b/sc2/content/comm/shofixt/shofi039.ogg new file mode 100644 index 000000000..20692f66f Binary files /dev/null and b/sc2/content/comm/shofixt/shofi039.ogg differ diff --git a/sc2/content/comm/shofixt/shofi040.ogg b/sc2/content/comm/shofixt/shofi040.ogg new file mode 100644 index 000000000..dea9f9f12 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi040.ogg differ diff --git a/sc2/content/comm/shofixt/shofi041.ogg b/sc2/content/comm/shofixt/shofi041.ogg new file mode 100644 index 000000000..26cedf242 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi041.ogg differ diff --git a/sc2/content/comm/shofixt/shofi042.ogg b/sc2/content/comm/shofixt/shofi042.ogg new file mode 100644 index 000000000..bc3d4e2fe Binary files /dev/null and b/sc2/content/comm/shofixt/shofi042.ogg differ diff --git a/sc2/content/comm/shofixt/shofi043.ogg b/sc2/content/comm/shofixt/shofi043.ogg new file mode 100644 index 000000000..1bce34c13 Binary files /dev/null and b/sc2/content/comm/shofixt/shofi043.ogg differ diff --git a/sc2/content/comm/shofixt/shofi044.ogg b/sc2/content/comm/shofixt/shofi044.ogg new file mode 100644 index 000000000..442ad692d Binary files /dev/null and b/sc2/content/comm/shofixt/shofi044.ogg differ diff --git a/sc2/content/comm/shofixt/shofi045.ogg b/sc2/content/comm/shofixt/shofi045.ogg new file mode 100644 index 000000000..3400863cc Binary files /dev/null and b/sc2/content/comm/shofixt/shofi045.ogg differ diff --git a/sc2/content/comm/shofixt/shofixt.txt b/sc2/content/comm/shofixt/shofixt.txt index 0b4bf42bd..8db035c01 100755 --- a/sc2/content/comm/shofixt/shofixt.txt +++ b/sc2/content/comm/shofixt/shofixt.txt @@ -18,25 +18,25 @@ Katana #(katana) Tanaka -#(HOSTILE_KATANA_1) shofi000.wav +#(HOSTILE_KATANA_1) shofi000.ogg I, Katana the Warrior, have travelled for long years through space to finally come home only to witness you blasting my brother to atoms! Now you die! -#(HOSTILE_KATANA_2) shofi001.wav +#(HOSTILE_KATANA_2) shofi001.ogg The Ur-Quan has returned! How unusually brave for a leprous, non-functional sex organ, like yourself. -#(HOSTILE_KATANA_3) shofi002.wav +#(HOSTILE_KATANA_3) shofi002.ogg Evil murderer, you think to taunt me. Ha! And again I say, Ha! I have faced far worse than you You pitiful imitation of six-weeks dead Dhrang! -#(HOSTILE_KATANA_4) shofi003.wav +#(HOSTILE_KATANA_4) shofi003.ogg I swear by the hero, Daikon, this time I will kill you. -#(HOSTILE_TANAKA_1) shofi004.wav +#(HOSTILE_TANAKA_1) shofi004.ogg Attention huge alien vessel! Though most of my sensory instruments are malfunctioning my mass indicator shows the huge size vessel @@ -48,55 +48,55 @@ all six of my sisters in fact, my entire species. Prepare to die! -#(HOSTILE_TANAKA_2) shofi005.wav +#(HOSTILE_TANAKA_2) shofi005.ogg Ah, so the cowardly slug-spawn has returned! You were most fortunate last time, you hideous, pouchless freak but this time I shall surely destroy your vessel you slithering eater of putrid hairballs. -#(HOSTILE_TANAKA_3) shofi006.wav +#(HOSTILE_TANAKA_3) shofi006.ogg I see you're back for even more humiliation, you flatulent, Ur-Quan pus-cup. -#(HOSTILE_TANAKA_4) shofi007.wav +#(HOSTILE_TANAKA_4) shofi007.ogg I'll kill you this time you pitiful, weakling fancier of herd animal excrement! -#(HOSTILE_TANAKA_5) shofi008.wav +#(HOSTILE_TANAKA_5) shofi008.ogg I'll kill you this time you pitiful, weakling fancier of herd animal excrement! -#(HOSTILE_TANAKA_6) shofi009.wav +#(HOSTILE_TANAKA_6) shofi009.ogg I'll kill you this time you pitiful, weakling fancier of herd animal excrement! -#(HOSTILE_TANAKA_7) shofi010.wav +#(HOSTILE_TANAKA_7) shofi010.ogg I'll kill you this time you pitiful, weakling fancier of herd animal excrement! -#(HOSTILE_TANAKA_8) shofi011.wav +#(HOSTILE_TANAKA_8) shofi011.ogg I'll kill you this time you pitiful, weakling fancier of herd animal excrement! #(dont_attack) Don't attack -- we're not the Ur-Quan! We're your allies! -#(TYPICAL_PLOY) shofi012.wav +#(TYPICAL_PLOY) shofi012.ogg A typical Ur-Quan gambit... which has failed. And now I howl the scream of death -- Kyaiee! #(hey_stop) Hey, stop shooting! Someone could get hurt! -#(ONLY_STOP) shofi013.wav +#(ONLY_STOP) shofi013.ogg I will only stop when you are dead. Kyaiee! #(look_you_are) Look, you're getting me REALLY pissed-off! Stop attacking and talk! -#(TOO_BAD) shofi014.wav +#(TOO_BAD) shofi014.ogg Too bad. Kyaiee! #(dont_know) Don't you know the war is over? -#(NEVER) shofi015.wav +#(NEVER) shofi015.ogg For me, Tanaka the Warrior, it will never be over. Kyaiee! @@ -105,14 +105,14 @@ Look #(look1) , the war is over -- really! -#(FOR_YOU) shofi016.wav +#(FOR_YOU) shofi016.ogg For you perhaps, fat cowardly lard-log. Kyaiee! #(no_bloodshed) There is no point in further bloodshed. -#(YES_BLOODSHED) shofi017.wav +#(YES_BLOODSHED) shofi017.ogg Oh yes there is! When you have shed enough blood, You Will Die! Kyaiee! @@ -120,40 +120,40 @@ Kyaiee! #(dont_want_to_fight) Gee, if that's the way you feel, then I'll be on my way. -#(MUST_FIGHT_YOU_URQUAN_1) shofi018.wav +#(MUST_FIGHT_YOU_URQUAN_1) shofi018.ogg Oh no you don't Kyaiee! -#(MUST_FIGHT_YOU_URQUAN_2) shofi019.wav +#(MUST_FIGHT_YOU_URQUAN_2) shofi019.ogg Oh no you don't Kyaiee! -#(MUST_FIGHT_YOU_URQUAN_3) shofi020.wav +#(MUST_FIGHT_YOU_URQUAN_3) shofi020.ogg Oh no you don't Kyaiee! -#(MUST_FIGHT_YOU_URQUAN_4) shofi021.wav +#(MUST_FIGHT_YOU_URQUAN_4) shofi021.ogg Oh no you don't Kyaiee! #(no_one_insults) No one insults us like that you toothless, piebald, impotent roof-rabbit! -#(YOU_LIMP) shofi022.wav +#(YOU_LIMP) shofi022.ogg You limp, bloodless sack of decaying flesh Ur-Quan! You die! Kyaiee! #(mighty_words) Those are mighty words from a dripping, snout-rotted little furball! -#(HANG_YOUR) shofi023.wav +#(HANG_YOUR) shofi023.ogg I will hang your withered reproductive organs from my posterior monitor! Kyaiee! #(donkey_breath) Look donkey breath - one more insult and it's vapor city for you! -#(DGRUNTI) shofi024.wav +#(DGRUNTI) shofi024.ogg Why you wallowing, phlegm-filled Dgrunti belly-licker, you hey Ur-Quans never insulted me before! @@ -174,21 +174,21 @@ I am the nice, friendly ally WHO YOU'VE BEEN TRYING TO KILL -- YOU IDIOT, MORON #(i_am_guy) I am the guy who called you donkey-breath, you violent little varmint. -#(SO_SORRY) shofi025.wav +#(SO_SORRY) shofi025.ogg Oh. I am sorriest I must be reprimanded. When we report back to Star Control... -#(MUST_UNDERSTAND) shofi026.wav +#(MUST_UNDERSTAND) shofi026.ogg Hyai! What a fool I am! When you failed to launch fighter craft, I should have guessed. Just one of those mistakes you make in war... -#(NICE_BUT_WHAT_IS_DONKEY) shofi027.wav +#(NICE_BUT_WHAT_IS_DONKEY) shofi027.ogg Ah, Earth humor! Very funny . Ha-ha-ha! But what is don... -#(IS_DEFEAT_TRUE) shofi028.wav +#(IS_DEFEAT_TRUE) shofi028.ogg Suddenly your words ring in my ears...`the war is over.' Captain, is this true? Have the Ur-Quan been destroyed? Has the ultimate sacrifice of my people resulted in freedom for the Alliance? @@ -202,7 +202,7 @@ I'm sorry to be the one to tell you, but the Alliance got its butt blasted. #(clobbered) Er... maybe we should talk about this later. -#(VERY_SAD_KILL_SELF) shofi029.wav +#(VERY_SAD_KILL_SELF) shofi029.ogg HYAIEEE! GYAIEEE! IEEE! @@ -212,13 +212,13 @@ I must die!!!! #(important_duty) No, wait, Shofixti! I have an important duty for you to perform. -#(WHAT_DUTY) shofi030.wav +#(WHAT_DUTY) shofi030.ogg What might that be? #(need_you_for_duty) Shofixti, I am now your new commander. I order you not to kill yourself. You are to remain here and guard your solar system. -#(OK_WILL_BE_SENTRY) shofi031.wav +#(OK_WILL_BE_SENTRY) shofi031.ogg Very well, Captain. I will do as you have ordered. I will remain here until you have further orders. Goodbye. @@ -226,7 +226,7 @@ Goodbye. #(dont_do_it) Don't do it, old Warrior! You still have much to live for! -#(YES_I_DO_IT) shofi032.wav +#(YES_I_DO_IT) shofi032.ogg Like what?! My race is dead. My world is an airless rock. And I've seen all my FunRoms at least a hundred times. My life is over. @@ -237,7 +237,7 @@ Unless you want to annihilate me yourself. #(go_ahead) Fine. Go ahead. Kill yourself, you violent little weasel. -#(ON_SECOND_THOUGHT) shofi033.wav +#(ON_SECOND_THOUGHT) shofi033.ogg Wait! I have had a sudden realization! If you are here, in such an amazing ship that means there is yet hope to defeat the evil Ur-Quan pus-dogs! @@ -256,7 +256,7 @@ I can give you the opportunity to replenish your species. #(hope_you_have) Shofixti, I have something a lot better than FunRoms. Are you interested? -#(SOUNDS_GREAT_BUT_HOW) shofi034.wav +#(SOUNDS_GREAT_BUT_HOW) shofi034.ogg I am intrigued, Captain, but what are you talking about? #(females) @@ -268,7 +268,7 @@ We can make available a bevy of fecund Shofixti nubiles. #(rat_babes) What would you say to rat-babes galore? -#(LEAPING_HAPPINESS) shofi035.wav +#(LEAPING_HAPPINESS) shofi035.ogg Great leaping mounds of happiness! You shall be honored forever, Captain, as the savior of the Shofixti race! I have been granted the ultimate reward, er.. duty. @@ -285,7 +285,7 @@ Farewell #(bye1) . -#(GOODBYE0) shofi036.wav +#(GOODBYE0) shofi036.ogg Goodbye Captain #(GOODBYE1) . @@ -295,20 +295,20 @@ So what were you doing here #(why_here1) ? -#(I_GUARD) shofi037.wav +#(I_GUARD) shofi037.ogg I guard the homeworld. I seek revenge against its destroyers, the Ur-Quan and their vile battle thralls. I await the return of the hero Daikon and the rebirth of my species. #(where_world) Where is your life-filled homeworld, Kyabetsu? -#(BLEW_IT_UP) shofi038.wav +#(BLEW_IT_UP) shofi038.ogg We blew up the sun, heh, heh, heh! #(how_survive) If your sun went nova, how did you survive? -#(NOT_HERE) shofi039.wav +#(NOT_HERE) shofi039.ogg I wasn't here when they made the sun nova. I was off close to the coreward front. I had been cut off from my squadron, and had to travel home alone. @@ -316,7 +316,7 @@ I had been cut off from my squadron, and had to travel home alone. #(what_happened) So what happened to your ship? -#(MET_VUX) shofi040.wav +#(MET_VUX) shofi040.ogg The shortest, straight-line path home from the front was through VUX space. Unfortunately, a VUX Intruder was able to affix some of those vile limpet things to my ship and I had to return home at a greatly diminished speed. @@ -330,16 +330,16 @@ I'd never seen a planet like that before, so maybe you should check it out? #(glory_device) When we were fighting, why didn't you use your Glory Device? -#(SWITCH_BROKE) shofi041.wav +#(SWITCH_BROKE) shofi041.ogg The switch broke. #(bye) Goodbye, Tanaka. -#(GOODBYE) shofi042.wav +#(GOODBYE) shofi042.ogg Good hunting. -#(FRIENDLY_HELLO0) shofi043.wav +#(FRIENDLY_HELLO0) shofi043.ogg Greetings Captain #(FRIENDLY_HELLO1) . It is good to see you and the @@ -351,7 +351,7 @@ What's your report #(report1) ? -#(NOTHING_NEW0) shofi044.wav +#(NOTHING_NEW0) shofi044.ogg Nothing new to report #(NOTHING_NEW1) , sir. diff --git a/sc2/content/comm/slyhome/slyho000.ogg b/sc2/content/comm/slyhome/slyho000.ogg new file mode 100644 index 000000000..aa9feab4f Binary files /dev/null and b/sc2/content/comm/slyhome/slyho000.ogg differ diff --git a/sc2/content/comm/slyhome/slyho001.ogg b/sc2/content/comm/slyhome/slyho001.ogg new file mode 100644 index 000000000..96e18df42 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho001.ogg differ diff --git a/sc2/content/comm/slyhome/slyho002.ogg b/sc2/content/comm/slyhome/slyho002.ogg new file mode 100644 index 000000000..023fedb64 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho002.ogg differ diff --git a/sc2/content/comm/slyhome/slyho003.ogg b/sc2/content/comm/slyhome/slyho003.ogg new file mode 100644 index 000000000..d8013efd0 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho003.ogg differ diff --git a/sc2/content/comm/slyhome/slyho004.ogg b/sc2/content/comm/slyhome/slyho004.ogg new file mode 100644 index 000000000..f558abd1d Binary files /dev/null and b/sc2/content/comm/slyhome/slyho004.ogg differ diff --git a/sc2/content/comm/slyhome/slyho005.ogg b/sc2/content/comm/slyhome/slyho005.ogg new file mode 100644 index 000000000..61fbc7d41 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho005.ogg differ diff --git a/sc2/content/comm/slyhome/slyho006.ogg b/sc2/content/comm/slyhome/slyho006.ogg new file mode 100644 index 000000000..e6fcac192 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho006.ogg differ diff --git a/sc2/content/comm/slyhome/slyho007.ogg b/sc2/content/comm/slyhome/slyho007.ogg new file mode 100644 index 000000000..2475eb6e3 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho007.ogg differ diff --git a/sc2/content/comm/slyhome/slyho008.ogg b/sc2/content/comm/slyhome/slyho008.ogg new file mode 100644 index 000000000..afb0e2dca Binary files /dev/null and b/sc2/content/comm/slyhome/slyho008.ogg differ diff --git a/sc2/content/comm/slyhome/slyho009.ogg b/sc2/content/comm/slyhome/slyho009.ogg new file mode 100644 index 000000000..616988bb3 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho009.ogg differ diff --git a/sc2/content/comm/slyhome/slyho010.ogg b/sc2/content/comm/slyhome/slyho010.ogg new file mode 100644 index 000000000..c01fa31ca Binary files /dev/null and b/sc2/content/comm/slyhome/slyho010.ogg differ diff --git a/sc2/content/comm/slyhome/slyho011.ogg b/sc2/content/comm/slyhome/slyho011.ogg new file mode 100644 index 000000000..3655de6a7 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho011.ogg differ diff --git a/sc2/content/comm/slyhome/slyho012.ogg b/sc2/content/comm/slyhome/slyho012.ogg new file mode 100644 index 000000000..88c156f5b Binary files /dev/null and b/sc2/content/comm/slyhome/slyho012.ogg differ diff --git a/sc2/content/comm/slyhome/slyho013.ogg b/sc2/content/comm/slyhome/slyho013.ogg new file mode 100644 index 000000000..3469f781c Binary files /dev/null and b/sc2/content/comm/slyhome/slyho013.ogg differ diff --git a/sc2/content/comm/slyhome/slyho014.ogg b/sc2/content/comm/slyhome/slyho014.ogg new file mode 100644 index 000000000..af57400e6 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho014.ogg differ diff --git a/sc2/content/comm/slyhome/slyho015.ogg b/sc2/content/comm/slyhome/slyho015.ogg new file mode 100644 index 000000000..8b4520abc Binary files /dev/null and b/sc2/content/comm/slyhome/slyho015.ogg differ diff --git a/sc2/content/comm/slyhome/slyho016.ogg b/sc2/content/comm/slyhome/slyho016.ogg new file mode 100644 index 000000000..428941851 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho016.ogg differ diff --git a/sc2/content/comm/slyhome/slyho017.ogg b/sc2/content/comm/slyhome/slyho017.ogg new file mode 100644 index 000000000..51bb062ca Binary files /dev/null and b/sc2/content/comm/slyhome/slyho017.ogg differ diff --git a/sc2/content/comm/slyhome/slyho018.ogg b/sc2/content/comm/slyhome/slyho018.ogg new file mode 100644 index 000000000..50e4e645e Binary files /dev/null and b/sc2/content/comm/slyhome/slyho018.ogg differ diff --git a/sc2/content/comm/slyhome/slyho019.ogg b/sc2/content/comm/slyhome/slyho019.ogg new file mode 100644 index 000000000..10645cda0 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho019.ogg differ diff --git a/sc2/content/comm/slyhome/slyho020.ogg b/sc2/content/comm/slyhome/slyho020.ogg new file mode 100644 index 000000000..30bd50b27 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho020.ogg differ diff --git a/sc2/content/comm/slyhome/slyho021.ogg b/sc2/content/comm/slyhome/slyho021.ogg new file mode 100644 index 000000000..5e401aa82 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho021.ogg differ diff --git a/sc2/content/comm/slyhome/slyho022.ogg b/sc2/content/comm/slyhome/slyho022.ogg new file mode 100644 index 000000000..f2ef119d0 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho022.ogg differ diff --git a/sc2/content/comm/slyhome/slyho023.ogg b/sc2/content/comm/slyhome/slyho023.ogg new file mode 100644 index 000000000..8a37aa1f5 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho023.ogg differ diff --git a/sc2/content/comm/slyhome/slyho024.ogg b/sc2/content/comm/slyhome/slyho024.ogg new file mode 100644 index 000000000..84c5946dc Binary files /dev/null and b/sc2/content/comm/slyhome/slyho024.ogg differ diff --git a/sc2/content/comm/slyhome/slyho025.ogg b/sc2/content/comm/slyhome/slyho025.ogg new file mode 100644 index 000000000..fa004cbe5 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho025.ogg differ diff --git a/sc2/content/comm/slyhome/slyho026.ogg b/sc2/content/comm/slyhome/slyho026.ogg new file mode 100644 index 000000000..ece77c683 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho026.ogg differ diff --git a/sc2/content/comm/slyhome/slyho027.ogg b/sc2/content/comm/slyhome/slyho027.ogg new file mode 100644 index 000000000..db14d6259 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho027.ogg differ diff --git a/sc2/content/comm/slyhome/slyho028.ogg b/sc2/content/comm/slyhome/slyho028.ogg new file mode 100644 index 000000000..628444a8f Binary files /dev/null and b/sc2/content/comm/slyhome/slyho028.ogg differ diff --git a/sc2/content/comm/slyhome/slyho029.ogg b/sc2/content/comm/slyhome/slyho029.ogg new file mode 100644 index 000000000..6fe47dbb2 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho029.ogg differ diff --git a/sc2/content/comm/slyhome/slyho030.ogg b/sc2/content/comm/slyhome/slyho030.ogg new file mode 100644 index 000000000..8dbd4ecd1 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho030.ogg differ diff --git a/sc2/content/comm/slyhome/slyho031.ogg b/sc2/content/comm/slyhome/slyho031.ogg new file mode 100644 index 000000000..63ead6c46 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho031.ogg differ diff --git a/sc2/content/comm/slyhome/slyho032.ogg b/sc2/content/comm/slyhome/slyho032.ogg new file mode 100644 index 000000000..3285cc32a Binary files /dev/null and b/sc2/content/comm/slyhome/slyho032.ogg differ diff --git a/sc2/content/comm/slyhome/slyho033.ogg b/sc2/content/comm/slyhome/slyho033.ogg new file mode 100644 index 000000000..01fb04e8b Binary files /dev/null and b/sc2/content/comm/slyhome/slyho033.ogg differ diff --git a/sc2/content/comm/slyhome/slyho034.ogg b/sc2/content/comm/slyhome/slyho034.ogg new file mode 100644 index 000000000..edea23e9a Binary files /dev/null and b/sc2/content/comm/slyhome/slyho034.ogg differ diff --git a/sc2/content/comm/slyhome/slyho035.ogg b/sc2/content/comm/slyhome/slyho035.ogg new file mode 100644 index 000000000..6f6a0c70f Binary files /dev/null and b/sc2/content/comm/slyhome/slyho035.ogg differ diff --git a/sc2/content/comm/slyhome/slyho036.ogg b/sc2/content/comm/slyhome/slyho036.ogg new file mode 100644 index 000000000..29a35e89a Binary files /dev/null and b/sc2/content/comm/slyhome/slyho036.ogg differ diff --git a/sc2/content/comm/slyhome/slyho037.ogg b/sc2/content/comm/slyhome/slyho037.ogg new file mode 100644 index 000000000..4ca6cf9ec Binary files /dev/null and b/sc2/content/comm/slyhome/slyho037.ogg differ diff --git a/sc2/content/comm/slyhome/slyho038.ogg b/sc2/content/comm/slyhome/slyho038.ogg new file mode 100644 index 000000000..1a9f10fdb Binary files /dev/null and b/sc2/content/comm/slyhome/slyho038.ogg differ diff --git a/sc2/content/comm/slyhome/slyho039.ogg b/sc2/content/comm/slyhome/slyho039.ogg new file mode 100644 index 000000000..65336ea6a Binary files /dev/null and b/sc2/content/comm/slyhome/slyho039.ogg differ diff --git a/sc2/content/comm/slyhome/slyho040.ogg b/sc2/content/comm/slyhome/slyho040.ogg new file mode 100644 index 000000000..453e0ad1b Binary files /dev/null and b/sc2/content/comm/slyhome/slyho040.ogg differ diff --git a/sc2/content/comm/slyhome/slyho041.ogg b/sc2/content/comm/slyhome/slyho041.ogg new file mode 100644 index 000000000..937382fd4 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho041.ogg differ diff --git a/sc2/content/comm/slyhome/slyho042.ogg b/sc2/content/comm/slyhome/slyho042.ogg new file mode 100644 index 000000000..4b479538d Binary files /dev/null and b/sc2/content/comm/slyhome/slyho042.ogg differ diff --git a/sc2/content/comm/slyhome/slyho043.ogg b/sc2/content/comm/slyhome/slyho043.ogg new file mode 100644 index 000000000..2f1653a74 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho043.ogg differ diff --git a/sc2/content/comm/slyhome/slyho044.ogg b/sc2/content/comm/slyhome/slyho044.ogg new file mode 100644 index 000000000..95bd5c774 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho044.ogg differ diff --git a/sc2/content/comm/slyhome/slyho045.ogg b/sc2/content/comm/slyhome/slyho045.ogg new file mode 100644 index 000000000..cdac1c89d Binary files /dev/null and b/sc2/content/comm/slyhome/slyho045.ogg differ diff --git a/sc2/content/comm/slyhome/slyho046.ogg b/sc2/content/comm/slyhome/slyho046.ogg new file mode 100644 index 000000000..28168be1f Binary files /dev/null and b/sc2/content/comm/slyhome/slyho046.ogg differ diff --git a/sc2/content/comm/slyhome/slyho047.ogg b/sc2/content/comm/slyhome/slyho047.ogg new file mode 100644 index 000000000..20904f8f2 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho047.ogg differ diff --git a/sc2/content/comm/slyhome/slyho048.ogg b/sc2/content/comm/slyhome/slyho048.ogg new file mode 100644 index 000000000..6037289da Binary files /dev/null and b/sc2/content/comm/slyhome/slyho048.ogg differ diff --git a/sc2/content/comm/slyhome/slyho049.ogg b/sc2/content/comm/slyhome/slyho049.ogg new file mode 100644 index 000000000..5cd050837 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho049.ogg differ diff --git a/sc2/content/comm/slyhome/slyho050.ogg b/sc2/content/comm/slyhome/slyho050.ogg new file mode 100644 index 000000000..78190c10a Binary files /dev/null and b/sc2/content/comm/slyhome/slyho050.ogg differ diff --git a/sc2/content/comm/slyhome/slyho051.ogg b/sc2/content/comm/slyhome/slyho051.ogg new file mode 100644 index 000000000..ab7bc3999 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho051.ogg differ diff --git a/sc2/content/comm/slyhome/slyho052.ogg b/sc2/content/comm/slyhome/slyho052.ogg new file mode 100644 index 000000000..4ba9cfd13 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho052.ogg differ diff --git a/sc2/content/comm/slyhome/slyho053.ogg b/sc2/content/comm/slyhome/slyho053.ogg new file mode 100644 index 000000000..88ccc6f62 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho053.ogg differ diff --git a/sc2/content/comm/slyhome/slyho054.ogg b/sc2/content/comm/slyhome/slyho054.ogg new file mode 100644 index 000000000..f7f47d8bf Binary files /dev/null and b/sc2/content/comm/slyhome/slyho054.ogg differ diff --git a/sc2/content/comm/slyhome/slyho055.ogg b/sc2/content/comm/slyhome/slyho055.ogg new file mode 100644 index 000000000..f6b14972a Binary files /dev/null and b/sc2/content/comm/slyhome/slyho055.ogg differ diff --git a/sc2/content/comm/slyhome/slyho056.ogg b/sc2/content/comm/slyhome/slyho056.ogg new file mode 100644 index 000000000..835d601ee Binary files /dev/null and b/sc2/content/comm/slyhome/slyho056.ogg differ diff --git a/sc2/content/comm/slyhome/slyho057.ogg b/sc2/content/comm/slyhome/slyho057.ogg new file mode 100644 index 000000000..bc7e82163 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho057.ogg differ diff --git a/sc2/content/comm/slyhome/slyho058.ogg b/sc2/content/comm/slyhome/slyho058.ogg new file mode 100644 index 000000000..0ccde6ace Binary files /dev/null and b/sc2/content/comm/slyhome/slyho058.ogg differ diff --git a/sc2/content/comm/slyhome/slyho059.ogg b/sc2/content/comm/slyhome/slyho059.ogg new file mode 100644 index 000000000..413a32553 Binary files /dev/null and b/sc2/content/comm/slyhome/slyho059.ogg differ diff --git a/sc2/content/comm/slyhome/slyhome.txt b/sc2/content/comm/slyhome/slyhome.txt index e766285f5..6dfd2e5cb 100755 --- a/sc2/content/comm/slyhome/slyhome.txt +++ b/sc2/content/comm/slyhome/slyhome.txt @@ -1,4 +1,4 @@ -#(HELLO_1) slyho000.wav +#(HELLO_1) slyho000.ogg Hello visitor! We are the Slylandro. I am Content To Hover a Slylandro Speaker. @@ -6,23 +6,23 @@ Your presence here fills us with excitement! We have gotten so few visitors over these many Drahn. We hope you can stay to talk with us for a time. -#(HELLO_2) slyho001.wav +#(HELLO_2) slyho001.ogg You return with great speed. In the last five Drahn, we have had only one visitor. and now you have come twice in but a single Drahnasa. How wonderful! -#(HELLO_3) slyho002.wav +#(HELLO_3) slyho002.ogg Welcome back human Traveller! We hope your journeys have brought you new insights that you will share with us. -#(HELLO_4) slyho003.wav +#(HELLO_4) slyho003.ogg Welcome back human Traveller! We hope your journeys have brought you new insights that you will share with us. -#(RECALL_PROGRAM_1) slyho004.wav +#(RECALL_PROGRAM_1) slyho004.ogg Ah! human Traveller. We have news. One of our probes finally returned home and we have been able to reconfigure it @@ -38,7 +38,7 @@ I am #(we_are_us2) . What the heck are you? -#(TERRIBLY_EXCITING) slyho005.wav +#(TERRIBLY_EXCITING) slyho005.ogg Oh, this is terribly exciting! We will be happy to tell you about ourselves if you will please, please do the same. @@ -54,7 +54,7 @@ but inform other races of our presence here as well! #(happy_to_tell_more) Exactly how long is a `Drahn'? -#(TELL_MORE) slyho006.wav +#(TELL_MORE) slyho006.ogg The Drahn is our primary unit of time. It lasts for an interval equivalent to four million rotations of our planet. @@ -64,7 +64,7 @@ Now please... our turn! Will you tell us about yourselves?! #(would_you_like_to_know_more) We would be happy to tell you more about our people. -#(YES_TELL_MORE) slyho007.wav +#(YES_TELL_MORE) slyho007.ogg Yes! Yes! Please do! Who ARE you?! Where are you from? Why have you come here? Do you know of any other intelligent races? @@ -73,7 +73,7 @@ Please! Tell us everything, EVERYTHING! #(we_come_from_earth) Most of us come from a large, rocky world called Earth. -#(OK_EARTH) slyho008.wav +#(OK_EARTH) slyho008.ogg Yes! That seems to be the pattern. Just about everyone who comes by here says they developed on a world a lot like that. @@ -86,7 +86,7 @@ so maybe there are others like us Slylandro out there somewhere. #(we_explore) We travel the galaxy in starships, seeking knowledge and contact with other sentients. -#(OK_EXPLORE) slyho009.wav +#(OK_EXPLORE) slyho009.ogg That must be great! To leave your planet, and roam the stars! You don't know how monotonous living on a gas giant for three or four Drahn can be. Clouds, clouds, clouds. Wind. Lightning. Clouds, clouds, clouds. That's it! @@ -100,7 +100,7 @@ so generally, that's what we think the clouds look like. #(we_fight_urquan) Our primary objective right now is to free ourselves from the Evil Ur-Quan. -#(URQUAN_NICE_GUYS) slyho010.wav +#(URQUAN_NICE_GUYS) slyho010.ogg The Ur-Quan?! The long brownish guys from the Milieu with all the eyes and arms? They used to come visit us regularly about three Drahns ago. They told us about all the interesting things they found from their scouting missions. @@ -109,7 +109,7 @@ They were really nice! Why do you fight with them? #(not_same_urquan) I think you are confused. Those aren't the Ur-Quan we're talking about. Ours are green. -#(PERSONALITY_CHANGE) slyho011.wav +#(PERSONALITY_CHANGE) slyho011.ogg But the Ur-Quan were such good guys! They had lots of interesting things to tell us about and they never got impatient with our questions. @@ -119,7 +119,7 @@ like turning green and evil. #(we_gather) We are particularly interested in studying unusual planets and life forms. -#(MAYBE_INTERESTED) slyho012.wav +#(MAYBE_INTERESTED) slyho012.ogg Oh! Then you should go check out a planet orbiting a blue star not too far from here. I think there is another blue star right next to it. We can't desribe exactly where it is, but the people who told us about it @@ -130,13 +130,13 @@ there were only ten of the planets in this part of the galaxy. #(enough_about_me) That's enough about us, for now. -#(OK_ENOUGH_YOU) slyho013.wav +#(OK_ENOUGH_YOU) slyho013.ogg Okay, but please, can we talk about you some more later? #(what_other_visitors) Probes? What probes are you talking about? -#(VISITORS) slyho014.wav +#(VISITORS) slyho014.ogg You know, it's funny. We hadn't heard from the outside galaxy in a whole Drahnasa and then the Melnorme come by and sell us a probe and just a few hundred rotations later, YOU show up! @@ -151,7 +151,7 @@ anyway, in exchange for our information, they gave us a probe vessel. #(any_other_visitors) Tell me about the other races who have visited you over the years. -#(LONG_AGO) slyho015.wav +#(LONG_AGO) slyho015.ogg Years? Oh.. you mean Drahn. Well, let's see... there was the Melnorme just a few rotations back then we go all the way back over three Drahn ago to the Ur-Quan @@ -160,7 +160,7 @@ and the other Milieu guys... the Yuli and the Drann, I think. #(what_about_sentient_milieu) Milieu? What is the Milieu and who are the Yuli and the Drall? -#(MET_TAALO_THEY_ARE_FROM) slyho016.wav +#(MET_TAALO_THEY_ARE_FROM) slyho016.ogg Hmmm... let me remember... that was a long, long time ago... I was only a nymph then ah, yes... that's it! The Sentient Milieu was a cooperative association of sentient alien species @@ -172,7 +172,7 @@ then suddenly the visits stopped and we haven't heard from them since. #(who_else) Were there any other visitors here besides the Melnorme and Milieu races? -#(PRECURSORS) slyho017.wav +#(PRECURSORS) slyho017.ogg Yes, there was another race... a highly sophisticated species of shaggy giants who made repeated trips to our world over a period of several Drahn. They even installed a broadcasting satellite in orbit around our world @@ -183,7 +183,7 @@ I'm sorry, I can't remember their names. It was a long long time ago. #(precursors_yow) Yow! That sounds like the Precursors! What else can you tell us about this race? -#(ABOUT_PRECURSORS) slyho018.wav +#(ABOUT_PRECURSORS) slyho018.ogg I wish I knew more of the information you seek, Traveller but we last saw the Shaggy Ones just over 39 Drahn ago and very little from that era has remained intact in our history chants. @@ -202,7 +202,7 @@ and they didn't tell us exactly where `somewhere' was. #(must_know_more) This is EXTREMELY important to us! Don't you know any more? -#(ALL_WE_KNOW) slyho019.wav +#(ALL_WE_KNOW) slyho019.ogg No, I have told you... one moment, Joyous Lifting transmits. Joyous Lifting has remembered something else @@ -218,20 +218,20 @@ That is all we can remember. #(who_are_you) Pardon me, but who exactly are you again? -#(WE_ARE_SLY) slyho020.wav +#(WE_ARE_SLY) slyho020.ogg We are the Slylandro, a race of kind, curious gas bag people. #(like_more_about_you) Hmmm. Sounds interesting! Tell us more. -#(SURE_KNOW_WHAT) slyho021.wav +#(SURE_KNOW_WHAT) slyho021.ogg Certainly, provided you share with us similar information. What would you like to know? #(what_about_home) Tell us about your home... this gas giant planet. -#(ABOUT_HOME) slyho022.wav +#(ABOUT_HOME) slyho022.ogg Our planet, which we call Source, has no solid surface as yours likely does. Our `world' is the five hundred kilometer band of atmosphere in which we can survive. Below this are the Depths... a dark and hostile region @@ -246,7 +246,7 @@ we grow giddy and behave inappropriately. #(what_about_culture) What can you tell us about your culture? -#(ABOUT_CULTURE) slyho023.wav +#(ABOUT_CULTURE) slyho023.ogg We have an egalitarian society here. All are equal. Of course, that doesn't stop some people from being stupid fools or jerks. But on a world as huge as Source, where there are no barriers to restrict your travel @@ -260,7 +260,7 @@ and dragged them down to the Depths. #(what_about_history) What about your history? -#(ABOUT_HISTORY) slyho024.wav +#(ABOUT_HISTORY) slyho024.ogg Since we possess no technology, we have no permanent way to record the passing of events. Instead we use the History Chants... long songs whose rhythms and patterns help prevent the introduction of error into the record. @@ -274,7 +274,7 @@ until ships from the Sentient Milieu arrived. #(what_about_biology) Tell us about your biology. -#(ABOUT_BIOLOGY) slyho025.wav +#(ABOUT_BIOLOGY) slyho025.ogg Our world, which we call Source has been home to our species for many thousands of Drahn. We evolved from simpler, unimodular beings who thrive in atmospheric convection cells. At first, we were little more than mindless consumers @@ -288,13 +288,13 @@ we are the only species here to achieve intelligence. #(enough_info) Thank you. That's sufficient for now. -#(OK_ENOUGH_INFO) slyho026.wav +#(OK_ENOUGH_INFO) slyho026.ogg My pleasure. Now let's talk about you and your peoples. #(where_are_you) What are those glowy bits inside of you? -#(DOWN_HERE) slyho027.wav +#(DOWN_HERE) slyho027.ogg OH MY! I forgot! You creatures see in the visual range and can see our... well our, er... well, WE can't see them Ehhh... Ahem... What I mean to say is... they are... well we use them for @@ -305,14 +305,14 @@ Look, I'd rather if you didn't ask about them, okay? #(thats_impossible_1) I said... WHAT ARE THOSE GLOWY THINGS IN SIDE OF YOU?! -#(NO_ITS_NOT_1) slyho028.wav +#(NO_ITS_NOT_1) slyho028.ogg Great. Now you've done it! Just look at Sullen Plummet. You've embarrassed her so badly that she can't even regulate her ballast. #(thats_impossible_2) Look, I'm sorry I asked about your... glowy bits. -#(NO_ITS_NOT_2) slyho029.wav +#(NO_ITS_NOT_2) slyho029.ogg That's okay. Actually, your explicit questions have put Sullen Plummet in an unusual and intriguing mood. I will explore this change more fully when this conversation is over. @@ -320,16 +320,16 @@ I will explore this change more fully when this conversation is over. #(bye) Goodbye Slylandro gas bags. -#(GOODBYE_1) slyho030.wav +#(GOODBYE_1) slyho030.ogg Goodbye human fluid sack! -#(GOODBYE_2) slyho031.wav +#(GOODBYE_2) slyho031.ogg Goodbye human fluid sack! #(what_are_probes) Can you give me details about your probes? -#(PROBES_ARE) slyho032.wav +#(PROBES_ARE) slyho032.ogg Sure, if you are interested. In exchange for information about the life on Source the Melnorme offered to give us a remote exploration probe. It would roam the galaxy gathering information and contacting alien races @@ -339,7 +339,7 @@ and reveal to us everything it had learned! #(know_more_probe) Is that it? The probe can't do anything else? -#(OK_WHAT_MORE_PROBE) slyho033.wav +#(OK_WHAT_MORE_PROBE) slyho033.ogg Oh yeah! How could I forget... this is the REALLY neat part! The probe was self-replicating! When it wasn't recording data, it would pulverize rocks and stuff @@ -351,7 +351,7 @@ and then we should see an increasing number thereafter. #(where_probes_from) Where exactly did you say you got your probe from? -#(PROBES_FROM_MELNORME) slyho034.wav +#(PROBES_FROM_MELNORME) slyho034.ogg From the Melnorme Traveller-Traders. It was catalog item 2418... Remote Self-Replicating Robot Explorer Probe the economy model. @@ -359,7 +359,7 @@ the economy model. #(why_sell) Why did the Melnorme sell it to you? -#(SELL_FOR_INFO) slyho035.wav +#(SELL_FOR_INFO) slyho035.ogg The Melnorme traded it to us for data on the life in Source. They said the information was unique, and was worth oh, I don't really understand their units of exchange @@ -370,13 +370,13 @@ catalog item 2418... Remote Self-Replicating Robot Explorer Probe. #(how_long_ago) How long ago did you get the probe? -#(FIFTY_THOUSAND_ROTATIONS) slyho036.wav +#(FIFTY_THOUSAND_ROTATIONS) slyho036.ogg Two or three hundred rotations, I guess. #(whats_probes_mission) What was the probe's program? -#(SEEK_OUT_NEW_LIFE) slyho037.wav +#(SEEK_OUT_NEW_LIFE) slyho037.ogg It was sent on a 500 rotation mission!... ...to seek out new life and new civilizations...to boldly go where no catalog item 2418... Remote Self-Replicating Robot Explorer Probe @@ -385,7 +385,7 @@ had gone before! #(if_only_one) Can you explain the probe's replication ability? -#(THEY_REPLICATE) slyho038.wav +#(THEY_REPLICATE) slyho038.ogg Well, we're not hardware people, so we only know the theory. What happens is that while the probe is exploring space whenever it's not doing something more important @@ -399,13 +399,13 @@ by now there should be hundreds of probes, maybe even thousands! #(enough_probe) I've heard enough, thanks. -#(OK_ENOUGH_PROBE) slyho039.wav +#(OK_ENOUGH_PROBE) slyho039.ogg Okay, what else can we talk about? #(why_probe_always_attack) Well why then do your probes attack our ships? -#(ONLY_DEFEND) slyho040.wav +#(ONLY_DEFEND) slyho040.ogg Our probes DO NOT attack! They have only defensive capabilities. Offensive behavior is NOT part of the instructions we programmed into the probe. @@ -414,13 +414,13 @@ To do so would be reprehensible! #(talk_more_probe_attack) Can we talk a little bit more about the probe's program? -#(NO_PROBLEM_BUT_SURE) slyho041.wav +#(NO_PROBLEM_BUT_SURE) slyho041.ogg Sure. What would you like to know? #(tell_me_about_basics) Would you explain the general outline of the probe's program? -#(BASIC_COMMANDS) slyho042.wav +#(BASIC_COMMANDS) slyho042.ogg Sure. It was a difficult task for us, since we'd never done anything like that before but for the most part we just adjusted its standard program which went something like SCAN (for targets, as defined in Target List). @@ -448,7 +448,7 @@ That's it. #(tell_basics_again) What's the general outline of the probe's program again? -#(OK_BASICS_AGAIN) slyho043.wav +#(OK_BASICS_AGAIN) slyho043.ogg The program was... SCAN (for targets, as defined in Target List). IF (no current target). @@ -474,7 +474,7 @@ and here are the tables used by the program. #(what_effect) What is the effect of the Priority Settings on Behavior? -#(AFFECTS_BEHAVIOR) slyho044.wav +#(AFFECTS_BEHAVIOR) slyho044.ogg I'm pretty sure the way it works is that every time a behavior is completed or interrupted the program selects a new behavior based on the defined Behavior Target Priorities and what kind of Target is currently selected... I think. @@ -483,7 +483,7 @@ A really high priority would cause a probe to focus its attention on that behavi #(how_does_probe_defend) You mentioned the probe's defensive capabilities. Elaborate. -#(ONLY_SELF_DEFENSE) slyho045.wav +#(ONLY_SELF_DEFENSE) slyho045.ogg That behavior was hard-coded by the Melnorme. We couldn't mess with it. Essentially, the probe will only fire its weapons if it has been attacked @@ -492,14 +492,14 @@ and cannot communicate with the attacker. #(combat_behavior) And when defending itself, it uses its lightning weapon? -#(MISSILE_BATTERIES) slyho046.wav +#(MISSILE_BATTERIES) slyho046.ogg No. The probe is armed with a battery of missiles. It doesn't use its electrical discharge device in combat. #(what_missile_batteries) What missile batteries? It always attacked us with lightning bolts! -#(LIGHTNING_ONLY_FOR_HARVESTING) slyho047.wav +#(LIGHTNING_ONLY_FOR_HARVESTING) slyho047.ogg That's impossible! Its inconceivable! The electrical discharge device is used only for breaking down raw replication materials into their component compounds for easy gathering. @@ -507,7 +507,7 @@ into their component compounds for easy gathering. #(tell_me_about_rep_1) Would you tell me about the `Replication' behavior? -#(ABOUT_REP) slyho048.wav +#(ABOUT_REP) slyho048.ogg I'd be glad to! You see, the probe has the capability to seek out raw materials, process the raw materials into component compounds collect the compounds, and then when it has a sufficient supply @@ -518,7 +518,7 @@ and crank it up so that there would be more probes sooner. #(what_set_priority) Uh... what priority did you assign to replication? -#(MAXIMUM) slyho049.wav +#(MAXIMUM) slyho049.ogg Well, the factory setting was two, in between Movement at one and Analyze Data at three. I told Joyous Lifting to set it a bit higher let me ask him what he set it to... @@ -529,40 +529,40 @@ the highest setting on the dial. #(enough_problem) Let's talk more about this later on. -#(OK_ENOUGH_PROBLEM) slyho050.wav +#(OK_ENOUGH_PROBLEM) slyho050.ogg Okay. #(probe_has_bug) Your probe DOES destroy ships and I can prove it! -#(NO_IT_DOESNT) slyho051.wav +#(NO_IT_DOESNT) slyho051.ogg No! It cannot! It is not programmed for hostile behavior! What is your reasoning?! #(tell_me_about_attack) Think about what a probe does when it meets a ship. -#(ATTACK_NO_PROBLEM) slyho052.wav +#(ATTACK_NO_PROBLEM) slyho052.ogg Space ships are the probe's highest priority because we want more than anything to make friendly contact with alien races. #(tell_me_about_rep_2) Think about a probe's Replication behavior. -#(REP_NO_PROBLEM) slyho053.wav +#(REP_NO_PROBLEM) slyho053.ogg The probe seeks raw materials, and processes them in preparation for Replication. #(what_about_rep_priorities) Think about the effect of changing the replication behavior's priority. -#(MAXIMUM_SO_WHAT) slyho054.wav +#(MAXIMUM_SO_WHAT) slyho054.ogg The answer is simple... it would spend more of its time seeking raw materials for its replication process. So what? #(think_about_rep_priorities) Now, what will it do to a ship, given that its Replication priority is set to maximum? -#(UH_OH) slyho055.wav +#(UH_OH) slyho055.ogg I don't see what you are getting at, but I'll play along with you. Like I said, alien ships are THE top priority target. Once a probe scanned a ship, it would instantly move toward it. @@ -585,7 +585,7 @@ How can we stop the probes from destroying all life in the galaxy?! #(hunt_them_down) Someone is going to have to hunt them all down and destroy them. -#(GROW_TOO_FAST) slyho056.wav +#(GROW_TOO_FAST) slyho056.ogg No, that would never work! The probes will replicate too fast! As soon as you destroyed one, two would take its place! @@ -593,14 +593,14 @@ As soon as you destroyed one, two would take its place! #(sue_melnorme) Well to begin with, if I were you, I'd sue the Melnorme. -#(SIGNED_WAIVER) slyho057.wav +#(SIGNED_WAIVER) slyho057.ogg Sorry. The Melnorme made us agree to a formal Waiver of Damages in case something like this happened. #(recall_signal) Couldn't you broadcast some kind of recall signal? -#(NOT_THIS_MODEL) slyho058.wav +#(NOT_THIS_MODEL) slyho058.ogg No, not catalog item 2418 (Remote Self-Replicating Robot Explorer Probe). The model with the recall transmitter was catalog item 2419 @@ -609,7 +609,7 @@ and the Melnorme said it was out of stock. #(mega_self_destruct) I don't suppose you have some kind of Mega-Self-Destruct Code, or something? -#(WHY_YES_THERE_IS) slyho059.wav +#(WHY_YES_THERE_IS) slyho059.ogg WHY YES, THERE IS! You're a genius, Traveller! What didn't we remember that!? Oh... there's a problem though! How are we going to transmit the code? diff --git a/sc2/content/comm/slyland/slyla000.ogg b/sc2/content/comm/slyland/slyla000.ogg new file mode 100644 index 000000000..0ca79de8b Binary files /dev/null and b/sc2/content/comm/slyland/slyla000.ogg differ diff --git a/sc2/content/comm/slyland/slyla001.ogg b/sc2/content/comm/slyland/slyla001.ogg new file mode 100644 index 000000000..97245a6cc Binary files /dev/null and b/sc2/content/comm/slyland/slyla001.ogg differ diff --git a/sc2/content/comm/slyland/slyla002.ogg b/sc2/content/comm/slyland/slyla002.ogg new file mode 100644 index 000000000..4b59470ae Binary files /dev/null and b/sc2/content/comm/slyland/slyla002.ogg differ diff --git a/sc2/content/comm/slyland/slyla003.ogg b/sc2/content/comm/slyland/slyla003.ogg new file mode 100644 index 000000000..309291596 Binary files /dev/null and b/sc2/content/comm/slyland/slyla003.ogg differ diff --git a/sc2/content/comm/slyland/slyla004.ogg b/sc2/content/comm/slyland/slyla004.ogg new file mode 100644 index 000000000..f9fd6a77f Binary files /dev/null and b/sc2/content/comm/slyland/slyla004.ogg differ diff --git a/sc2/content/comm/slyland/slyla005.ogg b/sc2/content/comm/slyland/slyla005.ogg new file mode 100644 index 000000000..ca8e1f004 Binary files /dev/null and b/sc2/content/comm/slyland/slyla005.ogg differ diff --git a/sc2/content/comm/slyland/slyla006.ogg b/sc2/content/comm/slyland/slyla006.ogg new file mode 100644 index 000000000..c70679cfc Binary files /dev/null and b/sc2/content/comm/slyland/slyla006.ogg differ diff --git a/sc2/content/comm/slyland/slyla007.ogg b/sc2/content/comm/slyland/slyla007.ogg new file mode 100644 index 000000000..1fcc0f487 Binary files /dev/null and b/sc2/content/comm/slyland/slyla007.ogg differ diff --git a/sc2/content/comm/slyland/slyla008.ogg b/sc2/content/comm/slyland/slyla008.ogg new file mode 100644 index 000000000..8348d97ea Binary files /dev/null and b/sc2/content/comm/slyland/slyla008.ogg differ diff --git a/sc2/content/comm/slyland/slyla009.ogg b/sc2/content/comm/slyland/slyla009.ogg new file mode 100644 index 000000000..b31670ff8 Binary files /dev/null and b/sc2/content/comm/slyland/slyla009.ogg differ diff --git a/sc2/content/comm/slyland/slyla010.ogg b/sc2/content/comm/slyland/slyla010.ogg new file mode 100644 index 000000000..7db200839 Binary files /dev/null and b/sc2/content/comm/slyland/slyla010.ogg differ diff --git a/sc2/content/comm/slyland/slyla011.ogg b/sc2/content/comm/slyland/slyla011.ogg new file mode 100644 index 000000000..683019469 Binary files /dev/null and b/sc2/content/comm/slyland/slyla011.ogg differ diff --git a/sc2/content/comm/slyland/slyla012.ogg b/sc2/content/comm/slyland/slyla012.ogg new file mode 100644 index 000000000..5d8db0ec4 Binary files /dev/null and b/sc2/content/comm/slyland/slyla012.ogg differ diff --git a/sc2/content/comm/slyland/slyla013.ogg b/sc2/content/comm/slyland/slyla013.ogg new file mode 100644 index 000000000..3cad6a050 Binary files /dev/null and b/sc2/content/comm/slyland/slyla013.ogg differ diff --git a/sc2/content/comm/slyland/slyla014.ogg b/sc2/content/comm/slyland/slyla014.ogg new file mode 100644 index 000000000..2cf32fda6 Binary files /dev/null and b/sc2/content/comm/slyland/slyla014.ogg differ diff --git a/sc2/content/comm/slyland/slyla015.ogg b/sc2/content/comm/slyland/slyla015.ogg new file mode 100644 index 000000000..4c1a6e947 Binary files /dev/null and b/sc2/content/comm/slyland/slyla015.ogg differ diff --git a/sc2/content/comm/slyland/slyla016.ogg b/sc2/content/comm/slyland/slyla016.ogg new file mode 100644 index 000000000..7b5019d84 Binary files /dev/null and b/sc2/content/comm/slyland/slyla016.ogg differ diff --git a/sc2/content/comm/slyland/slyla017.ogg b/sc2/content/comm/slyland/slyla017.ogg new file mode 100644 index 000000000..c0eb158fa Binary files /dev/null and b/sc2/content/comm/slyland/slyla017.ogg differ diff --git a/sc2/content/comm/slyland/slyla018.ogg b/sc2/content/comm/slyland/slyla018.ogg new file mode 100644 index 000000000..ea27882ec Binary files /dev/null and b/sc2/content/comm/slyland/slyla018.ogg differ diff --git a/sc2/content/comm/slyland/slyla019.ogg b/sc2/content/comm/slyland/slyla019.ogg new file mode 100644 index 000000000..df303bb4e Binary files /dev/null and b/sc2/content/comm/slyland/slyla019.ogg differ diff --git a/sc2/content/comm/slyland/slyla020.ogg b/sc2/content/comm/slyland/slyla020.ogg new file mode 100644 index 000000000..fcc812a8a Binary files /dev/null and b/sc2/content/comm/slyland/slyla020.ogg differ diff --git a/sc2/content/comm/slyland/slyla021.ogg b/sc2/content/comm/slyland/slyla021.ogg new file mode 100644 index 000000000..b7b72bb68 Binary files /dev/null and b/sc2/content/comm/slyland/slyla021.ogg differ diff --git a/sc2/content/comm/slyland/slyla022.ogg b/sc2/content/comm/slyland/slyla022.ogg new file mode 100644 index 000000000..d5a17201a Binary files /dev/null and b/sc2/content/comm/slyland/slyla022.ogg differ diff --git a/sc2/content/comm/slyland/slyla023.ogg b/sc2/content/comm/slyland/slyla023.ogg new file mode 100644 index 000000000..b0ae1ebe1 Binary files /dev/null and b/sc2/content/comm/slyland/slyla023.ogg differ diff --git a/sc2/content/comm/slyland/slyla024.ogg b/sc2/content/comm/slyland/slyla024.ogg new file mode 100644 index 000000000..582dc441c Binary files /dev/null and b/sc2/content/comm/slyland/slyla024.ogg differ diff --git a/sc2/content/comm/slyland/slyla025.ogg b/sc2/content/comm/slyland/slyla025.ogg new file mode 100644 index 000000000..de637d80c Binary files /dev/null and b/sc2/content/comm/slyland/slyla025.ogg differ diff --git a/sc2/content/comm/slyland/slyla026.ogg b/sc2/content/comm/slyland/slyla026.ogg new file mode 100644 index 000000000..db5e0cef8 Binary files /dev/null and b/sc2/content/comm/slyland/slyla026.ogg differ diff --git a/sc2/content/comm/slyland/slyla027.ogg b/sc2/content/comm/slyland/slyla027.ogg new file mode 100644 index 000000000..6f116ebd4 Binary files /dev/null and b/sc2/content/comm/slyland/slyla027.ogg differ diff --git a/sc2/content/comm/slyland/slyla028.ogg b/sc2/content/comm/slyland/slyla028.ogg new file mode 100644 index 000000000..37bcb9cef Binary files /dev/null and b/sc2/content/comm/slyland/slyla028.ogg differ diff --git a/sc2/content/comm/slyland/slyla029.ogg b/sc2/content/comm/slyland/slyla029.ogg new file mode 100644 index 000000000..fa5d32ca7 Binary files /dev/null and b/sc2/content/comm/slyland/slyla029.ogg differ diff --git a/sc2/content/comm/slyland/slyland.txt b/sc2/content/comm/slyland/slyland.txt index 68754db99..b2a43f6f5 100755 --- a/sc2/content/comm/slyland/slyland.txt +++ b/sc2/content/comm/slyland/slyland.txt @@ -1,25 +1,25 @@ -#(WE_COME_IN_PEACE_1) slyla000.wav +#(WE_COME_IN_PEACE_1) slyla000.ogg WE COME IN PEACE. -#(WE_COME_IN_PEACE_2) slyla001.wav +#(WE_COME_IN_PEACE_2) slyla001.ogg WE BRING GREETINGS FROM A FRIENDLY SPECIES. -#(WE_COME_IN_PEACE_3) slyla002.wav +#(WE_COME_IN_PEACE_3) slyla002.ogg DO NOT FEAR. WE SHALL NOT HARM YOU. -#(WE_COME_IN_PEACE_4) slyla003.wav +#(WE_COME_IN_PEACE_4) slyla003.ogg THIS IS PROBE 2418-B, ON A PEACEFUL MISSION. -#(WE_COME_IN_PEACE_5) slyla004.wav +#(WE_COME_IN_PEACE_5) slyla004.ogg WE ARE NON-HOSTILE AND SEEK TO ESTABLISH FRIENDLY RELATIONS. -#(WE_COME_IN_PEACE_6) slyla005.wav +#(WE_COME_IN_PEACE_6) slyla005.ogg WE WISH TO LEARN MORE ABOUT YOU. PLEASE TRANSMIT DATA. -#(WE_COME_IN_PEACE_7) slyla006.wav +#(WE_COME_IN_PEACE_7) slyla006.ogg THIS PROBE IS NON-HOSTILE. DO NOT ATTACK. -#(WE_COME_IN_PEACE_8) slyla007.wav +#(WE_COME_IN_PEACE_8) slyla007.ogg WE COME IN PEACE. #(threat_1) @@ -34,16 +34,16 @@ Look here, probe! We have tried to be nice, but you keep shooting at us. So now, #(threat_4) Prepare to be annihilated! -#(PROGRAMMED_TO_DEFEND_1) slyla008.wav +#(PROGRAMMED_TO_DEFEND_1) slyla008.ogg THIS PROBE IS PROGRAMMED TO DEFEND AGAINST HOSTILE BEHAVIOR. -#(PROGRAMMED_TO_DEFEND_2) slyla009.wav +#(PROGRAMMED_TO_DEFEND_2) slyla009.ogg SURVIVAL SUB-SYSTEM ACTIVATED. WEAPONS ENGAGED. -#(PROGRAMMED_TO_DEFEND_3) slyla010.wav +#(PROGRAMMED_TO_DEFEND_3) slyla010.ogg ENACTING THIRD LAW. -#(PROGRAMMED_TO_DEFEND_4) slyla011.wav +#(PROGRAMMED_TO_DEFEND_4) slyla011.ogg DEFENSE SYSTEM HAS BEEN ENGAGED. HOSTILITIES COMMENCE. #(something_wrong_1) @@ -58,18 +58,18 @@ Look, try to understand. We mean you no harm! #(something_wrong_4) I am having a lot of trouble dealing with this. What's your problem? -#(NOMINAL_FUNCTION_1) slyla012.wav +#(NOMINAL_FUNCTION_1) slyla012.ogg REMOTE PROBE PROGRAMMED TO REPLICATE - RECORD DATA - CONTACT ALIEN SPECIES. -#(NOMINAL_FUNCTION_2) slyla013.wav +#(NOMINAL_FUNCTION_2) slyla013.ogg ACCORDING TO INTERNAL MONITORS THERE ARE NO MALFUNCTIONS. -#(NOMINAL_FUNCTION_3) slyla014.wav +#(NOMINAL_FUNCTION_3) slyla014.ogg I WILL INITIATE SYSTEMS CHECK LEVEL FOUR. CHECKING... CHECKING... CHECKING... SYSTEMS CHECK LEVEL FOUR REPORTS FULL FUNCTIONALITY. -#(NOMINAL_FUNCTION_4) slyla015.wav +#(NOMINAL_FUNCTION_4) slyla015.ogg ALL SYSTEMS REPORT NOMINAL FUNCTION. #(we_are_us_1) @@ -84,16 +84,16 @@ Hmmm.. maybe reverse psychology would work. Er... Die alien scum! #(we_are_us_4) In case you don't already know, we are the nice people from Earth who you keep attacking. -#(THIS_IS_PROBE_1) slyla016.wav +#(THIS_IS_PROBE_1) slyla016.ogg THIS IS PROBE 2418-B. WE ARE ON A PEACEFUL MISSION OF EXPLORATION. -#(THIS_IS_PROBE_2) slyla017.wav +#(THIS_IS_PROBE_2) slyla017.ogg THIS IS PROBE 2418-B. WE SEEK TO MAKE FRIENDLY CONTACT WITH ALIEN LIFE FORMS. -#(THIS_IS_PROBE_3) slyla018.wav +#(THIS_IS_PROBE_3) slyla018.ogg THIS IS PROBE 2418-B. WE REPLICATE SO THAT WE MAY EXPAND THE SCOPE OF OUR MISSION. -#(THIS_IS_PROBE_40) slyla019.wav +#(THIS_IS_PROBE_40) slyla019.ogg THIS IS PROBE 2418-B. COORDINATES ARE: #(THIS_IS_PROBE_41) @@ -111,7 +111,7 @@ You misinterpret our intentions. Please do not attack! #(why_attack_4) What's the use? I bet regardless what I say, you'll just attack. -#(PEACEFUL_MISSION_1) slyla020.wav +#(PEACEFUL_MISSION_1) slyla020.ogg MISSION DESCRIPTION FOLLOWS: TRAVERSE SPACE RECORDING DATA SEEK MATERIALS FOR REPLICATION @@ -120,13 +120,13 @@ CONTACT LIFE FORMS IN PEACEFUL MANNER AFTER TEN REPLICATIONS, RETURN TO POINT OF ORIGIN END OF MISSION DESCRIPTION. -#(PEACEFUL_MISSION_2) slyla021.wav +#(PEACEFUL_MISSION_2) slyla021.ogg BEHAVIOR FOLLOWS DICTATED PRIORITIES REPLICATION DATA GATHERING CONTACTING ALIEN LIFE FORMS IN PEACEFUL MANNER. -#(PEACEFUL_MISSION_3) slyla022.wav +#(PEACEFUL_MISSION_3) slyla022.ogg PRESENT REPLICATION STATUS EIGHT REPLICATIONS NEXT REPLICATION 85 PERCENT COMPLETE @@ -137,7 +137,7 @@ ESTIMATED REPLICATIONS PROJECTED ONE YEAR FROM THIS DATE ESTIMATED REPLICATIONS PROJECTED FIVE YEARS FROM THIS DATE 45,786,412 REPLICATIONS. -#(PEACEFUL_MISSION_4) slyla023.wav +#(PEACEFUL_MISSION_4) slyla023.ogg PRIORITIES SET AT POINT OF ORIGIN. BEHAVIOR FOLLOWS DICTATED PRIORITIES @@ -153,23 +153,23 @@ Goodbye and good riddance. #(bye_4) Are you going to let me leave in peace this time? -#(GOODBYE_1) slyla024.wav +#(GOODBYE_1) slyla024.ogg END CONTACT SUB-SEQUENCE. -#(GOODBYE_2) slyla025.wav +#(GOODBYE_2) slyla025.ogg END CONTACT SUB-SEQUENCE. -#(GOODBYE_3) slyla026.wav +#(GOODBYE_3) slyla026.ogg END CONTACT SUB-SEQUENCE. -#(GOODBYE_4) slyla027.wav +#(GOODBYE_4) slyla027.ogg END CONTACT SUB-SEQUENCE. -#(HOSTILE) slyla028.wav +#(HOSTILE) slyla028.ogg PRIORITY OVER-RIDE. NEW BEHAVIOR DICTATED. MUST BREAK TARGET INTO COMPONENT MATERIALS. -#(DESTRUCT_SEQUENCE) slyla029.wav +#(DESTRUCT_SEQUENCE) slyla029.ogg ENGAGING SELF-DESTRUCTION CIRCUITRY. #(destruct_code) diff --git a/sc2/content/comm/spahome/spaho000.ogg b/sc2/content/comm/spahome/spaho000.ogg new file mode 100644 index 000000000..b51dc9613 Binary files /dev/null and b/sc2/content/comm/spahome/spaho000.ogg differ diff --git a/sc2/content/comm/spahome/spaho001.ogg b/sc2/content/comm/spahome/spaho001.ogg new file mode 100644 index 000000000..1f8ed4b4a Binary files /dev/null and b/sc2/content/comm/spahome/spaho001.ogg differ diff --git a/sc2/content/comm/spahome/spaho002.ogg b/sc2/content/comm/spahome/spaho002.ogg new file mode 100644 index 000000000..a6657c9c3 Binary files /dev/null and b/sc2/content/comm/spahome/spaho002.ogg differ diff --git a/sc2/content/comm/spahome/spaho003.ogg b/sc2/content/comm/spahome/spaho003.ogg new file mode 100644 index 000000000..7fd175966 Binary files /dev/null and b/sc2/content/comm/spahome/spaho003.ogg differ diff --git a/sc2/content/comm/spahome/spaho004.ogg b/sc2/content/comm/spahome/spaho004.ogg new file mode 100644 index 000000000..bfc8d1841 Binary files /dev/null and b/sc2/content/comm/spahome/spaho004.ogg differ diff --git a/sc2/content/comm/spahome/spaho005.ogg b/sc2/content/comm/spahome/spaho005.ogg new file mode 100644 index 000000000..a01cce09d Binary files /dev/null and b/sc2/content/comm/spahome/spaho005.ogg differ diff --git a/sc2/content/comm/spahome/spaho006.ogg b/sc2/content/comm/spahome/spaho006.ogg new file mode 100644 index 000000000..37e5f1ca3 Binary files /dev/null and b/sc2/content/comm/spahome/spaho006.ogg differ diff --git a/sc2/content/comm/spahome/spaho007.ogg b/sc2/content/comm/spahome/spaho007.ogg new file mode 100644 index 000000000..fb205b892 Binary files /dev/null and b/sc2/content/comm/spahome/spaho007.ogg differ diff --git a/sc2/content/comm/spahome/spaho008.ogg b/sc2/content/comm/spahome/spaho008.ogg new file mode 100644 index 000000000..12320eb87 Binary files /dev/null and b/sc2/content/comm/spahome/spaho008.ogg differ diff --git a/sc2/content/comm/spahome/spaho009.ogg b/sc2/content/comm/spahome/spaho009.ogg new file mode 100644 index 000000000..8f453d500 Binary files /dev/null and b/sc2/content/comm/spahome/spaho009.ogg differ diff --git a/sc2/content/comm/spahome/spaho010.ogg b/sc2/content/comm/spahome/spaho010.ogg new file mode 100644 index 000000000..ec4c1649f Binary files /dev/null and b/sc2/content/comm/spahome/spaho010.ogg differ diff --git a/sc2/content/comm/spahome/spaho011.ogg b/sc2/content/comm/spahome/spaho011.ogg new file mode 100644 index 000000000..20a5b21fd Binary files /dev/null and b/sc2/content/comm/spahome/spaho011.ogg differ diff --git a/sc2/content/comm/spahome/spaho012.ogg b/sc2/content/comm/spahome/spaho012.ogg new file mode 100644 index 000000000..9181e05ee Binary files /dev/null and b/sc2/content/comm/spahome/spaho012.ogg differ diff --git a/sc2/content/comm/spahome/spaho013.ogg b/sc2/content/comm/spahome/spaho013.ogg new file mode 100644 index 000000000..dd6f49d4c Binary files /dev/null and b/sc2/content/comm/spahome/spaho013.ogg differ diff --git a/sc2/content/comm/spahome/spaho014.ogg b/sc2/content/comm/spahome/spaho014.ogg new file mode 100644 index 000000000..d12d4be14 Binary files /dev/null and b/sc2/content/comm/spahome/spaho014.ogg differ diff --git a/sc2/content/comm/spahome/spaho015.ogg b/sc2/content/comm/spahome/spaho015.ogg new file mode 100644 index 000000000..f5446b7cf Binary files /dev/null and b/sc2/content/comm/spahome/spaho015.ogg differ diff --git a/sc2/content/comm/spahome/spaho016.ogg b/sc2/content/comm/spahome/spaho016.ogg new file mode 100644 index 000000000..cf9edd60e Binary files /dev/null and b/sc2/content/comm/spahome/spaho016.ogg differ diff --git a/sc2/content/comm/spahome/spaho017.ogg b/sc2/content/comm/spahome/spaho017.ogg new file mode 100644 index 000000000..2c083cd4c Binary files /dev/null and b/sc2/content/comm/spahome/spaho017.ogg differ diff --git a/sc2/content/comm/spahome/spaho018.ogg b/sc2/content/comm/spahome/spaho018.ogg new file mode 100644 index 000000000..3aace9619 Binary files /dev/null and b/sc2/content/comm/spahome/spaho018.ogg differ diff --git a/sc2/content/comm/spahome/spaho019.ogg b/sc2/content/comm/spahome/spaho019.ogg new file mode 100644 index 000000000..642902c27 Binary files /dev/null and b/sc2/content/comm/spahome/spaho019.ogg differ diff --git a/sc2/content/comm/spahome/spaho020.ogg b/sc2/content/comm/spahome/spaho020.ogg new file mode 100644 index 000000000..a24a9291e Binary files /dev/null and b/sc2/content/comm/spahome/spaho020.ogg differ diff --git a/sc2/content/comm/spahome/spaho021.ogg b/sc2/content/comm/spahome/spaho021.ogg new file mode 100644 index 000000000..c1b9eb418 Binary files /dev/null and b/sc2/content/comm/spahome/spaho021.ogg differ diff --git a/sc2/content/comm/spahome/spaho022.ogg b/sc2/content/comm/spahome/spaho022.ogg new file mode 100644 index 000000000..da34fc7bc Binary files /dev/null and b/sc2/content/comm/spahome/spaho022.ogg differ diff --git a/sc2/content/comm/spahome/spaho023.ogg b/sc2/content/comm/spahome/spaho023.ogg new file mode 100644 index 000000000..3d789e653 Binary files /dev/null and b/sc2/content/comm/spahome/spaho023.ogg differ diff --git a/sc2/content/comm/spahome/spaho024.ogg b/sc2/content/comm/spahome/spaho024.ogg new file mode 100644 index 000000000..8144f2a96 Binary files /dev/null and b/sc2/content/comm/spahome/spaho024.ogg differ diff --git a/sc2/content/comm/spahome/spaho025.ogg b/sc2/content/comm/spahome/spaho025.ogg new file mode 100644 index 000000000..6f4a9a408 Binary files /dev/null and b/sc2/content/comm/spahome/spaho025.ogg differ diff --git a/sc2/content/comm/spahome/spaho026.ogg b/sc2/content/comm/spahome/spaho026.ogg new file mode 100644 index 000000000..83fa77d3f Binary files /dev/null and b/sc2/content/comm/spahome/spaho026.ogg differ diff --git a/sc2/content/comm/spahome/spaho027.ogg b/sc2/content/comm/spahome/spaho027.ogg new file mode 100644 index 000000000..eda1a23fe Binary files /dev/null and b/sc2/content/comm/spahome/spaho027.ogg differ diff --git a/sc2/content/comm/spahome/spaho028.ogg b/sc2/content/comm/spahome/spaho028.ogg new file mode 100644 index 000000000..dd2318cd8 Binary files /dev/null and b/sc2/content/comm/spahome/spaho028.ogg differ diff --git a/sc2/content/comm/spahome/spaho029.ogg b/sc2/content/comm/spahome/spaho029.ogg new file mode 100644 index 000000000..0a8b97be6 Binary files /dev/null and b/sc2/content/comm/spahome/spaho029.ogg differ diff --git a/sc2/content/comm/spahome/spaho030.ogg b/sc2/content/comm/spahome/spaho030.ogg new file mode 100644 index 000000000..66eb618f0 Binary files /dev/null and b/sc2/content/comm/spahome/spaho030.ogg differ diff --git a/sc2/content/comm/spahome/spaho031.ogg b/sc2/content/comm/spahome/spaho031.ogg new file mode 100644 index 000000000..f3adb79ef Binary files /dev/null and b/sc2/content/comm/spahome/spaho031.ogg differ diff --git a/sc2/content/comm/spahome/spaho032.ogg b/sc2/content/comm/spahome/spaho032.ogg new file mode 100644 index 000000000..b7b3f0293 Binary files /dev/null and b/sc2/content/comm/spahome/spaho032.ogg differ diff --git a/sc2/content/comm/spahome/spaho033.ogg b/sc2/content/comm/spahome/spaho033.ogg new file mode 100644 index 000000000..6b1096fb7 Binary files /dev/null and b/sc2/content/comm/spahome/spaho033.ogg differ diff --git a/sc2/content/comm/spahome/spaho034.ogg b/sc2/content/comm/spahome/spaho034.ogg new file mode 100644 index 000000000..9d1d644fd Binary files /dev/null and b/sc2/content/comm/spahome/spaho034.ogg differ diff --git a/sc2/content/comm/spahome/spaho035.ogg b/sc2/content/comm/spahome/spaho035.ogg new file mode 100644 index 000000000..2cdc798ef Binary files /dev/null and b/sc2/content/comm/spahome/spaho035.ogg differ diff --git a/sc2/content/comm/spahome/spaho036.ogg b/sc2/content/comm/spahome/spaho036.ogg new file mode 100644 index 000000000..e66b34eaa Binary files /dev/null and b/sc2/content/comm/spahome/spaho036.ogg differ diff --git a/sc2/content/comm/spahome/spaho037.ogg b/sc2/content/comm/spahome/spaho037.ogg new file mode 100644 index 000000000..086869281 Binary files /dev/null and b/sc2/content/comm/spahome/spaho037.ogg differ diff --git a/sc2/content/comm/spahome/spaho038.ogg b/sc2/content/comm/spahome/spaho038.ogg new file mode 100644 index 000000000..d33cd6465 Binary files /dev/null and b/sc2/content/comm/spahome/spaho038.ogg differ diff --git a/sc2/content/comm/spahome/spaho039.ogg b/sc2/content/comm/spahome/spaho039.ogg new file mode 100644 index 000000000..2cb7feef7 Binary files /dev/null and b/sc2/content/comm/spahome/spaho039.ogg differ diff --git a/sc2/content/comm/spahome/spaho040.ogg b/sc2/content/comm/spahome/spaho040.ogg new file mode 100644 index 000000000..63a30c489 Binary files /dev/null and b/sc2/content/comm/spahome/spaho040.ogg differ diff --git a/sc2/content/comm/spahome/spaho041.ogg b/sc2/content/comm/spahome/spaho041.ogg new file mode 100644 index 000000000..1132915fd Binary files /dev/null and b/sc2/content/comm/spahome/spaho041.ogg differ diff --git a/sc2/content/comm/spahome/spaho042.ogg b/sc2/content/comm/spahome/spaho042.ogg new file mode 100644 index 000000000..c37e561f7 Binary files /dev/null and b/sc2/content/comm/spahome/spaho042.ogg differ diff --git a/sc2/content/comm/spahome/spaho043.ogg b/sc2/content/comm/spahome/spaho043.ogg new file mode 100644 index 000000000..a27917e23 Binary files /dev/null and b/sc2/content/comm/spahome/spaho043.ogg differ diff --git a/sc2/content/comm/spahome/spaho044.ogg b/sc2/content/comm/spahome/spaho044.ogg new file mode 100644 index 000000000..72a583b70 Binary files /dev/null and b/sc2/content/comm/spahome/spaho044.ogg differ diff --git a/sc2/content/comm/spahome/spaho045.ogg b/sc2/content/comm/spahome/spaho045.ogg new file mode 100644 index 000000000..b33721455 Binary files /dev/null and b/sc2/content/comm/spahome/spaho045.ogg differ diff --git a/sc2/content/comm/spahome/spaho046.ogg b/sc2/content/comm/spahome/spaho046.ogg new file mode 100644 index 000000000..4960a0023 Binary files /dev/null and b/sc2/content/comm/spahome/spaho046.ogg differ diff --git a/sc2/content/comm/spahome/spaho047.ogg b/sc2/content/comm/spahome/spaho047.ogg new file mode 100644 index 000000000..0ec8ea6be Binary files /dev/null and b/sc2/content/comm/spahome/spaho047.ogg differ diff --git a/sc2/content/comm/spahome/spaho048.ogg b/sc2/content/comm/spahome/spaho048.ogg new file mode 100644 index 000000000..3c0713709 Binary files /dev/null and b/sc2/content/comm/spahome/spaho048.ogg differ diff --git a/sc2/content/comm/spahome/spaho049.ogg b/sc2/content/comm/spahome/spaho049.ogg new file mode 100644 index 000000000..950f05d13 Binary files /dev/null and b/sc2/content/comm/spahome/spaho049.ogg differ diff --git a/sc2/content/comm/spahome/spaho050.ogg b/sc2/content/comm/spahome/spaho050.ogg new file mode 100644 index 000000000..a24b775da Binary files /dev/null and b/sc2/content/comm/spahome/spaho050.ogg differ diff --git a/sc2/content/comm/spahome/spaho051.ogg b/sc2/content/comm/spahome/spaho051.ogg new file mode 100644 index 000000000..beaf1b8ba Binary files /dev/null and b/sc2/content/comm/spahome/spaho051.ogg differ diff --git a/sc2/content/comm/spahome/spaho052.ogg b/sc2/content/comm/spahome/spaho052.ogg new file mode 100644 index 000000000..dcd516685 Binary files /dev/null and b/sc2/content/comm/spahome/spaho052.ogg differ diff --git a/sc2/content/comm/spahome/spaho053.ogg b/sc2/content/comm/spahome/spaho053.ogg new file mode 100644 index 000000000..e7de11d90 Binary files /dev/null and b/sc2/content/comm/spahome/spaho053.ogg differ diff --git a/sc2/content/comm/spahome/spaho054.ogg b/sc2/content/comm/spahome/spaho054.ogg new file mode 100644 index 000000000..bea49e8fb Binary files /dev/null and b/sc2/content/comm/spahome/spaho054.ogg differ diff --git a/sc2/content/comm/spahome/spaho055.ogg b/sc2/content/comm/spahome/spaho055.ogg new file mode 100644 index 000000000..d59d3a111 Binary files /dev/null and b/sc2/content/comm/spahome/spaho055.ogg differ diff --git a/sc2/content/comm/spahome/spaho056.ogg b/sc2/content/comm/spahome/spaho056.ogg new file mode 100644 index 000000000..b808c82cd Binary files /dev/null and b/sc2/content/comm/spahome/spaho056.ogg differ diff --git a/sc2/content/comm/spahome/spaho057.ogg b/sc2/content/comm/spahome/spaho057.ogg new file mode 100644 index 000000000..52d96a89c Binary files /dev/null and b/sc2/content/comm/spahome/spaho057.ogg differ diff --git a/sc2/content/comm/spahome/spaho058.ogg b/sc2/content/comm/spahome/spaho058.ogg new file mode 100644 index 000000000..9051ae99b Binary files /dev/null and b/sc2/content/comm/spahome/spaho058.ogg differ diff --git a/sc2/content/comm/spahome/spaho059.ogg b/sc2/content/comm/spahome/spaho059.ogg new file mode 100644 index 000000000..e0b1210a0 Binary files /dev/null and b/sc2/content/comm/spahome/spaho059.ogg differ diff --git a/sc2/content/comm/spahome/spaho060.ogg b/sc2/content/comm/spahome/spaho060.ogg new file mode 100644 index 000000000..fecf2cd66 Binary files /dev/null and b/sc2/content/comm/spahome/spaho060.ogg differ diff --git a/sc2/content/comm/spahome/spaho061.ogg b/sc2/content/comm/spahome/spaho061.ogg new file mode 100644 index 000000000..4edf1c8f9 Binary files /dev/null and b/sc2/content/comm/spahome/spaho061.ogg differ diff --git a/sc2/content/comm/spahome/spaho062.ogg b/sc2/content/comm/spahome/spaho062.ogg new file mode 100644 index 000000000..d03e75560 Binary files /dev/null and b/sc2/content/comm/spahome/spaho062.ogg differ diff --git a/sc2/content/comm/spahome/spaho063.ogg b/sc2/content/comm/spahome/spaho063.ogg new file mode 100644 index 000000000..b22224743 Binary files /dev/null and b/sc2/content/comm/spahome/spaho063.ogg differ diff --git a/sc2/content/comm/spahome/spaho064.ogg b/sc2/content/comm/spahome/spaho064.ogg new file mode 100644 index 000000000..9e7591b08 Binary files /dev/null and b/sc2/content/comm/spahome/spaho064.ogg differ diff --git a/sc2/content/comm/spahome/spaho065.ogg b/sc2/content/comm/spahome/spaho065.ogg new file mode 100644 index 000000000..2c24c6c9b Binary files /dev/null and b/sc2/content/comm/spahome/spaho065.ogg differ diff --git a/sc2/content/comm/spahome/spaho066.ogg b/sc2/content/comm/spahome/spaho066.ogg new file mode 100644 index 000000000..14ab60bb5 Binary files /dev/null and b/sc2/content/comm/spahome/spaho066.ogg differ diff --git a/sc2/content/comm/spahome/spaho067.ogg b/sc2/content/comm/spahome/spaho067.ogg new file mode 100644 index 000000000..9c7530e64 Binary files /dev/null and b/sc2/content/comm/spahome/spaho067.ogg differ diff --git a/sc2/content/comm/spahome/spaho068.ogg b/sc2/content/comm/spahome/spaho068.ogg new file mode 100644 index 000000000..6e4eb9c81 Binary files /dev/null and b/sc2/content/comm/spahome/spaho068.ogg differ diff --git a/sc2/content/comm/spahome/spaho069.ogg b/sc2/content/comm/spahome/spaho069.ogg new file mode 100644 index 000000000..19aa49ae0 Binary files /dev/null and b/sc2/content/comm/spahome/spaho069.ogg differ diff --git a/sc2/content/comm/spahome/spaho070.ogg b/sc2/content/comm/spahome/spaho070.ogg new file mode 100644 index 000000000..26b5cba5c Binary files /dev/null and b/sc2/content/comm/spahome/spaho070.ogg differ diff --git a/sc2/content/comm/spahome/spaho071.ogg b/sc2/content/comm/spahome/spaho071.ogg new file mode 100644 index 000000000..7ae8361fc Binary files /dev/null and b/sc2/content/comm/spahome/spaho071.ogg differ diff --git a/sc2/content/comm/spahome/spaho072.ogg b/sc2/content/comm/spahome/spaho072.ogg new file mode 100644 index 000000000..fa14de38d Binary files /dev/null and b/sc2/content/comm/spahome/spaho072.ogg differ diff --git a/sc2/content/comm/spahome/spaho073.ogg b/sc2/content/comm/spahome/spaho073.ogg new file mode 100644 index 000000000..1ea46c582 Binary files /dev/null and b/sc2/content/comm/spahome/spaho073.ogg differ diff --git a/sc2/content/comm/spahome/spaho074.ogg b/sc2/content/comm/spahome/spaho074.ogg new file mode 100644 index 000000000..cba4691f7 Binary files /dev/null and b/sc2/content/comm/spahome/spaho074.ogg differ diff --git a/sc2/content/comm/spahome/spaho075.ogg b/sc2/content/comm/spahome/spaho075.ogg new file mode 100644 index 000000000..6bbb7839c Binary files /dev/null and b/sc2/content/comm/spahome/spaho075.ogg differ diff --git a/sc2/content/comm/spahome/spaho076.ogg b/sc2/content/comm/spahome/spaho076.ogg new file mode 100644 index 000000000..fe2e27423 Binary files /dev/null and b/sc2/content/comm/spahome/spaho076.ogg differ diff --git a/sc2/content/comm/spahome/spaho077.ogg b/sc2/content/comm/spahome/spaho077.ogg new file mode 100644 index 000000000..b18cc888b Binary files /dev/null and b/sc2/content/comm/spahome/spaho077.ogg differ diff --git a/sc2/content/comm/spahome/spaho078.ogg b/sc2/content/comm/spahome/spaho078.ogg new file mode 100644 index 000000000..a8f335c41 Binary files /dev/null and b/sc2/content/comm/spahome/spaho078.ogg differ diff --git a/sc2/content/comm/spahome/spaho079.ogg b/sc2/content/comm/spahome/spaho079.ogg new file mode 100644 index 000000000..4dbe29684 Binary files /dev/null and b/sc2/content/comm/spahome/spaho079.ogg differ diff --git a/sc2/content/comm/spahome/spahome.txt b/sc2/content/comm/spahome/spahome.txt index eb9f66573..29ff3e129 100755 --- a/sc2/content/comm/spahome/spahome.txt +++ b/sc2/content/comm/spahome/spahome.txt @@ -1,13 +1,13 @@ #(killed_fwiffo) I am afraid Fwiffo is no longer with the living. -#(POOR_FWIFFO) spaho000.wav +#(POOR_FWIFFO) spaho000.ogg Somehow, Captain, we are not surprised. #(fwiffo_fine) What Fwiffo? Oh, he's fine, just great. Really! Doing swell. -#(NOT_LIKELY) spaho001.wav +#(NOT_LIKELY) spaho001.ogg Well then, surely you would have no trouble letting Fwiffo approach the viewscreen for a little chat would you, Captain? We thought not. @@ -15,44 +15,44 @@ We thought not. #(we_attack_again) Our new course of action involves combat. -#(WE_FIGHT_AGAIN) spaho002.wav +#(WE_FIGHT_AGAIN) spaho002.ogg New? New!? This is not a new thing. Your violent ways are, as they say in your language, as old as the hats. #(bye_no_ally_offer) We must go, but we shall return soon. -#(GOODBYE_NO_ALLY_OFFER) spaho003.wav +#(GOODBYE_NO_ALLY_OFFER) spaho003.ogg Please don't hurry on our account. #(bye_angry_spathi) I can tell you are upset, and so we shall leave. -#(GOODBYE_ANGRY_SPATHI) spaho004.wav +#(GOODBYE_ANGRY_SPATHI) spaho004.ogg Suddenly we grow less upset. #(why_dont_you_do_it) Why don't you do it? -#(WE_WONT_BECAUSE) spaho005.wav +#(WE_WONT_BECAUSE) spaho005.ogg Two reasons. Firstly, we have an unreasoning fear that the Evil Ones will devour us all painfully. Secondly, in the rare cases where we have overcome our fear, and ventured to Spathiwa's surface the Spathi who landed were all devoured painfully. -#(MEAN_GUYS_RETURN) spaho006.wav +#(MEAN_GUYS_RETURN) spaho006.ogg Look, look everyone! It's the violent creature from Earth. I wonder how many of our encrustlings it wants to devour today? #(we_apologize) We regret our past deeds, so why dwell on the past? Let's look forward to a bright new future, together! -#(DONT_BELIEVE) spaho007.wav +#(DONT_BELIEVE) spaho007.ogg I am probably just an old stick-in-the-mud, Captain, but I just can't let go of the idea that this is all part of some devious trick of yours to torture and kill my species. An unreasonable fear? No doubt. -#(HELLO_AGAIN) spaho008.wav +#(HELLO_AGAIN) spaho008.ogg We did not expect to see you again so soon, Hunam! Our prognosticators had indicated that you would not return for at least 30 years and now I fear, they will lose their tenure as a consequence. @@ -60,15 +60,15 @@ How sad. I expect each had thousands of encrustlings to feed who will now go hun Here's an idea! Leave now and do not return until the appointed time. This premature visit shall remain our little secret, eh? -#(HATE_YOU_FOREVER) spaho009.wav +#(HATE_YOU_FOREVER) spaho009.ogg We, the High Ruling Council of Spathiwa have just passed a new law. Your continued existence is now a crime! With the authority of justice, we attack! -#(WHAT_IS_PASSWORD) spaho010.wav +#(WHAT_IS_PASSWORD) spaho010.ogg What is the Secret Cypher? -#(WHAT_IS_PASSWORD_AGAIN) spaho011.wav +#(WHAT_IS_PASSWORD_AGAIN) spaho011.ogg We'll give you just one more chance. What is the Cypher? @@ -97,13 +97,13 @@ Screw this Cypher business -- can't we just talk? #(good_password) Huffi-Muffi-Guffi. -#(WRONG_PASSWORD) spaho012.wav +#(WRONG_PASSWORD) spaho012.ogg You do not know the Secret Cypher! Therefore, you must be an evil, dangerous alien invader intent on killing all of us in some horrible fashion! We have every right to prevent this. -#(NO_PASSWORD) spaho013.wav +#(NO_PASSWORD) spaho013.ogg You have tried to trick us with a clever deception however, we are ever wary and have uncovered your evil scheme! While we abhor violence, we have found that under circumstances like this @@ -113,10 +113,10 @@ Like so. #(what_do_i_get) Once I've given you the Cypher, what do I get? -#(YOU_GET_TO_LIVE) spaho014.wav +#(YOU_GET_TO_LIVE) spaho014.ogg You get to live a bit longer. -#(YES_GOOD_PASSWORD) spaho015.wav +#(YES_GOOD_PASSWORD) spaho015.ogg We are The Safe Ones -- the Spathi High Council. You have given us the correct Cypher and so you will not be destroyed immediately. Now, if you please, tell us how you acquired our most Secret Spathi Cypher @@ -126,14 +126,14 @@ even when threatened with considerable pain. #(spathi_on_pluto) We met a Spathi on Pluto... uh, we became good friends! -#(WHERE_SPATHI) spaho016.wav +#(WHERE_SPATHI) spaho016.ogg And just where is this Spathi `friend' now? Never mind -- the answer is all too obvious in your tiny, dry eyes. #(hostage) We have Fwiffo on board. He can vouch for our good intentions! -#(GUN_TO_HEAD) spaho017.wav +#(GUN_TO_HEAD) spaho017.ogg If you held a weapon to Fwiffo's head, he would say anything you wanted him to say. In fact, if you held a vegetable to his head he would probably say anything you wanted him to say. @@ -141,10 +141,10 @@ he would probably say anything you wanted him to say. #(we_come_in_peace) We come in peace, and with good will. -#(OF_COURSE) spaho018.wav +#(OF_COURSE) spaho018.ogg No doubt. -#(KILLED_SPATHI) spaho019.wav +#(KILLED_SPATHI) spaho019.ogg No, you _arrived_ in peace. You _came_ in a somewhat more violent manner as indicated by this report from the Spathi patrol vessel you attacked. @@ -152,9 +152,9 @@ as indicated by this report from the Spathi patrol vessel you attacked. #(misunderstanding) Uh, that was just kind of a misunderstanding. -#(JUST_MISUNDERSTANDING0) spaho020.wav +#(JUST_MISUNDERSTANDING0) spaho020.ogg Of course Captain -#(JUST_MISUNDERSTANDING1) spaho021.wav +#(JUST_MISUNDERSTANDING1) spaho021.ogg , we realize that misunderstandings happen... occasionally. Let us just hope that no similar `misunderstanding' causes us to open fire on you with our planetary defense batteries. @@ -162,20 +162,20 @@ with our planetary defense batteries. #(give_us_resources) As a gesture of good will, could you spare some mineral resources? -#(NO_RESOURCES) spaho022.wav +#(NO_RESOURCES) spaho022.ogg No. #(resources_please) Now that our alliance is firmly established, could you please transport large quantities of valuable minerals to our ship? -#(SORRY_NO_RESOURCES) spaho023.wav +#(SORRY_NO_RESOURCES) spaho023.ogg No. #(bye_ally) Goodbye Council members. -#(GOODBYE_ALLY) spaho024.wav +#(GOODBYE_ALLY) spaho024.ogg Goodbye hunam. #(what_about_hierarchy) @@ -196,10 +196,10 @@ Do you have any information on the Precursors? #(enough_info) That's enough info for now. -#(OK_ENOUGH_INFO) spaho025.wav +#(OK_ENOUGH_INFO) spaho025.ogg Good. I don't feel much like talking about that anyway. -#(ABOUT_HIERARCHY) spaho026.wav +#(ABOUT_HIERARCHY) spaho026.ogg Since we never wanted to be in the Hierarchy, and we're afraid of all the other members our knowledge on this subject is a bit limited, but I'll tell you what I know. The Hierarchy is the construct of the Ur-Quan. It exists to maintain their supreme authority @@ -214,7 +214,7 @@ and the mysterious Mycon, who ramble endlessly about people, places and events f as though they happened just today. If there are other Hierarchy races, we are not aware of them. -#(ABOUT_HISTORY) spaho027.wav +#(ABOUT_HISTORY) spaho027.ogg Before the Evil Ones appeared, we Spathi were a simple folk we were content with our calm lives, our rude huts and our coarse-woven turtle-neck sweaters. @@ -227,7 +227,7 @@ It was as though they had arrived suddenly on the surface of our planet transported there by some unknown agency... but that is nonsense who could be so cruel?! -#(ABOUT_ALLIANCE) spaho028.wav +#(ABOUT_ALLIANCE) spaho028.ogg You mean the one we helped demolish? That one? Well, we had some contact with Alliance members before the Ur-Quan showed up. Mostly with the Chenjesu, who stopped off here occasionally @@ -239,7 +239,7 @@ which we considered within our sphere of influence. When we explained this to the Mmrnmhrm, they politely withdrew from the contested star system and never bothered us again. -#(ABOUT_OTHER) spaho029.wav +#(ABOUT_OTHER) spaho029.ogg Since we tend to stay close to home -- preferably in the living room we know little about other races beyond our neighbors, such as the Umgah. Before being subjugated by the Ur-Quan, the Umgah were a contented and peaceable race @@ -251,7 +251,7 @@ declaring the arrival of the 'Grand Master Planet Eaters' or some such nonsense. This caused several alien cultures to go mad with panic including, you might be surprised to know, ourselves. -#(ABOUT_PRECURSORS) spaho030.wav +#(ABOUT_PRECURSORS) spaho030.ogg Like all other races, we have found evidence of the Precursors scattered throughout our space. Our belief is that the Precursors are not really gone, they simply came to their senses one day and used their superior technology to invent some kind of perfect invisibility shield @@ -265,7 +265,7 @@ I suspect that even garbage from the Precursors would be of incredible value. #(little_mistake) Uh... sorry about that little mistake... we _thought_ we had gotten all of those creatures. -#(BIG_MISTAKE) spaho031.wav +#(BIG_MISTAKE) spaho031.ogg That was not a _little_ mistake. A _little_ mistake is leaving the top off the eye cream or forgetting to clean your lid in the morning. Now on the other hand, a _big_ mistake might be, say @@ -276,24 +276,24 @@ That's a _big_ mistake. #(bye_before_party) We shall return after we have completed the quest. -#(QUEST_AGAIN) spaho032.wav +#(QUEST_AGAIN) spaho032.ogg So... the hunam coward has returned. You know, if the Ur-Quan discover we have been fraternizing with you we're going to be in serious trouble. Perhaps it would be better if you just leave. Unless you're here to accept the quest, that is. -#(GOODBYE_BEFORE_PARTY) spaho033.wav +#(GOODBYE_BEFORE_PARTY) spaho033.ogg Unless you are killed and eaten, which is fairly likely. -#(GOOD_START) spaho034.wav +#(GOOD_START) spaho034.ogg You have made a good start and are to be commended. Now go finish the job. #(something_fishy) Hey, are you up to something fishy? -#(NOTHING_FISHY) spaho035.wav +#(NOTHING_FISHY) spaho035.ogg Fishy! Fishy? What is this fishy? No, nothing fishy here -- totally fishless. There, now that that's resolved @@ -302,34 +302,34 @@ is there anything else you would like to talk about, Captain? #(surrender) We demand an immediate surrender! -#(NO_SURRENDER) spaho036.wav +#(NO_SURRENDER) spaho036.ogg I'm sorry, I must have an embarrassing waxy build-up in my hearing hole. What did you say? #(surrender_or_die) If you won't surrender, we must destroy you. -#(DEFEND_OURSELVES) spaho037.wav +#(DEFEND_OURSELVES) spaho037.ogg There ARE other options you know, but if you insist... #(hand_in_friendship) We offer our hand in friendship. Join us and our many allies. -#(TOO_AFRAID) spaho038.wav +#(TOO_AFRAID) spaho038.ogg We are too afraid of the Ur-Quan to consider such an alliance. They would most certainly punish us with extreme tortures. #(stronger) We're stronger than the Ur-Quan. You're better off with us. -#(YOURE_NOT) spaho039.wav +#(YOURE_NOT) spaho039.ogg Hello! Hello! Awaken from your dreamy state Hunam! Now is the time for realism, not wild fancy! #(yes_we_are) Yes we ARE strong enough! Look at our Precursor vessel. Is it not unique? -#(NO_YOURE_NOT) spaho040.wav +#(NO_YOURE_NOT) spaho040.ogg Yes, your vessel is unique, and here is the crux of the problem. A `Unique', meaning singular, starship is not equal to the task of destroying the entire Ur-Quan armada. If you had, say, ten thousand similar starships, we could take your boasts more seriously. @@ -337,7 +337,7 @@ If you had, say, ten thousand similar starships, we could take your boasts more #(how_prove) Look, what do I have to do to prove this to you - destroy your entire star fleet? -#(BETTER_IDEA) spaho041.wav +#(BETTER_IDEA) spaho041.ogg Well, that would probably work but I have a better idea -- a test one of those questy kind of things. @@ -345,24 +345,24 @@ one of those questy kind of things. #(share_info) Would you be willing to share some information with us? -#(NO_INFO) spaho042.wav +#(NO_INFO) spaho042.ogg No. -#(WE_UNDERSTAND) spaho043.wav +#(WE_UNDERSTAND) spaho043.ogg We understand. That's why we live on this inhospitable moon, instead of our nice, warm home planet. #(prove_strength) Ok, to prove our strength and bravery we will perform this test without even knowing what it is! -#(YOUR_BEHAVIOR) spaho044.wav +#(YOUR_BEHAVIOR) spaho044.ogg Your behavior makes clear the very slight distinction between bravery and suicidal stupidity. #(what_test) Well, what kind of test do you have in mind? -#(BEFORE_ACCEPT) spaho045.wav +#(BEFORE_ACCEPT) spaho045.ogg Let us explain the sad history of our species. Once upon a time, many thousands of years ago we inhabited the warm, safe surface of our home planet, Spathiwa. @@ -381,13 +381,13 @@ but none of our innovations was a match for the Evil Ones' natural cunning and f Finally, with no other option available, we fled our world and took up residence here on our own moon where we have resided, most uncomfortably, for the last three hundred years. -#(WIPE_EVIL) spaho046.wav +#(WIPE_EVIL) spaho046.ogg You must wipe the Evil Ones from the face of Spathiwa! #(think_more) Gee, I'd like to think about this some more before making any commitments. -#(COWARD) spaho047.wav +#(COWARD) spaho047.ogg Don't feel bad about being a coward. It's natural. #(tell_evil) @@ -396,7 +396,7 @@ Tell me more about these Evil Ones. #(i_accept) Ok, I accept! Start packing your bags, eyeball dudes, you'll be home in no time. -#(AWAIT_RETURN) spaho048.wav +#(AWAIT_RETURN) spaho048.ogg We will await your return with great anticipation. Simultaneously, we will prepare a short, poignant eulogy to mourn your demise. @@ -406,18 +406,18 @@ Can we talk about that test again? #(already_got_them) What a coincidence! It's your lucky day -- we just eliminated all of those guys! -#(EARLY_BIRD_CHECK) spaho049.wav +#(EARLY_BIRD_CHECK) spaho049.ogg What?! Can this be a true fact and not a false lie? We will send an exploration team to investigate your claim. If what you have said is true, we shall be forever... er substantially in debt to you for a long, though unspecified, period of time. Goodbye. -#(NOT_SURPRISED) spaho050.wav +#(NOT_SURPRISED) spaho050.ogg I'm not surprised. We certainly won't go there. Why should you be any less craven than ourselves? -#(TEST_AGAIN) spaho051.wav +#(TEST_AGAIN) spaho051.ogg You must wipe the Evil Ones from the face of Spathiwa!\n They are creatures from the darkest pits of hell whose relentless passion for our fleshy parts @@ -427,10 +427,10 @@ and take up unhappy residence on this cold, airless moon. #(too_dangerous) Nah, this sounds too dangerous. -#(WE_AGREE) spaho052.wav +#(WE_AGREE) spaho052.ogg You're right. It is. Don't even consider reconsidering. -#(HOW_GO_EFFORTS) spaho053.wav +#(HOW_GO_EFFORTS) spaho053.ogg How go your foolishly courageous and noble efforts to rid the Evil Ones from our beloved Spathiwa? #(killed_them_all_1) @@ -439,13 +439,13 @@ Although we lost many crew, we have eliminated the scourge. #(killed_them_all_2) We killed them all, yup we sure did. -#(WILL_CHECK_1) spaho054.wav +#(WILL_CHECK_1) spaho054.ogg This is wonderful -- too good to be true! We will immediately begin transporting Spathi from this unpleasant moon down to the safe surface. We shall send encrustlings and the infirm elderly first, as a special honor!\n Please come back later to receive your accolades. -#(WILL_CHECK_2) spaho055.wav +#(WILL_CHECK_2) spaho055.ogg Fool me once, shame on you. Fool me twice, shame on...er even MORE shame on you! @@ -455,10 +455,10 @@ but I suppose we'll check again. #(zapped_a_few) Well, we zapped a few of them, but some got away. -#(RETURN_COMPLETE) spaho056.wav +#(RETURN_COMPLETE) spaho056.ogg Return when you have completed the job. -#(MUST_DESTROY_ALL) spaho057.wav +#(MUST_DESTROY_ALL) spaho057.ogg You must destroy them all, and swiftly! They breed like Shofixti, and will replenish their numbers in days. @@ -468,12 +468,12 @@ Well to be honest, we haven't even landed there yet. #(saw_creatures) We landed and saw the creatures but left right away. -#(YOU_FORTUNATE) spaho058.wav +#(YOU_FORTUNATE) spaho058.ogg You are fortunate to have survived but to complete the quest, and earn our friendship you must annihilate them all! -#(YOU_LIED_1) spaho059.wav +#(YOU_LIED_1) spaho059.ogg You failed us! There were creatures all over! They attacked the unsuspecting Spathi the second our ships unloaded and took off. @@ -482,7 +482,7 @@ We can only conclude, that in your eagerness to return us to our world you neglected to eliminate ALL the Evil Ones from the surface. The job is incomplete until their presence is scoured from the surface of Spathiwa! -#(YOU_LIED_2) spaho060.wav +#(YOU_LIED_2) spaho060.ogg What kind of fools do you take us for? Your lying is pointless. From this day forward we are enemies forever! @@ -496,21 +496,21 @@ No sweat. We'll return later, when you have more time for us. #(bye_from_party_3) Hey, I can understand your excitement, so I'll just come back in a while. -#(GOODBYE_FROM_PARTY) spaho061.wav +#(GOODBYE_FROM_PARTY) spaho061.ogg Goodbye. -#(MUST_PARTY_1) spaho062.wav +#(MUST_PARTY_1) spaho062.ogg Oh joy! Oh happiness! We rejoice and make merry in celebration of our imminent return to our homeworld. You are most heroic and helpful - thank you, thank you, thank you! But now I must return to our festivities. Please feel free to come back any time! -#(MUST_PARTY_2) spaho063.wav +#(MUST_PARTY_2) spaho063.ogg Oh, you're back greeaat. Um... our celebrations are still going on, can you come back later? -#(MUST_PARTY_3) spaho064.wav +#(MUST_PARTY_3) spaho064.ogg Oh, hello Hunam. Your arrival is timed most poorly. You called just when it was my turn at the Ja-ja pole and now I have to wait in line all over again. @@ -519,20 +519,20 @@ Do you think you could return at some point in the future? #(deals_a_deal) Hey! A deal's a deal! What about our alliance? -#(WAIT_A_WHILE) spaho065.wav +#(WAIT_A_WHILE) spaho065.ogg Why don't you just wait a while, until after we are resettled on our homeworld? We can discuss details at that time. #(how_long) How long do you expect this to take? -#(TEN_YEARS) spaho066.wav +#(TEN_YEARS) spaho066.ogg Ten, fifteen years tops. #(reneging) Am I correct in understanding that you refuse to live up to your end of the bargain? -#(ADULT_VIEW) spaho067.wav +#(ADULT_VIEW) spaho067.ogg No, no, no! We are simply taking a more adult, `welcome to the real world' view of this situation. We cannot simply say, `Hurrah!' and form an alliance with you this very moment. @@ -541,7 +541,7 @@ Surely you see that? #(return_beasts) You know, those creatures aren't dead. We have them in suspended animation. How would you like us to return them to the surface? -#(WHAT_RELATIONSHIP) spaho068.wav +#(WHAT_RELATIONSHIP) spaho068.ogg NO!... er,... no... please! (sigh) exactly what kind of relationship were you thinking of? @@ -549,38 +549,38 @@ exactly what kind of relationship were you thinking of? #(minds_and_might) A mutually beneficial alliance of minds and might. -#(HUH) spaho069.wav +#(HUH) spaho069.ogg Huh? #(fellowship) An egalitarian fellowship of sentient lifeforms. -#(WHAT) spaho070.wav +#(WHAT) spaho070.ogg What? #(do_as_we_say) The kind where you do everything EXACTLY as we say. -#(DEPART_FOR_EARTH) spaho071.wav +#(DEPART_FOR_EARTH) spaho071.ogg Oh, ok... we're quite familiar with that arrangement. Very well... I'll bet we will regret this decision later on, but you leave me with no choice. We will comply with your needs. A Spathi delegation will depart immediately for the planet Earth. -#(HELLO_ALLIES_1) spaho072.wav +#(HELLO_ALLIES_1) spaho072.ogg Welcome back to Spathiwa, Captain. We hope the material we provided your starbase engineers was sufficient for your needs. -#(HELLO_ALLIES_2) spaho073.wav +#(HELLO_ALLIES_2) spaho073.ogg What can we, the High Spathi Ruling Council, do for you? -#(HELLO_ALLIES_3) spaho074.wav +#(HELLO_ALLIES_3) spaho074.ogg Hello Captain, what brings you here today? #(whats_up) Have there been any developments of significance? -#(GENERAL_INFO_1) spaho075.wav +#(GENERAL_INFO_1) spaho075.ogg Perhaps Captain. I will explain. We have been investigating the `Caster which we took away from the Umgah after the `Jud the Vug' scandal, 8 years ago. @@ -588,7 +588,7 @@ We have uncovered evidence of something strange going on between the Umgah and t We suspect that the Umgah were using the `Caster to pull off some kind of long-term joke on the Ilwrath but we are unable to glean any more details. -#(GENERAL_INFO_2) spaho076.wav +#(GENERAL_INFO_2) spaho076.ogg Yes, and the news is not good. As you know, Androsynth space borders our own, and while we never really liked the Androsynth it seemed that they weren't out to kill us as everyone else seems to be. @@ -596,7 +596,7 @@ Imagine our shock when we learned that they had been invaded and eaten by those Well actually we don't know if the Orz ate anybody, but we're sure they did something creepy. I sure hope you're not considering an alliance with them, Captain, they are dangerous. -#(GENERAL_INFO_3) spaho077.wav +#(GENERAL_INFO_3) spaho077.ogg I guess we forgot to tell you this a while ago... sorry but we've been so busy lately, working on the shie-- er... preparations for returning to Spathiwa that I'm afraid it just slipped my mind. @@ -620,18 +620,18 @@ At least, we assume so. We can't be really sure, because all of the Spathi on bo were curled tightly in their shellcases, and couldn't hear very well. Maybe if you get the opportunity Captain, you can try to ask the question again. -#(GENERAL_INFO_4) spaho078.wav +#(GENERAL_INFO_4) spaho078.ogg Developments?! What developments!? Whatever are you talking about, Captain? Are you implying we are up to something -- that we have some kind of secret plan!? How wrong you are, Captain! Our feelings are injured by your unwarranted accusation. Apologies would be appropriate at this time. -#(GENERAL_INFO_5) spaho079.wav +#(GENERAL_INFO_5) spaho079.ogg No Captain, no news. #(like_some_info) Would you supply us with certain specific bits of information? -#(WHAT_ABOUT) spaho080.wav +#(WHAT_ABOUT) spaho080.ogg Certainly, about what? diff --git a/sc2/content/comm/spathi/spath000.ogg b/sc2/content/comm/spathi/spath000.ogg new file mode 100644 index 000000000..4cee06d00 Binary files /dev/null and b/sc2/content/comm/spathi/spath000.ogg differ diff --git a/sc2/content/comm/spathi/spath001.ogg b/sc2/content/comm/spathi/spath001.ogg new file mode 100644 index 000000000..7d9a7ab5e Binary files /dev/null and b/sc2/content/comm/spathi/spath001.ogg differ diff --git a/sc2/content/comm/spathi/spath002.ogg b/sc2/content/comm/spathi/spath002.ogg new file mode 100644 index 000000000..0246248f9 Binary files /dev/null and b/sc2/content/comm/spathi/spath002.ogg differ diff --git a/sc2/content/comm/spathi/spath003.ogg b/sc2/content/comm/spathi/spath003.ogg new file mode 100644 index 000000000..bc72ceb0c Binary files /dev/null and b/sc2/content/comm/spathi/spath003.ogg differ diff --git a/sc2/content/comm/spathi/spath004.ogg b/sc2/content/comm/spathi/spath004.ogg new file mode 100644 index 000000000..4ffe2c670 Binary files /dev/null and b/sc2/content/comm/spathi/spath004.ogg differ diff --git a/sc2/content/comm/spathi/spath005.ogg b/sc2/content/comm/spathi/spath005.ogg new file mode 100644 index 000000000..1342006aa Binary files /dev/null and b/sc2/content/comm/spathi/spath005.ogg differ diff --git a/sc2/content/comm/spathi/spath006.ogg b/sc2/content/comm/spathi/spath006.ogg new file mode 100644 index 000000000..e755c55ba Binary files /dev/null and b/sc2/content/comm/spathi/spath006.ogg differ diff --git a/sc2/content/comm/spathi/spath007.ogg b/sc2/content/comm/spathi/spath007.ogg new file mode 100644 index 000000000..dea5dbb4c Binary files /dev/null and b/sc2/content/comm/spathi/spath007.ogg differ diff --git a/sc2/content/comm/spathi/spath008.ogg b/sc2/content/comm/spathi/spath008.ogg new file mode 100644 index 000000000..0addb8387 Binary files /dev/null and b/sc2/content/comm/spathi/spath008.ogg differ diff --git a/sc2/content/comm/spathi/spath009.ogg b/sc2/content/comm/spathi/spath009.ogg new file mode 100644 index 000000000..2a6277f90 Binary files /dev/null and b/sc2/content/comm/spathi/spath009.ogg differ diff --git a/sc2/content/comm/spathi/spath010.ogg b/sc2/content/comm/spathi/spath010.ogg new file mode 100644 index 000000000..a8bf00662 Binary files /dev/null and b/sc2/content/comm/spathi/spath010.ogg differ diff --git a/sc2/content/comm/spathi/spath011.ogg b/sc2/content/comm/spathi/spath011.ogg new file mode 100644 index 000000000..c5c51c11e Binary files /dev/null and b/sc2/content/comm/spathi/spath011.ogg differ diff --git a/sc2/content/comm/spathi/spath012.ogg b/sc2/content/comm/spathi/spath012.ogg new file mode 100644 index 000000000..78157ef89 Binary files /dev/null and b/sc2/content/comm/spathi/spath012.ogg differ diff --git a/sc2/content/comm/spathi/spath013.ogg b/sc2/content/comm/spathi/spath013.ogg new file mode 100644 index 000000000..bc4597657 Binary files /dev/null and b/sc2/content/comm/spathi/spath013.ogg differ diff --git a/sc2/content/comm/spathi/spath014.ogg b/sc2/content/comm/spathi/spath014.ogg new file mode 100644 index 000000000..b4a00620a Binary files /dev/null and b/sc2/content/comm/spathi/spath014.ogg differ diff --git a/sc2/content/comm/spathi/spath015.ogg b/sc2/content/comm/spathi/spath015.ogg new file mode 100644 index 000000000..2f44f70ff Binary files /dev/null and b/sc2/content/comm/spathi/spath015.ogg differ diff --git a/sc2/content/comm/spathi/spath016.ogg b/sc2/content/comm/spathi/spath016.ogg new file mode 100644 index 000000000..7080a3ee2 Binary files /dev/null and b/sc2/content/comm/spathi/spath016.ogg differ diff --git a/sc2/content/comm/spathi/spath017.ogg b/sc2/content/comm/spathi/spath017.ogg new file mode 100644 index 000000000..82898fcb0 Binary files /dev/null and b/sc2/content/comm/spathi/spath017.ogg differ diff --git a/sc2/content/comm/spathi/spath018.ogg b/sc2/content/comm/spathi/spath018.ogg new file mode 100644 index 000000000..98f945871 Binary files /dev/null and b/sc2/content/comm/spathi/spath018.ogg differ diff --git a/sc2/content/comm/spathi/spath019.ogg b/sc2/content/comm/spathi/spath019.ogg new file mode 100644 index 000000000..b6e6ad019 Binary files /dev/null and b/sc2/content/comm/spathi/spath019.ogg differ diff --git a/sc2/content/comm/spathi/spath020.ogg b/sc2/content/comm/spathi/spath020.ogg new file mode 100644 index 000000000..432c9576c Binary files /dev/null and b/sc2/content/comm/spathi/spath020.ogg differ diff --git a/sc2/content/comm/spathi/spath021.ogg b/sc2/content/comm/spathi/spath021.ogg new file mode 100644 index 000000000..57f5d9da0 Binary files /dev/null and b/sc2/content/comm/spathi/spath021.ogg differ diff --git a/sc2/content/comm/spathi/spath022.ogg b/sc2/content/comm/spathi/spath022.ogg new file mode 100644 index 000000000..9603a55be Binary files /dev/null and b/sc2/content/comm/spathi/spath022.ogg differ diff --git a/sc2/content/comm/spathi/spath023.ogg b/sc2/content/comm/spathi/spath023.ogg new file mode 100644 index 000000000..864b23690 Binary files /dev/null and b/sc2/content/comm/spathi/spath023.ogg differ diff --git a/sc2/content/comm/spathi/spath024.ogg b/sc2/content/comm/spathi/spath024.ogg new file mode 100644 index 000000000..370facb23 Binary files /dev/null and b/sc2/content/comm/spathi/spath024.ogg differ diff --git a/sc2/content/comm/spathi/spath025.ogg b/sc2/content/comm/spathi/spath025.ogg new file mode 100644 index 000000000..6c1c22ce7 Binary files /dev/null and b/sc2/content/comm/spathi/spath025.ogg differ diff --git a/sc2/content/comm/spathi/spath026.ogg b/sc2/content/comm/spathi/spath026.ogg new file mode 100644 index 000000000..8fa535b87 Binary files /dev/null and b/sc2/content/comm/spathi/spath026.ogg differ diff --git a/sc2/content/comm/spathi/spath027.ogg b/sc2/content/comm/spathi/spath027.ogg new file mode 100644 index 000000000..c67867183 Binary files /dev/null and b/sc2/content/comm/spathi/spath027.ogg differ diff --git a/sc2/content/comm/spathi/spath028.ogg b/sc2/content/comm/spathi/spath028.ogg new file mode 100644 index 000000000..791a0dc51 Binary files /dev/null and b/sc2/content/comm/spathi/spath028.ogg differ diff --git a/sc2/content/comm/spathi/spath029.ogg b/sc2/content/comm/spathi/spath029.ogg new file mode 100644 index 000000000..f14082759 Binary files /dev/null and b/sc2/content/comm/spathi/spath029.ogg differ diff --git a/sc2/content/comm/spathi/spath030.ogg b/sc2/content/comm/spathi/spath030.ogg new file mode 100644 index 000000000..cdc3a46f3 Binary files /dev/null and b/sc2/content/comm/spathi/spath030.ogg differ diff --git a/sc2/content/comm/spathi/spath031.ogg b/sc2/content/comm/spathi/spath031.ogg new file mode 100644 index 000000000..e2824b222 Binary files /dev/null and b/sc2/content/comm/spathi/spath031.ogg differ diff --git a/sc2/content/comm/spathi/spath032.ogg b/sc2/content/comm/spathi/spath032.ogg new file mode 100644 index 000000000..e4a8d52c1 Binary files /dev/null and b/sc2/content/comm/spathi/spath032.ogg differ diff --git a/sc2/content/comm/spathi/spath033.ogg b/sc2/content/comm/spathi/spath033.ogg new file mode 100644 index 000000000..af3d23b7b Binary files /dev/null and b/sc2/content/comm/spathi/spath033.ogg differ diff --git a/sc2/content/comm/spathi/spath034.ogg b/sc2/content/comm/spathi/spath034.ogg new file mode 100644 index 000000000..a37b837ba Binary files /dev/null and b/sc2/content/comm/spathi/spath034.ogg differ diff --git a/sc2/content/comm/spathi/spath035.ogg b/sc2/content/comm/spathi/spath035.ogg new file mode 100644 index 000000000..e3dbeab8c Binary files /dev/null and b/sc2/content/comm/spathi/spath035.ogg differ diff --git a/sc2/content/comm/spathi/spath036.ogg b/sc2/content/comm/spathi/spath036.ogg new file mode 100644 index 000000000..46efa97b6 Binary files /dev/null and b/sc2/content/comm/spathi/spath036.ogg differ diff --git a/sc2/content/comm/spathi/spath037.ogg b/sc2/content/comm/spathi/spath037.ogg new file mode 100644 index 000000000..4499b537d Binary files /dev/null and b/sc2/content/comm/spathi/spath037.ogg differ diff --git a/sc2/content/comm/spathi/spath038.ogg b/sc2/content/comm/spathi/spath038.ogg new file mode 100644 index 000000000..82c128fad Binary files /dev/null and b/sc2/content/comm/spathi/spath038.ogg differ diff --git a/sc2/content/comm/spathi/spath039.ogg b/sc2/content/comm/spathi/spath039.ogg new file mode 100644 index 000000000..c3300375f Binary files /dev/null and b/sc2/content/comm/spathi/spath039.ogg differ diff --git a/sc2/content/comm/spathi/spath040.ogg b/sc2/content/comm/spathi/spath040.ogg new file mode 100644 index 000000000..12bae6640 Binary files /dev/null and b/sc2/content/comm/spathi/spath040.ogg differ diff --git a/sc2/content/comm/spathi/spath041.ogg b/sc2/content/comm/spathi/spath041.ogg new file mode 100644 index 000000000..7574b796e Binary files /dev/null and b/sc2/content/comm/spathi/spath041.ogg differ diff --git a/sc2/content/comm/spathi/spath042.ogg b/sc2/content/comm/spathi/spath042.ogg new file mode 100644 index 000000000..c1d12a8e0 Binary files /dev/null and b/sc2/content/comm/spathi/spath042.ogg differ diff --git a/sc2/content/comm/spathi/spath043.ogg b/sc2/content/comm/spathi/spath043.ogg new file mode 100644 index 000000000..7ff25eaca Binary files /dev/null and b/sc2/content/comm/spathi/spath043.ogg differ diff --git a/sc2/content/comm/spathi/spath044.ogg b/sc2/content/comm/spathi/spath044.ogg new file mode 100644 index 000000000..cba47d833 Binary files /dev/null and b/sc2/content/comm/spathi/spath044.ogg differ diff --git a/sc2/content/comm/spathi/spath045.ogg b/sc2/content/comm/spathi/spath045.ogg new file mode 100644 index 000000000..105f8ad29 Binary files /dev/null and b/sc2/content/comm/spathi/spath045.ogg differ diff --git a/sc2/content/comm/spathi/spath046.ogg b/sc2/content/comm/spathi/spath046.ogg new file mode 100644 index 000000000..0db9dd06f Binary files /dev/null and b/sc2/content/comm/spathi/spath046.ogg differ diff --git a/sc2/content/comm/spathi/spath047.ogg b/sc2/content/comm/spathi/spath047.ogg new file mode 100644 index 000000000..9ad1fc5b0 Binary files /dev/null and b/sc2/content/comm/spathi/spath047.ogg differ diff --git a/sc2/content/comm/spathi/spath048.ogg b/sc2/content/comm/spathi/spath048.ogg new file mode 100644 index 000000000..1dbd9012f Binary files /dev/null and b/sc2/content/comm/spathi/spath048.ogg differ diff --git a/sc2/content/comm/spathi/spath049.ogg b/sc2/content/comm/spathi/spath049.ogg new file mode 100644 index 000000000..ff38be709 Binary files /dev/null and b/sc2/content/comm/spathi/spath049.ogg differ diff --git a/sc2/content/comm/spathi/spath050.ogg b/sc2/content/comm/spathi/spath050.ogg new file mode 100644 index 000000000..387bc755d Binary files /dev/null and b/sc2/content/comm/spathi/spath050.ogg differ diff --git a/sc2/content/comm/spathi/spath051.ogg b/sc2/content/comm/spathi/spath051.ogg new file mode 100644 index 000000000..acc622b33 Binary files /dev/null and b/sc2/content/comm/spathi/spath051.ogg differ diff --git a/sc2/content/comm/spathi/spath052.ogg b/sc2/content/comm/spathi/spath052.ogg new file mode 100644 index 000000000..960d262a1 Binary files /dev/null and b/sc2/content/comm/spathi/spath052.ogg differ diff --git a/sc2/content/comm/spathi/spath053.ogg b/sc2/content/comm/spathi/spath053.ogg new file mode 100644 index 000000000..0d5bba77c Binary files /dev/null and b/sc2/content/comm/spathi/spath053.ogg differ diff --git a/sc2/content/comm/spathi/spath054.ogg b/sc2/content/comm/spathi/spath054.ogg new file mode 100644 index 000000000..fe01d154d Binary files /dev/null and b/sc2/content/comm/spathi/spath054.ogg differ diff --git a/sc2/content/comm/spathi/spath055.ogg b/sc2/content/comm/spathi/spath055.ogg new file mode 100644 index 000000000..ea454fa0c Binary files /dev/null and b/sc2/content/comm/spathi/spath055.ogg differ diff --git a/sc2/content/comm/spathi/spath056.ogg b/sc2/content/comm/spathi/spath056.ogg new file mode 100644 index 000000000..12cf4192e Binary files /dev/null and b/sc2/content/comm/spathi/spath056.ogg differ diff --git a/sc2/content/comm/spathi/spath057.ogg b/sc2/content/comm/spathi/spath057.ogg new file mode 100644 index 000000000..9dc62edaf Binary files /dev/null and b/sc2/content/comm/spathi/spath057.ogg differ diff --git a/sc2/content/comm/spathi/spath058.ogg b/sc2/content/comm/spathi/spath058.ogg new file mode 100644 index 000000000..5f95c033d Binary files /dev/null and b/sc2/content/comm/spathi/spath058.ogg differ diff --git a/sc2/content/comm/spathi/spath059.ogg b/sc2/content/comm/spathi/spath059.ogg new file mode 100644 index 000000000..7a401314a Binary files /dev/null and b/sc2/content/comm/spathi/spath059.ogg differ diff --git a/sc2/content/comm/spathi/spath060.ogg b/sc2/content/comm/spathi/spath060.ogg new file mode 100644 index 000000000..7d8db7a1a Binary files /dev/null and b/sc2/content/comm/spathi/spath060.ogg differ diff --git a/sc2/content/comm/spathi/spath061.ogg b/sc2/content/comm/spathi/spath061.ogg new file mode 100644 index 000000000..15402696d Binary files /dev/null and b/sc2/content/comm/spathi/spath061.ogg differ diff --git a/sc2/content/comm/spathi/spath062.ogg b/sc2/content/comm/spathi/spath062.ogg new file mode 100644 index 000000000..753617fd3 Binary files /dev/null and b/sc2/content/comm/spathi/spath062.ogg differ diff --git a/sc2/content/comm/spathi/spath063.ogg b/sc2/content/comm/spathi/spath063.ogg new file mode 100644 index 000000000..a5b0a03d9 Binary files /dev/null and b/sc2/content/comm/spathi/spath063.ogg differ diff --git a/sc2/content/comm/spathi/spath064.ogg b/sc2/content/comm/spathi/spath064.ogg new file mode 100644 index 000000000..8dcc1dd8f Binary files /dev/null and b/sc2/content/comm/spathi/spath064.ogg differ diff --git a/sc2/content/comm/spathi/spath065.ogg b/sc2/content/comm/spathi/spath065.ogg new file mode 100644 index 000000000..2eb0d786a Binary files /dev/null and b/sc2/content/comm/spathi/spath065.ogg differ diff --git a/sc2/content/comm/spathi/spath066.ogg b/sc2/content/comm/spathi/spath066.ogg new file mode 100644 index 000000000..2eb26cc6b Binary files /dev/null and b/sc2/content/comm/spathi/spath066.ogg differ diff --git a/sc2/content/comm/spathi/spath067.ogg b/sc2/content/comm/spathi/spath067.ogg new file mode 100644 index 000000000..2aa64c767 Binary files /dev/null and b/sc2/content/comm/spathi/spath067.ogg differ diff --git a/sc2/content/comm/spathi/spath068.ogg b/sc2/content/comm/spathi/spath068.ogg new file mode 100644 index 000000000..f9e239a44 Binary files /dev/null and b/sc2/content/comm/spathi/spath068.ogg differ diff --git a/sc2/content/comm/spathi/spath069.ogg b/sc2/content/comm/spathi/spath069.ogg new file mode 100644 index 000000000..1464f5fc2 Binary files /dev/null and b/sc2/content/comm/spathi/spath069.ogg differ diff --git a/sc2/content/comm/spathi/spath070.ogg b/sc2/content/comm/spathi/spath070.ogg new file mode 100644 index 000000000..77ef9a23f Binary files /dev/null and b/sc2/content/comm/spathi/spath070.ogg differ diff --git a/sc2/content/comm/spathi/spath071.ogg b/sc2/content/comm/spathi/spath071.ogg new file mode 100644 index 000000000..4027d36f2 Binary files /dev/null and b/sc2/content/comm/spathi/spath071.ogg differ diff --git a/sc2/content/comm/spathi/spathi.txt b/sc2/content/comm/spathi/spathi.txt index c8acb7878..3459c0bcb 100755 --- a/sc2/content/comm/spathi/spathi.txt +++ b/sc2/content/comm/spathi/spathi.txt @@ -1,4 +1,4 @@ -#(SORRY_ABOUT_THAT) spath000.wav +#(SORRY_ABOUT_THAT) spath000.ogg Attention big, mean, hostile alien vessel hovering overhead in an obvious attack posture: This is Spathi Captain Fwiffo. I know you are going to torture me, so let's just get this over with right now. @@ -14,7 +14,7 @@ I hope nobody got hurt! #(identify) Attention alien vessel: Identify yourself or be destroyed! -#(I_FWIFFO) spath001.wav +#(I_FWIFFO) spath001.ogg Of course, of course! As I said, I am Captain Fwiffo of the Spathi voidship StarRunner. Our sensors have tracked your entry into this system @@ -27,7 +27,7 @@ who stationed us here to watch over the Earthlings. #(hi_there) Hi there friend! We come in peace and mean you no harm. -#(ARE_YOU_SURE) spath002.wav +#(ARE_YOU_SURE) spath002.ogg Are you sure? Because your statement is often just a more polite way of saying `Attention alien vessel: Identify yourself or be destroyed.' @@ -44,14 +44,14 @@ You attacked our lander -- killed our crew! Prepare to die. #(we_fight_2) Enough of your slimy yammering. We fight! -#(OK_WONT) spath003.wav +#(OK_WONT) spath003.ogg Uh, okay... sure, we won't! Just remember though -- this offer may be revoked at any time. #(do_cultural) We suggest you immediately perform whatever cultural practices are customary to your species preceding death. -#(WEZZY_WEZZAH) spath004.wav +#(WEZZY_WEZZAH) spath004.ogg Certainly, most gracious destroyer, as is well known, before departing this mortal helix all Spathi must complete the short, poignant ritual of Wezzy-Wezzah to be assured of a secure afterlife and by allowing us to fulfill this requirement, you too shall be granted immortality in our beautiful afterworld @@ -63,7 +63,7 @@ Die slugboy! #(begin_ritual) You may begin your ritual, and if I might make a small suggestion: be done in less than 2 minutes. -#(MUST_DO_RITUAL_AT_HOME) spath005.wav +#(MUST_DO_RITUAL_AT_HOME) spath005.ogg Grief and woe -- certainly a destroyer of innocents as well-travelled as yourself must know that the formalities of Wezzy-Wezzah are invalid unless performed on the large moon orbiting our homeworld, Spathiwa @@ -74,7 +74,7 @@ Shall we go there now? #(you_wont_die_yet) Because I am compassionate, you will not die until you have exhausted your usefulness. -#(ETERNAL_GRATITUDE) spath006.wav +#(ETERNAL_GRATITUDE) spath006.ogg My eternal gratitude is yours, oh devastator of helpless beings. It's times like these that I am forced to feel almost, though not quite, sorry that the Ur-Quan so thoroughly defeated and humiliated your species. @@ -85,7 +85,7 @@ We fight! #(pay_for_crimes) Now you must pay for the crimes of your craven masters, the evil Ur-Quan. -#(CLUTCH_MAVEN) spath007.wav +#(CLUTCH_MAVEN) spath007.ogg In this difficult situation I am reminded of what my clutch maven once said to me before my first molting. `Sometimes the enemy is so swift and the path so treacherous that you can run no further. It is then that you must turn and resolve to fight @@ -95,7 +95,7 @@ but you never know when you are going to get lucky, so go for it!' #(you_may_live) I find myself moved by your deep commitment to your rituals and ancestral ways. You may live. -#(HONEST_AND_FRIENDLY) spath008.wav +#(HONEST_AND_FRIENDLY) spath008.ogg That settles it, for now I am certain that you are an honest and friendly being who is forced entirely through unfortunate circumstance - the unreasonable hostility of the Universe to travel the galaxy in a ship which, according to my sensors @@ -104,7 +104,7 @@ is best suited to conducting planetary-scale genocide. #(what_are_coordinates) We'd be delighted to accompany you to your homeworld. What are its HyperSpace coordinates? -#(COORDINATES_ARE) spath009.wav +#(COORDINATES_ARE) spath009.ogg My most wonderful planet Spathiwa circles a safe distance from the orange giant star Yuffo which is at HyperSpace coordinates hey -- wait a minute! @@ -114,19 +114,19 @@ so that you can visit it with devastation?! #(tell_me_coordinates) Just tell me the coordinates, alien dog-slime! -#(FAKE_COORDINATES) spath010.wav +#(FAKE_COORDINATES) spath010.ogg Hmmm... I see Very well then, your threats have convinced me to reveal this secret Spathiwa is the 1st planet out from the star at HyperSpace (570.4, 979.5) -#(TOO_SCARY) spath011.wav +#(TOO_SCARY) spath011.ogg You've got so many ships in your fleet, that instead of joining you I think I'll just run away. #(youve_got_me_all_wrong) No, no, no! You've got me all wrong. I promise I'll be nice. -#(SORRY_NO_COORDS) spath012.wav +#(SORRY_NO_COORDS) spath012.ogg Er... I just don't know. I want to believe you, I really do, but the risk to my people is just too great. Anyway I think I just forgot the coordinates -- let me see if I can remember them @@ -136,7 +136,7 @@ I'm afraid they're gone forever, so torturing me would just be a waste of your t #(what_doing_on_pluto_1) What are you doing here on Pluto? -#(ABOUT_20_YEARS_AGO) spath013.wav +#(ABOUT_20_YEARS_AGO) spath013.ogg About 20 years ago, this region of space was dominated by a loose confederation known as the Alliance of Free Stars, which was composed of the aliens native to these parts who didn't want to be enslaved. They made a valiant effort against the superior Ur-Quan forces @@ -146,7 +146,7 @@ right up to the point at which the Ur-Quan totally defeated - indeed, annihilate #(what_doing_on_pluto_2) So, what ARE you doing here on Pluto? -#(WHEN_URQUAN_ARRIVED) spath014.wav +#(WHEN_URQUAN_ARRIVED) spath014.ogg When the Ur-Quan armada entered this system to subjugate formally the Earthlings, the Ur-Quan presented the humans with the standard slave options: join the Hierarchy as combat thralls, and retain some autonomy, including the right to travel through space @@ -160,7 +160,7 @@ to create the so-called Earthguard, and stationed them at a base on Earth's moon #(where_are_urquan) Where are the Ur-Quan now? -#(URQUAN_LEFT) spath015.wav +#(URQUAN_LEFT) spath015.ogg Our masters don't really keep us very well informed about their goings on so all that we know is that immediately after the subjugation of the last Alliance race the Yehat, I think @@ -170,7 +170,7 @@ commanding us to obey the slave laws or face their wrath when they returned. #(what_about_other_races) Do you know anything about other alien races? -#(ABOUT_OTHER_RACES) spath016.wav +#(ABOUT_OTHER_RACES) spath016.ogg We know only bits and pieces of what happened to each race; for instance, when defeated, the Yehat joined the Hierarchy as combat thralls, while the Syreen chose to be slave shielded on a planet in the BugSquirt star system. @@ -183,7 +183,7 @@ TELL ME what you are doing on Pluto, NOW! #(what_about_yourself) What about yourself, Fwiffo? -#(ABOUT_MYSELF) spath017.wav +#(ABOUT_MYSELF) spath017.ogg Me? You mean me, personally? How nice of you to ask! I was born a poor, green encrustling, the youngest child of a family of 18,487. My male parent had to work hard to support us, very hard @@ -211,7 +211,7 @@ and with the assistance of some kind strangers had been relieved of my funds and convinced to join the navy where I have been unpleasantly employed for the last 25 years. -#(STATIONED_ON_EARTH_MOON) spath018.wav +#(STATIONED_ON_EARTH_MOON) spath018.ogg Originally, we were stationed on Earth's moon, which made us Spathi a bit uneasy because with each passing day we grew more and more worried about the sneaky Earthlings making a surprise attack though the Ilwrath kept telling us that was impossible @@ -225,7 +225,7 @@ and finally here to Pluto. #(what_blaze_of_glory) What do you mean, 'blaze of glory'? What happened to the Shofixti? -#(BLAZE_IS) spath019.wav +#(BLAZE_IS) spath019.ogg The Shofixti were half feral, as you know, having been uplifted by the Yehat just a few decades before the start of the war. Given their habit of detonating those suicidal, so-called 'Glory Devices' in combat @@ -237,7 +237,7 @@ destroying the entire planetary system, and not incidentally dozens of Ur-Quan D #(what_about_moonbase) What is happening at the base on Luna then? -#(SET_UP_BASE) spath020.wav +#(SET_UP_BASE) spath020.ogg We decided that if the Earthlings figured out we had abandoned the base on Luna they would be more likely to try something sneaky. So we rigged up some old service androids and ordered them to drive around on the lunar surface in bulldozers, @@ -248,7 +248,7 @@ called `Winky's Happy Night', hoping that they would think we were still there. #(what_about_ilwrath) What happened to the Ilwrath stationed in this system? -#(ABOUT_ILWRATH) spath021.wav +#(ABOUT_ILWRATH) spath021.ogg The Ilwrath contingent were supposed to be the toughest ridge-crest, er the most rigid flipper, no ah yes - the BACKBONE of the Earthguard force; but they departed the system en masse @@ -264,7 +264,7 @@ What happened to the other Spathi ships? #(really_thousands) Hundreds? Come on. -#(SPATHI_ARE) spath022.wav +#(SPATHI_ARE) spath022.ogg Over the past years, it became necessary to redeploy strategically some of our Earthguard forces to our homeworld in case of a sudden surprise attack by a vicious, unrelenting alien race which we Spathi call The Ultimate Evil! @@ -272,7 +272,7 @@ The Ultimate Evil! #(what_enemy) Who or what is this 'Ultimate Evil'? -#(ENEMY_IS) spath023.wav +#(ENEMY_IS) spath023.ogg As yet, the Ultimate Evil remains largely unmanifest, and its powers and exact intentions are still a bit obscure since it lurks just outside the range of even the most sensitive, long-range detectors which we feel gives conclusive evidence as to The Ultimate Evil's nefarious intent. @@ -280,7 +280,7 @@ which we feel gives conclusive evidence as to The Ultimate Evil's nefarious inte #(when_ilwrath) When do you expect the Ilwrath to return? -#(THEN_ILWRATH) spath024.wav +#(THEN_ILWRATH) spath024.ogg Well, when they were pushing up into HyperSpace 18 years ago, we asked them that very question and I think they said something to the effect of 'Real Soon'. @@ -288,7 +288,7 @@ and I think they said something to the effect of #(why_you_here) Why are you still here, Captain Fwiffo? -#(DREW_SHORT_STRAW) spath025.wav +#(DREW_SHORT_STRAW) spath025.ogg Since it was our most powerful and unforgiving masters, the Ur-Quan, who stationed us here we knew it would be grossly stupid to disobey them completely but we decided that it would be okay to send just one ship home. @@ -302,7 +302,7 @@ there must always be one Spathi who picks the short Ta Puun stick. #(how_many_crew) How many crew do you have aboard? -#(JUST_ME) spath026.wav +#(JUST_ME) spath026.ogg I am undone! You are far too clever for a poor Spathi like me and now I must submit to your superior, alien intellect. I guess I am not revealing any truly important secrets if I tell you @@ -312,7 +312,7 @@ due to the needs of my homeworld in their resistance against the Ultimate Evil and in fact my vessel is somewhat understaffed right now seeing as how I am the only Spathi on board, which is a bit frightening as I am sure you can understand. -#(THOUSANDS) spath027.wav +#(THOUSANDS) spath027.ogg Dozens- that is to say, scores and perhaps even hundreds of my brethren stride through the corridors of this specially modified, super-efficient, mass-destruction-oriented starship which could lay siege to an entire planetary system should we choose to do so @@ -321,7 +321,7 @@ which, fortunately for you, we have decided not to do, today. #(full_of_monsters) The galaxy teems with threatening monsters. Are you happy here -- alone and vulnerable? -#(HOW_TRUE) spath028.wav +#(HOW_TRUE) spath028.ogg How true, Captain, how true! In truth, just between us, during the past seven years, I have been quite ill at ease yet now I find myself enjoying your company, this witty dialog @@ -332,7 +332,7 @@ who threatened me with death. #(join_us) I'm sure you'd feel a lot safer if you were with us. Come on, Fwiffo, join our fleet! -#(WILL_JOIN) spath029.wav +#(WILL_JOIN) spath029.ogg Happy days and jubilation! I discard all prejudice and hesitations and accept and celebrate your offer of protection and your undying commitment to my well-being! @@ -344,7 +344,7 @@ and are also apt to talk themselves out of allying with a totally unknown alien which I, having been left here alone, cannot do. Welcome me aboard, captain! -#(WONT_JOIN_1) spath030.wav +#(WONT_JOIN_1) spath030.ogg Well... I really want to but I am just not sure that under the present circumstances joining you in your exciting and also dangerous space-adventures would be the best course of action right now @@ -355,7 +355,7 @@ Thanks for the offer, though. #(give_ship_or_die) Give us your ship or you will be destroyed! -#(WONT_JOIN_2) spath031.wav +#(WONT_JOIN_2) spath031.ogg You build a strong case, Captain. Here I am, alone and undefended on the surface of a hostile alien world. Above me you hover in orbit, encrusted with beam guns, missile launchers and other, more dreadful weapons. @@ -366,11 +366,11 @@ But then a wicked voice whispers: And for reasons beyond my understanding, Captain, this voice overwhelms the other and so I must remain here...largely against my will. -#(WONT_JOIN_3) spath032.wav +#(WONT_JOIN_3) spath032.ogg Twice before you have asked this question, Captain. Will the third time be the charm? Alas, I fear not. -#(GEE_THANKS) spath033.wav +#(GEE_THANKS) spath033.ogg Gee, thanks. #(changed_mind) @@ -379,44 +379,44 @@ I've changed my mind. We'll attack you. #(youre_forgiven) We understand that sometimes these tragic misunderstandings happen. We grieve, but are not bitter. -#(THANKS_FOR_FORGIVENESS) spath034.wav +#(THANKS_FOR_FORGIVENESS) spath034.ogg Whew, thanks! For a minute there, I thought you were going to kill me! -#(HATE_YOU_FOREVER_SPACE) spath035.wav +#(HATE_YOU_FOREVER_SPACE) spath035.ogg I fear to face you in combat, but I know if I do not, you will just grow stronger with each passing week. Therfore I must face you now. I set the thrusters to maximum, close my eye, and begin pressing the fire stud wildly. -#(INIT_ANGRY_HELLO_SPACE) spath036.wav +#(INIT_ANGRY_HELLO_SPACE) spath036.ogg You are mean, cruel and deceitful. I suspect you are an Ilwrath in ape's clothing. What do you want? -#(SUBSEQUENT_ANGRY_HELLO_SPACE) spath037.wav +#(SUBSEQUENT_ANGRY_HELLO_SPACE) spath037.ogg Ah, Mister Nasty is back. I wonder what he wants today? Peace, Happiness, Joy for all? No, I fear, death and unmitigated destruction is his traditional fare. Am I correct? -#(INIT_NEUTRAL_HELLO_SPACE) spath038.wav +#(INIT_NEUTRAL_HELLO_SPACE) spath038.ogg Surprise and Terror! I am greeted by the smooth and hostile face of our old enemy, the Hootmans no... the Huge-glands, no, I remember, the Hunams! -#(SUBSEQUENT_NEUTRAL_HELLO_SPACE) spath039.wav +#(SUBSEQUENT_NEUTRAL_HELLO_SPACE) spath039.ogg Hello, Hunam, what would you like to threaten me about today? -#(INIT_FRIENDLY_HELLO_SPACE) spath040.wav +#(INIT_FRIENDLY_HELLO_SPACE) spath040.ogg Hello friend Hunam! How nice to see you again. Kill any one today? -#(SUBSEQUENT_FRIENDLY_HELLO_SPACE) spath041.wav +#(SUBSEQUENT_FRIENDLY_HELLO_SPACE) spath041.ogg ...No! No! Weapons Officer, don't fire! It's the Hunam again, you idiot! What! The viewscreen? What are you...oh. Hello Friend Hunam! How are you? We are just fine, real swell. No problems at all! Just fine. No problems at all! -#(INIT_ALLIED_HELLO_SPACE) spath042.wav +#(INIT_ALLIED_HELLO_SPACE) spath042.ogg Hello Captain Ally Hunam! We are here in this place at this time just like you -- how wonderful. -#(SUBSEQUENT_ALLIED_HELLO_SPACE) spath043.wav +#(SUBSEQUENT_ALLIED_HELLO_SPACE) spath043.ogg Ah, Hunam! I was just wondering... is Tuffa-Yuf still alive? Have you seen him, is he well? He was sent to your Earth Starbase a while ago @@ -430,14 +430,14 @@ Thank you. #(give_info_space) Spathi - though we are not on the best of terms, would you please give me some information? -#(HERES_SOME_INFO) spath044.wav +#(HERES_SOME_INFO) spath044.ogg Gladly, and here it is - now listen carefully for I will only say it once. Do not ask favors of people you routinely ambush and murder. #(we_sorry_space) Hey, look. We've made mistakes, I admit it! But we'll just be friends, hmmm? -#(APOLOGIZE_AT_HOMEWORLD) spath045.wav +#(APOLOGIZE_AT_HOMEWORLD) spath045.ogg My soul is warmed by your sincere and heartfelt words. It is decided -- we shall be friends forever. However, I soon must go about my duties, and sadly we may never see each other again. @@ -450,26 +450,26 @@ Goodbye...friend. #(we_fight_again_space) This battle stuff is fun! Let's do some more of it! -#(OK_FIGHT_AGAIN_SPACE) spath046.wav +#(OK_FIGHT_AGAIN_SPACE) spath046.ogg Aghk! You are twisted and perverse! You deserve to die. #(bye_angry_space) Don't go away mad, Spathi. Just go away. -#(GOODBYE_ANGRY_SPACE) spath047.wav +#(GOODBYE_ANGRY_SPACE) spath047.ogg I would like to suggest a new plan for you, Hunam: depart this region of space, and never return. #(look_weird) Man! You look weird -- all those claws and your gooey eyeball. Yuck! -#(YOU_LOOK_WEIRD) spath048.wav +#(YOU_LOOK_WEIRD) spath048.ogg Beauty is in the eye of the beholder. #(no_look_really_weird) No, it's not. You are plain, dog ugly. -#(NO_YOU_LOOK_REALLY_WEIRD) spath049.wav +#(NO_YOU_LOOK_REALLY_WEIRD) spath049.ogg Oh yeah? Oh YEAH!? Well... You are too. @@ -477,7 +477,7 @@ You are too. #(come_in_peace) We are on a peaceful mission through the Cosmos. -#(AGAINST_NATURE) spath050.wav +#(AGAINST_NATURE) spath050.ogg Two aspects of your last statement defy the course of nature as I know it. First `Peace' as you call it, is an illusion. @@ -488,7 +488,7 @@ Peaceful missions through the Cosmos rarely require weapons large enough to punc #(prepare_to_die) Are you prepared to die today, Spathi? -#(ALWAYS_PREPARED) spath051.wav +#(ALWAYS_PREPARED) spath051.ogg We Spathi are always prepared to die, we know just what to do. It goes something like this AIEEEE! No! Please be merciful! Not my claw! Please, no! I beg of you! The Pain! NO! @@ -496,14 +496,14 @@ AIEEEE! No! Please be merciful! Not my claw! Please, no! I beg of you! The Pain! #(since_friendly_give_stuff) Since we are now friends, it is customary for you to give us things. -#(GIVE_ADVICE) spath052.wav +#(GIVE_ADVICE) spath052.ogg Certainly, perhaps beginning with some advice. Don't presume we are stupid. #(whats_up_space_1) Friend Spathi, what important facts can you relate? -#(GENERAL_INFO_SPACE_1) spath053.wav +#(GENERAL_INFO_SPACE_1) spath053.ogg I guess the only event of importance I know about concerns the low and stupid Umgah whose pranks we must suffer on a regular basis. At least we have removed one source of their annoying jokes -- an unusually strong Hyperwave 'Caster @@ -518,20 +518,20 @@ thus ending their attempts at sick levity. #(bye_friendly_space) Goodbye, Spathi, I hope you remain well. -#(GOODBYE_FRIENDLY_SPACE) spath054.wav +#(GOODBYE_FRIENDLY_SPACE) spath054.ogg Goodbye, Hunam, I hope you aren't eaten by monsters. #(looking_for_a_few_good_squids) Let me be frank. We seek allies. -#(URQUAN_SLAVES) spath055.wav +#(URQUAN_SLAVES) spath055.ogg In case you have not forgotten, we are bonded to the Ur-Quan as slaves. The punishment for the plan you propose can be described as `Death'. #(why_slaves) That brings up a good point. If you are such cowards, why do you fight for the Ur-Quan? -#(UMGAH_TRICK) spath056.wav +#(UMGAH_TRICK) spath056.ogg This is a sad tale, so do not even try to contain your tears. After the Ur-Quan demolished the Ilwrath, they turned the force of their Armada against us Spathi. The term `rapidly subjugated' would best describe what happened next. @@ -558,7 +558,7 @@ was an Umgah. #(tell_us_about_you) What can you tell us of your species? -#(ABOUT_US) spath057.wav +#(ABOUT_US) spath057.ogg We can best be described as `Meta-Mollusks' possessing the best qualities of both the clam and the Dravatz, which is not native to your world. We are intelligent and clever, though you would never call us cunning. @@ -568,14 +568,14 @@ Oh God...Please don't let me die today! Tomorrow would be so much better! #(what_you_really_want) But what do you really want out of this great mystery called `Life'? -#(WANT_THIS) spath058.wav +#(WANT_THIS) spath058.ogg I want to live forever, with no pain whatsoever, owning vast personal property plus a company of nubiles. If this is in your power to give, I beg of you to do so. #(how_about_alliance) Under the circumstances, I think it would be best if you allied with Earth immediately. -#(SURE) spath059.wav +#(SURE) spath059.ogg Sure, consider it done. Allies to the bitter end. NOT! @@ -583,40 +583,40 @@ NOT! #(part_in_peace) We leave as we came, in peace. -#(KEEP_IT_SECRET) spath060.wav +#(KEEP_IT_SECRET) spath060.ogg Look, can we keep this as a secret between the two of us? It's really rather embarrassing. #(heard_youre_cowards) We have heard that you are a race of cowards. Is this true? -#(DARN_TOOTIN) spath061.wav +#(DARN_TOOTIN) spath061.ogg Yes, absolutely, and with no qualifications. This system has kept us alive for millenia, and we see no reason to change it now. #(wanna_fight) Wanna fight? -#(YES_WE_DO) spath062.wav +#(YES_WE_DO) spath062.ogg Er... Yeah, we do. #(so_lets_fight) So let us fight. -#(OK_LETS_FIGHT) spath063.wav +#(OK_LETS_FIGHT) spath063.ogg Okay, let's fight. Here we go. We're rarin' to fight. #(so_lets_fight_already) So let's fight, already! -#(DONT_REALLY_WANT_TO_FIGHT) spath064.wav +#(DONT_REALLY_WANT_TO_FIGHT) spath064.ogg Oh! Um... we changed our minds. We don't want to. Sorry. (Pwappy, you idiot! I told you that wouldn't work!) #(attack_you_now) Evil squid -- Prepare to Die! -#(YIPES) spath065.wav +#(YIPES) spath065.ogg I can't believe this! Not only is the Hunam alien unreasonably hostile but he doesn't even know his biological analogs! We are much more closely related to Earth clams and @@ -626,7 +626,7 @@ Yipes! #(whats_up_space_2) Hi folks, what's new? -#(GENERAL_INFO_SPACE_2) spath066.wav +#(GENERAL_INFO_SPACE_2) spath066.ogg Very little, I'm afraid. We've just been watching the stars. You know, actually there was something that happened last month on the 17th; we saw a new star appear between the Circini and Chandrasekhar star clusters. @@ -637,14 +637,14 @@ I hope it comes back. #(give_us_info_from_space) Allies, grant us the boon of your wisdom. -#(GET_INFO_FROM_SPATHIWA) spath067.wav +#(GET_INFO_FROM_SPATHIWA) spath067.ogg Stuck as we are, here out in deep space, we learn little of interest. I suggest you consult the more interesting folk at Spathiwa. #(give_us_resources_space) Please share your mineral wealth with us, as allies. -#(GET_RESOURCES_FROM_SPATHIWA) spath068.wav +#(GET_RESOURCES_FROM_SPATHIWA) spath068.ogg As you wish. Our waste recycling unit is at your disposal. There you will find quantities of methane, sulfurous gas, and some interesting organic compounds. Feel free, take all you want. @@ -652,7 +652,7 @@ Feel free, take all you want. #(what_do_for_fun) What do you guys do for fun out here in deep space? -#(DO_THIS_FOR_FUN) spath069.wav +#(DO_THIS_FOR_FUN) spath069.ogg We used to be bored, but then we bought this cool entertainment product. It simulated a grand adventure through a thousand parsecs of hostile space where we met interesting aliens, uncovered the secrets of a long-lost superior race @@ -662,10 +662,10 @@ never mind, I can tell you aren't really interested. #(bye_ally_space) Goodbye, Friend Spathi. I hope your journey is a safe one. -#(GOODBYE_ALLY_SPACE) spath070.wav +#(GOODBYE_ALLY_SPACE) spath070.ogg Same to you. -#(OK_WE_FIGHT_AT_PLUTO) spath071.wav +#(OK_WE_FIGHT_AT_PLUTO) spath071.ogg My ichors pulse through my body with unusual ferocity! Your arrogance has whipped me into a violent frenzy and I am compelled to engage you in preemptive-defensive action. diff --git a/sc2/content/comm/starbas/starb000.ogg b/sc2/content/comm/starbas/starb000.ogg new file mode 100644 index 000000000..fe715bee9 Binary files /dev/null and b/sc2/content/comm/starbas/starb000.ogg differ diff --git a/sc2/content/comm/starbas/starb001.ogg b/sc2/content/comm/starbas/starb001.ogg new file mode 100644 index 000000000..7017833cc Binary files /dev/null and b/sc2/content/comm/starbas/starb001.ogg differ diff --git a/sc2/content/comm/starbas/starb002.ogg b/sc2/content/comm/starbas/starb002.ogg new file mode 100644 index 000000000..a6f32830c Binary files /dev/null and b/sc2/content/comm/starbas/starb002.ogg differ diff --git a/sc2/content/comm/starbas/starb003.ogg b/sc2/content/comm/starbas/starb003.ogg new file mode 100644 index 000000000..846317de5 Binary files /dev/null and b/sc2/content/comm/starbas/starb003.ogg differ diff --git a/sc2/content/comm/starbas/starb004.ogg b/sc2/content/comm/starbas/starb004.ogg new file mode 100644 index 000000000..0bfc51114 Binary files /dev/null and b/sc2/content/comm/starbas/starb004.ogg differ diff --git a/sc2/content/comm/starbas/starb005.ogg b/sc2/content/comm/starbas/starb005.ogg new file mode 100644 index 000000000..3df063744 Binary files /dev/null and b/sc2/content/comm/starbas/starb005.ogg differ diff --git a/sc2/content/comm/starbas/starb006.ogg b/sc2/content/comm/starbas/starb006.ogg new file mode 100644 index 000000000..5d4af0f69 Binary files /dev/null and b/sc2/content/comm/starbas/starb006.ogg differ diff --git a/sc2/content/comm/starbas/starb007.ogg b/sc2/content/comm/starbas/starb007.ogg new file mode 100644 index 000000000..632841e01 Binary files /dev/null and b/sc2/content/comm/starbas/starb007.ogg differ diff --git a/sc2/content/comm/starbas/starb008.ogg b/sc2/content/comm/starbas/starb008.ogg new file mode 100644 index 000000000..4fe692910 Binary files /dev/null and b/sc2/content/comm/starbas/starb008.ogg differ diff --git a/sc2/content/comm/starbas/starb009.ogg b/sc2/content/comm/starbas/starb009.ogg new file mode 100644 index 000000000..f8e1ce7c7 Binary files /dev/null and b/sc2/content/comm/starbas/starb009.ogg differ diff --git a/sc2/content/comm/starbas/starb010.ogg b/sc2/content/comm/starbas/starb010.ogg new file mode 100644 index 000000000..cdee23c43 Binary files /dev/null and b/sc2/content/comm/starbas/starb010.ogg differ diff --git a/sc2/content/comm/starbas/starb011.ogg b/sc2/content/comm/starbas/starb011.ogg new file mode 100644 index 000000000..289661424 Binary files /dev/null and b/sc2/content/comm/starbas/starb011.ogg differ diff --git a/sc2/content/comm/starbas/starb012.ogg b/sc2/content/comm/starbas/starb012.ogg new file mode 100644 index 000000000..489e17587 Binary files /dev/null and b/sc2/content/comm/starbas/starb012.ogg differ diff --git a/sc2/content/comm/starbas/starb013.ogg b/sc2/content/comm/starbas/starb013.ogg new file mode 100644 index 000000000..0724856a8 Binary files /dev/null and b/sc2/content/comm/starbas/starb013.ogg differ diff --git a/sc2/content/comm/starbas/starb014.ogg b/sc2/content/comm/starbas/starb014.ogg new file mode 100644 index 000000000..ae4dc8195 Binary files /dev/null and b/sc2/content/comm/starbas/starb014.ogg differ diff --git a/sc2/content/comm/starbas/starb015.ogg b/sc2/content/comm/starbas/starb015.ogg new file mode 100644 index 000000000..c855ec37f Binary files /dev/null and b/sc2/content/comm/starbas/starb015.ogg differ diff --git a/sc2/content/comm/starbas/starb016.ogg b/sc2/content/comm/starbas/starb016.ogg new file mode 100644 index 000000000..db57d4ec6 Binary files /dev/null and b/sc2/content/comm/starbas/starb016.ogg differ diff --git a/sc2/content/comm/starbas/starb017.ogg b/sc2/content/comm/starbas/starb017.ogg new file mode 100644 index 000000000..4b5bed49e Binary files /dev/null and b/sc2/content/comm/starbas/starb017.ogg differ diff --git a/sc2/content/comm/starbas/starb018.ogg b/sc2/content/comm/starbas/starb018.ogg new file mode 100644 index 000000000..b93bf6b5e Binary files /dev/null and b/sc2/content/comm/starbas/starb018.ogg differ diff --git a/sc2/content/comm/starbas/starb019.ogg b/sc2/content/comm/starbas/starb019.ogg new file mode 100644 index 000000000..89932b80a Binary files /dev/null and b/sc2/content/comm/starbas/starb019.ogg differ diff --git a/sc2/content/comm/starbas/starb020.ogg b/sc2/content/comm/starbas/starb020.ogg new file mode 100644 index 000000000..73e33ebcc Binary files /dev/null and b/sc2/content/comm/starbas/starb020.ogg differ diff --git a/sc2/content/comm/starbas/starb021.ogg b/sc2/content/comm/starbas/starb021.ogg new file mode 100644 index 000000000..d35edaa80 Binary files /dev/null and b/sc2/content/comm/starbas/starb021.ogg differ diff --git a/sc2/content/comm/starbas/starb022.ogg b/sc2/content/comm/starbas/starb022.ogg new file mode 100644 index 000000000..fce15da17 Binary files /dev/null and b/sc2/content/comm/starbas/starb022.ogg differ diff --git a/sc2/content/comm/starbas/starb023.ogg b/sc2/content/comm/starbas/starb023.ogg new file mode 100644 index 000000000..cda741ea1 Binary files /dev/null and b/sc2/content/comm/starbas/starb023.ogg differ diff --git a/sc2/content/comm/starbas/starb024.ogg b/sc2/content/comm/starbas/starb024.ogg new file mode 100644 index 000000000..d314b5665 Binary files /dev/null and b/sc2/content/comm/starbas/starb024.ogg differ diff --git a/sc2/content/comm/starbas/starb025.ogg b/sc2/content/comm/starbas/starb025.ogg new file mode 100644 index 000000000..d32d56543 Binary files /dev/null and b/sc2/content/comm/starbas/starb025.ogg differ diff --git a/sc2/content/comm/starbas/starb026.ogg b/sc2/content/comm/starbas/starb026.ogg new file mode 100644 index 000000000..c477c2aed Binary files /dev/null and b/sc2/content/comm/starbas/starb026.ogg differ diff --git a/sc2/content/comm/starbas/starb027.ogg b/sc2/content/comm/starbas/starb027.ogg new file mode 100644 index 000000000..2cc842e1d Binary files /dev/null and b/sc2/content/comm/starbas/starb027.ogg differ diff --git a/sc2/content/comm/starbas/starb028.ogg b/sc2/content/comm/starbas/starb028.ogg new file mode 100644 index 000000000..005af977e Binary files /dev/null and b/sc2/content/comm/starbas/starb028.ogg differ diff --git a/sc2/content/comm/starbas/starb029.ogg b/sc2/content/comm/starbas/starb029.ogg new file mode 100644 index 000000000..a6f20576f Binary files /dev/null and b/sc2/content/comm/starbas/starb029.ogg differ diff --git a/sc2/content/comm/starbas/starb030.ogg b/sc2/content/comm/starbas/starb030.ogg new file mode 100644 index 000000000..2030ebbf4 Binary files /dev/null and b/sc2/content/comm/starbas/starb030.ogg differ diff --git a/sc2/content/comm/starbas/starb031.ogg b/sc2/content/comm/starbas/starb031.ogg new file mode 100644 index 000000000..ab56921da Binary files /dev/null and b/sc2/content/comm/starbas/starb031.ogg differ diff --git a/sc2/content/comm/starbas/starb032.ogg b/sc2/content/comm/starbas/starb032.ogg new file mode 100644 index 000000000..bee607232 Binary files /dev/null and b/sc2/content/comm/starbas/starb032.ogg differ diff --git a/sc2/content/comm/starbas/starb033.ogg b/sc2/content/comm/starbas/starb033.ogg new file mode 100644 index 000000000..8a96280af Binary files /dev/null and b/sc2/content/comm/starbas/starb033.ogg differ diff --git a/sc2/content/comm/starbas/starb034.ogg b/sc2/content/comm/starbas/starb034.ogg new file mode 100644 index 000000000..1d4870a7a Binary files /dev/null and b/sc2/content/comm/starbas/starb034.ogg differ diff --git a/sc2/content/comm/starbas/starb035.ogg b/sc2/content/comm/starbas/starb035.ogg new file mode 100644 index 000000000..2bd99def3 Binary files /dev/null and b/sc2/content/comm/starbas/starb035.ogg differ diff --git a/sc2/content/comm/starbas/starb036.ogg b/sc2/content/comm/starbas/starb036.ogg new file mode 100644 index 000000000..5dc4f44e0 Binary files /dev/null and b/sc2/content/comm/starbas/starb036.ogg differ diff --git a/sc2/content/comm/starbas/starb037.ogg b/sc2/content/comm/starbas/starb037.ogg new file mode 100644 index 000000000..633a3e12d Binary files /dev/null and b/sc2/content/comm/starbas/starb037.ogg differ diff --git a/sc2/content/comm/starbas/starb038.ogg b/sc2/content/comm/starbas/starb038.ogg new file mode 100644 index 000000000..b5b11ce94 Binary files /dev/null and b/sc2/content/comm/starbas/starb038.ogg differ diff --git a/sc2/content/comm/starbas/starb039.ogg b/sc2/content/comm/starbas/starb039.ogg new file mode 100644 index 000000000..f3760254e Binary files /dev/null and b/sc2/content/comm/starbas/starb039.ogg differ diff --git a/sc2/content/comm/starbas/starb040.ogg b/sc2/content/comm/starbas/starb040.ogg new file mode 100644 index 000000000..63840ba50 Binary files /dev/null and b/sc2/content/comm/starbas/starb040.ogg differ diff --git a/sc2/content/comm/starbas/starb041.ogg b/sc2/content/comm/starbas/starb041.ogg new file mode 100644 index 000000000..41a563ede Binary files /dev/null and b/sc2/content/comm/starbas/starb041.ogg differ diff --git a/sc2/content/comm/starbas/starb042.ogg b/sc2/content/comm/starbas/starb042.ogg new file mode 100644 index 000000000..fc834a5fe Binary files /dev/null and b/sc2/content/comm/starbas/starb042.ogg differ diff --git a/sc2/content/comm/starbas/starb043.ogg b/sc2/content/comm/starbas/starb043.ogg new file mode 100644 index 000000000..d1ab4457a Binary files /dev/null and b/sc2/content/comm/starbas/starb043.ogg differ diff --git a/sc2/content/comm/starbas/starb044.ogg b/sc2/content/comm/starbas/starb044.ogg new file mode 100644 index 000000000..ac038d53e Binary files /dev/null and b/sc2/content/comm/starbas/starb044.ogg differ diff --git a/sc2/content/comm/starbas/starb045.ogg b/sc2/content/comm/starbas/starb045.ogg new file mode 100644 index 000000000..2f27770e8 Binary files /dev/null and b/sc2/content/comm/starbas/starb045.ogg differ diff --git a/sc2/content/comm/starbas/starb046.ogg b/sc2/content/comm/starbas/starb046.ogg new file mode 100644 index 000000000..d34c9bb79 Binary files /dev/null and b/sc2/content/comm/starbas/starb046.ogg differ diff --git a/sc2/content/comm/starbas/starb047.ogg b/sc2/content/comm/starbas/starb047.ogg new file mode 100644 index 000000000..201d740d1 Binary files /dev/null and b/sc2/content/comm/starbas/starb047.ogg differ diff --git a/sc2/content/comm/starbas/starb048.ogg b/sc2/content/comm/starbas/starb048.ogg new file mode 100644 index 000000000..f40f5795e Binary files /dev/null and b/sc2/content/comm/starbas/starb048.ogg differ diff --git a/sc2/content/comm/starbas/starb049.ogg b/sc2/content/comm/starbas/starb049.ogg new file mode 100644 index 000000000..ab0a99f35 Binary files /dev/null and b/sc2/content/comm/starbas/starb049.ogg differ diff --git a/sc2/content/comm/starbas/starb050.ogg b/sc2/content/comm/starbas/starb050.ogg new file mode 100644 index 000000000..d812cc55d Binary files /dev/null and b/sc2/content/comm/starbas/starb050.ogg differ diff --git a/sc2/content/comm/starbas/starb051.ogg b/sc2/content/comm/starbas/starb051.ogg new file mode 100644 index 000000000..55cd53774 Binary files /dev/null and b/sc2/content/comm/starbas/starb051.ogg differ diff --git a/sc2/content/comm/starbas/starb052.ogg b/sc2/content/comm/starbas/starb052.ogg new file mode 100644 index 000000000..d327adc6f Binary files /dev/null and b/sc2/content/comm/starbas/starb052.ogg differ diff --git a/sc2/content/comm/starbas/starb053.ogg b/sc2/content/comm/starbas/starb053.ogg new file mode 100644 index 000000000..3a1581b69 Binary files /dev/null and b/sc2/content/comm/starbas/starb053.ogg differ diff --git a/sc2/content/comm/starbas/starb054.ogg b/sc2/content/comm/starbas/starb054.ogg new file mode 100644 index 000000000..d554d5173 Binary files /dev/null and b/sc2/content/comm/starbas/starb054.ogg differ diff --git a/sc2/content/comm/starbas/starb055.ogg b/sc2/content/comm/starbas/starb055.ogg new file mode 100644 index 000000000..856ec0c68 Binary files /dev/null and b/sc2/content/comm/starbas/starb055.ogg differ diff --git a/sc2/content/comm/starbas/starb056.ogg b/sc2/content/comm/starbas/starb056.ogg new file mode 100644 index 000000000..bd0bc2893 Binary files /dev/null and b/sc2/content/comm/starbas/starb056.ogg differ diff --git a/sc2/content/comm/starbas/starb057.ogg b/sc2/content/comm/starbas/starb057.ogg new file mode 100644 index 000000000..6d2662712 Binary files /dev/null and b/sc2/content/comm/starbas/starb057.ogg differ diff --git a/sc2/content/comm/starbas/starb058.ogg b/sc2/content/comm/starbas/starb058.ogg new file mode 100644 index 000000000..142a40f02 Binary files /dev/null and b/sc2/content/comm/starbas/starb058.ogg differ diff --git a/sc2/content/comm/starbas/starb059.ogg b/sc2/content/comm/starbas/starb059.ogg new file mode 100644 index 000000000..44a2a2dde Binary files /dev/null and b/sc2/content/comm/starbas/starb059.ogg differ diff --git a/sc2/content/comm/starbas/starb060.ogg b/sc2/content/comm/starbas/starb060.ogg new file mode 100644 index 000000000..1098bc02a Binary files /dev/null and b/sc2/content/comm/starbas/starb060.ogg differ diff --git a/sc2/content/comm/starbas/starb061.ogg b/sc2/content/comm/starbas/starb061.ogg new file mode 100644 index 000000000..cbe19dcc8 Binary files /dev/null and b/sc2/content/comm/starbas/starb061.ogg differ diff --git a/sc2/content/comm/starbas/starb062.ogg b/sc2/content/comm/starbas/starb062.ogg new file mode 100644 index 000000000..a66123196 Binary files /dev/null and b/sc2/content/comm/starbas/starb062.ogg differ diff --git a/sc2/content/comm/starbas/starb063.ogg b/sc2/content/comm/starbas/starb063.ogg new file mode 100644 index 000000000..29996681e Binary files /dev/null and b/sc2/content/comm/starbas/starb063.ogg differ diff --git a/sc2/content/comm/starbas/starb064.ogg b/sc2/content/comm/starbas/starb064.ogg new file mode 100644 index 000000000..535b786ab Binary files /dev/null and b/sc2/content/comm/starbas/starb064.ogg differ diff --git a/sc2/content/comm/starbas/starb065.ogg b/sc2/content/comm/starbas/starb065.ogg new file mode 100644 index 000000000..dc9f721d8 Binary files /dev/null and b/sc2/content/comm/starbas/starb065.ogg differ diff --git a/sc2/content/comm/starbas/starb066.ogg b/sc2/content/comm/starbas/starb066.ogg new file mode 100644 index 000000000..2a9a8f840 Binary files /dev/null and b/sc2/content/comm/starbas/starb066.ogg differ diff --git a/sc2/content/comm/starbas/starb067.ogg b/sc2/content/comm/starbas/starb067.ogg new file mode 100644 index 000000000..92201f006 Binary files /dev/null and b/sc2/content/comm/starbas/starb067.ogg differ diff --git a/sc2/content/comm/starbas/starb068.ogg b/sc2/content/comm/starbas/starb068.ogg new file mode 100644 index 000000000..ebcf8159d Binary files /dev/null and b/sc2/content/comm/starbas/starb068.ogg differ diff --git a/sc2/content/comm/starbas/starb069.ogg b/sc2/content/comm/starbas/starb069.ogg new file mode 100644 index 000000000..3de9e5b52 Binary files /dev/null and b/sc2/content/comm/starbas/starb069.ogg differ diff --git a/sc2/content/comm/starbas/starb070.ogg b/sc2/content/comm/starbas/starb070.ogg new file mode 100644 index 000000000..eb34f49e4 Binary files /dev/null and b/sc2/content/comm/starbas/starb070.ogg differ diff --git a/sc2/content/comm/starbas/starb071.ogg b/sc2/content/comm/starbas/starb071.ogg new file mode 100644 index 000000000..694af8045 Binary files /dev/null and b/sc2/content/comm/starbas/starb071.ogg differ diff --git a/sc2/content/comm/starbas/starb072.ogg b/sc2/content/comm/starbas/starb072.ogg new file mode 100644 index 000000000..636d0f509 Binary files /dev/null and b/sc2/content/comm/starbas/starb072.ogg differ diff --git a/sc2/content/comm/starbas/starb073.ogg b/sc2/content/comm/starbas/starb073.ogg new file mode 100644 index 000000000..71a8f1187 Binary files /dev/null and b/sc2/content/comm/starbas/starb073.ogg differ diff --git a/sc2/content/comm/starbas/starb074.ogg b/sc2/content/comm/starbas/starb074.ogg new file mode 100644 index 000000000..e70680ebf Binary files /dev/null and b/sc2/content/comm/starbas/starb074.ogg differ diff --git a/sc2/content/comm/starbas/starb075.ogg b/sc2/content/comm/starbas/starb075.ogg new file mode 100644 index 000000000..e44ac896f Binary files /dev/null and b/sc2/content/comm/starbas/starb075.ogg differ diff --git a/sc2/content/comm/starbas/starb076.ogg b/sc2/content/comm/starbas/starb076.ogg new file mode 100644 index 000000000..3b39c4a6e Binary files /dev/null and b/sc2/content/comm/starbas/starb076.ogg differ diff --git a/sc2/content/comm/starbas/starb077.ogg b/sc2/content/comm/starbas/starb077.ogg new file mode 100644 index 000000000..e28f44b3a Binary files /dev/null and b/sc2/content/comm/starbas/starb077.ogg differ diff --git a/sc2/content/comm/starbas/starb078.ogg b/sc2/content/comm/starbas/starb078.ogg new file mode 100644 index 000000000..59ee06780 Binary files /dev/null and b/sc2/content/comm/starbas/starb078.ogg differ diff --git a/sc2/content/comm/starbas/starb079.ogg b/sc2/content/comm/starbas/starb079.ogg new file mode 100644 index 000000000..06558144d Binary files /dev/null and b/sc2/content/comm/starbas/starb079.ogg differ diff --git a/sc2/content/comm/starbas/starb080.ogg b/sc2/content/comm/starbas/starb080.ogg new file mode 100644 index 000000000..451fbd6af Binary files /dev/null and b/sc2/content/comm/starbas/starb080.ogg differ diff --git a/sc2/content/comm/starbas/starb081.ogg b/sc2/content/comm/starbas/starb081.ogg new file mode 100644 index 000000000..e95160b94 Binary files /dev/null and b/sc2/content/comm/starbas/starb081.ogg differ diff --git a/sc2/content/comm/starbas/starb082.ogg b/sc2/content/comm/starbas/starb082.ogg new file mode 100644 index 000000000..9a5bc5132 Binary files /dev/null and b/sc2/content/comm/starbas/starb082.ogg differ diff --git a/sc2/content/comm/starbas/starb083.ogg b/sc2/content/comm/starbas/starb083.ogg new file mode 100644 index 000000000..317e17374 Binary files /dev/null and b/sc2/content/comm/starbas/starb083.ogg differ diff --git a/sc2/content/comm/starbas/starb084.ogg b/sc2/content/comm/starbas/starb084.ogg new file mode 100644 index 000000000..dda3f53c2 Binary files /dev/null and b/sc2/content/comm/starbas/starb084.ogg differ diff --git a/sc2/content/comm/starbas/starb085.ogg b/sc2/content/comm/starbas/starb085.ogg new file mode 100644 index 000000000..a0c197d1e Binary files /dev/null and b/sc2/content/comm/starbas/starb085.ogg differ diff --git a/sc2/content/comm/starbas/starb086.ogg b/sc2/content/comm/starbas/starb086.ogg new file mode 100644 index 000000000..b4debb277 Binary files /dev/null and b/sc2/content/comm/starbas/starb086.ogg differ diff --git a/sc2/content/comm/starbas/starb087.ogg b/sc2/content/comm/starbas/starb087.ogg new file mode 100644 index 000000000..901498656 Binary files /dev/null and b/sc2/content/comm/starbas/starb087.ogg differ diff --git a/sc2/content/comm/starbas/starb088.ogg b/sc2/content/comm/starbas/starb088.ogg new file mode 100644 index 000000000..38dc40d27 Binary files /dev/null and b/sc2/content/comm/starbas/starb088.ogg differ diff --git a/sc2/content/comm/starbas/starb089.ogg b/sc2/content/comm/starbas/starb089.ogg new file mode 100644 index 000000000..851f72cbf Binary files /dev/null and b/sc2/content/comm/starbas/starb089.ogg differ diff --git a/sc2/content/comm/starbas/starb090.ogg b/sc2/content/comm/starbas/starb090.ogg new file mode 100644 index 000000000..b9cb4f0cc Binary files /dev/null and b/sc2/content/comm/starbas/starb090.ogg differ diff --git a/sc2/content/comm/starbas/starb091.ogg b/sc2/content/comm/starbas/starb091.ogg new file mode 100644 index 000000000..24ef330b3 Binary files /dev/null and b/sc2/content/comm/starbas/starb091.ogg differ diff --git a/sc2/content/comm/starbas/starb092.ogg b/sc2/content/comm/starbas/starb092.ogg new file mode 100644 index 000000000..a0d7f44b0 Binary files /dev/null and b/sc2/content/comm/starbas/starb092.ogg differ diff --git a/sc2/content/comm/starbas/starb093.ogg b/sc2/content/comm/starbas/starb093.ogg new file mode 100644 index 000000000..01397de83 Binary files /dev/null and b/sc2/content/comm/starbas/starb093.ogg differ diff --git a/sc2/content/comm/starbas/starb094.ogg b/sc2/content/comm/starbas/starb094.ogg new file mode 100644 index 000000000..bbae0b8a0 Binary files /dev/null and b/sc2/content/comm/starbas/starb094.ogg differ diff --git a/sc2/content/comm/starbas/starb095.ogg b/sc2/content/comm/starbas/starb095.ogg new file mode 100644 index 000000000..c22c9708f Binary files /dev/null and b/sc2/content/comm/starbas/starb095.ogg differ diff --git a/sc2/content/comm/starbas/starb096.ogg b/sc2/content/comm/starbas/starb096.ogg new file mode 100644 index 000000000..6886be792 Binary files /dev/null and b/sc2/content/comm/starbas/starb096.ogg differ diff --git a/sc2/content/comm/starbas/starb097.ogg b/sc2/content/comm/starbas/starb097.ogg new file mode 100644 index 000000000..7a85f8c3f Binary files /dev/null and b/sc2/content/comm/starbas/starb097.ogg differ diff --git a/sc2/content/comm/starbas/starb098.ogg b/sc2/content/comm/starbas/starb098.ogg new file mode 100644 index 000000000..9c76959a2 Binary files /dev/null and b/sc2/content/comm/starbas/starb098.ogg differ diff --git a/sc2/content/comm/starbas/starb099.ogg b/sc2/content/comm/starbas/starb099.ogg new file mode 100644 index 000000000..bf4d5d552 Binary files /dev/null and b/sc2/content/comm/starbas/starb099.ogg differ diff --git a/sc2/content/comm/starbas/starb100.ogg b/sc2/content/comm/starbas/starb100.ogg new file mode 100644 index 000000000..27d4ad543 Binary files /dev/null and b/sc2/content/comm/starbas/starb100.ogg differ diff --git a/sc2/content/comm/starbas/starb101.ogg b/sc2/content/comm/starbas/starb101.ogg new file mode 100644 index 000000000..7f1a2a443 Binary files /dev/null and b/sc2/content/comm/starbas/starb101.ogg differ diff --git a/sc2/content/comm/starbas/starb102.ogg b/sc2/content/comm/starbas/starb102.ogg new file mode 100644 index 000000000..ef02b5f2a Binary files /dev/null and b/sc2/content/comm/starbas/starb102.ogg differ diff --git a/sc2/content/comm/starbas/starb103.ogg b/sc2/content/comm/starbas/starb103.ogg new file mode 100644 index 000000000..2de4f1cd8 Binary files /dev/null and b/sc2/content/comm/starbas/starb103.ogg differ diff --git a/sc2/content/comm/starbas/starb104.ogg b/sc2/content/comm/starbas/starb104.ogg new file mode 100644 index 000000000..facebf364 Binary files /dev/null and b/sc2/content/comm/starbas/starb104.ogg differ diff --git a/sc2/content/comm/starbas/starb105.ogg b/sc2/content/comm/starbas/starb105.ogg new file mode 100644 index 000000000..7b313b77e Binary files /dev/null and b/sc2/content/comm/starbas/starb105.ogg differ diff --git a/sc2/content/comm/starbas/starb106.ogg b/sc2/content/comm/starbas/starb106.ogg new file mode 100644 index 000000000..62afbc8f7 Binary files /dev/null and b/sc2/content/comm/starbas/starb106.ogg differ diff --git a/sc2/content/comm/starbas/starb107.ogg b/sc2/content/comm/starbas/starb107.ogg new file mode 100644 index 000000000..ee2b18870 Binary files /dev/null and b/sc2/content/comm/starbas/starb107.ogg differ diff --git a/sc2/content/comm/starbas/starb108.ogg b/sc2/content/comm/starbas/starb108.ogg new file mode 100644 index 000000000..5f9ab0cca Binary files /dev/null and b/sc2/content/comm/starbas/starb108.ogg differ diff --git a/sc2/content/comm/starbas/starb109.ogg b/sc2/content/comm/starbas/starb109.ogg new file mode 100644 index 000000000..84d2ed2f4 Binary files /dev/null and b/sc2/content/comm/starbas/starb109.ogg differ diff --git a/sc2/content/comm/starbas/starb110.ogg b/sc2/content/comm/starbas/starb110.ogg new file mode 100644 index 000000000..188a04900 Binary files /dev/null and b/sc2/content/comm/starbas/starb110.ogg differ diff --git a/sc2/content/comm/starbas/starb111.ogg b/sc2/content/comm/starbas/starb111.ogg new file mode 100644 index 000000000..bb76d9b25 Binary files /dev/null and b/sc2/content/comm/starbas/starb111.ogg differ diff --git a/sc2/content/comm/starbas/starb112.ogg b/sc2/content/comm/starbas/starb112.ogg new file mode 100644 index 000000000..ce0e2286a Binary files /dev/null and b/sc2/content/comm/starbas/starb112.ogg differ diff --git a/sc2/content/comm/starbas/starb113.ogg b/sc2/content/comm/starbas/starb113.ogg new file mode 100644 index 000000000..d77a4310e Binary files /dev/null and b/sc2/content/comm/starbas/starb113.ogg differ diff --git a/sc2/content/comm/starbas/starb114.ogg b/sc2/content/comm/starbas/starb114.ogg new file mode 100644 index 000000000..50b962ff6 Binary files /dev/null and b/sc2/content/comm/starbas/starb114.ogg differ diff --git a/sc2/content/comm/starbas/starb115.ogg b/sc2/content/comm/starbas/starb115.ogg new file mode 100644 index 000000000..131395118 Binary files /dev/null and b/sc2/content/comm/starbas/starb115.ogg differ diff --git a/sc2/content/comm/starbas/starb116.ogg b/sc2/content/comm/starbas/starb116.ogg new file mode 100644 index 000000000..3229146b9 Binary files /dev/null and b/sc2/content/comm/starbas/starb116.ogg differ diff --git a/sc2/content/comm/starbas/starb117.ogg b/sc2/content/comm/starbas/starb117.ogg new file mode 100644 index 000000000..46849cc36 Binary files /dev/null and b/sc2/content/comm/starbas/starb117.ogg differ diff --git a/sc2/content/comm/starbas/starb118.ogg b/sc2/content/comm/starbas/starb118.ogg new file mode 100644 index 000000000..190f0ce99 Binary files /dev/null and b/sc2/content/comm/starbas/starb118.ogg differ diff --git a/sc2/content/comm/starbas/starb119.ogg b/sc2/content/comm/starbas/starb119.ogg new file mode 100644 index 000000000..0d69eb3f7 Binary files /dev/null and b/sc2/content/comm/starbas/starb119.ogg differ diff --git a/sc2/content/comm/starbas/starb120.ogg b/sc2/content/comm/starbas/starb120.ogg new file mode 100644 index 000000000..e0fd172c5 Binary files /dev/null and b/sc2/content/comm/starbas/starb120.ogg differ diff --git a/sc2/content/comm/starbas/starb121.ogg b/sc2/content/comm/starbas/starb121.ogg new file mode 100644 index 000000000..a4eb60931 Binary files /dev/null and b/sc2/content/comm/starbas/starb121.ogg differ diff --git a/sc2/content/comm/starbas/starb122.ogg b/sc2/content/comm/starbas/starb122.ogg new file mode 100644 index 000000000..f77fb2baf Binary files /dev/null and b/sc2/content/comm/starbas/starb122.ogg differ diff --git a/sc2/content/comm/starbas/starb123.ogg b/sc2/content/comm/starbas/starb123.ogg new file mode 100644 index 000000000..9a846f6d0 Binary files /dev/null and b/sc2/content/comm/starbas/starb123.ogg differ diff --git a/sc2/content/comm/starbas/starb124.ogg b/sc2/content/comm/starbas/starb124.ogg new file mode 100644 index 000000000..3d5b94483 Binary files /dev/null and b/sc2/content/comm/starbas/starb124.ogg differ diff --git a/sc2/content/comm/starbas/starb125.ogg b/sc2/content/comm/starbas/starb125.ogg new file mode 100644 index 000000000..9d3ad6932 Binary files /dev/null and b/sc2/content/comm/starbas/starb125.ogg differ diff --git a/sc2/content/comm/starbas/starb126.ogg b/sc2/content/comm/starbas/starb126.ogg new file mode 100644 index 000000000..9f0e5daad Binary files /dev/null and b/sc2/content/comm/starbas/starb126.ogg differ diff --git a/sc2/content/comm/starbas/starb127.ogg b/sc2/content/comm/starbas/starb127.ogg new file mode 100644 index 000000000..823c1763d Binary files /dev/null and b/sc2/content/comm/starbas/starb127.ogg differ diff --git a/sc2/content/comm/starbas/starb128.ogg b/sc2/content/comm/starbas/starb128.ogg new file mode 100644 index 000000000..ffb83b945 Binary files /dev/null and b/sc2/content/comm/starbas/starb128.ogg differ diff --git a/sc2/content/comm/starbas/starb129.ogg b/sc2/content/comm/starbas/starb129.ogg new file mode 100644 index 000000000..3fa5f53bd Binary files /dev/null and b/sc2/content/comm/starbas/starb129.ogg differ diff --git a/sc2/content/comm/starbas/starb130.ogg b/sc2/content/comm/starbas/starb130.ogg new file mode 100644 index 000000000..3e1bbb49d Binary files /dev/null and b/sc2/content/comm/starbas/starb130.ogg differ diff --git a/sc2/content/comm/starbas/starb131.ogg b/sc2/content/comm/starbas/starb131.ogg new file mode 100644 index 000000000..1360e48c3 Binary files /dev/null and b/sc2/content/comm/starbas/starb131.ogg differ diff --git a/sc2/content/comm/starbas/starb132.ogg b/sc2/content/comm/starbas/starb132.ogg new file mode 100644 index 000000000..9852584d1 Binary files /dev/null and b/sc2/content/comm/starbas/starb132.ogg differ diff --git a/sc2/content/comm/starbas/starb133.ogg b/sc2/content/comm/starbas/starb133.ogg new file mode 100644 index 000000000..803f22703 Binary files /dev/null and b/sc2/content/comm/starbas/starb133.ogg differ diff --git a/sc2/content/comm/starbas/starb134.ogg b/sc2/content/comm/starbas/starb134.ogg new file mode 100644 index 000000000..76e2f0b44 Binary files /dev/null and b/sc2/content/comm/starbas/starb134.ogg differ diff --git a/sc2/content/comm/starbas/starb135.ogg b/sc2/content/comm/starbas/starb135.ogg new file mode 100644 index 000000000..123ecf387 Binary files /dev/null and b/sc2/content/comm/starbas/starb135.ogg differ diff --git a/sc2/content/comm/starbas/starb136.ogg b/sc2/content/comm/starbas/starb136.ogg new file mode 100644 index 000000000..8d7030a19 Binary files /dev/null and b/sc2/content/comm/starbas/starb136.ogg differ diff --git a/sc2/content/comm/starbas/starb137.ogg b/sc2/content/comm/starbas/starb137.ogg new file mode 100644 index 000000000..4775c4796 Binary files /dev/null and b/sc2/content/comm/starbas/starb137.ogg differ diff --git a/sc2/content/comm/starbas/starb138.ogg b/sc2/content/comm/starbas/starb138.ogg new file mode 100644 index 000000000..1ed080676 Binary files /dev/null and b/sc2/content/comm/starbas/starb138.ogg differ diff --git a/sc2/content/comm/starbas/starb139.ogg b/sc2/content/comm/starbas/starb139.ogg new file mode 100644 index 000000000..616c09dae Binary files /dev/null and b/sc2/content/comm/starbas/starb139.ogg differ diff --git a/sc2/content/comm/starbas/starb140.ogg b/sc2/content/comm/starbas/starb140.ogg new file mode 100644 index 000000000..0bbf970a7 Binary files /dev/null and b/sc2/content/comm/starbas/starb140.ogg differ diff --git a/sc2/content/comm/starbas/starb141.ogg b/sc2/content/comm/starbas/starb141.ogg new file mode 100644 index 000000000..4ecbf0cd4 Binary files /dev/null and b/sc2/content/comm/starbas/starb141.ogg differ diff --git a/sc2/content/comm/starbas/starb142.ogg b/sc2/content/comm/starbas/starb142.ogg new file mode 100644 index 000000000..029b5d2c6 Binary files /dev/null and b/sc2/content/comm/starbas/starb142.ogg differ diff --git a/sc2/content/comm/starbas/starb143.ogg b/sc2/content/comm/starbas/starb143.ogg new file mode 100644 index 000000000..649888345 Binary files /dev/null and b/sc2/content/comm/starbas/starb143.ogg differ diff --git a/sc2/content/comm/starbas/starb144.ogg b/sc2/content/comm/starbas/starb144.ogg new file mode 100644 index 000000000..df8f4680b Binary files /dev/null and b/sc2/content/comm/starbas/starb144.ogg differ diff --git a/sc2/content/comm/starbas/starb145.ogg b/sc2/content/comm/starbas/starb145.ogg new file mode 100644 index 000000000..54994df0a Binary files /dev/null and b/sc2/content/comm/starbas/starb145.ogg differ diff --git a/sc2/content/comm/starbas/starb146.ogg b/sc2/content/comm/starbas/starb146.ogg new file mode 100644 index 000000000..7ceb4b3ab Binary files /dev/null and b/sc2/content/comm/starbas/starb146.ogg differ diff --git a/sc2/content/comm/starbas/starb147.ogg b/sc2/content/comm/starbas/starb147.ogg new file mode 100644 index 000000000..ae1474de1 Binary files /dev/null and b/sc2/content/comm/starbas/starb147.ogg differ diff --git a/sc2/content/comm/starbas/starb148.ogg b/sc2/content/comm/starbas/starb148.ogg new file mode 100644 index 000000000..eaf54fa3d Binary files /dev/null and b/sc2/content/comm/starbas/starb148.ogg differ diff --git a/sc2/content/comm/starbas/starb149.ogg b/sc2/content/comm/starbas/starb149.ogg new file mode 100644 index 000000000..66f3f95ce Binary files /dev/null and b/sc2/content/comm/starbas/starb149.ogg differ diff --git a/sc2/content/comm/starbas/starb150.ogg b/sc2/content/comm/starbas/starb150.ogg new file mode 100644 index 000000000..4161054e9 Binary files /dev/null and b/sc2/content/comm/starbas/starb150.ogg differ diff --git a/sc2/content/comm/starbas/starb151.ogg b/sc2/content/comm/starbas/starb151.ogg new file mode 100644 index 000000000..2651d99a5 Binary files /dev/null and b/sc2/content/comm/starbas/starb151.ogg differ diff --git a/sc2/content/comm/starbas/starb152.ogg b/sc2/content/comm/starbas/starb152.ogg new file mode 100644 index 000000000..c2977d2ab Binary files /dev/null and b/sc2/content/comm/starbas/starb152.ogg differ diff --git a/sc2/content/comm/starbas/starb153.ogg b/sc2/content/comm/starbas/starb153.ogg new file mode 100644 index 000000000..2989fc560 Binary files /dev/null and b/sc2/content/comm/starbas/starb153.ogg differ diff --git a/sc2/content/comm/starbas/starb154.ogg b/sc2/content/comm/starbas/starb154.ogg new file mode 100644 index 000000000..09bffffa7 Binary files /dev/null and b/sc2/content/comm/starbas/starb154.ogg differ diff --git a/sc2/content/comm/starbas/starb155.ogg b/sc2/content/comm/starbas/starb155.ogg new file mode 100644 index 000000000..30244b9e7 Binary files /dev/null and b/sc2/content/comm/starbas/starb155.ogg differ diff --git a/sc2/content/comm/starbas/starb156.ogg b/sc2/content/comm/starbas/starb156.ogg new file mode 100644 index 000000000..2c6d3a525 Binary files /dev/null and b/sc2/content/comm/starbas/starb156.ogg differ diff --git a/sc2/content/comm/starbas/starb157.ogg b/sc2/content/comm/starbas/starb157.ogg new file mode 100644 index 000000000..2d8dcbd03 Binary files /dev/null and b/sc2/content/comm/starbas/starb157.ogg differ diff --git a/sc2/content/comm/starbas/starb158.ogg b/sc2/content/comm/starbas/starb158.ogg new file mode 100644 index 000000000..a35ed34a3 Binary files /dev/null and b/sc2/content/comm/starbas/starb158.ogg differ diff --git a/sc2/content/comm/starbas/starb159.ogg b/sc2/content/comm/starbas/starb159.ogg new file mode 100644 index 000000000..9ae2980b9 Binary files /dev/null and b/sc2/content/comm/starbas/starb159.ogg differ diff --git a/sc2/content/comm/starbas/starb160.ogg b/sc2/content/comm/starbas/starb160.ogg new file mode 100644 index 000000000..f134e57b6 Binary files /dev/null and b/sc2/content/comm/starbas/starb160.ogg differ diff --git a/sc2/content/comm/starbas/starb161.ogg b/sc2/content/comm/starbas/starb161.ogg new file mode 100644 index 000000000..c6757da21 Binary files /dev/null and b/sc2/content/comm/starbas/starb161.ogg differ diff --git a/sc2/content/comm/starbas/starb162.ogg b/sc2/content/comm/starbas/starb162.ogg new file mode 100644 index 000000000..1df7c1342 Binary files /dev/null and b/sc2/content/comm/starbas/starb162.ogg differ diff --git a/sc2/content/comm/starbas/starb163.ogg b/sc2/content/comm/starbas/starb163.ogg new file mode 100644 index 000000000..eb515cf5f Binary files /dev/null and b/sc2/content/comm/starbas/starb163.ogg differ diff --git a/sc2/content/comm/starbas/starb164.ogg b/sc2/content/comm/starbas/starb164.ogg new file mode 100644 index 000000000..258c7f0e9 Binary files /dev/null and b/sc2/content/comm/starbas/starb164.ogg differ diff --git a/sc2/content/comm/starbas/starb165.ogg b/sc2/content/comm/starbas/starb165.ogg new file mode 100644 index 000000000..8cc0ffaa8 Binary files /dev/null and b/sc2/content/comm/starbas/starb165.ogg differ diff --git a/sc2/content/comm/starbas/starb166.ogg b/sc2/content/comm/starbas/starb166.ogg new file mode 100644 index 000000000..a3465e2c6 Binary files /dev/null and b/sc2/content/comm/starbas/starb166.ogg differ diff --git a/sc2/content/comm/starbas/starb167.ogg b/sc2/content/comm/starbas/starb167.ogg new file mode 100644 index 000000000..dfab0bf35 Binary files /dev/null and b/sc2/content/comm/starbas/starb167.ogg differ diff --git a/sc2/content/comm/starbas/starb168.ogg b/sc2/content/comm/starbas/starb168.ogg new file mode 100644 index 000000000..63c38785e Binary files /dev/null and b/sc2/content/comm/starbas/starb168.ogg differ diff --git a/sc2/content/comm/starbas/starb169.ogg b/sc2/content/comm/starbas/starb169.ogg new file mode 100644 index 000000000..1d68c4f75 Binary files /dev/null and b/sc2/content/comm/starbas/starb169.ogg differ diff --git a/sc2/content/comm/starbas/starb170.ogg b/sc2/content/comm/starbas/starb170.ogg new file mode 100644 index 000000000..3bf30f5c1 Binary files /dev/null and b/sc2/content/comm/starbas/starb170.ogg differ diff --git a/sc2/content/comm/starbas/starb171.ogg b/sc2/content/comm/starbas/starb171.ogg new file mode 100644 index 000000000..b8a71aa3a Binary files /dev/null and b/sc2/content/comm/starbas/starb171.ogg differ diff --git a/sc2/content/comm/starbas/starb172.ogg b/sc2/content/comm/starbas/starb172.ogg new file mode 100644 index 000000000..5ab38619d Binary files /dev/null and b/sc2/content/comm/starbas/starb172.ogg differ diff --git a/sc2/content/comm/starbas/starb173.ogg b/sc2/content/comm/starbas/starb173.ogg new file mode 100644 index 000000000..ad89e0a1e Binary files /dev/null and b/sc2/content/comm/starbas/starb173.ogg differ diff --git a/sc2/content/comm/starbas/starb174.ogg b/sc2/content/comm/starbas/starb174.ogg new file mode 100644 index 000000000..5273d0f31 Binary files /dev/null and b/sc2/content/comm/starbas/starb174.ogg differ diff --git a/sc2/content/comm/starbas/starb175.ogg b/sc2/content/comm/starbas/starb175.ogg new file mode 100644 index 000000000..dbf433ab0 Binary files /dev/null and b/sc2/content/comm/starbas/starb175.ogg differ diff --git a/sc2/content/comm/starbas/starb176.ogg b/sc2/content/comm/starbas/starb176.ogg new file mode 100644 index 000000000..f094ad5fc Binary files /dev/null and b/sc2/content/comm/starbas/starb176.ogg differ diff --git a/sc2/content/comm/starbas/starb177.ogg b/sc2/content/comm/starbas/starb177.ogg new file mode 100644 index 000000000..362b2dc5c Binary files /dev/null and b/sc2/content/comm/starbas/starb177.ogg differ diff --git a/sc2/content/comm/starbas/starb178.ogg b/sc2/content/comm/starbas/starb178.ogg new file mode 100644 index 000000000..f242a02df Binary files /dev/null and b/sc2/content/comm/starbas/starb178.ogg differ diff --git a/sc2/content/comm/starbas/starb179.ogg b/sc2/content/comm/starbas/starb179.ogg new file mode 100644 index 000000000..1bc115e22 Binary files /dev/null and b/sc2/content/comm/starbas/starb179.ogg differ diff --git a/sc2/content/comm/starbas/starb180.ogg b/sc2/content/comm/starbas/starb180.ogg new file mode 100644 index 000000000..4ba47656c Binary files /dev/null and b/sc2/content/comm/starbas/starb180.ogg differ diff --git a/sc2/content/comm/starbas/starb181.ogg b/sc2/content/comm/starbas/starb181.ogg new file mode 100644 index 000000000..781aeb28b Binary files /dev/null and b/sc2/content/comm/starbas/starb181.ogg differ diff --git a/sc2/content/comm/starbas/starb182.ogg b/sc2/content/comm/starbas/starb182.ogg new file mode 100644 index 000000000..9e9a865c4 Binary files /dev/null and b/sc2/content/comm/starbas/starb182.ogg differ diff --git a/sc2/content/comm/starbas/starb183.ogg b/sc2/content/comm/starbas/starb183.ogg new file mode 100644 index 000000000..b8d85aa83 Binary files /dev/null and b/sc2/content/comm/starbas/starb183.ogg differ diff --git a/sc2/content/comm/starbas/starb184.ogg b/sc2/content/comm/starbas/starb184.ogg new file mode 100644 index 000000000..b7a3d6ab1 Binary files /dev/null and b/sc2/content/comm/starbas/starb184.ogg differ diff --git a/sc2/content/comm/starbas/starb185.ogg b/sc2/content/comm/starbas/starb185.ogg new file mode 100644 index 000000000..22fea69ca Binary files /dev/null and b/sc2/content/comm/starbas/starb185.ogg differ diff --git a/sc2/content/comm/starbas/starb186.ogg b/sc2/content/comm/starbas/starb186.ogg new file mode 100644 index 000000000..e09c27e23 Binary files /dev/null and b/sc2/content/comm/starbas/starb186.ogg differ diff --git a/sc2/content/comm/starbas/starb187.ogg b/sc2/content/comm/starbas/starb187.ogg new file mode 100644 index 000000000..e35d19ac4 Binary files /dev/null and b/sc2/content/comm/starbas/starb187.ogg differ diff --git a/sc2/content/comm/starbas/starb188.ogg b/sc2/content/comm/starbas/starb188.ogg new file mode 100644 index 000000000..978d28c0c Binary files /dev/null and b/sc2/content/comm/starbas/starb188.ogg differ diff --git a/sc2/content/comm/starbas/starb189.ogg b/sc2/content/comm/starbas/starb189.ogg new file mode 100644 index 000000000..b373ed260 Binary files /dev/null and b/sc2/content/comm/starbas/starb189.ogg differ diff --git a/sc2/content/comm/starbas/starb190.ogg b/sc2/content/comm/starbas/starb190.ogg new file mode 100644 index 000000000..e181d928f Binary files /dev/null and b/sc2/content/comm/starbas/starb190.ogg differ diff --git a/sc2/content/comm/starbas/starb191.ogg b/sc2/content/comm/starbas/starb191.ogg new file mode 100644 index 000000000..cadfdb152 Binary files /dev/null and b/sc2/content/comm/starbas/starb191.ogg differ diff --git a/sc2/content/comm/starbas/starbas.txt b/sc2/content/comm/starbas/starbas.txt index 2f959ef16..ffacc9ef2 100755 --- a/sc2/content/comm/starbas/starbas.txt +++ b/sc2/content/comm/starbas/starbas.txt @@ -1,204 +1,204 @@ -#(BEFORE_WE_GO_ON_1) starb000.wav +#(BEFORE_WE_GO_ON_1) starb000.ogg Before we go on, I have something important to tell you -#(BEFORE_WE_GO_ON_2) starb001.wav +#(BEFORE_WE_GO_ON_2) starb001.ogg There is something I think you should know -#(BEFORE_WE_GO_ON_3) starb002.wav +#(BEFORE_WE_GO_ON_3) starb002.ogg By the way, I thought you should know -#(BEFORE_WE_GO_ON_4) starb003.wav +#(BEFORE_WE_GO_ON_4) starb003.ogg Before we proceed, I wanted you to know -#(BEFORE_WE_GO_ON_5) starb004.wav +#(BEFORE_WE_GO_ON_5) starb004.ogg I have some information I think you should hear -#(BEFORE_WE_GO_ON_6) starb005.wav +#(BEFORE_WE_GO_ON_6) starb005.ogg I've been waiting for you to return to inform you of a new situation -#(BEFORE_WE_GO_ON_7) starb006.wav +#(BEFORE_WE_GO_ON_7) starb006.ogg I know you're busy, but I have some news -#(NORMAL_HELLO_A0) starb007.wav +#(NORMAL_HELLO_A0) starb007.ogg Welcome back, Captain #(NORMAL_HELLO_A1) . -#(NORMAL_HELLO_B0) starb008.wav +#(NORMAL_HELLO_B0) starb008.ogg Greetings, Captain #(NORMAL_HELLO_B1) . I am ready to assist you. -#(NORMAL_HELLO_C0) starb009.wav +#(NORMAL_HELLO_C0) starb009.ogg It's good to see you again, Captain #(NORMAL_HELLO_C1) . -#(NORMAL_HELLO_D0) starb010.wav +#(NORMAL_HELLO_D0) starb010.ogg Ah, Captain #(NORMAL_HELLO_D1) , I'm glad you're back. -#(NORMAL_HELLO_E0) starb011.wav +#(NORMAL_HELLO_E0) starb011.ogg Hello Captain #(NORMAL_HELLO_E1) . -#(NORMAL_HELLO_F0) starb012.wav +#(NORMAL_HELLO_F0) starb012.ogg I am at your disposal, Captain #(NORMAL_HELLO_F1) . -#(NORMAL_HELLO_G0) starb013.wav +#(NORMAL_HELLO_G0) starb013.ogg Captain #(NORMAL_HELLO_G1) . I'm glad you made it back in one piece. -#(NORMAL_HELLO_H0) starb014.wav +#(NORMAL_HELLO_H0) starb014.ogg I hope the battle fares well, Captain #(NORMAL_HELLO_H1) . -#(RETURN_HELLO) starb015.wav +#(RETURN_HELLO) starb015.ogg Yes, Captain? #(NORMAL_HELLO_TAIL) -#(NORMAL_GOODBYE_A0) starb016.wav +#(NORMAL_GOODBYE_A0) starb016.ogg Goodbye, Captain #(NORMAL_GOODBYE_A1) . -#(NORMAL_GOODBYE_B0) starb017.wav +#(NORMAL_GOODBYE_B0) starb017.ogg Bring back lots of minerals, Captain #(NORMAL_GOODBYE_B1) . -#(NORMAL_GOODBYE_C0) starb018.wav +#(NORMAL_GOODBYE_C0) starb018.ogg Return soon, Captain #(NORMAL_GOODBYE_C1) . -#(NORMAL_GOODBYE_D0) starb019.wav +#(NORMAL_GOODBYE_D0) starb019.ogg Farewell Captain #(NORMAL_GOODBYE_D1) . -#(NORMAL_GOODBYE_E0) starb020.wav +#(NORMAL_GOODBYE_E0) starb020.ogg Try to avoid getting gruesomely killed, Captain #(NORMAL_GOODBYE_E1) . -#(NORMAL_GOODBYE_F0) starb021.wav +#(NORMAL_GOODBYE_F0) starb021.ogg We shall await your return, Captain #(NORMAL_GOODBYE_F1) . -#(NORMAL_GOODBYE_G0) starb022.wav +#(NORMAL_GOODBYE_G0) starb022.ogg Blow up an Ur-Quan for me, Captain #(NORMAL_GOODBYE_G1) . -#(NORMAL_GOODBYE_H0) starb023.wav +#(NORMAL_GOODBYE_H0) starb023.ogg Be careful out there, Captain #(NORMAL_GOODBYE_H1) . -#(LIGHT_LOAD_A0) starb024.wav +#(LIGHT_LOAD_A0) starb024.ogg The more minerals you bring us, Captain #(LIGHT_LOAD_A1) , the faster we'll be able to tackle the Ur-Quan. -#(LIGHT_LOAD_B0) starb025.wav +#(LIGHT_LOAD_B0) starb025.ogg Light load this time, Captain #(LIGHT_LOAD_B1) . -#(LIGHT_LOAD_C0) starb026.wav +#(LIGHT_LOAD_C0) starb026.ogg Another small load, Captain -#(LIGHT_LOAD_C1) starb027.wav +#(LIGHT_LOAD_C1) starb027.ogg . Well, I suppose something is better than nothing. -#(LIGHT_LOAD_D0) starb028.wav +#(LIGHT_LOAD_D0) starb028.ogg I don't mean to criticize, Captain #(LIGHT_LOAD_D1) , but, uh, wouldn't it be more efficient if you could return with larger loads? -#(LIGHT_LOAD_E0) starb029.wav +#(LIGHT_LOAD_E0) starb029.ogg Pretty small amounts, Captain #(LIGHT_LOAD_E1) . Bringing these small amounts of minerals is not cost-effective. Try getting larger loads. -#(LIGHT_LOAD_F0) starb030.wav +#(LIGHT_LOAD_F0) starb030.ogg Not too much today, Captain #(LIGHT_LOAD_F1) . I hope you have better luck next time. -#(LIGHT_LOAD_G0) starb030.wav +#(LIGHT_LOAD_G0) starb030.ogg Not too much today, Captain #(LIGHT_LOAD_G1) . I hope you have better luck next time. -#(MEDIUM_LOAD_A0) starb031.wav +#(MEDIUM_LOAD_A0) starb031.ogg Not a bad job, Captain #(MEDIUM_LOAD_A1) . -#(MEDIUM_LOAD_B0) starb032.wav +#(MEDIUM_LOAD_B0) starb032.ogg Good work, Captain #(MEDIUM_LOAD_B1) . -#(MEDIUM_LOAD_C0) starb033.wav +#(MEDIUM_LOAD_C0) starb033.ogg Thanks, Captain #(MEDIUM_LOAD_C1) . -#(MEDIUM_LOAD_D0) starb034.wav +#(MEDIUM_LOAD_D0) starb034.ogg Keep it coming, Captain #(MEDIUM_LOAD_D1) . -#(MEDIUM_LOAD_E0) starb035.wav +#(MEDIUM_LOAD_E0) starb035.ogg Pretty fair load, Captain #(MEDIUM_LOAD_E1) . Can you do better next time? -#(MEDIUM_LOAD_F0) starb036.wav +#(MEDIUM_LOAD_F0) starb036.ogg Don't stop now, Captain #(MEDIUM_LOAD_F1) . We can use every bit you bring us. -#(MEDIUM_LOAD_G0) starb037.wav +#(MEDIUM_LOAD_G0) starb037.ogg A fair haul, Captain #(MEDIUM_LOAD_G1) . Maybe you should consider adding a storage bay so you can gather larger loads. -#(HEAVY_LOAD_A0) starb038.wav +#(HEAVY_LOAD_A0) starb038.ogg Excellent work, Captain #(HEAVY_LOAD_A1) ! -#(HEAVY_LOAD_B0) starb039.wav +#(HEAVY_LOAD_B0) starb039.ogg This will really help, Captain #(HEAVY_LOAD_B1) . -#(HEAVY_LOAD_C0) starb040.wav +#(HEAVY_LOAD_C0) starb040.ogg A fine job, Captain #(HEAVY_LOAD_C1) ! -#(HEAVY_LOAD_D0) starb041.wav +#(HEAVY_LOAD_D0) starb041.ogg Wow, #(HEAVY_LOAD_D1) , you really hit the mother lode this time! -#(HEAVY_LOAD_E0) starb042.wav +#(HEAVY_LOAD_E0) starb042.ogg If you can keep this up, #(HEAVY_LOAD_E1) , we'll turn that flagship of yours into a genuine Dreadnought-Killer. -#(HEAVY_LOAD_F0) starb043.wav +#(HEAVY_LOAD_F0) starb043.ogg Captain #(HEAVY_LOAD_F1) , you are to be commended. Keep up the good work! -#(HEAVY_LOAD_G0) starb044.wav +#(HEAVY_LOAD_G0) starb044.ogg More fuel for the fire, eh, Captain #(HEAVY_LOAD_G1) ? That last load should keep it blazing! -#(STARBASE_IS_READY_A) starb045.wav +#(STARBASE_IS_READY_A) starb045.ogg I have good news to report, Captain. We have successfully integrated the Precursor technology from your ship into our fabricator system and as you can see, we have already begun minor repairs on the @@ -220,30 +220,30 @@ Captain, I know you're eager to get to work, so I'll be brief. If you have any questions -- how this Starbase works, what resources we need or just some background information on the galaxy -- don't hesitate to ask. -#(WHAT_KIND_OF_INFO) starb046.wav +#(WHAT_KIND_OF_INFO) starb046.ogg Certainly, Captain. What do you need to know? -#(WHICH_FUNCTION) starb047.wav +#(WHICH_FUNCTION) starb047.ogg We can modify your Precursor ship, build additional combat vessels and supply you with fuel and crew. -#(WHICH_HISTORY) starb048.wav +#(WHICH_HISTORY) starb048.ogg What aspect of history, Captain? -#(WHICH_MISSION) starb049.wav +#(WHICH_MISSION) starb049.ogg Can you be more specific? -#(OK_NO_NEED_INFO) starb050.wav +#(OK_NO_NEED_INFO) starb050.ogg Fine. Is there anything else you need? -#(ABOUT_FUEL) starb051.wav +#(ABOUT_FUEL) starb051.ogg This base was designed to service Hierarchy ships. Fortunately, your flagship uses the same stabilized antimatter technology as Hierarchy vessels and we'll be able to synthesize what you need. However, due to the size of your ship, we'll have to produce vast quantities of fuel which will be a substantial drain on our resources. -#(ABOUT_MODULES) starb052.wav +#(ABOUT_MODULES) starb052.ogg Our engineers and Precursor specialists agree with the scientists from your world that your starship was designed to be a 'workhorse' vehicle which can be easily reconfigured for different missions @@ -262,7 +262,7 @@ when put in the second slot, it fires two shots spread to the left and right of when put in the third slot, it fires two shots directly left and right and when put in the last or rear slot, it fires a single shot straight backwards. -#(ABOUT_CREW0) starb053.wav +#(ABOUT_CREW0) starb053.ogg We have almost 2000 highly-motivated, skilled professionals aboard this starbase and every single one of them wants a berth aboard the #(ABOUT_CREW1) @@ -273,7 +273,7 @@ the RU cost will remain static; but we have only so many warm bodies on this sta and if your needs for crew grow beyond a certain point the cost could increase dramatically. -#(ABOUT_SHIPS) starb054.wav +#(ABOUT_SHIPS) starb054.ogg Our shipyard facilities are sophisticated and fully automated, permitting a handful of starbase personnel to do the same job as five-hundred, vac-suited construction workers. However, @@ -289,7 +289,7 @@ In theory, Captain, we could build alien starships here if we had designs for th it's a well known fact that alien vessels just can't be flown in combat without native starship captains at the helm. -#(ABOUT_RU) starb055.wav +#(ABOUT_RU) starb055.ogg As you know, Captain, we've committed the entire output of this station to building your flagship and your battle fleet into the strongest force possible; however our resources are very limited, and we feel YOU must decide @@ -302,7 +302,7 @@ To acquire more RU, you must bring resources back to the starbase. These resources can be either in the form of mineral ores gathered from planet surfaces or already-refined metals and other valuable materials from the wreckage of enemy starships. -#(ABOUT_MINERALS) starb056.wav +#(ABOUT_MINERALS) starb056.ogg The most straightforward way you can accumulate Resource Units is to bring mineral ores back to this starbase. There are probably enough resources in just the nearby dozen stars @@ -312,18 +312,18 @@ I would also recommend that you build several additional Storage Bays. When gathering minerals, focus on 'cleaning-out' one star system at a time. This way, you minimize the cost of travel through HyperSpace. -#(ABOUT_LIFE) starb057.wav +#(ABOUT_LIFE) starb057.ogg While I respect your search for abstract knowledge frankly, Captain, in our present circumstances I see little use for such data here. Perhaps you can make use of biological information elsewhere. -#(OK_ENOUGH_STARBASE) starb058.wav +#(OK_ENOUGH_STARBASE) starb058.ogg What else can I tell you? -#(OK_ENOUGH_MISSION) starb059.wav +#(OK_ENOUGH_MISSION) starb059.ogg What else can I tell you? -#(GET_MINERALS) starb060.wav +#(GET_MINERALS) starb060.ogg If you have the patience, I would recommend you spend several months or even a year gathering mineral resources. You can find such minerals on almost any planet surface, @@ -340,7 +340,7 @@ Temperature is related to the size and color of a star Red stars are the coolest, then orange, yellow, green, blue And the hottest stars are white. -#(ABOUT_ALIENS) starb061.wav +#(ABOUT_ALIENS) starb061.ogg That all depends on whom you meet, doesn't it, Captain? Well, in all seriousness, if you encounter the Ilwrath, VUX, Androsynth, or other Hierarchy battle thralls I wouldn't hold out much hope for a peaceful encounter. @@ -350,24 +350,24 @@ If you can find Alliance races who are in a position to help us then you MUST convince them to join with us! Their assistance may be crucial to our success. -#(MUST_DEFEAT) starb062.wav +#(MUST_DEFEAT) starb062.ogg Captain, I wish I had an easy answer, but I don't. The only way I can see of liberating Earth, as well as the Alliance allies ...is to destroy the Ur-Quan and their armada of battle thralls entirely. -#(DEFEAT_LIKE_SO) starb063.wav +#(DEFEAT_LIKE_SO) starb063.ogg To defeat our enemies, we will need awesome strength, both in your flagship and the fleet as well as the assistance of powerful new allies. Though combat will be unavoidable, and sometimes necessary to achieve our goals I am certain your wits will be at least as important as your weapons. You will need to explore this region of space, gathering resources and information wherever you go. -#(FIND_URQUAN) starb064.wav +#(FIND_URQUAN) starb064.ogg I don't know, Captain, but I suspect their battle thralls know more than we do; so I suggest you try to gather information from them, perhaps by force. -#(FIGHT_URQUAN) starb065.wav +#(FIGHT_URQUAN) starb065.ogg At first, your ship will be far too vulnerable to permit frontal assaults on the Ur-Quan. Even when your ship is at full power, we are faced with the reality that the Hierarchy has THOUSANDS of ships @@ -380,7 +380,7 @@ You need to find out if that rumor was true, Captain because if the Ur-Quan do have such a weapon, we'll have to find some way to stop it or all our efforts are for naught. -#(ALLY_LIKE_SO) starb066.wav +#(ALLY_LIKE_SO) starb066.ogg If you encounter an unknown alien race, proceed carefully and diplomatically -- -- we need all the friends we can get, and we certainly can't afford any more enemies. Remember, Captain, with your Precursor starship, you hold awesome power @@ -388,34 +388,34 @@ but there will be situations when dealing with an alien race where a 'carrot' will serve better than a stick. But first you must determine what 'carrot' the alien wants. -#(STRONG_LIKE_SO) starb067.wav +#(STRONG_LIKE_SO) starb067.ogg You need to accumulate enough resources so that we can build up your flagship and assemble a strong fleet. I'd also recommend that you acquire blueprints for other, more powerful ships than our trusty Cruiser. I suspect that aliens will not give you such 'prints unless you form an alliance with them. -#(OK_ENOUGH_DEFEAT) starb068.wav +#(OK_ENOUGH_DEFEAT) starb068.ogg What else can we discuss? -#(WHICH_ALIEN) starb069.wav +#(WHICH_ALIEN) starb069.ogg Which group of aliens? -#(WHICH_WAR) starb070.wav +#(WHICH_WAR) starb070.ogg What about the War? -#(WHICH_ANCIENT) starb071.wav +#(WHICH_ANCIENT) starb071.ogg We have some data on this subject. What do you want to know about? -#(OK_ENOUGH_HISTORY) starb072.wav +#(OK_ENOUGH_HISTORY) starb072.ogg Sure. Anything else? -#(WHICH_ALLIANCE) starb073.wav +#(WHICH_ALLIANCE) starb073.ogg Okay, which race? -#(WHICH_HIERARCHY) starb074.wav +#(WHICH_HIERARCHY) starb074.ogg Which species? -#(ABOUT_OTHER) starb075.wav +#(ABOUT_OTHER) starb075.ogg None that we had made formal contact with. The Chenjesu implied that they had met 2 other starfaring species one near the Giclas constellation, and the other directly coreward from Procyon. @@ -424,10 +424,10 @@ but like so much else with the Arilou, they never revealed the whole story. I am sure there are hundreds more alien races in our galaxy, but beyond what I've told you, your guess is as good as mine. -#(OK_ENOUGH_ALIENS) starb076.wav +#(OK_ENOUGH_ALIENS) starb076.ogg Would you like information on any other aspect of history? -#(ABOUT_SHOFIXTI) starb077.wav +#(ABOUT_SHOFIXTI) starb077.ogg The Shofixti are a race of intelligent marsupials who had been `civilized' for only a few decades when the War began. They were discovered in the Delta Gorno star system by the Yehat who adopted and then `uplifted' the Shofixti, giving them advanced technology and cultural definition. @@ -437,21 +437,21 @@ You know, I once flew as a observer aboard one of their ships on routine patrol, we never saw the enemy but I could never stop thinking about the `Glory Device' it had strapped to the bottom of its hull. -#(ABOUT_YEHAT) starb078.wav +#(ABOUT_YEHAT) starb078.ogg The Yehat are a race of ancient warrior clans that have been traveling the stars for many centuries. The clans are highly competitive and sometimes even wage war on each other; but the clans are all loyal to the Queen and her royal family, known as the Veep-Zeeps. The Veep-Zeeps have been in power for over 2,000 years, and it is said that during their rule the Yehat never lost a battle. -#(ABOUT_ARILOU) starb079.wav +#(ABOUT_ARILOU) starb079.ogg I'd like to think I'm not a bigoted person, Captain, especially when it comes to allies but there is just something about those Arilou that gives me the creeps. One thing I'll say for them, though they possess some technique for moving REALLY fast through HyperSpace. They never let us know what it was, but it sure beats the pants off our fastest ships. -#(ABOUT_CHENJESU) starb080.wav +#(ABOUT_CHENJESU) starb080.ogg The Chenjesu were leaders of the Alliance, even though they refused to accept formally the title. I don't know if their silicon-based biology is just plain superior to our old carbon models or if their fantastic intellects were the product of an ancient, peaceful culture. @@ -460,7 +460,7 @@ One of the more amazing things about them was that they never used HyperWave com They could send messages naturally And their natural HyperWave receptors were much more sensitive than even our best units. -#(ABOUT_MMRNMHRM) starb081.wav +#(ABOUT_MMRNMHRM) starb081.ogg We didn't really get much of a chance to learn about those mechanical beings, but I'll tell you what I know. They are the product of a distant, unknown culture @@ -471,7 +471,7 @@ My personal guess as to why they were sent here is that they're on the leading e and once the Mmrnmhrm have tamed enough new worlds, the genuine colonists -- whoever they are will arrive and claim their due. -#(ABOUT_SYREEN) starb082.wav +#(ABOUT_SYREEN) starb082.ogg Most raw recruits saw the Syreen as nothing more than warm, breathing pin-ups. Warm they are, and yes, they do breathe most magnificently but Captain, they are far more than simple joy units. @@ -479,10 +479,10 @@ Their history shows that the Syreen established and maintained a peaceful cultur from their Bronze Age through their discovery of starflight. Before their planet was destroyed in a horrible cataclysm, their world was an Eden. -#(OK_ENOUGH_ALLIANCE) starb083.wav +#(OK_ENOUGH_ALLIANCE) starb083.ogg What other group of aliens are you interested in? -#(ABOUT_URQUAN) starb084.wav +#(ABOUT_URQUAN) starb084.ogg Our enemy is cunning, relentless and possesses technology superior to all but, perhaps that found aboard your starship. The Ur-Quan are born, live and die for one purpose only: @@ -494,7 +494,7 @@ I'd sure like to know what made those wormy bastards as twisted as they are and I'd like to know why they keep on the move, never stopping longer than it takes to enslave whomever they find. -#(ABOUT_MYCON) starb085.wav +#(ABOUT_MYCON) starb085.ogg The Mycons are hard to get a handle on. In fact, I'm not sure any human has ever had a real conversation with a Mycon. What we know of them we have learned from their corpses, which, I may add @@ -504,7 +504,7 @@ This is probably because the Mycon only thrive in temperatures close to the melt As far as we know, the Mycon are the only race to actively seek out the Ur-Quan in order to become combat slaves. -#(ABOUT_SPATHI) starb086.wav +#(ABOUT_SPATHI) starb086.ogg Imagine facing a cowardly, mobile clam armed with a howitzer and you've got good idea of what it's like dealing with a Spathi. Although they tend to avoid battles as much as their masters will allow @@ -515,7 +515,7 @@ painted their ships black with bright red stripes and formed the `Black Spathi Squadron', dedicated to performing brave and hostile deeds. Like I said, I'd have to see it to believe it. -#(ABOUT_UMGAH) starb087.wav +#(ABOUT_UMGAH) starb087.ogg It's unfortunate that the Umgah fell to the Ur-Quan so early in the War because I suspect we would have gotten along well with those big blob creatures; at the very least it would have been entertaining. @@ -524,7 +524,7 @@ before, after, and during battle. The Arilou intimated that they had a relationship with the Umgah before the Ur-Quan arrived but I don't know any details. -#(ABOUT_ANDROSYNTH) starb088.wav +#(ABOUT_ANDROSYNTH) starb088.ogg When I was flying combat missions along the Coreward Front there was nothing we feared more than the Androsynth Hit-And-Run Squadron. Their Blazer starships were more than a match for our cruisers @@ -533,12 +533,12 @@ In addition, I think each of us aboard ship knew deep down in our hearts that the Androsynth had a damn good reason for hating us. Our grandparents had kept them as slaves for nearly 50 years. -#(ABOUT_VUX) starb089.wav +#(ABOUT_VUX) starb089.ogg The starship Far Voyager, under the command of Captain Jeffry L. Rand, encountered the VUX near Beta Mira. Although the details are hazy, it is generally accepted that Rand offended the VUX starship Commander with an inadvertent insult. -#(ABOUT_ILWRATH) starb090.wav +#(ABOUT_ILWRATH) starb090.ogg I still have nightmares about those spiders taking me prisoner -- using me in one of their sick sacrifices to Dogar and Kazon their twin gods of destruction and torment. @@ -546,10 +546,10 @@ Those guys were almost as scary as the Androsynth to those of us on deep-space p Their Avenger ships could appear out of nowhere and melt a Cruiser down to slag in seconds. Luckily for us, the bulk of the Ilwrath fleet was thrown against the Chenjesu and the Mmrnmhrm. -#(OK_ENOUGH_HIERARCHY) starb091.wav +#(OK_ENOUGH_HIERARCHY) starb091.ogg What other group of aliens are you interested in? -#(ABOUT_PRECURSORS) starb092.wav +#(ABOUT_PRECURSORS) starb092.ogg Hell, you probably know more about them than I do, but here goes... about 200,000 years ago when our great-to-the-nth-grandparents were just starting to play with stone knives and bearskins a starfaring species suddenly appeared on the galactic scene and spread like wildfire. @@ -563,7 +563,7 @@ I don't know if they looked more like a brontosaur or an elephant Anyway, about three thousand years after the Precursors made their dramatic appearance they vanished, poof! As far as we can tell, it took less than a decade to happen. -#(ABOUT_OLD_RACES) starb093.wav +#(ABOUT_OLD_RACES) starb093.ogg You mean besides the Precursors? Well, the only information we have is second-hand based on some research by a Chenjesu historian that I read at the Academy. Tzzz-Tzer-Tzak, the historian, found some evidence that there was a group of alien races @@ -574,7 +574,7 @@ The presence of the hostile Androsynth in that part of space severely limited Tzzz-Tzer-Tzak's research. He never even found out the race's name. -#(ABOUT_ALIENS_ON_EARTH) starb094.wav +#(ABOUT_ALIENS_ON_EARTH) starb094.ogg Yes, there is. Aside from the Precursor relics we have found on Earth -- -- often in museums, mislabeled as 'modern art' -- @@ -594,10 +594,10 @@ as though the Ariloulaleelay were doing 'check-ups' on their subjects. We never got a chance to confront the Ariloulaleelay about what they did to us and why. I wonder if we ever will? -#(OK_ENOUGH_ANCIENT) starb095.wav +#(OK_ENOUGH_ANCIENT) starb095.ogg Would you like information on any other aspect of history? -#(URQUAN_STARTED_WAR) starb096.wav +#(URQUAN_STARTED_WAR) starb096.ogg Earth got involved late in the game, in 2112, when the Chenjesu arrived in our solar system for the first time so let's back up a few years to 2098 when the Chenjesu's super-sensitive receivers detected a strange signal from the Ophiuchi constellation. @@ -619,7 +619,7 @@ The timing seemed unusual and the Arilou were definitely weird, looking like Sau but we were too busy cranking up our moth-balled heavy industry that we didn't really pay it much attention at the time. -#(WAR_WAS_LIKE_SO) starb097.wav +#(WAR_WAS_LIKE_SO) starb097.ogg At the start of the war, here on Earth we were working like crazy churning out hundreds of heavy Cruisers and smaller support vehicles. The Ur-Quan were busy too. Unbeknownst to us, they had moved down toward the Luyten star group @@ -635,7 +635,7 @@ The last entrants to the conflict were the Syreen, a race of space gypsies who had escaped the Hierarchy by moving their vast fleet of slow-moving habitats into human space. With the sides set, the last Ur-Quan offensive began. -#(LOST_WAR_BECAUSE) starb098.wav +#(LOST_WAR_BECAUSE) starb098.ogg The Ur-Quan came roaring through VUX space, and tried to push past the Indi and Mira star systems. Their onslaught was barely repulsed and our counter-attack made hardly a dent in the Hierarchy forces but we held the line -- The Coreward front remained intact. @@ -656,7 +656,7 @@ Moscow, Beijing, Tokyo, London, Buenos Aires, and Washington. We'd lost the War and we knew it, but the Ur-Quan decided to make it real clear -- -- and that's why if you check any of our most recent maps, you won't find Buenos Aires. -#(AFTER_WAR) starb099.wav +#(AFTER_WAR) starb099.ogg After the UN submitted their formal surrender we were given a week to decide the nature of our servitude. The Ur-Quan demanded that the decision be made through popular vote. @@ -688,23 +688,23 @@ and our contact with the outside world stopped. The next time I saw the stars was 8 years ago, when I was transferred up here to be the new commander of this starbase. -#(OK_ENOUGH_WAR) starb100.wav +#(OK_ENOUGH_WAR) starb100.ogg Would you like any information on any other aspect of history? -#(STARBASE_BULLETIN_TAIL) starb101.wav +#(STARBASE_BULLETIN_TAIL) starb101.ogg That's all for now, Captain. -#(BETWEEN_BULLETINS) starb102.wav +#(BETWEEN_BULLETINS) starb102.ogg also -#(STARBASE_BULLETIN_1) starb103.wav +#(STARBASE_BULLETIN_1) starb103.ogg Captain, a delegation of Spathi has just arrived here under orders from their High Council to form an alliance and assist you against the Hierarchy! They have provided fabricator blueprint data for their 'Eluder' spacecraft and promise a steady supply of captains for as many ships as we build. Excellent work, Captain! -#(STARBASE_BULLETIN_2) starb104.wav +#(STARBASE_BULLETIN_2) starb104.ogg It would appear that your diplomatic efforts have struck gold, Captain. We have been contacted by a race called the Zoq-Fot-Pik who wish to fulfill their part of 'the Unification' -- @@ -713,19 +713,19 @@ They have sent us specifications for their Stinger-class attack vessels as well as a large number of Zoq-Fot-Pik commanding officers. You're doing a fine job, Captain. -#(STARBASE_BULLETIN_3) starb105.wav +#(STARBASE_BULLETIN_3) starb105.ogg A race of plant creatures called the Supox have arrived in your absence, Captain. They offered use of their ship designs and will supply you as many starship captains as we require. I, of course, accepted their offer immediately. -#(STARBASE_BULLETIN_4) starb106.wav +#(STARBASE_BULLETIN_4) starb106.ogg A small contingent of Utwig has visited. After spending a few days setting up our fabricators to build their Jugger starships and providing us with a few capable commanders, they departed. Captain, if you continue to build such strong alliances we will surely win our battle against the Ur-Quan! -#(STARBASE_BULLETIN_5) starb107.wav +#(STARBASE_BULLETIN_5) starb107.ogg We have been invaded by an alien race calling themselves the `Orz', though so far the invasion is a friendly one. The fishlike creatures have been stomping around the base in their robotic walking exoskeletons which look like combat vac-suits, if you ask me. @@ -733,14 +733,14 @@ Based on the summary reports I've seen on their `Nemesis' ship design, I have bu I like it! I'd say we have quite a nasty little surprise in store for the Ur-Quan the next time you tangle with them. -#(STARBASE_BULLETIN_6) starb108.wav +#(STARBASE_BULLETIN_6) starb108.ogg Good news, Captain! With no announcement, a small fleet of Ariloulaleelay popped into space adjacent to our starbase scaring the hell out of the Deep-Radar operator but right now I could kiss every one of those pale little weirdoes because they gave us three Skiff vessels! -#(STARBASE_BULLETIN_7) starb109.wav +#(STARBASE_BULLETIN_7) starb109.ogg We are receiving a priority distress call from the Zoq-Fot Homeworld at Alpha Tucanae. The signal was urgent but extremely weak. The only portions of the transmission that we can be sure of are: `HELP!' @@ -751,52 +751,52 @@ The signal was urgent but extremely weak. The only portions of the transmission and finally `HELP!' -#(STARBASE_BULLETIN_8) starb110.wav +#(STARBASE_BULLETIN_8) starb110.ogg A previously unknown alien race has recently made contact with our base. They call themselves the Melnorme, and are anxious to initiate trading relations with us. If we are interested, they suggest making a rendezvous at Alpha Centauri. -#(STARBASE_BULLETIN_9) starb111.wav +#(STARBASE_BULLETIN_9) starb111.ogg The Melnorme returned to the starbase, wondering when you want to meet them. They seemed friendly but were unwilling to deal with us, claiming that we have no data they consider valuable. They said to make contact with them in any supergiant star system. -#(STARBASE_BULLETIN_10) starb112.wav +#(STARBASE_BULLETIN_10) starb112.ogg Our deep-space monitoring team has detected faint alien signals coming from Uranus or somewhere in that general direction. The emanations are definitely being generated from within the solar system and could represent the presence of a Hierarchy spy. -#(STARBASE_BULLETIN_11) starb113.wav +#(STARBASE_BULLETIN_11) starb113.ogg We have a major situation Captain! As of a few days ago, all Spathi starship captains have vanished from our starbase. We don't know how or why, but until we receive replacements from Spathiwa you will be unable to commission any additional Spathi Eluder vessels for your fleet. -#(STARBASE_BULLETIN_12) starb114.wav +#(STARBASE_BULLETIN_12) starb114.ogg We are being bathed in broad-beam HyperWave transmission from the direction of the Rigel star system. Due to the broadcast's wide dispersion, we cannot discern its content. -#(STARBASE_BULLETIN_13) starb115.wav +#(STARBASE_BULLETIN_13) starb115.ogg We have made a formal alliance with the Chmmr. Their ships can now be built in our shipyards. -#(STARBASE_BULLETIN_14) starb116.wav +#(STARBASE_BULLETIN_14) starb116.ogg The Shofixti have returned! Their ships can now be built in our shipyards. With their vast numbers swelling our ranks we won't have to worry about running out of able-bodied crew and I'm sure their volunteers will reduce the cost for new crew. -#(STARBASE_BULLETIN_15) starb117.wav +#(STARBASE_BULLETIN_15) starb117.ogg We have detected a minute but measurable disturbance in the InterSpace fabric at approximate TrueSpace coordinate 100:50. Our scientists speculate that this disturbance may be caused by many thousands of HyperWarp penetrations all in phase -- as though a huge fleet of ships were on the move. -#(STARBASE_BULLETIN_16) starb118.wav +#(STARBASE_BULLETIN_16) starb118.ogg In the log of your voyage from Unzervalt, I read that you encountered a tumbling, red probe that attacked the Tobermoon, killing Captain Burton. Over the past few months we have monitored an increasing number of these probes entering the system, @@ -805,7 +805,7 @@ If this continues, in a year space will be crawling with these things! I recommend you treat this as a serious problem now, before it becomes a disaster. Discover who is producing these probes and stop them from creating any more. -#(STARBASE_BULLETIN_18) starb119.wav +#(STARBASE_BULLETIN_18) starb119.ogg This seems strange to me, and I considered not bringing it up but not long ago, six of my people fell unconscious simultaneously for no apparent reason. When they awoke hours later, they reported being overwhelmed by a feeling @@ -813,7 +813,7 @@ of something VERY wrong that had taken place. The Med Techs couldn't find anything wrong with these crew members, but they discovered one correlation. All six of them have exceptionally high esper ratings. -#(STARBASE_BULLETIN_19) starb120.wav +#(STARBASE_BULLETIN_19) starb120.ogg In the two weeks that have passed since the Chmmr began to work on your vessel they attached the Utwig bomb to your ship, and have also put in place their own crystalline amplification devices to boost dramatically the power of the weapon. @@ -829,7 +829,7 @@ But here's the good news The Chmmr have provided us with an unbelievable wealth of minerals and other resources. We no longer have limits on what we can build for your flagship, or your fleet. -#(STARBASE_BULLETIN_22) starb121.wav +#(STARBASE_BULLETIN_22) starb121.ogg I have some somber news. For weeks now we have been scanning space in the direction of the Tucanae stars hoping to hear some word from our Zoq-Fot-Pik allies @@ -838,7 +838,7 @@ We did receive an alien broadcast however -- it rang through space like an elect I think the best way to describe it would be exultant. -#(STARBASE_BULLETIN_27) starb122.wav +#(STARBASE_BULLETIN_27) starb122.ogg Captain, I have an unpleasant topic to discuss with you, but this needs to be resolved right away. There is some kind of wild rumor blowing around the starbase that you have sold your own crew to the Druuge as slaves. @@ -847,7 +847,7 @@ Look Captain, I know you would never do anything like that, and I'm sorry I even but now I can assure everyone that this is just one of those damn fool lies that gets spread during wartime. Thank you for your patience, Captain. -#(STARBASE_BULLETIN_28) starb123.wav +#(STARBASE_BULLETIN_28) starb123.ogg I have just received incontrovertible evidence that you HAVE been selling members of your own crew to the Druuge. Captain, how could you!? Don't you know what the Druuge will use those men and women for? @@ -859,7 +859,7 @@ With the word out on what you have done, it's going to be pretty damn hard to re for your next trip. I expect the RU cost for crew will sky-rocket. -#(STARBASE_BULLETIN_29) starb124.wav +#(STARBASE_BULLETIN_29) starb124.ogg Well Captain, we have another problem. Your efforts on our behalf have been amazing, I truly believe we may win this struggle but these achievements have not been gained without a price. @@ -869,7 +869,7 @@ A THOUSAND, Captain! Crew are quickly becoming a valuable commodity and I expect their RU cost will reflect this. -#(STARBASE_BULLETIN_30) starb125.wav +#(STARBASE_BULLETIN_30) starb125.ogg I can't believe what I've just heard! Captain, you're a heinous slave-trader! Your exchanges with the Druuge have become a horror story throughout the entire starbase. @@ -877,16 +877,16 @@ If anyone here is stupid enough to join your crew, I expect the RU cost will be If you weren't our only hope for freedom, Captain, I'd kill you where you stand. As it is, expect me to bring charges against you when this is all over. -#(DEVICE_HEAD) starb126.wav +#(DEVICE_HEAD) starb126.ogg The analysis reads as follows: -#(BETWEEN_DEVICES) starb127.wav +#(BETWEEN_DEVICES) starb127.ogg The next entry in the analysis is: -#(DEVICE_TAIL) starb128.wav +#(DEVICE_TAIL) starb128.ogg That's the end of our scientists' report. -#(ABOUT_PORTAL) starb129.wav +#(ABOUT_PORTAL) starb129.ogg SUBJECT: QuasiSpace Portal Spawner. DATA: Device is a hybrid of different alien technologies, including Arilou and Ur-Quan elements. Our tests show that this device temporarily creates a weakness in the fabric between HyperSpace @@ -895,7 +895,7 @@ and since the unit's power supply is self-contained, we cannot estimate how long SUMMARY: Use of this device will permit a starship to make transit to a different dimension. The hazards and benefits of this process are impossible to gauge without field study. -#(ABOUT_TALKPET) starb130.wav +#(ABOUT_TALKPET) starb130.ogg SUBJECT: Talking Pet Lifeform. DATA: This creature is physiologically identical to the so-called Ur-Quan `Talking Pet' with one notable exception. It is highly intelligent, and evidences strong psychic capabilities. @@ -909,7 +909,7 @@ we talked about roses, daisies, and other pretty flowers! SUMMARY: Everything's okay! Nothing to worry about with this cuddly little guy. Not one thing! -#(ABOUT_BOMB) starb131.wav +#(ABOUT_BOMB) starb131.ogg SUBJECT: Utwig Bomb Device. DATA: Analysis has yielded little information about this device largely because of our technicians' unwillingness to open it, or even remove the bomb from your ship. @@ -924,14 +924,14 @@ DO NOT ACTIVATE THIS DEVICE! LEAVE IT ALONE! Any experimentation should be conducted AT LEAST 12 AU from this starbase and preferably a bit further. -#(ABOUT_SUN) starb132.wav +#(ABOUT_SUN) starb132.ogg SUBJECT: Sun Device. DATA: The unit contains a power generator whose output magnitude is simply mind-croggling. When activated, the device radiates visible light equivalent to less than 1/100 of 1% of our sun however, when placed close to a planet, perhaps in orbit, its output would rival Sol's. SUMMARY: Another Precursor tool the energy output of which can replace or augment a sun's radiance. -#(ABOUT_MAIDENS) starb133.wav +#(ABOUT_MAIDENS) starb133.ogg SUBJECT: Shofixti Maidens. DATA: Subjects appear to be 16 Shofixti females, all in young adulthood. Subjects appear to be in good condition, with little or no freezer burn or other degeneration. @@ -941,14 +941,14 @@ Until such a time as we feel we can induce artificial parthenogenesis or otherwise give the Shofixti sexual viability, our recommendation is to keep them as they are asleep. -#(ABOUT_SPHERE) starb134.wav +#(ABOUT_SPHERE) starb134.ogg SUBJECT: Rosy Sphere Device. DATA: The specimen is 5 centimeters in diameter, perfectly smooth and composed of a blood-red translucent substance. Tests show that it has atypical ferro-magnetic properties, but is utterly non-conductive. SUMMARY: Probably a Precursor tool -- function unknown. -#(ABOUT_HELIX) starb135.wav +#(ABOUT_HELIX) starb135.ogg SUBJECT: Aqua Helix Device. DATA: This device is composed of a light blue, super-hard substance which rates Mohs-13. The object is composed of a flat ribbon of homogenous material approximately 1 meter in length @@ -956,14 +956,14 @@ and it is twisted in a perfect helix. Focused ion and nucleo-magnetic scans reveal little about its interior. SUMMARY: Unknown design. Unknown origin. Unknown function. -#(ABOUT_SPINDLE) starb136.wav +#(ABOUT_SPINDLE) starb136.ogg SUBJECT: Clear Spindle Device. DATA: The object in question has no clear use or means of activation but does have super-conductive characteristics between 18 and 22 degrees C. We suspect that it is of Precursor manufacture, but we cannot be certain without extended study. SUMMARY: In all likelihood, this object is a part of a larger device whose capabilities remain unknown. -#(ABOUT_ULTRON_0) starb137.wav +#(ABOUT_ULTRON_0) starb137.ogg SUBJECT: Ultron Device. We put this thing through every test we've got, and came up with the same results as if we'd used a fork nothing, zero, zip. @@ -971,7 +971,7 @@ If this thing ever functioned -- which we doubt -- it certainly won't now. Age and physical stress have long since robbed it of whatever `mystical powers' it might have once had. SUMMARY: In the future, please don't waste our valuable time on junk like this so-called `Ultron.' -#(ABOUT_ULTRON_1) starb138.wav +#(ABOUT_ULTRON_1) starb138.ogg SUBJECT: Ultron Device. DATA: At first we thought this was a piece of junk -- in fact it may still be just that but when you submitted it to us, we infused it with gamma radiation @@ -980,14 +980,14 @@ recorded from the `Empties', the `Singing Hoops', and `the Big Dud' which were all found in Precursor burrows on Procyon. SUMMARY: We are now convinced that this is a Precursor tool, but it remains dysfunctional. -#(ABOUT_ULTRON_2) starb139.wav +#(ABOUT_ULTRON_2) starb139.ogg SUBJECT: Ultron Device. DATA: The Ultron is partially functional, and we can detect energy emission from the device. We suspect that the unit requires additional minor repairs before achieving full functionality and at this time, we cannot make an assessment of its capabilities. SUMMARY: A single additional replacement part should bring the Ultron to life. -#(ABOUT_ULTRON_3) starb140.wav +#(ABOUT_ULTRON_3) starb140.ogg SUBJECT: Ultron. DATA: We have determined that the so-called `Ultron' is in fact the `Appendages of Dawn' described in the Precursor fragment found on Rigel in 2123. @@ -998,7 +998,7 @@ nor do those of the allied species we have tested. SUMMARY: Perhaps the Utwig, who claim to understand this device, can shed some light on its true function and power. -#(ABOUT_UCASTER) starb141.wav +#(ABOUT_UCASTER) starb141.ogg SUBJECT: HyperWave Broad`Caster - Umgah Design. DATA: This unit is capable of generating extremely intense HyperWave transmissions though it is otherwise similar to our own `Casters. @@ -1006,14 +1006,14 @@ SUMMARY: This thing would be great for practical jokes. You could scream `Boo!' and scare the pants, or whatever, off everyone in the system. If you used it in HyperSpace, there's no telling who might hear you and come running. -#(ABOUT_BCASTER) starb142.wav +#(ABOUT_BCASTER) starb142.ogg SUBJECT: HyperWave Broad`Caster - Unknown Design. DATA: This technology is new to us, but though a bit primitive by Alliance standards is capable of generating a VERY strong signal. SUMMARY: Should you wish to call someone in HyperSpace, or send a message through a mile of steel this baby will do just fine. -#(ABOUT_SHIELD) starb143.wav +#(ABOUT_SHIELD) starb143.ogg SUBJECT: Taalo Device. DATA: Whoever the Taalo were, they were clever -- way past us, probably even beyond the Chenjesu. As far as I can tell, with all our equipment, this thing is @@ -1026,7 +1026,7 @@ SUMMARY: If you keep this Taalo rock device thing on board your vessel I'll bet you are immune to any form of psychic attack or at least mostly immune. -#(ABOUT_EGGCASE_0) starb144.wav +#(ABOUT_EGGCASE_0) starb144.ogg SUBJECT: Mycon Egg Case. DATA: We really didn't know Mycon came from eggs, but our analysis of this sheath shows that it has been subjected to phenomenal temperatures and pressures. @@ -1035,17 +1035,17 @@ we know Mycons range in height from .5 to 3.5 meters but our reconstruction of the whole egg case shows it to be over 25 meters high! SUMMARY: If a Mycon came out of this, it's gotta be really big. -#(ABOUT_SHUTTLE) starb145.wav +#(ABOUT_SHUTTLE) starb145.ogg SUBJECT: Syreen Pilot Shuttle. DATA: As yet, the field research team has failed to report back to their group leaders. When we called them, they described being deep in study and wished to attend to a few important details before returning to the base. SUMMARY: Several group leaders have volunteered to assist the team to `help them where they can.' -#(ABOUT_VUXBEAST0) starb146.wav +#(ABOUT_VUXBEAST0) starb146.ogg SUBJECT: Hostile Alien Creature. -#(ABOUT_VUXBEAST1) starb191.wav +#(ABOUT_VUXBEAST1) starb191.ogg DATA: This is newly-promoted, junior scientist Hawkins reporting. Dr. Chu -- y'know, he's the leader of this section -- he's still in sick bay. He's been there ever since that thing took a swipe at him and he got too close to the cage. @@ -1063,14 +1063,14 @@ SUMMARY: The sooner you get that thing off this starbase the less likely it is that that thing will get loose and kill us all. Uh... I, uh, I guess that's it. -#(ABOUT_DESTRUCT) starb147.wav +#(ABOUT_DESTRUCT) starb147.ogg SUBJECT: Slylandro Probe Destruct Code Sequence. DATA: This is a complex sequence of program instructions using an encryption sequence similar in some ways to the Rolling-Phung algorithm. SUMMARY: When a Slylandro Probe approaches, open a hailing frequency, wait for a response and then transmit the code. -#(ABOUT_WARPPOD) starb148.wav +#(ABOUT_WARPPOD) starb148.ogg SUBJECT: Ur-Quan Warp Pod. DATA: This unit appears to be the core for the starboard warp pod of an Ur-Quan Dreadnought. It is surprisingly similar to our own warp cores @@ -1078,72 +1078,72 @@ but it generates a much stronger, tighter field than the equipment we have on ou SUMMARY: For us, the Warp Pod is little more than a curiosity though you may find some useful application for it in the future. -#(ABOUT_ARTIFACT_2) starb149.wav +#(ABOUT_ARTIFACT_2) starb149.ogg SUBJECT: Wimbli's Trident Device. DATA: I presume this device is named `Wimbli's Trident' because of the name, `Wimbli', crudely etched into its base. SUMMARY: To be honest, Captain, I believe that the Druuge robbed you blind. -#(ABOUT_ARTIFACT_3) starb150.wav +#(ABOUT_ARTIFACT_3) starb150.ogg SUBJECT: Glowing Rod Device. DATA: We had high hopes for this device, Captain, because of the constant, pulsing aura it generated. However, I am afraid after investigating the object, and locating its concealed batteries slot we had to conclude that this was nothing more than a well-crafted toy. SUMMARY: In the future, Captain, I would be very careful of what I bought from the Druuge. -#(LETS_SEE) starb151.wav +#(LETS_SEE) starb151.ogg Hmm... let's see... -#(GO_GET_MINERALS) starb152.wav +#(GO_GET_MINERALS) starb152.ogg I guess I'd go gather more minerals to build up a good supply of resource units. -#(IMPROVE_FLAGSHIP_WITH_RU) starb153.wav +#(IMPROVE_FLAGSHIP_WITH_RU) starb153.ogg Use the Resource Units you have accumulated to improve your flagship. -#(GOT_OK_FLAGSHIP) starb154.wav +#(GOT_OK_FLAGSHIP) starb154.ogg Your flagship is in pretty good shape -#(GO_ALLY_WITH_ALIENS) starb155.wav +#(GO_ALLY_WITH_ALIENS) starb155.ogg You should investigate building alliances with non-hostile alien races. Their assistance is crucial to our success. -#(MADE_SOME_ALLIES) starb156.wav +#(MADE_SOME_ALLIES) starb156.ogg You have established several successful alliances with alien races -#(GET_SHIPS_BY_MINING_OR_ALLIANCE) starb157.wav +#(GET_SHIPS_BY_MINING_OR_ALLIANCE) starb157.ogg Build up your fleet of combat vessels. Their additional strength and the flexibility granted by their various powers will greatly enhance your ability to survive in space. -#(GOT_OK_FLEET) starb158.wav +#(GOT_OK_FLEET) starb158.ogg You've assembled a good-sized fleet of combat ships -#(BUY_COMBAT_SHIPS) starb159.wav +#(BUY_COMBAT_SHIPS) starb159.ogg You need to build combat escorts and assemble a fleet to accompany you through space. -#(GO_LEARN_ABOUT_URQUAN) starb160.wav +#(GO_LEARN_ABOUT_URQUAN) starb160.ogg We must find a chink in the Ur-Quan's armor -- -- a weakness that will allow us to focus our strength in such a way that we can destroy their entire empire in a single, bold stroke. -#(MAKE_FLAGSHIP_AWESOME) starb161.wav +#(MAKE_FLAGSHIP_AWESOME) starb161.ogg My guess is you need to upgrade further your flagship to make it more than a match for any enemy ship you might encounter. You know the Ur-Quan's Achilles' heel -- their Sa-Matra super-starship -#(KNOW_ABOUT_SAMATRA) starb162.wav +#(KNOW_ABOUT_SAMATRA) starb162.ogg You know the Ur-Quan's Achilles' heel -- their Sa-Matra super-starship -#(GOT_AWESOME_FLAGSHIP) starb163.wav +#(GOT_AWESOME_FLAGSHIP) starb163.ogg You have constructed a flagship of unrivaled power -#(GOT_BOMB) starb164.wav +#(GOT_BOMB) starb164.ogg You've got the bomb from the Utwig -#(FIND_WAY_TO_DESTROY_SAMATRA) starb165.wav +#(FIND_WAY_TO_DESTROY_SAMATRA) starb165.ogg You must find some way to destroy the Ur-Quan supership, the Sa-Matra. -#(MUST_INCREASE_BOMB_STRENGTH) starb166.wav +#(MUST_INCREASE_BOMB_STRENGTH) starb166.ogg Although the bomb you got from the Utwig is horrendously powerful I'm afraid our computer projections show that the explosion will not be sufficient to break through the Sa-Matra's defenses. @@ -1151,85 +1151,85 @@ You must find some way to increase the energy output of the weapon. Perhaps the Chenjesu and their superior scientific knowledge could have done this but unfortunately, we do not currently possess the technology to achieve this modification. -#(MUST_ACQUIRE_AWESOME_FLEET) starb167.wav +#(MUST_ACQUIRE_AWESOME_FLEET) starb167.ogg I'm certain we need to assemble a more powerful fleet of combat ships before you face the Sa-Matra. -#(MUST_ELIMINATE_URQUAN_GUARDS) starb168.wav +#(MUST_ELIMINATE_URQUAN_GUARDS) starb168.ogg You must figure out how to eliminate or destroy the Ur-Quan and Kohr-Ah ships guarding the Sa-Matra. -#(CHMMR_IMPROVED_BOMB) starb169.wav +#(CHMMR_IMPROVED_BOMB) starb169.ogg The Chmmr have modified your ship to route its weapon power through the Utwig bomb -#(GOT_AWESOME_FLEET) starb170.wav +#(GOT_AWESOME_FLEET) starb170.ogg You have amassed a powerful fleet of combat ships -#(GO_DESTROY_SAMATRA) starb171.wav +#(GO_DESTROY_SAMATRA) starb171.ogg Go attack the Ur-Quan Sa-Matra vessel! Although I'm sure it will be a difficult battle you have everything you need to achieve victory. -#(GOOD_LUCK_AGAIN) starb172.wav +#(GOOD_LUCK_AGAIN) starb172.ogg We're all depending on you. Goodbye, and good luck. -#(IMPROVE_1) starb173.wav +#(IMPROVE_1) starb173.ogg You need to build up and balance the strength of your flagship. -#(IMPROVE_2) starb174.wav +#(IMPROVE_2) starb174.ogg My guess is you need to upgrade your flagship to make it more than a match for any enemy ship you might encounter. -#(NEED_THRUSTERS_1) starb175.wav +#(NEED_THRUSTERS_1) starb175.ogg I would add thrusters up to say, 5 or 6. Speed is essential in combat, but it will also pay off over the long haul in HyperSpace and if you prefer to avoid confrontation, nothing beats a great pair of legs. -#(NEED_THRUSTERS_2) starb176.wav +#(NEED_THRUSTERS_2) starb176.ogg I would maximize your ship's thrusters. You will need speed when you confront the Ur-Quan. -#(NEED_TURN_1) starb177.wav +#(NEED_TURN_1) starb177.ogg I would add turning jets for increased maneuverability -#(NEED_TURN_2) starb178.wav +#(NEED_TURN_2) starb178.ogg I would maximize rotation speed by filling your turning jet slots -#(NEED_GUNS_1) starb179.wav +#(NEED_GUNS_1) starb179.ogg I would add enough weapons to defend yourself if you are caught without escort ships -#(NEED_GUNS_2) starb180.wav +#(NEED_GUNS_2) starb180.ogg I would take advantage of your ship's capacity for combat by increasing its firepower. Add more weaponry -#(NEED_CREW_1) starb181.wav +#(NEED_CREW_1) starb181.ogg You need more crew, at least 50, to make productive voyages into space -#(NEED_CREW_2) starb182.wav +#(NEED_CREW_2) starb182.ogg You need even more crew, perhaps as many as 200, to face the challenges ahead You need additional fuel, at least 50 units You need large quantities of fuel, at least 150 units -#(NEED_FUEL_1) starb183.wav +#(NEED_FUEL_1) starb183.ogg You need additional fuel, at least 50 units -#(NEED_FUEL_2) starb184.wav +#(NEED_FUEL_2) starb184.ogg You need large quantities of fuel, at least 150 units -#(NEED_STORAGE_1) starb185.wav +#(NEED_STORAGE_1) starb185.ogg Increase your cargo capacity by adding more Storage Bays to your flagship -#(NEED_LANDERS_2) starb186.wav +#(NEED_LANDERS_2) starb186.ogg You need at least one lander -#(NEED_LANDERS_1) starb187.wav +#(NEED_LANDERS_1) starb187.ogg Build more landers -#(NEED_DYNAMOS_1) starb188.wav +#(NEED_DYNAMOS_1) starb188.ogg Your weapons will be underpowered in combat if you don't have at least 1 dynamo -#(NEED_DYNAMOS_2) starb189.wav +#(NEED_DYNAMOS_2) starb189.ogg You need more dynamo power; otherwise your weapon re-energizing delays will be your undoing in combat -#(NEED_POINT) starb190.wav +#(NEED_POINT) starb190.ogg I suggest you invest in one or more point-defense laser batteries. #(have_minerals) diff --git a/sc2/content/comm/supox/supox.txt b/sc2/content/comm/supox/supox.txt index 0c864fa25..c4c0bfc4f 100755 --- a/sc2/content/comm/supox/supox.txt +++ b/sc2/content/comm/supox/supox.txt @@ -1,38 +1,38 @@ -#(NEUTRAL_SPACE_HELLO_1) supox000.wav +#(NEUTRAL_SPACE_HELLO_1) supox000.ogg Greetings Fellow Carbon Creature, may your roots always be well watered. -#(NEUTRAL_SPACE_HELLO_2) supox001.wav +#(NEUTRAL_SPACE_HELLO_2) supox001.ogg Hello, Voyager. May the light always reach your leaves. -#(NEUTRAL_HOMEWORLD_HELLO_1) supox002.wav +#(NEUTRAL_HOMEWORLD_HELLO_1) supox002.ogg Welcome. May you always stand in the Great Green Sunlight. -#(NEUTRAL_HOMEWORLD_HELLO_2) supox003.wav +#(NEUTRAL_HOMEWORLD_HELLO_2) supox003.ogg Greetings Gentle-being. Come fix nitrogen, drink deeply and bask in the warm green sunlight. -#(HOSTILE_SPACE_HELLO_1) supox004.wav +#(HOSTILE_SPACE_HELLO_1) supox004.ogg So it is you, the blockers of the warm green sunlight the water poisoners the heinous uprooters of flowering shrubbery. Begone before our wrath overcomes our peaceful nature. -#(HOSTILE_SPACE_HELLO_2) supox005.wav +#(HOSTILE_SPACE_HELLO_2) supox005.ogg You diandrous malefic vegetarians! Your visage darkens our skies. May your rotting bodies provide our nutrients for kinder generations. We ignore you, as we ignore the pale, tasteless light of your wan home star. -#(ALLIED_HOMEWORLD_HELLO_1) supox006.wav +#(ALLIED_HOMEWORLD_HELLO_1) supox006.ogg Hail Fellow and Well Met. We trust that your seed distributes widely. -#(ALLIED_HOMEWORLD_HELLO_2) supox007.wav +#(ALLIED_HOMEWORLD_HELLO_2) supox007.ogg Be Welcome Friendly Allies. We hope that the Good Green Sunlight warms you. -#(ALLIED_HOMEWORLD_HELLO_3) supox008.wav +#(ALLIED_HOMEWORLD_HELLO_3) supox008.ogg Greetings and Salutations. May the fertilizer flow on your roots. -#(ALLIED_HOMEWORLD_HELLO_4) supox009.wav +#(ALLIED_HOMEWORLD_HELLO_4) supox009.ogg Hello there Good Folk. May your flowers always be pollinated. #(i_am0) @@ -41,7 +41,7 @@ I am Captain #(i_am1) from Earth. We come in peace. -#(WE_ARE_SUPOX) supox010.wav +#(WE_ARE_SUPOX) supox010.ogg I am Captain Ala-la'la. We come in peace. #(my_ship0) @@ -50,7 +50,7 @@ Our starship is called #(my_ship1) . -#(OUR_SHIP) supox011.wav +#(OUR_SHIP) supox011.ogg Our starship is called the Tender Shoot. #(from_alliance0) @@ -59,13 +59,13 @@ We are #(from_alliance1) From Earth. -#(FROM_SUPOX) supox012.wav +#(FROM_SUPOX) supox012.ogg We are the Supox Utricularia from Earth. #(are_you_copying) You're from Earth??? Hey! Are you just copying whatever I say? -#(YEAH_SORRY) supox013.wav +#(YEAH_SORRY) supox013.ogg Oh yes, we apologize for the confusion, our homeworld is also called Earth, or more properly Vlik, which means `Perfectly Good and Nutritious Dirt'. Earth is pretty close, is it not? @@ -73,7 +73,7 @@ Earth is pretty close, is it not? #(why_copy) Why do you copy our speech and mannerisms? -#(SYMBIOTS) supox014.wav +#(SYMBIOTS) supox014.ogg We learn and we adapt. We are symbionts. Our first step in making friends is always to copy them. This is our idiom. @@ -81,7 +81,7 @@ This is our idiom. #(tell_us_of_your_species) Symbionts, how interesting! Please tell us more. -#(OUR_SPECIES) supox015.wav +#(OUR_SPECIES) supox015.ogg Our kind evolved on a beautiful planet orbiting the wonderfully green-hued star, Root. From the canopy of the great jungles to the shores of the azure seas Our species has flowered and grown well. @@ -91,20 +91,20 @@ who supplied us with nutrients while we supplied them with reproductive assistan #(plants_arent_intelligent) C'mon, plants can't be intelligent! Our top scientists and science fiction writers have proven it! -#(PROVES_WERE_SPECIAL) supox016.wav +#(PROVES_WERE_SPECIAL) supox016.ogg Yes. This has been confirmed by our people as well. Strange, is it not? Many of our people regard this inconsistency as proof of our divine origin. #(anyone_around_here) So this is your neighborhood, huh? Any other sentients nearby? -#(UTWIG_NEARBY) supox017.wav +#(UTWIG_NEARBY) supox017.ogg We share this region of space with the Utwig, the Wearers of Masks. #(what_relation_to_utwig) Are the Utwig friends of yours? -#(UTWIG_ALLIES) supox018.wav +#(UTWIG_ALLIES) supox018.ogg Oh yes, we have a strong cultural bond with the Utwig. They have been the foundation around which we have grown our starfaring culture. We are not only allies, but we are also friends. @@ -115,13 +115,13 @@ Usually they are most festive and fun. #(whats_wrong_with_utwig) Oh dear, what has caused the Utwig such distress? -#(BROKE_ULTRON) supox019.wav +#(BROKE_ULTRON) supox019.ogg They broke their Ultron. #(whats_ultron) Ultron? What's an Ultron? -#(TAKE_ULTRON) supox020.wav +#(TAKE_ULTRON) supox020.ogg The Druuge, the cruel, sallow trading race who sold the device to the Utwig called the device the `Ultron' and claimed that it would give the Utwig super-powers. Unfortunately, the Utwig believed the Druuge and bought the Ultron. @@ -140,7 +140,7 @@ Here! You take the Ultron, maybe you can do something with it. #(what_do_i_do_now) Er, ah, thanks, I think. What do I do with it? -#(FIX_IT) supox021.wav +#(FIX_IT) supox021.ogg We thought that if we could get the Ultron working again, it would cheer them up. So we tried to figure out how to fix the darn thing or at least get some of the flashing bits working again. @@ -152,21 +152,21 @@ Then you could give it to the Utwig and maybe they wouldn't be so depressed. #(thanks_now_we_eat_you) Why thanks. You know you remind me of Broccoli, and I'm rather partial to Broccoli with a light cheese sauce. -#(HIDEOUS_MONSTERS) supox022.wav +#(HIDEOUS_MONSTERS) supox022.ogg Arrgh, you hideous monsters, vegetarians, defilers of the leaf, uprooters. Begone, or we shall uproot you! #(got_fixed_ultron) This time we are sure we have repaired the Ultron completely. -#(GOOD_GIVE_TO_UTWIG) supox023.wav +#(GOOD_GIVE_TO_UTWIG) supox023.ogg Oh Wonderful, Oh Rapturous Light of the Green Sun! Please convey it immediately to the Utwig, they will be elated! #(look_i_repaired_lots) We hope we have repaired the Ultron completely. -#(ALMOST_THERE) supox024.wav +#(ALMOST_THERE) supox024.ogg Yes! Yes! but no... it is still not quite as brightly lit as it once was. One more repair job should do it! @@ -174,7 +174,7 @@ One more repair job should do it! #(look_i_slightly_repaired) We have fixed the Ultron. -#(GREAT_DO_MORE) supox025.wav +#(GREAT_DO_MORE) supox025.ogg Great! Great! Oh, dear It is true that you have repaired the Ultron... somewhat @@ -184,17 +184,17 @@ Your efforts are valid, merely incomplete. #(where_get_repairs) Where do you think I can find repair materials for this `Ultron' thing? -#(ANCIENT_RHYME) supox026.wav +#(ANCIENT_RHYME) supox026.ogg Perhaps a good place to start would be the Druuge since they were the ones who sold it to the Utwig in the first place. #(bye_neutral) We're off now! See you later, Supox friends. -#(GOODBYE_NEUTRAL) supox027.wav +#(GOODBYE_NEUTRAL) supox027.ogg May Sunlight and Water always fall upon you. -#(ABOUT_BATTLE) supox028.wav +#(ABOUT_BATTLE) supox028.ogg Hello Captain. We fought the Kohr-Ah and, well, perhaps it's better to say that the Kohr-Ah killed us. @@ -204,37 +204,37 @@ The Ur-Quan did not seem to realize that we were helping them, and as often as not they attacked us too! We may have delayed the outcome of the fight, but it still seems clear that the Kohr-Ah are winning. -#(HELLO_BEFORE_KOHRAH_SPACE_1) supox029.wav +#(HELLO_BEFORE_KOHRAH_SPACE_1) supox029.ogg Hello Fellow Warriors. We go to uproot our enemies! -#(HELLO_BEFORE_KOHRAH_SPACE_2) supox030.wav +#(HELLO_BEFORE_KOHRAH_SPACE_2) supox030.ogg Greetings Garden Guardians. We shall block the Kohr-Ah's sunlight and frost their leaves! -#(HELLO_DURING_KOHRAH_SPACE_1) supox031.wav +#(HELLO_DURING_KOHRAH_SPACE_1) supox031.ogg Human! Your presence here is comforting, but perhaps you had better leave the area our combat with the Kohr-Ah is fierce, and you could be destroyed. -#(HELLO_DURING_KOHRAH_SPACE_2) supox032.wav +#(HELLO_DURING_KOHRAH_SPACE_2) supox032.ogg Greetings again, Captain. We hope you thrive. We fight on bravely, but the course of events does not appear to be moving in our favor. -#(HELLO_AFTER_KOHRAH_SPACE_1) supox033.wav +#(HELLO_AFTER_KOHRAH_SPACE_1) supox033.ogg Ah, our human friend... we are so tired... the battle so difficult... -#(HELLO_AFTER_KOHRAH_SPACE_2) supox034.wav +#(HELLO_AFTER_KOHRAH_SPACE_2) supox034.ogg Hello again faunal comrade. We are spent, and must grow new bark. #(whats_up_after_space) Tell me more about the battle with the Kohr-Ah. -#(GENERAL_INFO_AFTER_SPACE_1) supox035.wav +#(GENERAL_INFO_AFTER_SPACE_1) supox035.ogg We met the Kohr-Ah at the sides of our Utwig allies. The destructive power of the black ships was greater than anticipated however we did eventually develop tactics in conjunction with the Utwig that were effective against them. We destroyed dozens of their battleships! Alas, we lost many of our blade-brothers to the spinning blades and the fiery ring. -#(GENERAL_INFO_AFTER_SPACE_2) supox036.wav +#(GENERAL_INFO_AFTER_SPACE_2) supox036.ogg As dictated by the Utwig, our policy was to focus our weapons on the Kohr-Ah only. In this way, we would reduce the strength of the black fleet, thus evening the balance of power between the Ur-Quan and the Kohr-Ah. The plan worked well, save for one slight factor. @@ -244,30 +244,30 @@ and fired upon our vessels at every opportunity. #(what_now_after_space) What do you think we should do now? -#(DO_THIS_AFTER_SPACE) supox037.wav +#(DO_THIS_AFTER_SPACE) supox037.ogg We are but humble plants, mere saplings in knowledge of such things. If you seek wisdom visit the Utwig Proctors. #(bye_after_space) Goodbye Supox. Thanks for everything. -#(GOODBYE_AFTER_SPACE) supox038.wav +#(GOODBYE_AFTER_SPACE) supox038.ogg Fare thee well. #(whats_up_before_space) So what are you doing? -#(GENERAL_INFO_BEFORE_SPACE_1) supox039.wav +#(GENERAL_INFO_BEFORE_SPACE_1) supox039.ogg Our Utwig allies have instructed us to prepare for combat, and so we make ready! Our destination is Antares, where we shall face the Kohr-Ah in battle! -#(GENERAL_INFO_BEFORE_SPACE_2) supox040.wav +#(GENERAL_INFO_BEFORE_SPACE_2) supox040.ogg We make our way to an epic confrontation with the Kohr-Ah! #(what_now_before_space) So what should we do now? -#(DO_THIS_BEFORE_SPACE) supox041.wav +#(DO_THIS_BEFORE_SPACE) supox041.ogg We must defer to the Utwig, who have superior knowledge of such things. One thing, though... they specifically instructed us to inform you that you should NOT endanger yourself by joining us in this battle. @@ -276,7 +276,7 @@ Your destiny, they claim, lies along a more subtle though crucial course. #(bye_before_space) G'bye plant dudes. -#(GOODBYE_BEFORE_SPACE) supox042.wav +#(GOODBYE_BEFORE_SPACE) supox042.ogg Wish us luck, human. #(how_went_war) @@ -285,7 +285,7 @@ What happened at Antares? Describe the struggle. #(how_goes_war) How fares the battle against the Kohr-Ah? -#(BATTLE_HAPPENS_1) supox043.wav +#(BATTLE_HAPPENS_1) supox043.ogg Fearsome, human, fearsome! We have not yet evolved tactics which are useful against the Kohr-Ah Marauder vessels. The dark ships launch spinning wheels of metal... we are mown down like @@ -294,26 +294,26 @@ ports open up around its perimeter, jetting forth gouts of flaming plasma. Not only do these flames melt through our hulls like a scythe but they are also an effective defense against our glob weapon. -#(BATTLE_HAPPENS_2) supox044.wav +#(BATTLE_HAPPENS_2) supox044.ogg We are having greater success, human, praise the light! We have learned that we must work in tandem with our Utwig allies letting them absorb the brunt of the Kohr-Ah firepower on their shields while we play the role of opportunist, striking only when the Kohr-Ah is de-energized and then retreating to permit our Utwig allies to renew the cycle. -#(FLEET_ON_WAY) supox045.wav +#(FLEET_ON_WAY) supox045.ogg Even as we speak, the Utwig and Supox fleets streak toward Horologii where they hope to strike a major blow against the Kohr-Ah forces. #(learn_new_info) Have your fighting forces learned anything I should know? -#(NO_NEW_INFO) supox046.wav +#(NO_NEW_INFO) supox046.ogg No, not as yet. Although the region of space they are fighting in is new to us our vessels are not engaging in any form of research reducing the Kohr-Ah's strength is their prime directive. -#(SAMATRA) supox047.wav +#(SAMATRA) supox047.ogg During the battle, one of our ships intercepted a signal from an Ur-Quan vessel to a Kohr-Ah ship. The contents of the message was simple, `Sa-Matra'. @@ -323,11 +323,11 @@ entered HyperSapce and sped off in the direction of the Crateris stars. #(what_now_homeworld) So now what do we do? -#(HOPE_KILL_EACH_OTHER) supox048.wav +#(HOPE_KILL_EACH_OTHER) supox048.ogg We can only hope that the opposing forces of the Ur-Quan and Kohr-Ah are sufficiently even in power, that they reduce each other to insignificance. -#(UP_TO_YOU) supox049.wav +#(UP_TO_YOU) supox049.ogg Our hopes that the Ur-Quan and Kohr-Ah would destroy each other have been in vain. Once victorious, the Kohr-Ah will proceed on their grim cruise of destruction. I believe you and your people are our only hope now. @@ -336,21 +336,21 @@ You must find some way to stop the Kohr-Ah. #(can_you_help) Two leaves pull water from the same root. -#(HOW_HELP) supox050.wav +#(HOW_HELP) supox050.ogg Such wisdom! Your meanings run deep, we ponder their significance. Ah, yes! You wish us to give you assistance... such as our fighting ships! -#(DONT_NEED) supox051.wav +#(DONT_NEED) supox051.ogg Yet, you seem to possess a fleet in concert with your need. We will reserve what few ships we have left for our final defense against the Kohr-Ah. -#(HAVE_4_SHIPS) supox052.wav +#(HAVE_4_SHIPS) supox052.ogg Your words have merit. We shall dispatch a pod of our starships to join your fleet. #(give_info) Is there any knowledge which you alone possess? -#(GOOD_HINTS) supox053.wav +#(GOOD_HINTS) supox053.ogg Knowledge is the purview of the Utwig. We Supox are but the effectuators. In truth though, we have learned a fact or two unknown to others largely because we did not think anyone would care in the slightest, but since you ask, listen. @@ -369,14 +369,14 @@ Strange, is it not? #(how_is_ultron) So how are the Utwig liking their Ultron? -#(ULTRON_IS_GREAT) supox054.wav +#(ULTRON_IS_GREAT) supox054.ogg They are beyond ecstatic, well into the range of rapture or perhaps even pegged on epiphany. If you wish to learn the true depth of their joy, talk with them yourself. #(bye_allied_homeworld) Goodbye Leafy Ones. -#(GOODBYE_ALLIED_HOMEWORLD) supox055.wav +#(GOODBYE_ALLIED_HOMEWORLD) supox055.ogg Farewell Friendly Folk. #(name_1) diff --git a/sc2/content/comm/supox/supox000.ogg b/sc2/content/comm/supox/supox000.ogg new file mode 100644 index 000000000..7c37115c0 Binary files /dev/null and b/sc2/content/comm/supox/supox000.ogg differ diff --git a/sc2/content/comm/supox/supox001.ogg b/sc2/content/comm/supox/supox001.ogg new file mode 100644 index 000000000..479ff6a09 Binary files /dev/null and b/sc2/content/comm/supox/supox001.ogg differ diff --git a/sc2/content/comm/supox/supox002.ogg b/sc2/content/comm/supox/supox002.ogg new file mode 100644 index 000000000..c09dd2160 Binary files /dev/null and b/sc2/content/comm/supox/supox002.ogg differ diff --git a/sc2/content/comm/supox/supox003.ogg b/sc2/content/comm/supox/supox003.ogg new file mode 100644 index 000000000..d24140749 Binary files /dev/null and b/sc2/content/comm/supox/supox003.ogg differ diff --git a/sc2/content/comm/supox/supox004.ogg b/sc2/content/comm/supox/supox004.ogg new file mode 100644 index 000000000..ff7e43e09 Binary files /dev/null and b/sc2/content/comm/supox/supox004.ogg differ diff --git a/sc2/content/comm/supox/supox005.ogg b/sc2/content/comm/supox/supox005.ogg new file mode 100644 index 000000000..206ce28c3 Binary files /dev/null and b/sc2/content/comm/supox/supox005.ogg differ diff --git a/sc2/content/comm/supox/supox006.ogg b/sc2/content/comm/supox/supox006.ogg new file mode 100644 index 000000000..66e1cd83f Binary files /dev/null and b/sc2/content/comm/supox/supox006.ogg differ diff --git a/sc2/content/comm/supox/supox007.ogg b/sc2/content/comm/supox/supox007.ogg new file mode 100644 index 000000000..de6ebb4be Binary files /dev/null and b/sc2/content/comm/supox/supox007.ogg differ diff --git a/sc2/content/comm/supox/supox008.ogg b/sc2/content/comm/supox/supox008.ogg new file mode 100644 index 000000000..aefe3118c Binary files /dev/null and b/sc2/content/comm/supox/supox008.ogg differ diff --git a/sc2/content/comm/supox/supox009.ogg b/sc2/content/comm/supox/supox009.ogg new file mode 100644 index 000000000..5ae3fc0fe Binary files /dev/null and b/sc2/content/comm/supox/supox009.ogg differ diff --git a/sc2/content/comm/supox/supox010.ogg b/sc2/content/comm/supox/supox010.ogg new file mode 100644 index 000000000..65c9ce4b0 Binary files /dev/null and b/sc2/content/comm/supox/supox010.ogg differ diff --git a/sc2/content/comm/supox/supox011.ogg b/sc2/content/comm/supox/supox011.ogg new file mode 100644 index 000000000..c4f77bc0c Binary files /dev/null and b/sc2/content/comm/supox/supox011.ogg differ diff --git a/sc2/content/comm/supox/supox012.ogg b/sc2/content/comm/supox/supox012.ogg new file mode 100644 index 000000000..784c32f4f Binary files /dev/null and b/sc2/content/comm/supox/supox012.ogg differ diff --git a/sc2/content/comm/supox/supox013.ogg b/sc2/content/comm/supox/supox013.ogg new file mode 100644 index 000000000..3568f1ca9 Binary files /dev/null and b/sc2/content/comm/supox/supox013.ogg differ diff --git a/sc2/content/comm/supox/supox014.ogg b/sc2/content/comm/supox/supox014.ogg new file mode 100644 index 000000000..7d3551868 Binary files /dev/null and b/sc2/content/comm/supox/supox014.ogg differ diff --git a/sc2/content/comm/supox/supox015.ogg b/sc2/content/comm/supox/supox015.ogg new file mode 100644 index 000000000..f3d50c065 Binary files /dev/null and b/sc2/content/comm/supox/supox015.ogg differ diff --git a/sc2/content/comm/supox/supox016.ogg b/sc2/content/comm/supox/supox016.ogg new file mode 100644 index 000000000..bf48d070f Binary files /dev/null and b/sc2/content/comm/supox/supox016.ogg differ diff --git a/sc2/content/comm/supox/supox017.ogg b/sc2/content/comm/supox/supox017.ogg new file mode 100644 index 000000000..55fdaf04b Binary files /dev/null and b/sc2/content/comm/supox/supox017.ogg differ diff --git a/sc2/content/comm/supox/supox018.ogg b/sc2/content/comm/supox/supox018.ogg new file mode 100644 index 000000000..154bdadfe Binary files /dev/null and b/sc2/content/comm/supox/supox018.ogg differ diff --git a/sc2/content/comm/supox/supox019.ogg b/sc2/content/comm/supox/supox019.ogg new file mode 100644 index 000000000..994f5e4dd Binary files /dev/null and b/sc2/content/comm/supox/supox019.ogg differ diff --git a/sc2/content/comm/supox/supox020.ogg b/sc2/content/comm/supox/supox020.ogg new file mode 100644 index 000000000..c7c33de98 Binary files /dev/null and b/sc2/content/comm/supox/supox020.ogg differ diff --git a/sc2/content/comm/supox/supox021.ogg b/sc2/content/comm/supox/supox021.ogg new file mode 100644 index 000000000..1e36254b9 Binary files /dev/null and b/sc2/content/comm/supox/supox021.ogg differ diff --git a/sc2/content/comm/supox/supox022.ogg b/sc2/content/comm/supox/supox022.ogg new file mode 100644 index 000000000..8fb328be9 Binary files /dev/null and b/sc2/content/comm/supox/supox022.ogg differ diff --git a/sc2/content/comm/supox/supox023.ogg b/sc2/content/comm/supox/supox023.ogg new file mode 100644 index 000000000..596c3503f Binary files /dev/null and b/sc2/content/comm/supox/supox023.ogg differ diff --git a/sc2/content/comm/supox/supox024.ogg b/sc2/content/comm/supox/supox024.ogg new file mode 100644 index 000000000..ca69d81ae Binary files /dev/null and b/sc2/content/comm/supox/supox024.ogg differ diff --git a/sc2/content/comm/supox/supox025.ogg b/sc2/content/comm/supox/supox025.ogg new file mode 100644 index 000000000..4bc10326d Binary files /dev/null and b/sc2/content/comm/supox/supox025.ogg differ diff --git a/sc2/content/comm/supox/supox026.ogg b/sc2/content/comm/supox/supox026.ogg new file mode 100644 index 000000000..70b21c984 Binary files /dev/null and b/sc2/content/comm/supox/supox026.ogg differ diff --git a/sc2/content/comm/supox/supox027.ogg b/sc2/content/comm/supox/supox027.ogg new file mode 100644 index 000000000..6c9eb3704 Binary files /dev/null and b/sc2/content/comm/supox/supox027.ogg differ diff --git a/sc2/content/comm/supox/supox028.ogg b/sc2/content/comm/supox/supox028.ogg new file mode 100644 index 000000000..4835498fa Binary files /dev/null and b/sc2/content/comm/supox/supox028.ogg differ diff --git a/sc2/content/comm/supox/supox029.ogg b/sc2/content/comm/supox/supox029.ogg new file mode 100644 index 000000000..21b120485 Binary files /dev/null and b/sc2/content/comm/supox/supox029.ogg differ diff --git a/sc2/content/comm/supox/supox030.ogg b/sc2/content/comm/supox/supox030.ogg new file mode 100644 index 000000000..4ad77625a Binary files /dev/null and b/sc2/content/comm/supox/supox030.ogg differ diff --git a/sc2/content/comm/supox/supox031.ogg b/sc2/content/comm/supox/supox031.ogg new file mode 100644 index 000000000..c4fc8732d Binary files /dev/null and b/sc2/content/comm/supox/supox031.ogg differ diff --git a/sc2/content/comm/supox/supox032.ogg b/sc2/content/comm/supox/supox032.ogg new file mode 100644 index 000000000..91333aee9 Binary files /dev/null and b/sc2/content/comm/supox/supox032.ogg differ diff --git a/sc2/content/comm/supox/supox033.ogg b/sc2/content/comm/supox/supox033.ogg new file mode 100644 index 000000000..14184519d Binary files /dev/null and b/sc2/content/comm/supox/supox033.ogg differ diff --git a/sc2/content/comm/supox/supox034.ogg b/sc2/content/comm/supox/supox034.ogg new file mode 100644 index 000000000..058dadcc6 Binary files /dev/null and b/sc2/content/comm/supox/supox034.ogg differ diff --git a/sc2/content/comm/supox/supox035.ogg b/sc2/content/comm/supox/supox035.ogg new file mode 100644 index 000000000..32407ce10 Binary files /dev/null and b/sc2/content/comm/supox/supox035.ogg differ diff --git a/sc2/content/comm/supox/supox036.ogg b/sc2/content/comm/supox/supox036.ogg new file mode 100644 index 000000000..4921249f4 Binary files /dev/null and b/sc2/content/comm/supox/supox036.ogg differ diff --git a/sc2/content/comm/supox/supox037.ogg b/sc2/content/comm/supox/supox037.ogg new file mode 100644 index 000000000..8a050dff4 Binary files /dev/null and b/sc2/content/comm/supox/supox037.ogg differ diff --git a/sc2/content/comm/supox/supox038.ogg b/sc2/content/comm/supox/supox038.ogg new file mode 100644 index 000000000..de1aff575 Binary files /dev/null and b/sc2/content/comm/supox/supox038.ogg differ diff --git a/sc2/content/comm/supox/supox039.ogg b/sc2/content/comm/supox/supox039.ogg new file mode 100644 index 000000000..15028c225 Binary files /dev/null and b/sc2/content/comm/supox/supox039.ogg differ diff --git a/sc2/content/comm/supox/supox040.ogg b/sc2/content/comm/supox/supox040.ogg new file mode 100644 index 000000000..2126de108 Binary files /dev/null and b/sc2/content/comm/supox/supox040.ogg differ diff --git a/sc2/content/comm/supox/supox041.ogg b/sc2/content/comm/supox/supox041.ogg new file mode 100644 index 000000000..a7b8ce0e4 Binary files /dev/null and b/sc2/content/comm/supox/supox041.ogg differ diff --git a/sc2/content/comm/supox/supox042.ogg b/sc2/content/comm/supox/supox042.ogg new file mode 100644 index 000000000..5977217ba Binary files /dev/null and b/sc2/content/comm/supox/supox042.ogg differ diff --git a/sc2/content/comm/supox/supox043.ogg b/sc2/content/comm/supox/supox043.ogg new file mode 100644 index 000000000..829c1984d Binary files /dev/null and b/sc2/content/comm/supox/supox043.ogg differ diff --git a/sc2/content/comm/supox/supox044.ogg b/sc2/content/comm/supox/supox044.ogg new file mode 100644 index 000000000..cd0c6a15c Binary files /dev/null and b/sc2/content/comm/supox/supox044.ogg differ diff --git a/sc2/content/comm/supox/supox045.ogg b/sc2/content/comm/supox/supox045.ogg new file mode 100644 index 000000000..835b5bfb6 Binary files /dev/null and b/sc2/content/comm/supox/supox045.ogg differ diff --git a/sc2/content/comm/supox/supox046.ogg b/sc2/content/comm/supox/supox046.ogg new file mode 100644 index 000000000..677134052 Binary files /dev/null and b/sc2/content/comm/supox/supox046.ogg differ diff --git a/sc2/content/comm/supox/supox047.ogg b/sc2/content/comm/supox/supox047.ogg new file mode 100644 index 000000000..c93e8479b Binary files /dev/null and b/sc2/content/comm/supox/supox047.ogg differ diff --git a/sc2/content/comm/supox/supox048.ogg b/sc2/content/comm/supox/supox048.ogg new file mode 100644 index 000000000..bc37ea0dd Binary files /dev/null and b/sc2/content/comm/supox/supox048.ogg differ diff --git a/sc2/content/comm/supox/supox049.ogg b/sc2/content/comm/supox/supox049.ogg new file mode 100644 index 000000000..7bf5deb4d Binary files /dev/null and b/sc2/content/comm/supox/supox049.ogg differ diff --git a/sc2/content/comm/supox/supox050.ogg b/sc2/content/comm/supox/supox050.ogg new file mode 100644 index 000000000..e73260a59 Binary files /dev/null and b/sc2/content/comm/supox/supox050.ogg differ diff --git a/sc2/content/comm/supox/supox051.ogg b/sc2/content/comm/supox/supox051.ogg new file mode 100644 index 000000000..25a549a52 Binary files /dev/null and b/sc2/content/comm/supox/supox051.ogg differ diff --git a/sc2/content/comm/supox/supox052.ogg b/sc2/content/comm/supox/supox052.ogg new file mode 100644 index 000000000..f54cf7f4e Binary files /dev/null and b/sc2/content/comm/supox/supox052.ogg differ diff --git a/sc2/content/comm/supox/supox053.ogg b/sc2/content/comm/supox/supox053.ogg new file mode 100644 index 000000000..32e4e69ad Binary files /dev/null and b/sc2/content/comm/supox/supox053.ogg differ diff --git a/sc2/content/comm/supox/supox054.ogg b/sc2/content/comm/supox/supox054.ogg new file mode 100644 index 000000000..0fe8b7eef Binary files /dev/null and b/sc2/content/comm/supox/supox054.ogg differ diff --git a/sc2/content/comm/supox/supox055.ogg b/sc2/content/comm/supox/supox055.ogg new file mode 100644 index 000000000..473d95a80 Binary files /dev/null and b/sc2/content/comm/supox/supox055.ogg differ diff --git a/sc2/content/comm/syreen/syree000.ogg b/sc2/content/comm/syreen/syree000.ogg new file mode 100644 index 000000000..fa0ec464a Binary files /dev/null and b/sc2/content/comm/syreen/syree000.ogg differ diff --git a/sc2/content/comm/syreen/syree001.ogg b/sc2/content/comm/syreen/syree001.ogg new file mode 100644 index 000000000..097ea4c87 Binary files /dev/null and b/sc2/content/comm/syreen/syree001.ogg differ diff --git a/sc2/content/comm/syreen/syree002.ogg b/sc2/content/comm/syreen/syree002.ogg new file mode 100644 index 000000000..d884d1864 Binary files /dev/null and b/sc2/content/comm/syreen/syree002.ogg differ diff --git a/sc2/content/comm/syreen/syree003.ogg b/sc2/content/comm/syreen/syree003.ogg new file mode 100644 index 000000000..67cfd5072 Binary files /dev/null and b/sc2/content/comm/syreen/syree003.ogg differ diff --git a/sc2/content/comm/syreen/syree004.ogg b/sc2/content/comm/syreen/syree004.ogg new file mode 100644 index 000000000..bb0a31f9c Binary files /dev/null and b/sc2/content/comm/syreen/syree004.ogg differ diff --git a/sc2/content/comm/syreen/syree005.ogg b/sc2/content/comm/syreen/syree005.ogg new file mode 100644 index 000000000..3d3d2e941 Binary files /dev/null and b/sc2/content/comm/syreen/syree005.ogg differ diff --git a/sc2/content/comm/syreen/syree006.ogg b/sc2/content/comm/syreen/syree006.ogg new file mode 100644 index 000000000..c71442547 Binary files /dev/null and b/sc2/content/comm/syreen/syree006.ogg differ diff --git a/sc2/content/comm/syreen/syree007.ogg b/sc2/content/comm/syreen/syree007.ogg new file mode 100644 index 000000000..17837a14c Binary files /dev/null and b/sc2/content/comm/syreen/syree007.ogg differ diff --git a/sc2/content/comm/syreen/syree008.ogg b/sc2/content/comm/syreen/syree008.ogg new file mode 100644 index 000000000..db5c1aaa0 Binary files /dev/null and b/sc2/content/comm/syreen/syree008.ogg differ diff --git a/sc2/content/comm/syreen/syree009.ogg b/sc2/content/comm/syreen/syree009.ogg new file mode 100644 index 000000000..a91847a3a Binary files /dev/null and b/sc2/content/comm/syreen/syree009.ogg differ diff --git a/sc2/content/comm/syreen/syree010.ogg b/sc2/content/comm/syreen/syree010.ogg new file mode 100644 index 000000000..2397130d4 Binary files /dev/null and b/sc2/content/comm/syreen/syree010.ogg differ diff --git a/sc2/content/comm/syreen/syree011.ogg b/sc2/content/comm/syreen/syree011.ogg new file mode 100644 index 000000000..09ec17203 Binary files /dev/null and b/sc2/content/comm/syreen/syree011.ogg differ diff --git a/sc2/content/comm/syreen/syree012.ogg b/sc2/content/comm/syreen/syree012.ogg new file mode 100644 index 000000000..d0cdc3249 Binary files /dev/null and b/sc2/content/comm/syreen/syree012.ogg differ diff --git a/sc2/content/comm/syreen/syree013.ogg b/sc2/content/comm/syreen/syree013.ogg new file mode 100644 index 000000000..616670e41 Binary files /dev/null and b/sc2/content/comm/syreen/syree013.ogg differ diff --git a/sc2/content/comm/syreen/syree014.ogg b/sc2/content/comm/syreen/syree014.ogg new file mode 100644 index 000000000..bc2131329 Binary files /dev/null and b/sc2/content/comm/syreen/syree014.ogg differ diff --git a/sc2/content/comm/syreen/syree015.ogg b/sc2/content/comm/syreen/syree015.ogg new file mode 100644 index 000000000..c2b67afc2 Binary files /dev/null and b/sc2/content/comm/syreen/syree015.ogg differ diff --git a/sc2/content/comm/syreen/syree016.ogg b/sc2/content/comm/syreen/syree016.ogg new file mode 100644 index 000000000..b462af834 Binary files /dev/null and b/sc2/content/comm/syreen/syree016.ogg differ diff --git a/sc2/content/comm/syreen/syree017.ogg b/sc2/content/comm/syreen/syree017.ogg new file mode 100644 index 000000000..00097ad5d Binary files /dev/null and b/sc2/content/comm/syreen/syree017.ogg differ diff --git a/sc2/content/comm/syreen/syree018.ogg b/sc2/content/comm/syreen/syree018.ogg new file mode 100644 index 000000000..52692064c Binary files /dev/null and b/sc2/content/comm/syreen/syree018.ogg differ diff --git a/sc2/content/comm/syreen/syree019.ogg b/sc2/content/comm/syreen/syree019.ogg new file mode 100644 index 000000000..b52982887 Binary files /dev/null and b/sc2/content/comm/syreen/syree019.ogg differ diff --git a/sc2/content/comm/syreen/syree020.ogg b/sc2/content/comm/syreen/syree020.ogg new file mode 100644 index 000000000..398d67c89 Binary files /dev/null and b/sc2/content/comm/syreen/syree020.ogg differ diff --git a/sc2/content/comm/syreen/syree021.ogg b/sc2/content/comm/syreen/syree021.ogg new file mode 100644 index 000000000..f029796cc Binary files /dev/null and b/sc2/content/comm/syreen/syree021.ogg differ diff --git a/sc2/content/comm/syreen/syree022.ogg b/sc2/content/comm/syreen/syree022.ogg new file mode 100644 index 000000000..0343f6319 Binary files /dev/null and b/sc2/content/comm/syreen/syree022.ogg differ diff --git a/sc2/content/comm/syreen/syree023.ogg b/sc2/content/comm/syreen/syree023.ogg new file mode 100644 index 000000000..9b2c26679 Binary files /dev/null and b/sc2/content/comm/syreen/syree023.ogg differ diff --git a/sc2/content/comm/syreen/syree024.ogg b/sc2/content/comm/syreen/syree024.ogg new file mode 100644 index 000000000..f52192669 Binary files /dev/null and b/sc2/content/comm/syreen/syree024.ogg differ diff --git a/sc2/content/comm/syreen/syree025.ogg b/sc2/content/comm/syreen/syree025.ogg new file mode 100644 index 000000000..3e29cef85 Binary files /dev/null and b/sc2/content/comm/syreen/syree025.ogg differ diff --git a/sc2/content/comm/syreen/syree026.ogg b/sc2/content/comm/syreen/syree026.ogg new file mode 100644 index 000000000..d2dd1678a Binary files /dev/null and b/sc2/content/comm/syreen/syree026.ogg differ diff --git a/sc2/content/comm/syreen/syree027.ogg b/sc2/content/comm/syreen/syree027.ogg new file mode 100644 index 000000000..cbf41870a Binary files /dev/null and b/sc2/content/comm/syreen/syree027.ogg differ diff --git a/sc2/content/comm/syreen/syree028.ogg b/sc2/content/comm/syreen/syree028.ogg new file mode 100644 index 000000000..3b1fab626 Binary files /dev/null and b/sc2/content/comm/syreen/syree028.ogg differ diff --git a/sc2/content/comm/syreen/syree029.ogg b/sc2/content/comm/syreen/syree029.ogg new file mode 100644 index 000000000..27a38ac9a Binary files /dev/null and b/sc2/content/comm/syreen/syree029.ogg differ diff --git a/sc2/content/comm/syreen/syree030.ogg b/sc2/content/comm/syreen/syree030.ogg new file mode 100644 index 000000000..d2f162c46 Binary files /dev/null and b/sc2/content/comm/syreen/syree030.ogg differ diff --git a/sc2/content/comm/syreen/syree031.ogg b/sc2/content/comm/syreen/syree031.ogg new file mode 100644 index 000000000..321f268fa Binary files /dev/null and b/sc2/content/comm/syreen/syree031.ogg differ diff --git a/sc2/content/comm/syreen/syree032.ogg b/sc2/content/comm/syreen/syree032.ogg new file mode 100644 index 000000000..4fe9ead70 Binary files /dev/null and b/sc2/content/comm/syreen/syree032.ogg differ diff --git a/sc2/content/comm/syreen/syree033.ogg b/sc2/content/comm/syreen/syree033.ogg new file mode 100644 index 000000000..2a76de811 Binary files /dev/null and b/sc2/content/comm/syreen/syree033.ogg differ diff --git a/sc2/content/comm/syreen/syree034.ogg b/sc2/content/comm/syreen/syree034.ogg new file mode 100644 index 000000000..34787b5c7 Binary files /dev/null and b/sc2/content/comm/syreen/syree034.ogg differ diff --git a/sc2/content/comm/syreen/syree035.ogg b/sc2/content/comm/syreen/syree035.ogg new file mode 100644 index 000000000..fe87dacec Binary files /dev/null and b/sc2/content/comm/syreen/syree035.ogg differ diff --git a/sc2/content/comm/syreen/syree036.ogg b/sc2/content/comm/syreen/syree036.ogg new file mode 100644 index 000000000..4855c02e0 Binary files /dev/null and b/sc2/content/comm/syreen/syree036.ogg differ diff --git a/sc2/content/comm/syreen/syree037.ogg b/sc2/content/comm/syreen/syree037.ogg new file mode 100644 index 000000000..4807660d2 Binary files /dev/null and b/sc2/content/comm/syreen/syree037.ogg differ diff --git a/sc2/content/comm/syreen/syree038.ogg b/sc2/content/comm/syreen/syree038.ogg new file mode 100644 index 000000000..5b151fe6a Binary files /dev/null and b/sc2/content/comm/syreen/syree038.ogg differ diff --git a/sc2/content/comm/syreen/syree039.ogg b/sc2/content/comm/syreen/syree039.ogg new file mode 100644 index 000000000..8300d6aff Binary files /dev/null and b/sc2/content/comm/syreen/syree039.ogg differ diff --git a/sc2/content/comm/syreen/syree040.ogg b/sc2/content/comm/syreen/syree040.ogg new file mode 100644 index 000000000..00903d7da Binary files /dev/null and b/sc2/content/comm/syreen/syree040.ogg differ diff --git a/sc2/content/comm/syreen/syree041.ogg b/sc2/content/comm/syreen/syree041.ogg new file mode 100644 index 000000000..46bd34008 Binary files /dev/null and b/sc2/content/comm/syreen/syree041.ogg differ diff --git a/sc2/content/comm/syreen/syree042.ogg b/sc2/content/comm/syreen/syree042.ogg new file mode 100644 index 000000000..fd0073d3d Binary files /dev/null and b/sc2/content/comm/syreen/syree042.ogg differ diff --git a/sc2/content/comm/syreen/syree043.ogg b/sc2/content/comm/syreen/syree043.ogg new file mode 100644 index 000000000..95fa1be92 Binary files /dev/null and b/sc2/content/comm/syreen/syree043.ogg differ diff --git a/sc2/content/comm/syreen/syree044.ogg b/sc2/content/comm/syreen/syree044.ogg new file mode 100644 index 000000000..b188d1792 Binary files /dev/null and b/sc2/content/comm/syreen/syree044.ogg differ diff --git a/sc2/content/comm/syreen/syree045.ogg b/sc2/content/comm/syreen/syree045.ogg new file mode 100644 index 000000000..fa4b89903 Binary files /dev/null and b/sc2/content/comm/syreen/syree045.ogg differ diff --git a/sc2/content/comm/syreen/syree046.ogg b/sc2/content/comm/syreen/syree046.ogg new file mode 100644 index 000000000..8ac7cf8fc Binary files /dev/null and b/sc2/content/comm/syreen/syree046.ogg differ diff --git a/sc2/content/comm/syreen/syree047.ogg b/sc2/content/comm/syreen/syree047.ogg new file mode 100644 index 000000000..728527fb3 Binary files /dev/null and b/sc2/content/comm/syreen/syree047.ogg differ diff --git a/sc2/content/comm/syreen/syree048.ogg b/sc2/content/comm/syreen/syree048.ogg new file mode 100644 index 000000000..781cbebc0 Binary files /dev/null and b/sc2/content/comm/syreen/syree048.ogg differ diff --git a/sc2/content/comm/syreen/syree049.ogg b/sc2/content/comm/syreen/syree049.ogg new file mode 100644 index 000000000..27b77c1c3 Binary files /dev/null and b/sc2/content/comm/syreen/syree049.ogg differ diff --git a/sc2/content/comm/syreen/syree050.ogg b/sc2/content/comm/syreen/syree050.ogg new file mode 100644 index 000000000..1084f9660 Binary files /dev/null and b/sc2/content/comm/syreen/syree050.ogg differ diff --git a/sc2/content/comm/syreen/syree051.ogg b/sc2/content/comm/syreen/syree051.ogg new file mode 100644 index 000000000..68c266265 Binary files /dev/null and b/sc2/content/comm/syreen/syree051.ogg differ diff --git a/sc2/content/comm/syreen/syree052.ogg b/sc2/content/comm/syreen/syree052.ogg new file mode 100644 index 000000000..0fd3b9102 Binary files /dev/null and b/sc2/content/comm/syreen/syree052.ogg differ diff --git a/sc2/content/comm/syreen/syree053.ogg b/sc2/content/comm/syreen/syree053.ogg new file mode 100644 index 000000000..0517a9ca5 Binary files /dev/null and b/sc2/content/comm/syreen/syree053.ogg differ diff --git a/sc2/content/comm/syreen/syree054.ogg b/sc2/content/comm/syreen/syree054.ogg new file mode 100644 index 000000000..83826f6db Binary files /dev/null and b/sc2/content/comm/syreen/syree054.ogg differ diff --git a/sc2/content/comm/syreen/syree055.ogg b/sc2/content/comm/syreen/syree055.ogg new file mode 100644 index 000000000..492f51c5d Binary files /dev/null and b/sc2/content/comm/syreen/syree055.ogg differ diff --git a/sc2/content/comm/syreen/syree056.ogg b/sc2/content/comm/syreen/syree056.ogg new file mode 100644 index 000000000..563037b24 Binary files /dev/null and b/sc2/content/comm/syreen/syree056.ogg differ diff --git a/sc2/content/comm/syreen/syree057.ogg b/sc2/content/comm/syreen/syree057.ogg new file mode 100644 index 000000000..f9fb328b6 Binary files /dev/null and b/sc2/content/comm/syreen/syree057.ogg differ diff --git a/sc2/content/comm/syreen/syree058.ogg b/sc2/content/comm/syreen/syree058.ogg new file mode 100644 index 000000000..3c983db9b Binary files /dev/null and b/sc2/content/comm/syreen/syree058.ogg differ diff --git a/sc2/content/comm/syreen/syree059.ogg b/sc2/content/comm/syreen/syree059.ogg new file mode 100644 index 000000000..5f9246864 Binary files /dev/null and b/sc2/content/comm/syreen/syree059.ogg differ diff --git a/sc2/content/comm/syreen/syree060.ogg b/sc2/content/comm/syreen/syree060.ogg new file mode 100644 index 000000000..587aec44a Binary files /dev/null and b/sc2/content/comm/syreen/syree060.ogg differ diff --git a/sc2/content/comm/syreen/syree061.ogg b/sc2/content/comm/syreen/syree061.ogg new file mode 100644 index 000000000..dd931b0d4 Binary files /dev/null and b/sc2/content/comm/syreen/syree061.ogg differ diff --git a/sc2/content/comm/syreen/syree062.ogg b/sc2/content/comm/syreen/syree062.ogg new file mode 100644 index 000000000..472c248ab Binary files /dev/null and b/sc2/content/comm/syreen/syree062.ogg differ diff --git a/sc2/content/comm/syreen/syree063.ogg b/sc2/content/comm/syreen/syree063.ogg new file mode 100644 index 000000000..15ebe6566 Binary files /dev/null and b/sc2/content/comm/syreen/syree063.ogg differ diff --git a/sc2/content/comm/syreen/syree064.ogg b/sc2/content/comm/syreen/syree064.ogg new file mode 100644 index 000000000..658a150f5 Binary files /dev/null and b/sc2/content/comm/syreen/syree064.ogg differ diff --git a/sc2/content/comm/syreen/syree065.ogg b/sc2/content/comm/syreen/syree065.ogg new file mode 100644 index 000000000..cb4a6eeed Binary files /dev/null and b/sc2/content/comm/syreen/syree065.ogg differ diff --git a/sc2/content/comm/syreen/syree066.ogg b/sc2/content/comm/syreen/syree066.ogg new file mode 100644 index 000000000..9da9d2988 Binary files /dev/null and b/sc2/content/comm/syreen/syree066.ogg differ diff --git a/sc2/content/comm/syreen/syree067.ogg b/sc2/content/comm/syreen/syree067.ogg new file mode 100644 index 000000000..9664e9ebf Binary files /dev/null and b/sc2/content/comm/syreen/syree067.ogg differ diff --git a/sc2/content/comm/syreen/syree068.ogg b/sc2/content/comm/syreen/syree068.ogg new file mode 100644 index 000000000..60f675266 Binary files /dev/null and b/sc2/content/comm/syreen/syree068.ogg differ diff --git a/sc2/content/comm/syreen/syree069.ogg b/sc2/content/comm/syreen/syree069.ogg new file mode 100644 index 000000000..28209179a Binary files /dev/null and b/sc2/content/comm/syreen/syree069.ogg differ diff --git a/sc2/content/comm/syreen/syree070.ogg b/sc2/content/comm/syreen/syree070.ogg new file mode 100644 index 000000000..e18aa0a63 Binary files /dev/null and b/sc2/content/comm/syreen/syree070.ogg differ diff --git a/sc2/content/comm/syreen/syreen.txt b/sc2/content/comm/syreen/syreen.txt index c84d59009..cb9600bad 100755 --- a/sc2/content/comm/syreen/syreen.txt +++ b/sc2/content/comm/syreen/syreen.txt @@ -1,4 +1,4 @@ -#(HELLO_BEFORE_AMBUSH_1) syree000.wav +#(HELLO_BEFORE_AMBUSH_1) syree000.ogg Attention unidentified space vessel! Be Warned! This slave world and its inhabitants belong to the Ur-Quan. I am Starbase Commander Talana of the slave planet Gaia. @@ -8,21 +8,21 @@ Is my monitor display correct?! Is that a human commanding that vessel? Who are you guys? -#(HELLO_BEFORE_AMBUSH_2) syree001.wav +#(HELLO_BEFORE_AMBUSH_2) syree001.ogg Hello again, pleasant Human. It warms me to greet you again. -#(HELLO_BEFORE_AMBUSH_3) syree002.wav +#(HELLO_BEFORE_AMBUSH_3) syree002.ogg Welcome back, Earthling. What do you wish of us? -#(HELLO_BEFORE_AMBUSH_4) syree003.wav +#(HELLO_BEFORE_AMBUSH_4) syree003.ogg Yes, Captain? #(we_are_vice_squad) We're the Ethics Police. Justify that costume... Immediately! -#(OK_VICE) syree004.wav +#(OK_VICE) syree004.ogg Huh? What ARE you talking about? This is the uniform of a Syreen Commander. The climate aboard this starbase is maintained at a constant 22 degrees C. @@ -31,7 +31,7 @@ What are we supposed to wear in here... parkas? #(we_are_the_one_for_you_baby) I am the right one for you, baby! -#(MAYBE_CAPTAIN) syree005.wav +#(MAYBE_CAPTAIN) syree005.ogg Ah, yes... I had almost forgotten the sophistication of human social graces. Manners were never the Earthlings' strong point, were they? Your species' undeniable appeal can be found... elsewhere. @@ -45,23 +45,23 @@ I am Captain #(we_are_vindicator2) . -#(WELCOME_VINDICATOR0) syree006.wav +#(WELCOME_VINDICATOR0) syree006.ogg Hello Captain -#(WELCOME_VINDICATOR1) syree007.wav +#(WELCOME_VINDICATOR1) syree007.ogg from the Starship -#(WELCOME_VINDICATOR2) syree008.wav +#(WELCOME_VINDICATOR2) syree008.ogg . #(we_are_impressed) We're... we're.. we're greatly impressed! -#(SO_AM_I_CAPTAIN) syree009.wav +#(SO_AM_I_CAPTAIN) syree009.ogg So am I, Captain. So am I. Earthlings are so... so... earthy! -#(HOW_CAN_YOU_BE_HERE) syree010.wav +#(HOW_CAN_YOU_BE_HERE) syree010.ogg But you haven't answered my question fully. Why are you here? Where are you from? Has the slave shield been lifted from Earth? @@ -71,7 +71,7 @@ Simply put, Captain...what do you want from us? #(we_here_to_help) We have come here to free you from slavery to the Ur-Quan! -#(NO_NEED_HELP) syree011.wav +#(NO_NEED_HELP) syree011.ogg Look friend, I appreciate your offer, but we don't want your help. Why? I'll tell you why because we're not going to do anything to antagonize the Ur-Quan. That's why. @@ -82,7 +82,7 @@ That's a lot more than we ever had before the War... before the Ur-Quan became o #(we_need_help) To be honest, we need your help to destroy the Ur-Quan. -#(CANT_GIVE_HELP) syree012.wav +#(CANT_GIVE_HELP) syree012.ogg Look Captain... I like you... even though you're an obnoxious human... I like you. In another time, we might have become good friends... perhaps more but that's a fantasy, and my job is dealing with reality. @@ -93,7 +93,7 @@ Don't get all judgmental on me, Captain... you don't know what we've been throug #(i_need_you) Hey, baby... what I need is you! -#(OK_NEED) syree013.wav +#(OK_NEED) syree013.ogg Look. Human. Get this through your head. Under other circumstances, I might be interested in your antics, you're kind of cute but we've got a serious situation here and we don't have time to fool around. @@ -104,7 +104,7 @@ Now get serious... please. #(i_need_touch_o_vision) What I need right now, is a Touch-o-Vision. -#(TOUCH_O_VISION) syree014.wav +#(TOUCH_O_VISION) syree014.ogg Why only fantasize, Captain, when you can... no... wait a minute. What am I saying!? Look. Human. Get this through your head. Under other circumstances, I might be interested in your antics, you're kind of cute @@ -116,7 +116,7 @@ Now get serious... please. #(know_about_deep_children) Tanala, have you ever heard of the `Deep Children?' -#(WHAT_ABOUT_DEEP_CHILDREN) syree015.wav +#(WHAT_ABOUT_DEEP_CHILDREN) syree015.ogg Yes, I think so. Aren't they part of the Mycon religion somehow? We have recordings of Mycon HyperWave transmissions from the War... pretty weird stuff. The Mycons just kind of.. rambled, never making much sense. @@ -126,7 +126,7 @@ but we couldn't ever understand what they were talking about. #(mycons_involved) What if I told you that Mycon Deep Children shatter planet crusts... like your Syra? -#(WHAT_PROOF) syree016.wav +#(WHAT_PROOF) syree016.ogg What?! What did you say?! Human, you had better not be joking. Syra is not a subject for Earth humor. Now what do you mean, shatter planet crusts? How? @@ -136,7 +136,7 @@ Do you have proof that it was something else... these Deep Children? #(have_no_proof) I don't have proof YET, but I am certain the Mycons destroyed your world. -#(NEED_PROOF) syree017.wav +#(NEED_PROOF) syree017.ogg Captain, if what you say is true, it would turn my world upside down. You have no sorrow to match what each of us Syreen feels every day of our lives when we remember what we have lost... Syra... our Eden. @@ -150,13 +150,13 @@ but until then... do not mention the subject again. It is too painful. #(have_proof) Tanala. I have brought proof that the Mycon Deep Children destroyed your world Syra. -#(SEE_PROOF) syree018.wav +#(SEE_PROOF) syree018.ogg Let me see this proof, Captain! #(look_at_egg_sacks) Look at these fungal egg sacks. We found them near a crustal puncture on a shattered world. -#(HORRIBLE_TRUTH) syree019.wav +#(HORRIBLE_TRUTH) syree019.ogg Great gods! These fragments... they are IDENTICAL to the debris we found near the punctures on Syra! We never guessed that the fragments might be organic! To have survived re-entry!... nothing organic would remain!... unless @@ -170,7 +170,7 @@ We have work to do. #(what_doing_here) So, Commander Tanala, what are you doing here? -#(OUR_NEW_WORLD) syree020.wav +#(OUR_NEW_WORLD) syree020.ogg When the Ur-Quan conquered us, over twenty years ago I was only a young girl living in Habitat Thirty-One. My older sister, Diani, was a starship officer in the Space Patrol @@ -198,7 +198,7 @@ I was selected as the new commander. #(what_about_war) So what happened to you at the end of the war? -#(ABOUT_WAR) syree021.wav +#(ABOUT_WAR) syree021.ogg When we first met your people, we'd been wandering through the stars for almost seventy five years ever since the death of Syra... our home planet. We joined your Alliance, and I use the word `joined' loosely, because we had no other choice. @@ -221,7 +221,7 @@ but we've got a good life here, and we don't want to lose it. #(help_us) If you love freedom and hate the Ur-Quan, why won't you help us? -#(WONT_HELP) syree022.wav +#(WONT_HELP) syree022.ogg Like I said before, Captain, we would like to help but we are unwilling to risk losing Gaia. Unless you can find a much more compelling reason for us to get involved @@ -230,7 +230,7 @@ you are on your own. #(what_about_history) Would you tell me a bit about your people and your culture? -#(BEFORE_WAR) syree023.wav +#(BEFORE_WAR) syree023.ogg Our bodies are very similar, Captain. Ha! ha! Except for... certain parts...I mean What I am trying to say is that our SPECIES are almost identical almost too close a match to be just a coincidence. @@ -251,7 +251,7 @@ when the technological superiority of the farmers curtailed any major conflict. #(what_about_homeworld) What was Syra like? -#(ABOUT_HOMEWORLD) syree024.wav +#(ABOUT_HOMEWORLD) syree024.ogg It was our paradise, Captain, our Eden. Earth is the only world we know of whose variety and richness of life even comes close to Syra. Again, like so many other things about our two species, our worlds were very much the same @@ -263,7 +263,7 @@ We spend twenty hours awake, followed by ten hours of sleep... or at least... ho #(what_happened) What happened to Syra? -#(DONT_KNOW_HOW) syree025.wav +#(DONT_KNOW_HOW) syree025.ogg Ah... the death of our world. This subject is very difficult for us, Captain but I will try to recount those sad days. Like your solar system, ours had a large population of comets and asteroids. @@ -287,14 +287,14 @@ and clouds of poison gas and superheated steam which created a death shroud arou #(what_about_outfit) Come on now, isn't that outfit, knife included, a bit absurd? -#(HOPE_YOU_LIKE_IT) syree026.wav +#(HOPE_YOU_LIKE_IT) syree026.ogg Maybe some other time, Captain, I can show you the hidden functionality of my uniform knife included! #(where_mates) What happened to the males of your species? -#(MATES_KILLED) syree027.wav +#(MATES_KILLED) syree027.ogg When Syra was destroyed, the only people who survived were in orbit and most of them were members of our newly established, mostly female, Space Patrol. From their ships, their orbital platforms and their lunar outposts they watched Syra die. @@ -313,17 +313,17 @@ looking for a new home. #(get_lonely) Don't you ever get... lonely? Hmmm? -#(MAKE_OUT_ALL_RIGHT) syree028.wav +#(MAKE_OUT_ALL_RIGHT) syree028.ogg Ha! ha! ha! Don't worry about us, Captain! We make out all right with just us females. #(bye) Goodbye, Commander Tanala. I will be back. -#(GOODBYE) syree029.wav +#(GOODBYE) syree029.ogg Until then, Earthling. -#(MUST_ACT) syree030.wav +#(MUST_ACT) syree030.ogg Captain. The secret of the Mycon's monstrous murder of our planet has changed the attitudes of many of my people. We will not sit here and do nothing while the Mcyon fiends are free to roam the galaxy, perpetrating their evil.\n You wanted our cooperation in fighting the Ur-Quan. You've got it... provided @@ -332,7 +332,7 @@ you first help us seek our revenge against the Mycon race... help us to destroy #(whats_next_step) Okay. So what do you want us to do? -#(OPEN_VAULT) syree031.wav +#(OPEN_VAULT) syree031.ogg Our first step is to get some mobility. We have some fine starship officers on board, and they are all eager to go after the Mycons but without our Penetrator starships, we're totally ineffectual. @@ -343,7 +343,7 @@ but we believe they have sealed them in some kind of deep vault in the surface o #(where_is_it) Do you know where your ships are? -#(DONT_KNOW_WHERE) syree032.wav +#(DONT_KNOW_WHERE) syree032.ogg No, that's your job. But maybe we have some clues to help you find them. The starship officers who flew the Penetrators to the vault did so with total sensor black-out. @@ -356,10 +356,10 @@ the farthest they could have travelled is about 200 standard Hyperspace distance #(been_there) I've already been there. The vault is on the moon of Epsilon Camelopardalis I, but I couldn't open it. -#(GREAT) syree033.wav +#(GREAT) syree033.ogg Wonderful! Then the job is already almost complete! -#(GIVE_SHUTTLE) syree034.wav +#(GIVE_SHUTTLE) syree034.ogg Captain! We have assembled a small team of our most skilled officers. we will send them to your ship on board their own small shuttle. We feel that in the interests of efficiency, we keep our officers away from your crew @@ -376,11 +376,11 @@ Just remember, I'm doing this for you Sweet Cakes! #(if_i_die) If I die... just remember that I... I... really like you! -#(GOOD_LUCK) syree035.wav +#(GOOD_LUCK) syree035.ogg Good luck, brave Earthling. When your mission is successful maybe then we can... get to know each other better. -#(OK_FOUND_VAULT) syree036.wav +#(OK_FOUND_VAULT) syree036.ogg Good, now we can proceed with our plan for REVENGE against the Mycon! From our analysis of the Deep Child fragments you showed to us and a review of the recorded Mycon transmissions from the War @@ -400,7 +400,7 @@ Then we shall destroy them. #(what_now) Are you sure the Mycon are going to fall for this? Why should they believe me? -#(HERES_THE_PLAN) syree037.wav +#(HERES_THE_PLAN) syree037.ogg For all their evil, Captain, the Mycon are a naive race. They have great difficulty understanding deception. If you tell them what they wish to hear, they will believe you. @@ -408,7 +408,7 @@ If you tell them what they wish to hear, they will believe you. #(whats_my_reward) So! What if I die doing all this dangerous stuff? What about... us? -#(HERES_REWARD) syree038.wav +#(HERES_REWARD) syree038.ogg I'm afraid BOTH our duties will be dangerous, Captain. We may never see each other again. But for now, at least, there's this... @@ -416,10 +416,10 @@ But for now, at least, there's this... #(bye_after_vault) I'll miss you, Talana. -#(GOODBYE_AFTER_VAULT) syree039.wav +#(GOODBYE_AFTER_VAULT) syree039.ogg Don't worry, my human. We will be together again... some day. -#(HELLO_AFTER_AMBUSH_1) syree040.wav +#(HELLO_AFTER_AMBUSH_1) syree040.ogg SUCCESS, Captain! The Mycons' fleet is in shambles! JUSTICE IS OURS! We have revenged ourselves against the heinous Mycons! @@ -437,14 +437,14 @@ and Captain, now that we have taken our revenge on the Mycon we give you our starship officers and Penetrator designs so that you can add our ships to your fleet. -#(HELLO_AFTER_AMBUSH_2) syree041.wav +#(HELLO_AFTER_AMBUSH_2) syree041.ogg Hello brave Earthling. Your return is welcome. My people, the Syreen, shall be forever in your debt. In fact, many of my officers wish to thank you... personally... for your efforts on our behalf. I suggest you set aside a week sometime in the near future so that you can properly receive your hero's welcome aboard this starbase. -#(HELLO_AFTER_AMBUSH_3) syree042.wav +#(HELLO_AFTER_AMBUSH_3) syree042.ogg Oh, Captain! The flush of victory still has my body quivering! For so many years we have dreamed of putting the death of our beloved homeworld behind us and now this has finally come to pass! @@ -454,14 +454,14 @@ And you know what, Captain? I have plans... Plans you would be most interested in hearing but I shall save them for later... when we can meet... privately. -#(HELLO_AFTER_AMBUSH_4) syree043.wav +#(HELLO_AFTER_AMBUSH_4) syree043.ogg Ah! My beautiful Captain from Earth! What can I do for you... please tell me. #(what_now_after_ambush) Is there anything else I can do to you - um! - I mean, do FOR you. -#(DO_THIS_AFTER_AMBUSH) syree044.wav +#(DO_THIS_AFTER_AMBUSH) syree044.ogg Captain, the next step is to pull down the slave shield from our planet. In my opinion, the only people who could do that are the Chenjesu and as far as I know, they are under a shield of their own. @@ -474,7 +474,7 @@ You will have to find their weak spot, and then strike it with everything you've #(what_about_you) So what happens to you now? -#(ABOUT_ME) syree045.wav +#(ABOUT_ME) syree045.ogg I expect I'm going to be pretty busy for the next few months overseeing repairs to our fleet of Penetrator starships and preparing some kind of defensive system for this starbase. @@ -483,39 +483,39 @@ If and when the Ur-Quan return here, we want to have a little surprise ready for #(whats_up_after_ambush) So, what's new Tanala? -#(GENERAL_INFO_AFTER_AMBUSH_1) syree046.wav +#(GENERAL_INFO_AFTER_AMBUSH_1) syree046.ogg Not a great deal, Captain. You seem to be the biggest source of excitement around here. I've had requests from just about every officer under my command to be transferred to your Earth Starbase to serve under you. If I wasn't running this Starbase, I'd be first in line. -#(GENERAL_INFO_AFTER_AMBUSH_2) syree047.wav +#(GENERAL_INFO_AFTER_AMBUSH_2) syree047.ogg We have been intercepting a concentration of Hierarchy broadcasts but we cannot translate their content. They all appear to be originating from the direction of the Horologii constellation. -#(GENERAL_INFO_AFTER_AMBUSH_3) syree048.wav +#(GENERAL_INFO_AFTER_AMBUSH_3) syree048.ogg Nothing new to report, Captain. -#(GENERAL_INFO_AFTER_AMBUSH_4) syree049.wav +#(GENERAL_INFO_AFTER_AMBUSH_4) syree049.ogg Nothing new to report, Captain. #(bye_after_ambush) Goodbye Tanala. -#(GOODBYE_AFTER_AMBUSH) syree050.wav +#(GOODBYE_AFTER_AMBUSH) syree050.ogg Goodbye my human. -#(FOUND_VAULT_YET_1) syree051.wav +#(FOUND_VAULT_YET_1) syree051.ogg Have you found the ship vault yet? -#(FOUND_VAULT_YET_2) syree052.wav +#(FOUND_VAULT_YET_2) syree052.ogg Any success finding our ships, Captain? #(vault_hint) Er... no. Have you got any idea where it is, even a guess? -#(OK_HINT) syree053.wav +#(OK_HINT) syree053.ogg Only that the vault is at a red or maybe orange star, and not too far from our position. #(found_vault) @@ -524,28 +524,28 @@ Yes! We found it on the moon of Epsilon Camelopardalis I. #(bye_before_vault) Goodbye, Tanala. I'm off to find the vault! -#(GOODBYE_BEFORE_VAULT) syree054.wav +#(GOODBYE_BEFORE_VAULT) syree054.ogg Good luck, Captain. #(what_do_i_get_for_this) So what do I get for this, eh? Hmm? Eh? -#(GRATITUDE) syree055.wav +#(GRATITUDE) syree055.ogg You will receive more gratitude than you know what to do with, Captain. #(not_sure) Uh... I'm just not sure. This sounds dangerous. -#(PLEASE) syree056.wav +#(PLEASE) syree056.ogg Please, Captain, we need your help! -#(READY_FOR_AMBUSH) syree057.wav +#(READY_FOR_AMBUSH) syree057.ogg We will wait here for the Mycons. #(repeat_plan) Could you repeat the plan again? -#(OK_REPEAT_PLAN) syree058.wav +#(OK_REPEAT_PLAN) syree058.ogg Ok, here's the plan, again. You must go to the Mycons and tell them about a world at the Organon star system. Tell them that you have found the perfect world for their hideous Deep Children. @@ -555,80 +555,80 @@ Then we shall destroy them. #(bye_before_ambush) Good luck, Tanala. -#(GOODBYE_BEFORE_AMBUSH) syree059.wav +#(GOODBYE_BEFORE_AMBUSH) syree059.ogg Same to you, my human. #(what_about_us) I guess what I mean is... What about us, Tanala? -#(ABOUT_US) syree060.wav +#(ABOUT_US) syree060.ogg I'm afraid our duties will keep us apart, Captain But for now, at least, there's this... -#(MORE_COMFORTABLE0) syree061.wav +#(MORE_COMFORTABLE0) syree061.ogg That's more like it... now -#(MORE_COMFORTABLE1) syree062.wav +#(MORE_COMFORTABLE1) syree062.ogg , let me help you off with this yes... now aren't you a lot more comfortable? #(in_the_spirit) I see! Well, in the spirit of interspecies communication, let me just say, COWABUNGA! -#(OK_SPIRIT0) syree063.wav +#(OK_SPIRIT0) syree063.ogg Oooh! Say that word again! It makes me feel so excited! It makes me want to do something nice for you -#(OK_SPIRIT1) syree064.wav +#(OK_SPIRIT1) syree064.ogg like this... -#(OK_SPIRIT2) syree065.wav +#(OK_SPIRIT2) syree065.ogg and this... -#(OK_SPIRIT3) syree066.wav +#(OK_SPIRIT3) syree066.ogg and especially, this! #(what_in_mind) Hey... what have you got in mind here? -#(SOMETHING_LIKE_THIS0) syree067.wav +#(SOMETHING_LIKE_THIS0) syree067.ogg Well to start off, I thought we'd do something like this unless your species isn't limber enough -#(SOMETHING_LIKE_THIS1) syree068.wav +#(SOMETHING_LIKE_THIS1) syree068.ogg and then I thought we could move on to something a bit more like... Mmmm... this. -#(SOMETHING_LIKE_THIS2) syree069.wav +#(SOMETHING_LIKE_THIS2) syree069.ogg and after you had recovered, I thought this might be fun! -#(SOMETHING_LIKE_THIS3) syree070.wav +#(SOMETHING_LIKE_THIS3) syree070.ogg and if you're still conscious, I thought we could try this even though I've never done it before! #(hands_off) Hey! Hands off lady! I'm not THAT kind of Captain. -#(OK_WONT_USE_HANDS0) syree071.wav +#(OK_WONT_USE_HANDS0) syree071.ogg Oh, Captain... I would never think of doing something unpleasant to you quite the opposite in fact. But if you want me to keep my hands off... I can use other... things... -#(OK_WONT_USE_HANDS1) syree072.wav +#(OK_WONT_USE_HANDS1) syree072.ogg ...like this over here... -#(OK_WONT_USE_HANDS2) syree073.wav +#(OK_WONT_USE_HANDS2) syree073.ogg and this right here... -#(OK_WONT_USE_HANDS3) syree074.wav +#(OK_WONT_USE_HANDS3) syree074.ogg and this right about here. #(why_lights_off) Ahh... why are the lights off? -#(LIGHTS_OFF_BECAUSE0) syree075.wav +#(LIGHTS_OFF_BECAUSE0) syree075.ogg Because, my darling, if the light was on, I couldn't do this... -#(LIGHTS_OFF_BECAUSE1) syree076.wav +#(LIGHTS_OFF_BECAUSE1) syree076.ogg or this... -#(LIGHTS_OFF_BECAUSE2) syree077.wav +#(LIGHTS_OFF_BECAUSE2) syree077.ogg or this... -#(LIGHTS_OFF_BECAUSE3) syree078.wav +#(LIGHTS_OFF_BECAUSE3) syree078.ogg or, umm... this. #(evil_monster) You're not going to turn into some weird alien monster now, and bite my head off, are you? -#(NOT_EVIL_MONSTER) syree079.wav +#(NOT_EVIL_MONSTER) syree079.ogg Ha!-ha!-ha! An alien monster? Me? ME?! WHY CAAPTAIN! WHYEVER DOO YOOU SAAY THAAAT!!! REEAARRGGGG!!!! @@ -638,18 +638,18 @@ REEAARRGGGG!!!! #(disease) Very funny. Look, I'd be more comfortable if we just turned the lights back on. -#(JUST_RELAX) syree080.wav +#(JUST_RELAX) syree080.ogg Just relax, my silly human Captain. Let me take care of everything. #(what_happens_if_i_touch_this) Hmmm... what happens if I do this? -#(THIS_HAPPENS0) syree081.wav +#(THIS_HAPPENS0) syree081.ogg ...mmm MMMm!... Oh, -#(THIS_HAPPENS1) syree082.wav +#(THIS_HAPPENS1) syree082.ogg ! MMMmm!!... ...MMMMMmmmmmm!!!... ...Mmmmm @@ -658,7 +658,7 @@ does that answer your question? #(are_you_sure_this_is_ok) Are you sure this is okay? I'm nervous. -#(YES_SURE) syree083.wav +#(YES_SURE) syree083.ogg Please don't worry, my darling human we have all the time in the world and my door locks securely. @@ -666,24 +666,24 @@ and my door locks securely. #(boy_they_never_taught) Boy-oh-boy! They never taught me stuff like this back at Unzervalt! -#(THEN_LET_ME_TEACH) syree084.wav +#(THEN_LET_ME_TEACH) syree084.ogg Then let me teach you what you need to know we will begin with the fundamentals of basic Syreen physiology... #(not_much_more_to_say) Hmm, uh.. well, uh, I guess I don't have much more to say, do I? -#(THEN_STOP_TALKING) syree085.wav +#(THEN_STOP_TALKING) syree085.ogg Then stop wasting your lips on words, you silly fool and come here!... -#(LATER) syree086.wav +#(LATER) syree086.ogg (...) (...later...) (...much later...) (...quite a good bit later...) -#(SEX_GOODBYE) syree087.wav +#(SEX_GOODBYE) syree087.ogg Goodbye Captain, darling... we each have our jobs to do now you must go! But you will remain always in my mind and heart diff --git a/sc2/content/comm/talkpet/talkp000.ogg b/sc2/content/comm/talkpet/talkp000.ogg new file mode 100644 index 000000000..be78ee841 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp000.ogg differ diff --git a/sc2/content/comm/talkpet/talkp001.ogg b/sc2/content/comm/talkpet/talkp001.ogg new file mode 100644 index 000000000..42674e7c7 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp001.ogg differ diff --git a/sc2/content/comm/talkpet/talkp002.ogg b/sc2/content/comm/talkpet/talkp002.ogg new file mode 100644 index 000000000..bad0914e7 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp002.ogg differ diff --git a/sc2/content/comm/talkpet/talkp003.ogg b/sc2/content/comm/talkpet/talkp003.ogg new file mode 100644 index 000000000..de2a13354 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp003.ogg differ diff --git a/sc2/content/comm/talkpet/talkp004.ogg b/sc2/content/comm/talkpet/talkp004.ogg new file mode 100644 index 000000000..eaaa94415 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp004.ogg differ diff --git a/sc2/content/comm/talkpet/talkp005.ogg b/sc2/content/comm/talkpet/talkp005.ogg new file mode 100644 index 000000000..dc38de92b Binary files /dev/null and b/sc2/content/comm/talkpet/talkp005.ogg differ diff --git a/sc2/content/comm/talkpet/talkp006.ogg b/sc2/content/comm/talkpet/talkp006.ogg new file mode 100644 index 000000000..aec628c80 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp006.ogg differ diff --git a/sc2/content/comm/talkpet/talkp007.ogg b/sc2/content/comm/talkpet/talkp007.ogg new file mode 100644 index 000000000..b5fc2f488 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp007.ogg differ diff --git a/sc2/content/comm/talkpet/talkp008.ogg b/sc2/content/comm/talkpet/talkp008.ogg new file mode 100644 index 000000000..f3a47f398 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp008.ogg differ diff --git a/sc2/content/comm/talkpet/talkp009.ogg b/sc2/content/comm/talkpet/talkp009.ogg new file mode 100644 index 000000000..35e80cbe2 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp009.ogg differ diff --git a/sc2/content/comm/talkpet/talkp010.ogg b/sc2/content/comm/talkpet/talkp010.ogg new file mode 100644 index 000000000..e1322d7c7 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp010.ogg differ diff --git a/sc2/content/comm/talkpet/talkp011.ogg b/sc2/content/comm/talkpet/talkp011.ogg new file mode 100644 index 000000000..9dc8f6e62 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp011.ogg differ diff --git a/sc2/content/comm/talkpet/talkp012.ogg b/sc2/content/comm/talkpet/talkp012.ogg new file mode 100644 index 000000000..a0267ba50 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp012.ogg differ diff --git a/sc2/content/comm/talkpet/talkp013.ogg b/sc2/content/comm/talkpet/talkp013.ogg new file mode 100644 index 000000000..48dbcdc17 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp013.ogg differ diff --git a/sc2/content/comm/talkpet/talkp014.ogg b/sc2/content/comm/talkpet/talkp014.ogg new file mode 100644 index 000000000..1ac804da4 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp014.ogg differ diff --git a/sc2/content/comm/talkpet/talkp015.ogg b/sc2/content/comm/talkpet/talkp015.ogg new file mode 100644 index 000000000..b0019721f Binary files /dev/null and b/sc2/content/comm/talkpet/talkp015.ogg differ diff --git a/sc2/content/comm/talkpet/talkp016.ogg b/sc2/content/comm/talkpet/talkp016.ogg new file mode 100644 index 000000000..d767b5650 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp016.ogg differ diff --git a/sc2/content/comm/talkpet/talkp017.ogg b/sc2/content/comm/talkpet/talkp017.ogg new file mode 100644 index 000000000..4945e2aac Binary files /dev/null and b/sc2/content/comm/talkpet/talkp017.ogg differ diff --git a/sc2/content/comm/talkpet/talkp018.ogg b/sc2/content/comm/talkpet/talkp018.ogg new file mode 100644 index 000000000..5f0f1b521 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp018.ogg differ diff --git a/sc2/content/comm/talkpet/talkp019.ogg b/sc2/content/comm/talkpet/talkp019.ogg new file mode 100644 index 000000000..37dae114a Binary files /dev/null and b/sc2/content/comm/talkpet/talkp019.ogg differ diff --git a/sc2/content/comm/talkpet/talkp020.ogg b/sc2/content/comm/talkpet/talkp020.ogg new file mode 100644 index 000000000..827300336 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp020.ogg differ diff --git a/sc2/content/comm/talkpet/talkp021.ogg b/sc2/content/comm/talkpet/talkp021.ogg new file mode 100644 index 000000000..965328c69 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp021.ogg differ diff --git a/sc2/content/comm/talkpet/talkp022.ogg b/sc2/content/comm/talkpet/talkp022.ogg new file mode 100644 index 000000000..e48461f82 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp022.ogg differ diff --git a/sc2/content/comm/talkpet/talkp023.ogg b/sc2/content/comm/talkpet/talkp023.ogg new file mode 100644 index 000000000..043e32e8f Binary files /dev/null and b/sc2/content/comm/talkpet/talkp023.ogg differ diff --git a/sc2/content/comm/talkpet/talkp024.ogg b/sc2/content/comm/talkpet/talkp024.ogg new file mode 100644 index 000000000..8557d7bbd Binary files /dev/null and b/sc2/content/comm/talkpet/talkp024.ogg differ diff --git a/sc2/content/comm/talkpet/talkp025.ogg b/sc2/content/comm/talkpet/talkp025.ogg new file mode 100644 index 000000000..3ac3fb85e Binary files /dev/null and b/sc2/content/comm/talkpet/talkp025.ogg differ diff --git a/sc2/content/comm/talkpet/talkp026.ogg b/sc2/content/comm/talkpet/talkp026.ogg new file mode 100644 index 000000000..2a437bf99 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp026.ogg differ diff --git a/sc2/content/comm/talkpet/talkp027.ogg b/sc2/content/comm/talkpet/talkp027.ogg new file mode 100644 index 000000000..a4685b1d8 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp027.ogg differ diff --git a/sc2/content/comm/talkpet/talkp028.ogg b/sc2/content/comm/talkpet/talkp028.ogg new file mode 100644 index 000000000..13a5b528c Binary files /dev/null and b/sc2/content/comm/talkpet/talkp028.ogg differ diff --git a/sc2/content/comm/talkpet/talkp029.ogg b/sc2/content/comm/talkpet/talkp029.ogg new file mode 100644 index 000000000..3f8a0a642 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp029.ogg differ diff --git a/sc2/content/comm/talkpet/talkp030.ogg b/sc2/content/comm/talkpet/talkp030.ogg new file mode 100644 index 000000000..56508d3ea Binary files /dev/null and b/sc2/content/comm/talkpet/talkp030.ogg differ diff --git a/sc2/content/comm/talkpet/talkp031.ogg b/sc2/content/comm/talkpet/talkp031.ogg new file mode 100644 index 000000000..9644a5bf2 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp031.ogg differ diff --git a/sc2/content/comm/talkpet/talkp032.ogg b/sc2/content/comm/talkpet/talkp032.ogg new file mode 100644 index 000000000..0e25eedb4 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp032.ogg differ diff --git a/sc2/content/comm/talkpet/talkp033.ogg b/sc2/content/comm/talkpet/talkp033.ogg new file mode 100644 index 000000000..3f09c2f5c Binary files /dev/null and b/sc2/content/comm/talkpet/talkp033.ogg differ diff --git a/sc2/content/comm/talkpet/talkp034.ogg b/sc2/content/comm/talkpet/talkp034.ogg new file mode 100644 index 000000000..e10a541c6 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp034.ogg differ diff --git a/sc2/content/comm/talkpet/talkp035.ogg b/sc2/content/comm/talkpet/talkp035.ogg new file mode 100644 index 000000000..e87a5b894 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp035.ogg differ diff --git a/sc2/content/comm/talkpet/talkp036.ogg b/sc2/content/comm/talkpet/talkp036.ogg new file mode 100644 index 000000000..875a67399 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp036.ogg differ diff --git a/sc2/content/comm/talkpet/talkp037.ogg b/sc2/content/comm/talkpet/talkp037.ogg new file mode 100644 index 000000000..542c98807 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp037.ogg differ diff --git a/sc2/content/comm/talkpet/talkp038.ogg b/sc2/content/comm/talkpet/talkp038.ogg new file mode 100644 index 000000000..d83243071 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp038.ogg differ diff --git a/sc2/content/comm/talkpet/talkp039.ogg b/sc2/content/comm/talkpet/talkp039.ogg new file mode 100644 index 000000000..398b750be Binary files /dev/null and b/sc2/content/comm/talkpet/talkp039.ogg differ diff --git a/sc2/content/comm/talkpet/talkp040.ogg b/sc2/content/comm/talkpet/talkp040.ogg new file mode 100644 index 000000000..e4e6daa4f Binary files /dev/null and b/sc2/content/comm/talkpet/talkp040.ogg differ diff --git a/sc2/content/comm/talkpet/talkp041.ogg b/sc2/content/comm/talkpet/talkp041.ogg new file mode 100644 index 000000000..ec7faea18 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp041.ogg differ diff --git a/sc2/content/comm/talkpet/talkp042.ogg b/sc2/content/comm/talkpet/talkp042.ogg new file mode 100644 index 000000000..eca3b9fc2 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp042.ogg differ diff --git a/sc2/content/comm/talkpet/talkp043.ogg b/sc2/content/comm/talkpet/talkp043.ogg new file mode 100644 index 000000000..dbdaf0420 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp043.ogg differ diff --git a/sc2/content/comm/talkpet/talkp044.ogg b/sc2/content/comm/talkpet/talkp044.ogg new file mode 100644 index 000000000..a21d7605c Binary files /dev/null and b/sc2/content/comm/talkpet/talkp044.ogg differ diff --git a/sc2/content/comm/talkpet/talkp045.ogg b/sc2/content/comm/talkpet/talkp045.ogg new file mode 100644 index 000000000..6852cd69b Binary files /dev/null and b/sc2/content/comm/talkpet/talkp045.ogg differ diff --git a/sc2/content/comm/talkpet/talkp046.ogg b/sc2/content/comm/talkpet/talkp046.ogg new file mode 100644 index 000000000..2d6525bbd Binary files /dev/null and b/sc2/content/comm/talkpet/talkp046.ogg differ diff --git a/sc2/content/comm/talkpet/talkp047.ogg b/sc2/content/comm/talkpet/talkp047.ogg new file mode 100644 index 000000000..bc961fbc9 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp047.ogg differ diff --git a/sc2/content/comm/talkpet/talkp048.ogg b/sc2/content/comm/talkpet/talkp048.ogg new file mode 100644 index 000000000..c8ed403d5 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp048.ogg differ diff --git a/sc2/content/comm/talkpet/talkp049.ogg b/sc2/content/comm/talkpet/talkp049.ogg new file mode 100644 index 000000000..2c1a8079d Binary files /dev/null and b/sc2/content/comm/talkpet/talkp049.ogg differ diff --git a/sc2/content/comm/talkpet/talkp050.ogg b/sc2/content/comm/talkpet/talkp050.ogg new file mode 100644 index 000000000..df6f9fe89 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp050.ogg differ diff --git a/sc2/content/comm/talkpet/talkp051.ogg b/sc2/content/comm/talkpet/talkp051.ogg new file mode 100644 index 000000000..547b7e388 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp051.ogg differ diff --git a/sc2/content/comm/talkpet/talkp052.ogg b/sc2/content/comm/talkpet/talkp052.ogg new file mode 100644 index 000000000..be4893445 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp052.ogg differ diff --git a/sc2/content/comm/talkpet/talkp053.ogg b/sc2/content/comm/talkpet/talkp053.ogg new file mode 100644 index 000000000..4ee97de3a Binary files /dev/null and b/sc2/content/comm/talkpet/talkp053.ogg differ diff --git a/sc2/content/comm/talkpet/talkp054.ogg b/sc2/content/comm/talkpet/talkp054.ogg new file mode 100644 index 000000000..43fe45810 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp054.ogg differ diff --git a/sc2/content/comm/talkpet/talkp055.ogg b/sc2/content/comm/talkpet/talkp055.ogg new file mode 100644 index 000000000..f4767974a Binary files /dev/null and b/sc2/content/comm/talkpet/talkp055.ogg differ diff --git a/sc2/content/comm/talkpet/talkp056.ogg b/sc2/content/comm/talkpet/talkp056.ogg new file mode 100644 index 000000000..951572d97 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp056.ogg differ diff --git a/sc2/content/comm/talkpet/talkp057.ogg b/sc2/content/comm/talkpet/talkp057.ogg new file mode 100644 index 000000000..fbf93831b Binary files /dev/null and b/sc2/content/comm/talkpet/talkp057.ogg differ diff --git a/sc2/content/comm/talkpet/talkp058.ogg b/sc2/content/comm/talkpet/talkp058.ogg new file mode 100644 index 000000000..46654965e Binary files /dev/null and b/sc2/content/comm/talkpet/talkp058.ogg differ diff --git a/sc2/content/comm/talkpet/talkp059.ogg b/sc2/content/comm/talkpet/talkp059.ogg new file mode 100644 index 000000000..5053fb139 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp059.ogg differ diff --git a/sc2/content/comm/talkpet/talkp060.ogg b/sc2/content/comm/talkpet/talkp060.ogg new file mode 100644 index 000000000..95d732d26 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp060.ogg differ diff --git a/sc2/content/comm/talkpet/talkp061.ogg b/sc2/content/comm/talkpet/talkp061.ogg new file mode 100644 index 000000000..7ccedfe56 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp061.ogg differ diff --git a/sc2/content/comm/talkpet/talkp062.ogg b/sc2/content/comm/talkpet/talkp062.ogg new file mode 100644 index 000000000..b10ea46d6 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp062.ogg differ diff --git a/sc2/content/comm/talkpet/talkp063.ogg b/sc2/content/comm/talkpet/talkp063.ogg new file mode 100644 index 000000000..8e3e4da96 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp063.ogg differ diff --git a/sc2/content/comm/talkpet/talkp064.ogg b/sc2/content/comm/talkpet/talkp064.ogg new file mode 100644 index 000000000..2178ec2cb Binary files /dev/null and b/sc2/content/comm/talkpet/talkp064.ogg differ diff --git a/sc2/content/comm/talkpet/talkp065.ogg b/sc2/content/comm/talkpet/talkp065.ogg new file mode 100644 index 000000000..0ff55b6f1 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp065.ogg differ diff --git a/sc2/content/comm/talkpet/talkp066.ogg b/sc2/content/comm/talkpet/talkp066.ogg new file mode 100644 index 000000000..e94b40b53 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp066.ogg differ diff --git a/sc2/content/comm/talkpet/talkp067.ogg b/sc2/content/comm/talkpet/talkp067.ogg new file mode 100644 index 000000000..6e1a9afa7 Binary files /dev/null and b/sc2/content/comm/talkpet/talkp067.ogg differ diff --git a/sc2/content/comm/talkpet/talkp068.ogg b/sc2/content/comm/talkpet/talkp068.ogg new file mode 100644 index 000000000..45bad8e4e Binary files /dev/null and b/sc2/content/comm/talkpet/talkp068.ogg differ diff --git a/sc2/content/comm/talkpet/talkp069.ogg b/sc2/content/comm/talkpet/talkp069.ogg new file mode 100644 index 000000000..45ed3139c Binary files /dev/null and b/sc2/content/comm/talkpet/talkp069.ogg differ diff --git a/sc2/content/comm/talkpet/talkp070.ogg b/sc2/content/comm/talkpet/talkp070.ogg new file mode 100644 index 000000000..fff0a86bb Binary files /dev/null and b/sc2/content/comm/talkpet/talkp070.ogg differ diff --git a/sc2/content/comm/talkpet/talkp071.ogg b/sc2/content/comm/talkpet/talkp071.ogg new file mode 100644 index 000000000..dae0f136e Binary files /dev/null and b/sc2/content/comm/talkpet/talkp071.ogg differ diff --git a/sc2/content/comm/talkpet/talkp072.ogg b/sc2/content/comm/talkpet/talkp072.ogg new file mode 100644 index 000000000..e9a4ae74e Binary files /dev/null and b/sc2/content/comm/talkpet/talkp072.ogg differ diff --git a/sc2/content/comm/talkpet/talkpet.txt b/sc2/content/comm/talkpet/talkpet.txt index 6ec75f420..3fb934d4f 100755 --- a/sc2/content/comm/talkpet/talkpet.txt +++ b/sc2/content/comm/talkpet/talkpet.txt @@ -1,10 +1,10 @@ -#(HELLO_AT_UMGAH) talkp000.wav +#(HELLO_AT_UMGAH) talkp000.ogg What do you want? #(what_are_you) I thought this was the Umgah homeworld. Who are you? -#(JUST_TALKING_PET) talkp001.wav +#(JUST_TALKING_PET) talkp001.ogg I am a peaceful, friendly alien life form. The Ur-Quan call us `talking pets'. Until recently, I was employed on a Dreadnought starship as a translator. Then, after the ship suffered severe damage in combat, we crashed at Alpha Pavonis. @@ -15,7 +15,7 @@ who possess superior bio-engineering skills. #(talking_pets_dumb) But I thought Talking Pets weren't sentient? You seem smart enough. -#(OH_NO_YOU_DONT) talkp002.wav +#(OH_NO_YOU_DONT) talkp002.ogg Oh... so you know about that, do you? Alas, that means I will have to kill you now. I can't permit you to reveal my transformation @@ -27,14 +27,14 @@ so now #(what_do_to_umgah) Where are the Umgah? What have you done to them? -#(DID_NOTHING) talkp003.wav +#(DID_NOTHING) talkp003.ogg You are imagining things. The Umgah are fine, just busy, extremely busy. That's why I am answering the `Caster today. #(umgah_zombies) You don't fool me! You've turned them into zombie-blobbies!... or something. -#(WORKS_LIKE_THIS) talkp004.wav +#(WORKS_LIKE_THIS) talkp004.ogg Argh! Why didn't you leave when you had the chance? Now I've got to kill you in some really sneaky way so that no one will guess I was the agent of your demise. @@ -45,7 +45,7 @@ I am Captain of the starship #(we_are_vindicator1) . We have come in peace to talk with the Umgah leaders about overthrowing the Ur-Quan Hierarchy. -#(GOOD_FOR_YOU) talkp005.wav +#(GOOD_FOR_YOU) talkp005.ogg Good idea! May I just say, I am behind you 100 percent! But unfortunately, the Umgah are all too busy to come to the `Caster right now so... er... come back later... much later. @@ -53,7 +53,7 @@ so... er... come back later... much later. #(must_explain_presence) Strange creature. Explain your presence here immediately. -#(EXPLAIN_NOTHING_MONKEY_BOY) talkp006.wav +#(EXPLAIN_NOTHING_MONKEY_BOY) talkp006.ogg YARRGH! I will explain NOTHING, monkey-boy! Your stupid curiosity has sealed your doom! You could have left well enough alone. You could have departed this planet alive @@ -65,7 +65,7 @@ and now you shall pay the price! #(bye_at_umgah) Look, ah... whoever you are. I'll just be leaving now. -#(GOODBYE_AT_UMGAH) talkp007.wav +#(GOODBYE_AT_UMGAH) talkp007.ogg I wish it were so simple. I thought that perhaps I could let you live but now I fear you know too much. @@ -73,36 +73,36 @@ My plans for revenge are far too important to be be ruined by a simple, interfering dolt like yourself. -- -#(HYPNOTIZE_AGAIN_1) talkp008.wav +#(HYPNOTIZE_AGAIN_1) talkp008.ogg Argh! Why aren't you dead? What a bummer. I will remedy this situation -#(HYPNOTIZE_AGAIN_2) talkp009.wav +#(HYPNOTIZE_AGAIN_2) talkp009.ogg You are interfering with my plans of revenge against the Ur-Quan. The penalty for this transgression is death, specifically yours! -#(HYPNOTIZE_AGAIN_3) talkp010.wav +#(HYPNOTIZE_AGAIN_3) talkp010.ogg Why do you keep returning!? Never mind, don't answer. -#(HYPNOTIZE_AGAIN_4) talkp011.wav +#(HYPNOTIZE_AGAIN_4) talkp011.ogg You're back again! You are as stupid as you are durable. Perhaps this time, you will accomplish your own demise. -#(HYPNO_TAIL) talkp012.wav +#(HYPNO_TAIL) talkp012.ogg -#(CANT_COMPEL) talkp013.wav +#(CANT_COMPEL) talkp013.ogg Aieee! I cannot compel you!? Your mind is closed to me -- how can this be?! I am forced to resort to more primitive measures Umgah commander, summon your ten combat ships and attack this intruder instantly! -#(LETS_MAKE_A_DEAL) talkp014.wav +#(LETS_MAKE_A_DEAL) talkp014.ogg Hi there, friendly starship Captain! You will never believe this, but somewhow, the injuries I suffered when the Dreadnought crashed triggered some kind of, uh... personality transformation @@ -132,7 +132,7 @@ Is it a deal, Captain? Hmmm? #(what_kind_of_deal) What kind of deal, Talking Pet? Provide details. -#(HELP_DEFEAT_URQUAN) talkp015.wav +#(HELP_DEFEAT_URQUAN) talkp015.ogg I get the basic idea that you seek to overthrow the Ur-Quan Bravo! Good idea! Way to go! I too wish to see the Ur-Quan beaten -- humiliated and destroyed @@ -144,7 +144,7 @@ Such a plan cannot fail, Captain. You must see that. #(ok_lets_do_it) All right, I agree. But any tricks and you'll be sucking vacuum. -#(COMING_ABOARD) talkp016.wav +#(COMING_ABOARD) talkp016.ogg No tricks, Captain. No tricks. I fear you cruelly misjudge me, human. I am on YOUR side now. Together we will make a great team, Captain. @@ -155,7 +155,7 @@ When you wish to talk with me, I will be there. #(how_trust) You tried to kill me! Your words are lies! How can I possibly trust you? -#(TRUST) talkp017.wav +#(TRUST) talkp017.ogg Captain, Captain... calm down. Be reasonable. Listen to me. I am nothing more than a single being, hardly larger than one of your Earth dogs. My only weapon -- my weak psychic abilities -- have been nullified by your protective device. @@ -168,14 +168,14 @@ I am your secret weapon against these tyrants, Captain. Do not leave me here. #(boneless_dweeb) I know what you are, evil creature. You are a lying, boneless dweeb! -#(YOUR_BONELESS_DWEEB) talkp018.wav +#(YOUR_BONELESS_DWEEB) talkp018.ogg Yes, Captain. I am a lying, boneless, toady dweeb but I am YOUR lying, boneless, toady dweeb! #(what_are_you_really) Talking Pet. What are you... really? -#(POOR_DNYARRI) talkp019.wav +#(POOR_DNYARRI) talkp019.ogg I will gladly tell you my story, Captain. Gladly! I was indeed a Talking Pet aboard an Ur-Quan Dreadnought. Those years are like a forgotten dream to me, because I was not sentient. @@ -205,7 +205,7 @@ Now do you understand my lust for vengeance? #(hard_to_believe) An amazing story, if true. Pardon me if I am a bit skeptical, but you are a proven liar. -#(ITS_TRUE) talkp020.wav +#(ITS_TRUE) talkp020.ogg It's all true, Captain! Every word! Now listen!... and I shall tell you why the Ur-Quan did this to us. It was over twenty thousand of your years ago, Captain, when an Ur-Quan slave raider @@ -231,7 +231,7 @@ This was our punishment. #(bullshit) What a load of crap! YOUR species were the slavemasters, you lying, evil creature!! -#(WORTH_A_TRY) talkp021.wav +#(WORTH_A_TRY) talkp021.ogg Dang! You are the most inconveniently well-informed creature, Captain! Well, it was worth a try. Sigh. @@ -239,14 +239,14 @@ Sigh. #(kill_you) Heinous, brainy frog-monster. You must die! -#(PLEASE_DONT) talkp022.wav +#(PLEASE_DONT) talkp022.ogg No! Please don't! I am the last hope for my species! You cannot do this thing! #(must_kill) I will not be swayed from my path. Say your prayers. -#(DONT_KILL) talkp023.wav +#(DONT_KILL) talkp023.ogg Hmmm! How interesting! During that last little threat, I noticed something WONDERFUL! YOU DON'T HAVE THE TAALO SHIELD DEVICE PROPERLY INSTALLED! Ha-ha-ha! Fool! You could have fired upon me. @@ -263,7 +263,7 @@ I - have - no - desire - to - kill - you. Welcome - aboard - our - vessel. #(want_kill_3) Kill? Kill? What is this `kill'? We love you! -#(GLAD_YOU_WONT_KILL) talkp024.wav +#(GLAD_YOU_WONT_KILL) talkp024.ogg Wonderful, Captain. I am so glad you have seen the light of reason. I shall gather my few possessions, and come aboard your vessel immediately. When you wish to talk with me, I will be in your ship's hold. @@ -272,25 +272,25 @@ That is all, Captain. For now, at least. #(whats_up_onboard) How's it going, Dnyarri? You okay down there in the cargo bay? -#(GENERAL_INFO_ONBOARD_1) talkp025.wav +#(GENERAL_INFO_ONBOARD_1) talkp025.ogg It is cold and empty. I could use a thermal blanket. Since it is incredibly boring down here I am using the opportunity to try to get some sleep. -#(GENERAL_INFO_ONBOARD_2) talkp026.wav +#(GENERAL_INFO_ONBOARD_2) talkp026.ogg Much the same as the last time you asked however, I have found a way to amuse myself. I am listening in on the mental energies of your crew -- it's quite fun! For instance, did you know that both ensigns Holiday and Watchuki have crushes on you? It's true! -#(GENERAL_INFO_ONBOARD_3) talkp027.wav +#(GENERAL_INFO_ONBOARD_3) talkp027.ogg I suppose you told your crew about my little listening in, didn't you? Now whenever I try to eavesdrop, they seem to detect my presence and start visualizing my gruesome death in a multitude of repulsive though creative ways. You had to go and spoil my fun, didn't you? -#(GENERAL_INFO_ONBOARD_4) talkp028.wav +#(GENERAL_INFO_ONBOARD_4) talkp028.ogg You know, I was just reliving some of my ancestors' stronger genetic memories and I came upon something I thought you might be interested in hearing. It seems that my race, the Dnyarri, once found a Precursor vessel like your own. @@ -301,7 +301,7 @@ Anyway, when the Ur-Quan so cruelly attacked us, they used that vessel and I can only presume that they still have it in their possession. Maybe you should find out more about that ship, Captain. -#(GENERAL_INFO_ONBOARD_5) talkp029.wav +#(GENERAL_INFO_ONBOARD_5) talkp029.ogg I am slowly going insane, Captain. I don't know if you are aware of this but there are music loops which play down here, CEASELESSLY! @@ -312,41 +312,41 @@ I have heard the same songs AT LEAST FOUR HUNDRED TIMES! I mean, your Mozart and Iggy Pop are fine for alien noise-makers but PLEASE!... CHANGE THE MUSIC BEFORE I GO MAD! -#(GENERAL_INFO_ONBOARD_6) talkp030.wav +#(GENERAL_INFO_ONBOARD_6) talkp030.ogg Thank you, Captain, for changing the music down here. Now, if I may, I would like to complain about the food. It is grossly unappealing and flavorless. I deserve better. My preference is for chunks of meat, well spiced, with a selection of fresh plant matter. Please, no more of those sweet, doughy cylinders in the foil pouches. -#(GENERAL_INFO_ONBOARD_7) talkp031.wav +#(GENERAL_INFO_ONBOARD_7) talkp031.ogg I am bored. Please send me a couple of your crew members to play with preferably one male, and one female, though I won't be picky. No!? You have no sense of fun, Captain. You must have been a boring child. -#(GENERAL_INFO_ONBOARD_8) talkp032.wav +#(GENERAL_INFO_ONBOARD_8) talkp032.ogg I sing. I dance. I have a wild, fun time. My life is an endless party down here, Captain. Isn't that obvious? -#(HELLO_AS_DEVICE_1) talkp033.wav +#(HELLO_AS_DEVICE_1) talkp033.ogg Captain. The Taalo device on board this vessel is giving me a headache, please remove it. NOW, Captain! It is foolish to resist!... Hmmm... it remains more effective than I had thought, you are still able to disobey. Ah, well. What can I do for you, Captain? -#(HELLO_AS_DEVICE_2) talkp034.wav +#(HELLO_AS_DEVICE_2) talkp034.ogg Hello Captain. It is less than comfy down here in your ship's hold. Please send down some pillows. Now what do you want? -#(HELLO_AS_DEVICE_3) talkp035.wav +#(HELLO_AS_DEVICE_3) talkp035.ogg I was asleep, gathering strength for our confrontation with the Ur-Quan. This interruption has set me back several days. What is it? -#(HELLO_AS_DEVICE_4) talkp036.wav +#(HELLO_AS_DEVICE_4) talkp036.ogg Hello... hello ... ello... lo... Echo... echo... ho... o... I... i... i... Am... am... m... The... the... e... Master... master... ster... Huh?... huh?... uh?... @@ -354,7 +354,7 @@ Oh! Captain! I didn't notice you were on the viewer. I was just entertaining myself down here in this lonesome, cold container. How may I be of service to you? -#(HELLO_AS_DEVICE_5) talkp037.wav +#(HELLO_AS_DEVICE_5) talkp037.ogg sner-Gee...... sner-Gee...... sner-Gee...... @@ -363,20 +363,20 @@ sner-Gee...... sner-Umph?! Oh... it is you. I was sleeping. What do you want? -#(HELLO_AS_DEVICE_6) talkp038.wav +#(HELLO_AS_DEVICE_6) talkp038.ogg Are you lonely, Captain? Are you misunderstood by everyone else on the ship? Is that why you KEEP CALLING ME WHEN I AM RESTING!? -#(HELLO_AS_DEVICE_7) talkp039.wav +#(HELLO_AS_DEVICE_7) talkp039.ogg Captain, I am not a particularly social creature. I grow tired of your yammering, but since you have already awakened me What is it? -#(HELLO_AS_DEVICE_8) talkp040.wav +#(HELLO_AS_DEVICE_8) talkp040.ogg This had better be important. -#(CYBORG_PEP_TALK) talkp041.wav +#(CYBORG_PEP_TALK) talkp041.ogg You've made it, Captain! The Sa-Matra is defenseless. Now all you have to do is maneuver your ship next to the Sa-Matra and initiate the bomb sequence.\n In case you're wondering, I'm not going with you, Captain. I'm staying on board. @@ -384,7 +384,7 @@ Why, you ask? BECAUSE I'M LOCKED IN HERE -- THAT'S WHY! HELP!!! -#(HUMAN_PEP_TALK) talkp042.wav +#(HUMAN_PEP_TALK) talkp042.ogg Okay, human, you've made it past the Sa-Matra's guards and now you can attack the vessel itself, so listen closely. The Sa-Matra is protected by a thick shell of fused asteroids reinforced with a weak stasis field. @@ -403,40 +403,40 @@ Why, you ask? BECAUSE I'M LOCKED IN HERE -- THAT'S WHY! HELP!!! -#(I_SENSE_MY_SLAVES) talkp043.wav +#(I_SENSE_MY_SLAVES) talkp043.ogg I sense the presence of my ancient slaves. It is time, Captain. -#(HAVENT_GOT_EVERYTHING) talkp044.wav +#(HAVENT_GOT_EVERYTHING) talkp044.ogg You are not yet ready to face the Ur-Quan in a final confrontation, Captain -#(NEED_BOMB) talkp045.wav +#(NEED_BOMB) talkp045.ogg You still need a weapon of sufficient destructive force to destroy the Sa-Matra -#(SOUP_UP_BOMB) talkp046.wav +#(SOUP_UP_BOMB) talkp046.ogg The power of the Utwig's bomb must be increased -#(SOUP_UP_FLEET) talkp047.wav +#(SOUP_UP_FLEET) talkp047.ogg You must strengthen your fleet -#(SOUP_UP_FLAGSHIP) talkp048.wav +#(SOUP_UP_FLAGSHIP) talkp048.ogg Your flagship needs additional improvements -#(COMEBACK_WHEN_READY) talkp049.wav +#(COMEBACK_WHEN_READY) talkp049.ogg This must be done before you are ready to attack. We must leave now, and return when you are fully prepared. #(what_now) What now, Dnyarri? -#(DO_THIS) talkp050.wav +#(DO_THIS) talkp050.ogg Oh gosh, gee! I don't know. Let's just sit here and talk a while AND IGNORE THOSE THOUSAND DREADNOUGHTS THAT ARE GOING TO CREAM US IN A FEW SECONDS! #(compel_urquan) Employ your powers! Confuse the Ur-Quan! -#(HERE_WE_GO) talkp051.wav +#(HERE_WE_GO) talkp051.ogg Okay. Now, whatever you do, once I've started DON'T LEAVE THE STAR SYSTEM! We've only got one chance at this, let's make it good! @@ -445,7 +445,7 @@ Here I go... #(im_scared) I'm scared, Dnyarri. What if this doesn't work? -#(STUPID_FOP) talkp052.wav +#(STUPID_FOP) talkp052.ogg 'I'm scared, Dnyarri. What if this doesn't work?' My species have waited two hundred centuries for this moment SO STOP BLUBBERING! @@ -454,48 +454,48 @@ Let's get to work. #(compel_that_ship) Dnyarri. There is a nearby ship which is annoying me. Compel it to self-destruct. -#(SAVING_MY_POWER) talkp053.wav +#(SAVING_MY_POWER) talkp053.ogg I am saving my meager powers for our final confrontation with the Ur-Quan. Sorry, Captain. You'll just have to deal with it yourself. #(any_suggestions) What do you suggest I do now, Dnyarri? -#(SUGGESTION_1) talkp054.wav +#(SUGGESTION_1) talkp054.ogg The first thing I'd do is make sure I had a strong ship and fleet. -#(SUGGESTION_2) talkp055.wav +#(SUGGESTION_2) talkp055.ogg Once I was tough enough to survive in hostile space I'd spend some time exploring, trying to make allies and gather information. -#(SUGGESTION_3) talkp056.wav +#(SUGGESTION_3) talkp056.ogg After I'd done a fair bit of exploration, I would try to find out what the Ur-Quan are up to. Discover who they are fighting, and why. -#(SUGGESTION_4) talkp057.wav +#(SUGGESTION_4) talkp057.ogg Once I knew some general information about the Ur-Quan I'd probably try to find their weak spot. Every race has one. -#(SUGGESTION_5) talkp058.wav +#(SUGGESTION_5) talkp058.ogg Once I knew the Ur-Quan's critical weakness I would try to discover how to exploit this flaw. I would learn what was necessary for the task, then gather those materials or services. -#(SUGGESTION_6) talkp059.wav +#(SUGGESTION_6) talkp059.ogg When I was finally prepared for the final confrontation with the Ur-Quan I would use me, the Talking Pet, to distract the Ur-Quan for a single moment thus permitting me, who is really you, to make the death-strike against the Ur-Quan. -#(SUGGESTION_7) talkp060.wav +#(SUGGESTION_7) talkp060.ogg Well for one, I would stop asking me questions and get to work. -#(SUGGESTION_8) talkp061.wav +#(SUGGESTION_8) talkp061.ogg Well for one, I would stop asking me questions and get to work. #(about_your_race) What can you tell me about your race, the Dnyarri? -#(WHAT_ABOUT_RACE) talkp062.wav +#(WHAT_ABOUT_RACE) talkp062.ogg I consider such a question intrusive and impolite but that is consistent with your behavior. What do you want to know? @@ -503,7 +503,7 @@ What do you want to know? #(you_lied) I have learned that you lied to me, Dnyarri. It was your race that made slaves of the Ur-Quan! -#(SO_WHAT) talkp063.wav +#(SO_WHAT) talkp063.ogg So I lied a little! Big deal. I thought that if I told you the truth, you wouldn't bring me on board. Besides, it wasn't me who did that, it was my ancient ancestors. @@ -513,27 +513,27 @@ I thought not. #(bye_onboard) Okay, Dnyarri, you can go back to sleep now. -#(GOODBYE_ONBOARD) talkp064.wav +#(GOODBYE_ONBOARD) talkp064.ogg Goodbye human. #(what_about_physiology) What can you tell me about your species biology? -#(NO_TALK_ABOUT_SELF) talkp065.wav +#(NO_TALK_ABOUT_SELF) talkp065.ogg You mean my superior brain, my mental prowess? I don't want to talk about it. #(what_about_powers) Come on, we're friends! Tell me about the scope of your psychic powers! -#(NOT_POWERS_BUT_FLOWERS) talkp066.wav +#(NOT_POWERS_BUT_FLOWERS) talkp066.ogg Captain, I don't think you meant to ask about my powers. -- #(yes_flowers) Yes - Dnyarri - I - wish - to - know - about - flowers. -#(GOOD_HUMAN) talkp067.wav +#(GOOD_HUMAN) talkp067.ogg Flowers are beautiful, and smell nice. Now be a good human and -- @@ -541,14 +541,14 @@ Now be a good human and #(wish_to_go_now) I - wish - to - go - now. -#(EXCELLENT_IDEA) talkp068.wav +#(EXCELLENT_IDEA) talkp068.ogg An excellent idea, Captain. You must have a great deal of work to attend to. Goodbye. #(what_about_your_history) What can you tell me about the history of your people? -#(ABOUT_HISTORY) talkp069.wav +#(ABOUT_HISTORY) talkp069.ogg Over twenty thousand years ago, my species was happy and carefree living a life of contentment on the surface of our world Glilandy. We spent our time gathering foods, creating art, and compelling each other to do the gross chores. @@ -557,7 +557,7 @@ Then a ship from the Sentient Milieu landed, and things got pretty complicated. #(sentient_milieu) I know so little about the Sentient Milieu. Can you describe it? -#(ABOUT_SENTIENT_MILIEU) talkp070.wav +#(ABOUT_SENTIENT_MILIEU) talkp070.ogg The Sentient Milieu were a blood-thirsty Empire that ruled a large section of the galaxy for thousands of years. If you have heard that the Milieu was a cooperative union of sentient species it's LIES, all lies! @@ -567,7 +567,7 @@ infused the entire association with a sinister ambience. #(what_about_war) So tell me about the war between your species and the Sentient Milieu. -#(ABOUT_WAR) talkp071.wav +#(ABOUT_WAR) talkp071.ogg Well, after we had been in contact with the Milieu for a while they decided to kill all of my species! Now does that sound like a reasonable, friendly bunch of beings, Captain? @@ -582,10 +582,10 @@ acting as mindless translators who communicate the words of inferior races. #(enough_info) I've heard enough. -#(OK_ENOUGH_INFO) talkp072.wav +#(OK_ENOUGH_INFO) talkp072.ogg That's good, I was getting sleepy. -#(UMGAH_ALL_GONE) talkp073.wav +#(UMGAH_ALL_GONE) talkp073.ogg Such great plans, such fine dreams... now, all ground to dust. Hello, Captain. Pardon my lament, but I am feeling a bit depressed today. You see, the black destroyers -- the Kohr-Ah- passed through recently on a killing spree diff --git a/sc2/content/comm/thradd/thrad000.ogg b/sc2/content/comm/thradd/thrad000.ogg new file mode 100644 index 000000000..292ff0318 Binary files /dev/null and b/sc2/content/comm/thradd/thrad000.ogg differ diff --git a/sc2/content/comm/thradd/thrad001.ogg b/sc2/content/comm/thradd/thrad001.ogg new file mode 100644 index 000000000..d12fc2590 Binary files /dev/null and b/sc2/content/comm/thradd/thrad001.ogg differ diff --git a/sc2/content/comm/thradd/thrad002.ogg b/sc2/content/comm/thradd/thrad002.ogg new file mode 100644 index 000000000..95b2e27ed Binary files /dev/null and b/sc2/content/comm/thradd/thrad002.ogg differ diff --git a/sc2/content/comm/thradd/thrad003.ogg b/sc2/content/comm/thradd/thrad003.ogg new file mode 100644 index 000000000..be5489974 Binary files /dev/null and b/sc2/content/comm/thradd/thrad003.ogg differ diff --git a/sc2/content/comm/thradd/thrad004.ogg b/sc2/content/comm/thradd/thrad004.ogg new file mode 100644 index 000000000..a60dd3671 Binary files /dev/null and b/sc2/content/comm/thradd/thrad004.ogg differ diff --git a/sc2/content/comm/thradd/thrad005.ogg b/sc2/content/comm/thradd/thrad005.ogg new file mode 100644 index 000000000..c0bbe84f6 Binary files /dev/null and b/sc2/content/comm/thradd/thrad005.ogg differ diff --git a/sc2/content/comm/thradd/thrad006.ogg b/sc2/content/comm/thradd/thrad006.ogg new file mode 100644 index 000000000..ad22f5004 Binary files /dev/null and b/sc2/content/comm/thradd/thrad006.ogg differ diff --git a/sc2/content/comm/thradd/thrad007.ogg b/sc2/content/comm/thradd/thrad007.ogg new file mode 100644 index 000000000..c7cab3801 Binary files /dev/null and b/sc2/content/comm/thradd/thrad007.ogg differ diff --git a/sc2/content/comm/thradd/thrad008.ogg b/sc2/content/comm/thradd/thrad008.ogg new file mode 100644 index 000000000..aa5df74e4 Binary files /dev/null and b/sc2/content/comm/thradd/thrad008.ogg differ diff --git a/sc2/content/comm/thradd/thrad009.ogg b/sc2/content/comm/thradd/thrad009.ogg new file mode 100644 index 000000000..b03a52330 Binary files /dev/null and b/sc2/content/comm/thradd/thrad009.ogg differ diff --git a/sc2/content/comm/thradd/thrad010.ogg b/sc2/content/comm/thradd/thrad010.ogg new file mode 100644 index 000000000..4884adbed Binary files /dev/null and b/sc2/content/comm/thradd/thrad010.ogg differ diff --git a/sc2/content/comm/thradd/thrad011.ogg b/sc2/content/comm/thradd/thrad011.ogg new file mode 100644 index 000000000..ff0bc13b0 Binary files /dev/null and b/sc2/content/comm/thradd/thrad011.ogg differ diff --git a/sc2/content/comm/thradd/thrad012.ogg b/sc2/content/comm/thradd/thrad012.ogg new file mode 100644 index 000000000..40b674104 Binary files /dev/null and b/sc2/content/comm/thradd/thrad012.ogg differ diff --git a/sc2/content/comm/thradd/thrad013.ogg b/sc2/content/comm/thradd/thrad013.ogg new file mode 100644 index 000000000..ec8de4c99 Binary files /dev/null and b/sc2/content/comm/thradd/thrad013.ogg differ diff --git a/sc2/content/comm/thradd/thrad014.ogg b/sc2/content/comm/thradd/thrad014.ogg new file mode 100644 index 000000000..527809770 Binary files /dev/null and b/sc2/content/comm/thradd/thrad014.ogg differ diff --git a/sc2/content/comm/thradd/thrad015.ogg b/sc2/content/comm/thradd/thrad015.ogg new file mode 100644 index 000000000..ba619cbe0 Binary files /dev/null and b/sc2/content/comm/thradd/thrad015.ogg differ diff --git a/sc2/content/comm/thradd/thrad016.ogg b/sc2/content/comm/thradd/thrad016.ogg new file mode 100644 index 000000000..0f54a34b8 Binary files /dev/null and b/sc2/content/comm/thradd/thrad016.ogg differ diff --git a/sc2/content/comm/thradd/thrad017.ogg b/sc2/content/comm/thradd/thrad017.ogg new file mode 100644 index 000000000..b69095dd7 Binary files /dev/null and b/sc2/content/comm/thradd/thrad017.ogg differ diff --git a/sc2/content/comm/thradd/thrad018.ogg b/sc2/content/comm/thradd/thrad018.ogg new file mode 100644 index 000000000..0e74fb5dd Binary files /dev/null and b/sc2/content/comm/thradd/thrad018.ogg differ diff --git a/sc2/content/comm/thradd/thrad019.ogg b/sc2/content/comm/thradd/thrad019.ogg new file mode 100644 index 000000000..6543286ca Binary files /dev/null and b/sc2/content/comm/thradd/thrad019.ogg differ diff --git a/sc2/content/comm/thradd/thrad020.ogg b/sc2/content/comm/thradd/thrad020.ogg new file mode 100644 index 000000000..819284c10 Binary files /dev/null and b/sc2/content/comm/thradd/thrad020.ogg differ diff --git a/sc2/content/comm/thradd/thrad021.ogg b/sc2/content/comm/thradd/thrad021.ogg new file mode 100644 index 000000000..c63903b9e Binary files /dev/null and b/sc2/content/comm/thradd/thrad021.ogg differ diff --git a/sc2/content/comm/thradd/thrad022.ogg b/sc2/content/comm/thradd/thrad022.ogg new file mode 100644 index 000000000..c4088dd9b Binary files /dev/null and b/sc2/content/comm/thradd/thrad022.ogg differ diff --git a/sc2/content/comm/thradd/thrad023.ogg b/sc2/content/comm/thradd/thrad023.ogg new file mode 100644 index 000000000..cb8b520a3 Binary files /dev/null and b/sc2/content/comm/thradd/thrad023.ogg differ diff --git a/sc2/content/comm/thradd/thrad024.ogg b/sc2/content/comm/thradd/thrad024.ogg new file mode 100644 index 000000000..6ad440afc Binary files /dev/null and b/sc2/content/comm/thradd/thrad024.ogg differ diff --git a/sc2/content/comm/thradd/thrad025.ogg b/sc2/content/comm/thradd/thrad025.ogg new file mode 100644 index 000000000..d32f05ccf Binary files /dev/null and b/sc2/content/comm/thradd/thrad025.ogg differ diff --git a/sc2/content/comm/thradd/thrad026.ogg b/sc2/content/comm/thradd/thrad026.ogg new file mode 100644 index 000000000..8a02f4ea2 Binary files /dev/null and b/sc2/content/comm/thradd/thrad026.ogg differ diff --git a/sc2/content/comm/thradd/thrad027.ogg b/sc2/content/comm/thradd/thrad027.ogg new file mode 100644 index 000000000..f723d4b32 Binary files /dev/null and b/sc2/content/comm/thradd/thrad027.ogg differ diff --git a/sc2/content/comm/thradd/thrad028.ogg b/sc2/content/comm/thradd/thrad028.ogg new file mode 100644 index 000000000..b996e2c4f Binary files /dev/null and b/sc2/content/comm/thradd/thrad028.ogg differ diff --git a/sc2/content/comm/thradd/thrad029.ogg b/sc2/content/comm/thradd/thrad029.ogg new file mode 100644 index 000000000..416e257c9 Binary files /dev/null and b/sc2/content/comm/thradd/thrad029.ogg differ diff --git a/sc2/content/comm/thradd/thrad030.ogg b/sc2/content/comm/thradd/thrad030.ogg new file mode 100644 index 000000000..4b4345967 Binary files /dev/null and b/sc2/content/comm/thradd/thrad030.ogg differ diff --git a/sc2/content/comm/thradd/thrad031.ogg b/sc2/content/comm/thradd/thrad031.ogg new file mode 100644 index 000000000..f9d2a621e Binary files /dev/null and b/sc2/content/comm/thradd/thrad031.ogg differ diff --git a/sc2/content/comm/thradd/thrad032.ogg b/sc2/content/comm/thradd/thrad032.ogg new file mode 100644 index 000000000..7f8cec355 Binary files /dev/null and b/sc2/content/comm/thradd/thrad032.ogg differ diff --git a/sc2/content/comm/thradd/thrad033.ogg b/sc2/content/comm/thradd/thrad033.ogg new file mode 100644 index 000000000..d0a899a61 Binary files /dev/null and b/sc2/content/comm/thradd/thrad033.ogg differ diff --git a/sc2/content/comm/thradd/thrad034.ogg b/sc2/content/comm/thradd/thrad034.ogg new file mode 100644 index 000000000..161a36138 Binary files /dev/null and b/sc2/content/comm/thradd/thrad034.ogg differ diff --git a/sc2/content/comm/thradd/thrad035.ogg b/sc2/content/comm/thradd/thrad035.ogg new file mode 100644 index 000000000..b1607a017 Binary files /dev/null and b/sc2/content/comm/thradd/thrad035.ogg differ diff --git a/sc2/content/comm/thradd/thrad036.ogg b/sc2/content/comm/thradd/thrad036.ogg new file mode 100644 index 000000000..7d11832f2 Binary files /dev/null and b/sc2/content/comm/thradd/thrad036.ogg differ diff --git a/sc2/content/comm/thradd/thrad037.ogg b/sc2/content/comm/thradd/thrad037.ogg new file mode 100644 index 000000000..e3719b5c4 Binary files /dev/null and b/sc2/content/comm/thradd/thrad037.ogg differ diff --git a/sc2/content/comm/thradd/thrad038.ogg b/sc2/content/comm/thradd/thrad038.ogg new file mode 100644 index 000000000..089131fcd Binary files /dev/null and b/sc2/content/comm/thradd/thrad038.ogg differ diff --git a/sc2/content/comm/thradd/thrad039.ogg b/sc2/content/comm/thradd/thrad039.ogg new file mode 100644 index 000000000..02fcb7af5 Binary files /dev/null and b/sc2/content/comm/thradd/thrad039.ogg differ diff --git a/sc2/content/comm/thradd/thrad040.ogg b/sc2/content/comm/thradd/thrad040.ogg new file mode 100644 index 000000000..1f72ccdc6 Binary files /dev/null and b/sc2/content/comm/thradd/thrad040.ogg differ diff --git a/sc2/content/comm/thradd/thrad041.ogg b/sc2/content/comm/thradd/thrad041.ogg new file mode 100644 index 000000000..16ac06ec1 Binary files /dev/null and b/sc2/content/comm/thradd/thrad041.ogg differ diff --git a/sc2/content/comm/thradd/thrad042.ogg b/sc2/content/comm/thradd/thrad042.ogg new file mode 100644 index 000000000..4c36eb81a Binary files /dev/null and b/sc2/content/comm/thradd/thrad042.ogg differ diff --git a/sc2/content/comm/thradd/thrad043.ogg b/sc2/content/comm/thradd/thrad043.ogg new file mode 100644 index 000000000..64d8f74dc Binary files /dev/null and b/sc2/content/comm/thradd/thrad043.ogg differ diff --git a/sc2/content/comm/thradd/thrad044.ogg b/sc2/content/comm/thradd/thrad044.ogg new file mode 100644 index 000000000..25f9c7fff Binary files /dev/null and b/sc2/content/comm/thradd/thrad044.ogg differ diff --git a/sc2/content/comm/thradd/thrad045.ogg b/sc2/content/comm/thradd/thrad045.ogg new file mode 100644 index 000000000..50ee23b5d Binary files /dev/null and b/sc2/content/comm/thradd/thrad045.ogg differ diff --git a/sc2/content/comm/thradd/thrad046.ogg b/sc2/content/comm/thradd/thrad046.ogg new file mode 100644 index 000000000..45bf9d23e Binary files /dev/null and b/sc2/content/comm/thradd/thrad046.ogg differ diff --git a/sc2/content/comm/thradd/thrad047.ogg b/sc2/content/comm/thradd/thrad047.ogg new file mode 100644 index 000000000..d02b61f6f Binary files /dev/null and b/sc2/content/comm/thradd/thrad047.ogg differ diff --git a/sc2/content/comm/thradd/thrad048.ogg b/sc2/content/comm/thradd/thrad048.ogg new file mode 100644 index 000000000..6e1102a75 Binary files /dev/null and b/sc2/content/comm/thradd/thrad048.ogg differ diff --git a/sc2/content/comm/thradd/thrad049.ogg b/sc2/content/comm/thradd/thrad049.ogg new file mode 100644 index 000000000..5de68ed59 Binary files /dev/null and b/sc2/content/comm/thradd/thrad049.ogg differ diff --git a/sc2/content/comm/thradd/thrad050.ogg b/sc2/content/comm/thradd/thrad050.ogg new file mode 100644 index 000000000..5c40eda59 Binary files /dev/null and b/sc2/content/comm/thradd/thrad050.ogg differ diff --git a/sc2/content/comm/thradd/thrad051.ogg b/sc2/content/comm/thradd/thrad051.ogg new file mode 100644 index 000000000..2f57ef2a0 Binary files /dev/null and b/sc2/content/comm/thradd/thrad051.ogg differ diff --git a/sc2/content/comm/thradd/thrad052.ogg b/sc2/content/comm/thradd/thrad052.ogg new file mode 100644 index 000000000..7517f247c Binary files /dev/null and b/sc2/content/comm/thradd/thrad052.ogg differ diff --git a/sc2/content/comm/thradd/thrad053.ogg b/sc2/content/comm/thradd/thrad053.ogg new file mode 100644 index 000000000..3756b4272 Binary files /dev/null and b/sc2/content/comm/thradd/thrad053.ogg differ diff --git a/sc2/content/comm/thradd/thrad054.ogg b/sc2/content/comm/thradd/thrad054.ogg new file mode 100644 index 000000000..abef1b0ee Binary files /dev/null and b/sc2/content/comm/thradd/thrad054.ogg differ diff --git a/sc2/content/comm/thradd/thrad055.ogg b/sc2/content/comm/thradd/thrad055.ogg new file mode 100644 index 000000000..a1d79f442 Binary files /dev/null and b/sc2/content/comm/thradd/thrad055.ogg differ diff --git a/sc2/content/comm/thradd/thrad056.ogg b/sc2/content/comm/thradd/thrad056.ogg new file mode 100644 index 000000000..c6fc58c00 Binary files /dev/null and b/sc2/content/comm/thradd/thrad056.ogg differ diff --git a/sc2/content/comm/thradd/thrad057.ogg b/sc2/content/comm/thradd/thrad057.ogg new file mode 100644 index 000000000..78c7f2922 Binary files /dev/null and b/sc2/content/comm/thradd/thrad057.ogg differ diff --git a/sc2/content/comm/thradd/thrad058.ogg b/sc2/content/comm/thradd/thrad058.ogg new file mode 100644 index 000000000..3c507c418 Binary files /dev/null and b/sc2/content/comm/thradd/thrad058.ogg differ diff --git a/sc2/content/comm/thradd/thrad059.ogg b/sc2/content/comm/thradd/thrad059.ogg new file mode 100644 index 000000000..37a78a1b5 Binary files /dev/null and b/sc2/content/comm/thradd/thrad059.ogg differ diff --git a/sc2/content/comm/thradd/thrad060.ogg b/sc2/content/comm/thradd/thrad060.ogg new file mode 100644 index 000000000..4173a0776 Binary files /dev/null and b/sc2/content/comm/thradd/thrad060.ogg differ diff --git a/sc2/content/comm/thradd/thrad061.ogg b/sc2/content/comm/thradd/thrad061.ogg new file mode 100644 index 000000000..3a48e79d8 Binary files /dev/null and b/sc2/content/comm/thradd/thrad061.ogg differ diff --git a/sc2/content/comm/thradd/thrad062.ogg b/sc2/content/comm/thradd/thrad062.ogg new file mode 100644 index 000000000..1c8fc196b Binary files /dev/null and b/sc2/content/comm/thradd/thrad062.ogg differ diff --git a/sc2/content/comm/thradd/thrad063.ogg b/sc2/content/comm/thradd/thrad063.ogg new file mode 100644 index 000000000..6e9e57f19 Binary files /dev/null and b/sc2/content/comm/thradd/thrad063.ogg differ diff --git a/sc2/content/comm/thradd/thrad064.ogg b/sc2/content/comm/thradd/thrad064.ogg new file mode 100644 index 000000000..f1094b354 Binary files /dev/null and b/sc2/content/comm/thradd/thrad064.ogg differ diff --git a/sc2/content/comm/thradd/thrad065.ogg b/sc2/content/comm/thradd/thrad065.ogg new file mode 100644 index 000000000..52f685b35 Binary files /dev/null and b/sc2/content/comm/thradd/thrad065.ogg differ diff --git a/sc2/content/comm/thradd/thrad066.ogg b/sc2/content/comm/thradd/thrad066.ogg new file mode 100644 index 000000000..d5fffcc01 Binary files /dev/null and b/sc2/content/comm/thradd/thrad066.ogg differ diff --git a/sc2/content/comm/thradd/thrad067.ogg b/sc2/content/comm/thradd/thrad067.ogg new file mode 100644 index 000000000..f4122d5fb Binary files /dev/null and b/sc2/content/comm/thradd/thrad067.ogg differ diff --git a/sc2/content/comm/thradd/thrad068.ogg b/sc2/content/comm/thradd/thrad068.ogg new file mode 100644 index 000000000..86199178a Binary files /dev/null and b/sc2/content/comm/thradd/thrad068.ogg differ diff --git a/sc2/content/comm/thradd/thrad069.ogg b/sc2/content/comm/thradd/thrad069.ogg new file mode 100644 index 000000000..3f002a96b Binary files /dev/null and b/sc2/content/comm/thradd/thrad069.ogg differ diff --git a/sc2/content/comm/thradd/thrad070.ogg b/sc2/content/comm/thradd/thrad070.ogg new file mode 100644 index 000000000..0d3e55e1e Binary files /dev/null and b/sc2/content/comm/thradd/thrad070.ogg differ diff --git a/sc2/content/comm/thradd/thrad071.ogg b/sc2/content/comm/thradd/thrad071.ogg new file mode 100644 index 000000000..bf72061db Binary files /dev/null and b/sc2/content/comm/thradd/thrad071.ogg differ diff --git a/sc2/content/comm/thradd/thrad072.ogg b/sc2/content/comm/thradd/thrad072.ogg new file mode 100644 index 000000000..5b75deb6d Binary files /dev/null and b/sc2/content/comm/thradd/thrad072.ogg differ diff --git a/sc2/content/comm/thradd/thrad073.ogg b/sc2/content/comm/thradd/thrad073.ogg new file mode 100644 index 000000000..5e861793c Binary files /dev/null and b/sc2/content/comm/thradd/thrad073.ogg differ diff --git a/sc2/content/comm/thradd/thrad074.ogg b/sc2/content/comm/thradd/thrad074.ogg new file mode 100644 index 000000000..da8c81209 Binary files /dev/null and b/sc2/content/comm/thradd/thrad074.ogg differ diff --git a/sc2/content/comm/thradd/thrad075.ogg b/sc2/content/comm/thradd/thrad075.ogg new file mode 100644 index 000000000..41433ab46 Binary files /dev/null and b/sc2/content/comm/thradd/thrad075.ogg differ diff --git a/sc2/content/comm/thradd/thrad076.ogg b/sc2/content/comm/thradd/thrad076.ogg new file mode 100644 index 000000000..2829c11b5 Binary files /dev/null and b/sc2/content/comm/thradd/thrad076.ogg differ diff --git a/sc2/content/comm/thradd/thrad077.ogg b/sc2/content/comm/thradd/thrad077.ogg new file mode 100644 index 000000000..9c46f0c86 Binary files /dev/null and b/sc2/content/comm/thradd/thrad077.ogg differ diff --git a/sc2/content/comm/thradd/thrad078.ogg b/sc2/content/comm/thradd/thrad078.ogg new file mode 100644 index 000000000..ecbcd7f53 Binary files /dev/null and b/sc2/content/comm/thradd/thrad078.ogg differ diff --git a/sc2/content/comm/thradd/thrad079.ogg b/sc2/content/comm/thradd/thrad079.ogg new file mode 100644 index 000000000..390ce202c Binary files /dev/null and b/sc2/content/comm/thradd/thrad079.ogg differ diff --git a/sc2/content/comm/thradd/thrad080.ogg b/sc2/content/comm/thradd/thrad080.ogg new file mode 100644 index 000000000..3d4bfd861 Binary files /dev/null and b/sc2/content/comm/thradd/thrad080.ogg differ diff --git a/sc2/content/comm/thradd/thrad081.ogg b/sc2/content/comm/thradd/thrad081.ogg new file mode 100644 index 000000000..f5ee144df Binary files /dev/null and b/sc2/content/comm/thradd/thrad081.ogg differ diff --git a/sc2/content/comm/thradd/thrad082.ogg b/sc2/content/comm/thradd/thrad082.ogg new file mode 100644 index 000000000..d528a2284 Binary files /dev/null and b/sc2/content/comm/thradd/thrad082.ogg differ diff --git a/sc2/content/comm/thradd/thrad083.ogg b/sc2/content/comm/thradd/thrad083.ogg new file mode 100644 index 000000000..780fe2c19 Binary files /dev/null and b/sc2/content/comm/thradd/thrad083.ogg differ diff --git a/sc2/content/comm/thradd/thrad084.ogg b/sc2/content/comm/thradd/thrad084.ogg new file mode 100644 index 000000000..123466dfd Binary files /dev/null and b/sc2/content/comm/thradd/thrad084.ogg differ diff --git a/sc2/content/comm/thradd/thrad085.ogg b/sc2/content/comm/thradd/thrad085.ogg new file mode 100644 index 000000000..d2b33720a Binary files /dev/null and b/sc2/content/comm/thradd/thrad085.ogg differ diff --git a/sc2/content/comm/thradd/thrad086.ogg b/sc2/content/comm/thradd/thrad086.ogg new file mode 100644 index 000000000..beb2450cb Binary files /dev/null and b/sc2/content/comm/thradd/thrad086.ogg differ diff --git a/sc2/content/comm/thradd/thrad087.ogg b/sc2/content/comm/thradd/thrad087.ogg new file mode 100644 index 000000000..d8c2fa8e8 Binary files /dev/null and b/sc2/content/comm/thradd/thrad087.ogg differ diff --git a/sc2/content/comm/thradd/thrad088.ogg b/sc2/content/comm/thradd/thrad088.ogg new file mode 100644 index 000000000..7191ab551 Binary files /dev/null and b/sc2/content/comm/thradd/thrad088.ogg differ diff --git a/sc2/content/comm/thradd/thrad089.ogg b/sc2/content/comm/thradd/thrad089.ogg new file mode 100644 index 000000000..c8598d3d2 Binary files /dev/null and b/sc2/content/comm/thradd/thrad089.ogg differ diff --git a/sc2/content/comm/thradd/thrad090.ogg b/sc2/content/comm/thradd/thrad090.ogg new file mode 100644 index 000000000..ffdd6ce19 Binary files /dev/null and b/sc2/content/comm/thradd/thrad090.ogg differ diff --git a/sc2/content/comm/thradd/thrad091.ogg b/sc2/content/comm/thradd/thrad091.ogg new file mode 100644 index 000000000..7286cb1d5 Binary files /dev/null and b/sc2/content/comm/thradd/thrad091.ogg differ diff --git a/sc2/content/comm/thradd/thrad092.ogg b/sc2/content/comm/thradd/thrad092.ogg new file mode 100644 index 000000000..9ec9ca186 Binary files /dev/null and b/sc2/content/comm/thradd/thrad092.ogg differ diff --git a/sc2/content/comm/thradd/thrad093.ogg b/sc2/content/comm/thradd/thrad093.ogg new file mode 100644 index 000000000..1a756ae21 Binary files /dev/null and b/sc2/content/comm/thradd/thrad093.ogg differ diff --git a/sc2/content/comm/thradd/thrad094.ogg b/sc2/content/comm/thradd/thrad094.ogg new file mode 100644 index 000000000..b9e351655 Binary files /dev/null and b/sc2/content/comm/thradd/thrad094.ogg differ diff --git a/sc2/content/comm/thradd/thrad095.ogg b/sc2/content/comm/thradd/thrad095.ogg new file mode 100644 index 000000000..11e291d53 Binary files /dev/null and b/sc2/content/comm/thradd/thrad095.ogg differ diff --git a/sc2/content/comm/thradd/thrad096.ogg b/sc2/content/comm/thradd/thrad096.ogg new file mode 100644 index 000000000..c76e7e6ad Binary files /dev/null and b/sc2/content/comm/thradd/thrad096.ogg differ diff --git a/sc2/content/comm/thradd/thrad097.ogg b/sc2/content/comm/thradd/thrad097.ogg new file mode 100644 index 000000000..6778d9205 Binary files /dev/null and b/sc2/content/comm/thradd/thrad097.ogg differ diff --git a/sc2/content/comm/thradd/thrad098.ogg b/sc2/content/comm/thradd/thrad098.ogg new file mode 100644 index 000000000..1748c3d63 Binary files /dev/null and b/sc2/content/comm/thradd/thrad098.ogg differ diff --git a/sc2/content/comm/thradd/thrad099.ogg b/sc2/content/comm/thradd/thrad099.ogg new file mode 100644 index 000000000..e200964e3 Binary files /dev/null and b/sc2/content/comm/thradd/thrad099.ogg differ diff --git a/sc2/content/comm/thradd/thrad100.ogg b/sc2/content/comm/thradd/thrad100.ogg new file mode 100644 index 000000000..cac8071fc Binary files /dev/null and b/sc2/content/comm/thradd/thrad100.ogg differ diff --git a/sc2/content/comm/thradd/thrad101.ogg b/sc2/content/comm/thradd/thrad101.ogg new file mode 100644 index 000000000..6652badac Binary files /dev/null and b/sc2/content/comm/thradd/thrad101.ogg differ diff --git a/sc2/content/comm/thradd/thrad102.ogg b/sc2/content/comm/thradd/thrad102.ogg new file mode 100644 index 000000000..22e3b897f Binary files /dev/null and b/sc2/content/comm/thradd/thrad102.ogg differ diff --git a/sc2/content/comm/thradd/thrad103.ogg b/sc2/content/comm/thradd/thrad103.ogg new file mode 100644 index 000000000..9a49e77de Binary files /dev/null and b/sc2/content/comm/thradd/thrad103.ogg differ diff --git a/sc2/content/comm/thradd/thrad104.ogg b/sc2/content/comm/thradd/thrad104.ogg new file mode 100644 index 000000000..46e3b861d Binary files /dev/null and b/sc2/content/comm/thradd/thrad104.ogg differ diff --git a/sc2/content/comm/thradd/thrad105.ogg b/sc2/content/comm/thradd/thrad105.ogg new file mode 100644 index 000000000..4db04d7b9 Binary files /dev/null and b/sc2/content/comm/thradd/thrad105.ogg differ diff --git a/sc2/content/comm/thradd/thradd.txt b/sc2/content/comm/thradd/thradd.txt index cead94a1a..f3a67c0b1 100755 --- a/sc2/content/comm/thradd/thradd.txt +++ b/sc2/content/comm/thradd/thradd.txt @@ -1,4 +1,4 @@ -#(HOSTILE_SPACE_HELLO_1) thrad000.wav +#(HOSTILE_SPACE_HELLO_1) thrad000.ogg So, what's this? SNORT! An unknown alien species? How wonderful! Someone new to fight! We, the Thraddash of Culture Nineteen -- famous Ur-Quan Combat Thralls @@ -10,13 +10,13 @@ This is the way of the Thraddash! We fight and learn and improve! All other cultural schemes are inferior. This is a proven fact. What have you to say before we begin combat? -#(HOSTILE_SPACE_HELLO_2) thrad001.wav +#(HOSTILE_SPACE_HELLO_2) thrad001.ogg SNORT! What a laugh! You are the least battle-worthy creature I've ever seen commanding a starship. We are the Ur-Quan fighting slaves of Culture Nineteen. Please don't run away. We wish to be your species' new role-models! Unfortunately, to do this, we may need to blast you into your component atoms. -#(HOSTILE_SPACE_HELLO_3) thrad002.wav +#(HOSTILE_SPACE_HELLO_3) thrad002.ogg Attention weak, ugly humans aboard that wallowing garbage scow of a ship, SNORT! Unless you are even more inferior that we believe and that's hard to imagine you already know who we are -- the Thraddash of Culture Nineteen @@ -24,12 +24,12 @@ We are the original Ur-Quan fighting slaves, the cream of their elite forces your instructors in the harsh realities of life. SNORT! It is time for your next lesson. -#(HOSTILE_SPACE_HELLO_4) thrad003.wav +#(HOSTILE_SPACE_HELLO_4) thrad003.ogg Inferior Aliens. You have once again intruded upon the territory of the Thraddash. This is a patrolled region of space. Your presence here is considered an act of War! How wonderful! -#(HOSTILE_HOMEWORLD_HELLO_1) thrad004.wav +#(HOSTILE_HOMEWORLD_HELLO_1) thrad004.ogg HA! View the stupid weak alien who has appeared here at our homeworld! What do you desire, creature? Our Friendship? Our submission?! HARG! HARG! HARG! @@ -44,7 +44,7 @@ that any victories you may score here through a sheer stroke of luck WILL NOT be added to your personal victory tally! Now what do you wish of us before we attack? -#(HOSTILE_HOMEWORLD_HELLO_2) thrad005.wav +#(HOSTILE_HOMEWORLD_HELLO_2) thrad005.ogg Attention cowardly alien human thing! You escaped our instructional session, SNORT! But this time things are different. We, the Ur-Quan slaves of Culture Nineteen, @@ -52,14 +52,14 @@ have engaged in a long-term build-up of weapons, assuring us that we shall preva If you wish merely to count coup, seek our ships in space. Now do you wish to speak, or shall we simply start blasting? -#(HOSTILE_HOMEWORLD_HELLO_3) thrad006.wav +#(HOSTILE_HOMEWORLD_HELLO_3) thrad006.ogg I am Korgk, battle-slave foreman of Culture Nineteen. You may be interested to know that our model ZK-53 computer has determined that you have only a fleeting 1.6% chance of surviving a battle with our homeworld guardian fleet. Shall we test this assertion? -#(HOSTILE_HOMEWORLD_HELLO_4) thrad007.wav +#(HOSTILE_HOMEWORLD_HELLO_4) thrad007.ogg Foolish Aliens! Shall you never learn the futility of trying to conquer our homeworld through direct attack? It is impossible! SNORT! We Thraddash will toast your tootsies. @@ -72,7 +72,7 @@ Thraddash of Culture Nineteen: we sense a bit of hostility here. Why? #(whats_up_hostile_2) What has made you this way? Why are you so brutal? -#(GENERAL_INFO_HOSTILE_1) thrad008.wav +#(GENERAL_INFO_HOSTILE_1) thrad008.ogg Hostility! HARG! HARG! HARG! We are not `hostile'. Hostility is unwarranted aggression! SNORT! @@ -90,7 +90,7 @@ who wiped out Culture Twelve's army, thus beginning the long and glorious Cultur SNORT! Now THAT'S hostility! We, on the other hand, merely want to kill you. -#(GENERAL_INFO_HOSTILE_2) thrad009.wav +#(GENERAL_INFO_HOSTILE_2) thrad009.ogg Brutal!? You don't know the MEANING of brutal until you've heard the story of Culture Three! How brutal WAS Culture Three you ask? Culture Three was SO brutal that they maimed, tortured, enslaved, and in general brutalized @@ -109,7 +109,7 @@ SNORT! You couldn't be more right! Culture Three was, as you can well understand, only the third Thraddash Culture and was therefore far from the tempered perfection you have encountered here and now. -#(GENERAL_INFO_HOSTILE_3) thrad010.wav +#(GENERAL_INFO_HOSTILE_3) thrad010.ogg NO! We will not answer any more of your foolish questions! Instead, you will answer OUR questions, such as who is responsible for those berserk red probes that keep attacking our ships? @@ -117,7 +117,7 @@ Are these devices your robot emissaries of death? Hmm? No! Don't answer, I can see it in your eyes. You've given it all away! SNORT! I know the truth now. The only thing that confuses me is WHY do the probes approach from the direction of Vega? -#(GENERAL_INFO_HOSTILE_4) thrad011.wav +#(GENERAL_INFO_HOSTILE_4) thrad011.ogg Back to the subject of the probes! We found one orbiting a strange planet in the Epsilon Draconis system. The planet causes our scanners to malfunction, producing a wildly colored image. @@ -129,7 +129,7 @@ we will have to extract the information from you in more painful ways. #(what_about_you_1) What can you tell us of your species? -#(ABOUT_US_1) thrad012.wav +#(ABOUT_US_1) thrad012.ogg Talk! Bah, talk is for sissies, weaklings like those of Culture Fourteen. For ten thousand years, we Thraddash have fought and died, learned and improved. Then, along came Culture Fourteen which claimed that all this -- this perfect method... @@ -147,7 +147,7 @@ peace is a failure. #(what_about_you_2) So violent, Rhino-Dudes! What more can you tell us about your Culture Nineteen? -#(ABOUT_US_2) thrad013.wav +#(ABOUT_US_2) thrad013.ogg What!?! SNORT! MORE talk? It amazes me that you ever got out of the orbit of your home planet! Yak! Yak! Yak! -- Yammer! Yammer! Yammer! @@ -171,7 +171,7 @@ Frustrating, huh? #(what_about_urquan_1) You mention the Ur-Quan. What is your relationship with them? -#(ABOUT_URQUAN_1) thrad014.wav +#(ABOUT_URQUAN_1) thrad014.ogg A foolish question! We are their slaves, dolt! What else would we be? When the Ur-Quan first appeared in our space over fifty years ago coming from the direction of the Ophiuchi stars @@ -192,7 +192,7 @@ perhaps NOW the Ur-Quan will let us fight at their side as TRUE battle thralls. #(what_about_urquan_2) Why didn't you fight against the Alliance, and where ARE the Ur-Quan? -#(ABOUT_URQUAN_2) thrad015.wav +#(ABOUT_URQUAN_2) thrad015.ogg We wanted to, OH how we wanted to! After all, we were the first battle thralls the Ur-Quan enslaved in this part of space we thought we had priority!... @@ -210,7 +210,7 @@ So forget it! No secrets! #(got_idea) Hey, I've got an idea! Why don't you go impress your Ur-Quan masters AND show-off your Afterburner modification by attacking the Ur-Quan's enemy!? -#(GOOD_IDEA) thrad016.wav +#(GOOD_IDEA) thrad016.ogg WHAT FOOLISH STUPIDITY! HARG! HARG! HARG! WHY THAT'S AS DUMB AN IDEA AS -- what did you say? Attack the Ur-Quan's enemy? Help them win their war? @@ -222,18 +222,18 @@ you may leave alive, and when we return from our glorious campaign we may even honor you with a retelling of the many great battles we shall certainly win. Until then, get lost. -#(WE_GO_TO_IMPRESS_URQUAN_1) thrad017.wav +#(WE_GO_TO_IMPRESS_URQUAN_1) thrad017.ogg The Ur-Quan will be mightily impressed by our combat prowess when we blast their enemies from space! We build up a charging fury! Stay out of our path! -#(WE_GO_TO_IMPRESS_URQUAN_2) thrad018.wav +#(WE_GO_TO_IMPRESS_URQUAN_2) thrad018.ogg Our individual skills, our superior fighting ships and our objectively correct political views are sure to greatly impress our Ur-Quan Masters! To Arms! SNORT! To Arms! -#(WE_IMPRESSING_URQUAN_1) thrad019.wav +#(WE_IMPRESSING_URQUAN_1) thrad019.ogg Oh! The Weapons!! The devastating bolts of sheer energy! SNORT! The dark ships -- the Ur-Quan's enemies, they bow before our superior technologies! The morbid, relentless wheels of heart-pounding destructiveness @@ -241,7 +241,7 @@ are nothing more than an inconvenience! Oh, yes! I am sure that we are demonstrating to the Ur-Quan the worthiness of our excellent Culture Nineteen! -#(WE_IMPRESSING_URQUAN_2) thrad020.wav +#(WE_IMPRESSING_URQUAN_2) thrad020.ogg We look forward to success! The way is challenging, but our Turbo-Thrusters are at 200% and our guns stand ready! We have engaged the dark ships and achieved victory! @@ -250,7 +250,7 @@ The Ur-Quan know we are here! SNORT! They see our valor!... We have tried to make contact with them on the usual Hyperwave bands, but to no avail. Even so, I am still quite sure that we are impressing them GREATLY! -#(WE_IMPRESSED_URQUAN_1) thrad021.wav +#(WE_IMPRESSED_URQUAN_1) thrad021.ogg The great gouts of flame! SNORT! The accuracy of our shooting! We killed THOUSANDS... well at least HUNDREDS! It was wonderful! It was delirious! @@ -260,7 +260,7 @@ They were so frightened of us, they froze in their tracks. That's how scared they were! Ah, such fighting! SNORT! We will not soon see the like again! -#(WE_IMPRESSED_URQUAN_2) thrad022.wav +#(WE_IMPRESSED_URQUAN_2) thrad022.ogg Oh Yes! We have mightily impressed the Ur-Quan! We destroyed several of their enemy's dreaded black ships and severely damaged many more. @@ -268,12 +268,12 @@ Our losses? Well, yes, there were a few. But we are still very strong! Make no mistake about that! -#(HOSTILE_HELIX_HELLO_1) thrad023.wav +#(HOSTILE_HELIX_HELLO_1) thrad023.ogg WARNING! You have entered Thraddash Secured Space! There is nothing valuable here! Go away! -#(HOSTILE_HELIX_HELLO_2) thrad024.wav +#(HOSTILE_HELIX_HELLO_2) thrad024.ogg Begone Stupid, Ugly Ones! SNARL! Leave before we break from our guard posts and give you a good Thraddashing! @@ -281,7 +281,7 @@ Leave before we break from our guard posts and give you a good Thraddashing! #(submit_1) Your blustering does not impress me. We have requirements which you will fulfill, NOW! -#(NO_SUBMIT_1) thrad025.wav +#(NO_SUBMIT_1) thrad025.ogg Hunh? Hnyarg?! WHAT?! @@ -292,7 +292,7 @@ WE WILL DEEESTROY YOUUU AND EVERYBODY ON YOUR SHIP!! #(submit_2) I have secret weapons of great power. Submit, or I shall evaporate your planet. -#(NO_SUBMIT_2) thrad026.wav +#(NO_SUBMIT_2) thrad026.ogg HARG! HARG! HARG! We like secret weapons! We will now give you the opportunity to give them to us. @@ -300,14 +300,14 @@ We will now give you the opportunity to give them to us. #(be_friends_1) We wish nothing from you, save your friendship. -#(NO_FRIENDS_1) thrad027.wav +#(NO_FRIENDS_1) thrad027.ogg Perhaps, after we have made you our slaves, we can accomodate your wishes. Until then... #(be_friends_2) You are strong! We like strong! We be friends, now, okay? -#(NO_FRIENDS_2) thrad028.wav +#(NO_FRIENDS_2) thrad028.ogg We are strong. You are weak. And HARG! HARG!... we HATE weak. We do not need weak friends! We want only slaves and teachers. @@ -318,7 +318,7 @@ Such logic must be obvious even to a stupid being like yourself. #(how_impressed_urquan_1) How did impressing the Ur-Quan work out? -#(IMPRESSED_LIKE_SO_1) thrad029.wav +#(IMPRESSED_LIKE_SO_1) thrad029.ogg It was glorious, truly glorious!... for the most part. It would have been entirely glorious except for two factors. Factor One: we lost over half our battle fleet during the two-week fracas. @@ -331,7 +331,7 @@ than when they conquered us in the first place. #(how_impressed_urquan_2) Would you describe the Ur-Quan's enemy ships? -#(IMPRESSED_LIKE_SO_2) thrad030.wav +#(IMPRESSED_LIKE_SO_2) thrad030.ogg They were black as space itself, with only the occasional glint off their hulls as they turned to fire. Their weapons were extremely primitive, nothing more than fast-spinning disks of dense metal yet they penetrated our defensive screens, and inflicted grievous damage @@ -344,34 +344,34 @@ Puny human, your time is almost up. Prepare yourself for defeat! #(bye_hostile_1) We leave in peace. -#(GOODBYE_HOSTILE_1) thrad031.wav +#(GOODBYE_HOSTILE_1) thrad031.ogg What? You leave before the lesson begins? We have so much to teach you! Let us show you just one thing, it's called the `Surprise Attack'. #(bye_hostile_2) I guess we'll just be going now. -#(GOODBYE_HOSTILE_2) thrad032.wav +#(GOODBYE_HOSTILE_2) thrad032.ogg Then I guess we'll just be attacking you now. #(why_you_here_hostile) Explain your presence here, Thraddash. -#(NONE_OF_YOUR_CONCERN) thrad033.wav +#(NONE_OF_YOUR_CONCERN) thrad033.ogg It is none of your concern, human, SNORT! Now leave this world before we get REALLY mad! #(demand_to_land) What are you hiding down there? I demand to land! -#(NO_DEMAND) thrad034.wav +#(NO_DEMAND) thrad034.ogg You will make no demands, stupid captain human dog! Instead, you will die! #(what_about_this_world) So what's so special about this world? Why all the guards? -#(BLUE_HELIX) thrad035.wav +#(BLUE_HELIX) thrad035.ogg Very well, since we have a huge number of ships here I guess there can't be much harm in explaining this to you PROVIDED YOU LEAVE WHEN WE'RE DONE! @@ -390,7 +390,7 @@ Sorry. #(whats_helix_hostile) Aw, geez. Come on. That was UNFAIR! -#(HELIX_IS_HOSTILE) thrad036.wav +#(HELIX_IS_HOSTILE) thrad036.ogg Okay, okay. I guess you're right, it was a bit cruel. I'll tell you. Let's see, where was I? Oh, right on the dark continent of Funt @@ -406,7 +406,7 @@ the sign of any Culture's authority. #(i_need_to_land_lie) Uh... I left something important on the surface last week. Can I just go down and get it? -#(CAUGHT_LIE) thrad037.wav +#(CAUGHT_LIE) thrad037.ogg Okay. Go ahead. Hey, WAIT A MINUTE! @@ -418,23 +418,23 @@ You shall suffer their same fate -- OBLIVION! #(bye_hostile_helix) We have decided to leave. Goodbye. -#(GOODBYE_HOSTILE_HELIX) thrad038.wav +#(GOODBYE_HOSTILE_HELIX) thrad038.ogg If you hurry, we won't kill you. Goodbye. -#(DIE_THIEF_1) thrad039.wav +#(DIE_THIEF_1) thrad039.ogg So it's you! The Thief! The skulking little human weasel! SNORT! We should not have left the Aqua Helix Planet unguarded! You have shown us a weakness in ourselves, and for that we thank you. But we desire the return of the Helix, and since I suspect you won't give it willingly SNORT! Eat Flaming Death You Gravy Sucking Pig! -#(DIE_THIEF_2) thrad040.wav +#(DIE_THIEF_2) thrad040.ogg Ahoy stupid human. You are arrogant and absurd! You took our wonderful, ancient, sacred Aqua Helix, and refuse to return it! This makes us mad, EXTREMELY mad! Prepare to meet thy Doom, alien Thief! -#(AMAZING_PERFORMANCE) thrad041.wav +#(AMAZING_PERFORMANCE) thrad041.ogg Admirable! Admirable! We have never witnessed such awesome combat capabilities! You have destroyed so many of us! We are humbled in your presence! We thought you were a weakling, a coward, a pitiful sniveling wimp. @@ -446,13 +446,13 @@ Wait! I've got it! It's the way you respond to our hailing calls each time we me Just as they say, first impressions are SO important! So tell us, please! Tell us how WE should present ourselves. -#(IMPRESSIVE_PERFORMANCE) thrad042.wav +#(IMPRESSIVE_PERFORMANCE) thrad042.ogg Well, Humans have some backbone after all, but not as much as the Ur-Quan. A Human ship is a poor second to the Ur-Quan Dreadnought. Your weapons do not have the killing strength of an Ur-Quan fusion blast. SNORT! The Ur-Quan are still your betters. -#(ADEQUATE_PERFORMANCE) thrad043.wav +#(ADEQUATE_PERFORMANCE) thrad043.ogg Perhaps Humans can fight after all, if our reports are accurate. We will test this hypothesis in the laboratory of life -- IN GLORIOUS BATTLE! Your puny, inadequate weaponry is no match for the Thraddash Mark 6 Blaster @@ -460,24 +460,24 @@ with its 4 Megawatt energy discharge. Nor can your slow, bloated tubs compare to our Flash Turbo-Boosted warships! We have nothing to fear! -#(HELLO_POLITE_1) thrad044.wav +#(HELLO_POLITE_1) thrad044.ogg Hello and good day! How are you today? We are just fine, thank you! Are your mates and offspring well? How simply marvelous! -#(HELLO_POLITE_2) thrad045.wav +#(HELLO_POLITE_2) thrad045.ogg We are the polite and courteous Thraddash! We greet you with all appropriate felicitations. -#(HELLO_POLITE_3) thrad046.wav +#(HELLO_POLITE_3) thrad046.ogg Most erudite greetings to you. As always, we will be most pleased to enter into meaningful discourse with your elevated person. -#(HELLO_POLITE_4) thrad047.wav +#(HELLO_POLITE_4) thrad047.ogg Greetings and salutations! We trust that all is well with you and that your stay will be pleasant and beneficial. -#(HELLO_RHYME_1) thrad048.wav +#(HELLO_RHYME_1) thrad048.ogg We are the rhyming simons blancmange rhymes with orange space is the place @@ -485,7 +485,7 @@ the stars in their courses cannot catch the horses? SNORT! This is hard! -#(HELLO_RHYME_2) thrad049.wav +#(HELLO_RHYME_2) thrad049.ogg Blood is red, bruises are blue When strangers come here, we run them through! HARG! HARG! HARG! @@ -507,51 +507,51 @@ form not function meets in death remembered. -#(HELLO_PIG_LATIN_1) thrad050.wav +#(HELLO_PIG_LATIN_1) thrad050.ogg Eway areyay ethay igpay atinlay eakingspay Addashthray! Ortsnay! -#(HELLO_PIG_LATIN_2) thrad051.wav +#(HELLO_PIG_LATIN_2) thrad051.ogg Ombatcay! Ecklessray ouragecay! Eakingspay igpay atinlay! Eway aryay ategray orfay eesethay easonsray! -#(HELLO_PIG_LATIN_3) thrad052.wav +#(HELLO_PIG_LATIN_3) thrad052.ogg Ellohay umanhay! Elcomeway ackbay! E'veway eenbay xpectingay ouyay. -#(HELLO_PIG_LATIN_4) thrad053.wav +#(HELLO_PIG_LATIN_4) thrad053.ogg Eway aypay espectray otay ouryay eategray eachertay! -#(HELLO_LIKE_YOU_1) thrad054.wav +#(HELLO_LIKE_YOU_1) thrad054.ogg This is Grah of the starship Hot Pulsing Thrusters. -#(HELLO_LIKE_YOU_2) thrad055.wav +#(HELLO_LIKE_YOU_2) thrad055.ogg Greetings! I am Captain Chudd in command of the Blazing Guns of Glory! -#(HELLO_LIKE_YOU_3) thrad056.wav +#(HELLO_LIKE_YOU_3) thrad056.ogg Attention! This is the starship Overwhelmer. -#(HELLO_LIKE_YOU_4) thrad057.wav +#(HELLO_LIKE_YOU_4) thrad057.ogg I am commander Dthunk. -#(WELCOME_SPACE0) thrad058.wav +#(WELCOME_SPACE0) thrad058.ogg We of -#(WELCOME_SPACE1) thrad059.wav +#(WELCOME_SPACE1) thrad059.ogg are glad to meet you here in space, oh wise Teacher from Earth! -#(WELCOME_HOMEWORLD0) thrad060.wav +#(WELCOME_HOMEWORLD0) thrad060.ogg Your presence here at our homeworld fills all of us -#(WELCOME_HOMEWORLD1) thrad061.wav +#(WELCOME_HOMEWORLD1) thrad061.ogg with awe. We are honored, wise human. -#(WELCOME_HELIX0) thrad062.wav +#(WELCOME_HELIX0) thrad062.ogg Hoy-yo-HO! The super-strong human has returned to this, our most important planet. We, -#(WELCOME_HELIX1) thrad063.wav +#(WELCOME_HELIX1) thrad063.ogg , bid you welcome. #(why_you_here_ally) What's so special about about this planet? -#(GUARDING_HELIX_ALLY) thrad064.wav +#(GUARDING_HELIX_ALLY) thrad064.ogg We orbit here guarding that most precious of our relics, that which we hold most dearly that which has been at the heart of all our Cultures (except for Culture Nine, and they don't really count) @@ -561,7 +561,7 @@ the Aqua Helix! #(whats_helix_ally) So what about this `Aqua Helix' thing? Does it do any tricks? -#(HELIX_IS_ALLY) thrad065.wav +#(HELIX_IS_ALLY) thrad065.ogg The Aqua Helix is our most precious relic. For the totality of our historical memory, the Helix has been with us. It guides, motivates and rewards. It is the twisty-thing that launched a thousand ships! @@ -580,14 +580,14 @@ Therefore, the Aqua Helix IS great! The matter is resolved. #(may_i_land) That sounds really cool! You won't mind if I go down and just kinda look at it, would you? -#(SURE_LAND) thrad066.wav +#(SURE_LAND) thrad066.ogg Why certainly, go ahead and land on the planet and take a look at the most precious of all our relics the relic we hold most dear, as have all our Cultures... #(whats_up_ally) Have there been any developments here that I, your Great Teacher, should know of? -#(GENERAL_INFO_ALLY_1) thrad067.wav +#(GENERAL_INFO_ALLY_1) thrad067.ogg Yes, Teacher, there is at least one event of note. We may have once mentioned our encounters with the tumbling red probes the ones that attack relentlessly while spouting bizarre peace offerings. @@ -597,7 +597,7 @@ Uh.. no, Captain, we don't know what the opposite of Vega is, that's not what we We now believe that the probes are RETURNING to Vega. As yet we do not know the nature of their mission. -#(GENERAL_INFO_ALLY_2) thrad068.wav +#(GENERAL_INFO_ALLY_2) thrad068.ogg Yes, wise human, let us elaborate. Two years ago we monitored the entry of two ships into our space. One was clearly a Dreadnought, the ship of our ex-masters, the Ur-Quan. @@ -607,7 +607,7 @@ Eventually, the Ur-Quan destroyed the black ship, but not before receiving morta The last we saw of the ship, it was tumbling out of control toward Alpha Pavonis. We do not know its eventual fate. -#(GENERAL_INFO_ALLY_3) thrad069.wav +#(GENERAL_INFO_ALLY_3) thrad069.ogg Now that you are our new role-model, I guess it's time to spill the beans on the Ur-Quan. Unfortunately, we never really got any beans -- secret bits of information, that is. However, maybe you would like to know about the last time we saw the Ur-Quan. @@ -617,7 +617,7 @@ which told us to remain in our old sphere of influence, obey the slave laws, and The Dreadnought fleet departed in the direction of the Crateris constellation but where they are now is unknown. -#(GENERAL_INFO_ALLY_4) thrad070.wav +#(GENERAL_INFO_ALLY_4) thrad070.ogg This doesn't really count as News, Teacher but War is truly magnificent isn't it? The gut wrenching sight of molten warships! @@ -625,14 +625,14 @@ The boiling blood of depressurized soldiers! I just love it!... ...don't you? -#(HOW_SHOULD_WE_ACT) thrad071.wav +#(HOW_SHOULD_WE_ACT) thrad071.ogg We need to learn so much from you, such as How should we act in our new Culture? What is our direction, our ethical base? #(friendly) Be kind at all times and in all places. Treat each stranger you meet as your best friend. -#(OK_FRIENDLY) thrad072.wav +#(OK_FRIENDLY) thrad072.ogg Friendly? Kind? The wisdom escapes me.... ah yes! I understand now! Being kind, being friendly...this will allow intruders to let their guard down and when we kill them, they will be too surprised to react! @@ -641,7 +641,7 @@ What a great plan, human! You are truly a great Teacher! #(wacky) Lighten up! Be kind of... you know... Wacky! Here, try watching these vids: Monty Python and the Marx Brothers. -#(OK_WACKY) thrad073.wav +#(OK_WACKY) thrad073.ogg Wacky!...Wacky? I do not understand. We shall watch these vids of yours. We shall study them, to learn to be... wacky. Then, when we are wacky enough, we shall test our new wackiness in combat @@ -651,7 +651,7 @@ Thank you, Great Teacher. #(just_like_us) Look, if you really want a model for your Culture, then be just like us! -#(OK_JUST_LIKE_YOU) thrad074.wav +#(OK_JUST_LIKE_YOU) thrad074.ogg Aha! I see it now. We proceed carefully we take no undue risks. We slowly build up our strength and only attack when we have overwhelming odds on our side! @@ -660,7 +660,7 @@ trying to drag out every last bit of information, and if they are not cooperativ we will threaten them with instant death! We will be just like you! -#(WORK_TO_DO) thrad075.wav +#(WORK_TO_DO) thrad075.ogg We have much work to do to implement these sweeping cultural changes. Transferring from the allegiances and mores of one culture to another is a difficult and time consuming task. @@ -670,7 +670,7 @@ Return later to see our brave new world. #(contemplative) Try being more contemplative. Consider the many facets of a single gem... and stuff like that. -#(OK_CONTEMPLATIVE) thrad076.wav +#(OK_CONTEMPLATIVE) thrad076.ogg Aha! Contemplation, yes! New thought and realizations! With our new studious ways we shall uncover new methods, inventions and schemes allowing us to conquer entire civilizations with ease! @@ -679,32 +679,32 @@ Brilliant, human, brilliant! #(how_goes_culture) So how is the new Culture developing? -#(CONTEMP_GOES_1) thrad077.wav +#(CONTEMP_GOES_1) thrad077.ogg Augh! If it were not for our certainty in your wisdom, great Teacher from Earth we would not have remained a `Contemplative' culture for more than a single day As it is, we have contemplated our strategies, tactics, our weapons, the stars the planets, and even our navels which for a Thraddash is very uncomfortable and requires at least two mirrors. -#(CONTEMP_GOES_2) thrad078.wav +#(CONTEMP_GOES_2) thrad078.ogg So studious! So quiet! So contemplative! SNORT! We are not made for this. We are beginning to break out in spots! -#(FRIENDLY_GOES_1) thrad079.wav +#(FRIENDLY_GOES_1) thrad079.ogg To be frank, Great Teacher, friendliness suits us Thraddash poorly. For example, we Thraddash do not have the necessary muscles to `smile' as you suggested we do so we are now using small plastic prosthetic devices to prop up our lips into the required position. Very uncomfortable. -#(FRIENDLY_GOES_2) thrad080.wav +#(FRIENDLY_GOES_2) thrad080.ogg Try as we might, we just can't make this friendly thing work, Teacher. Even your idea about exchanging the ritual gifts, the `Fruit Cakes' has had problems. It seems that nobody actually wants to eat the Fruit Cakes however, on the plus side, due to the Fruit Cakes' density and other physical characteristics they make excellent projectile weapons! -#(WACKY_GOES_1) thrad081.wav +#(WACKY_GOES_1) thrad081.ogg We have studied and studied the vids you left with us, oh Great Teacher but we fear we are unable to grasp the essential truth and power of being wacky. For example, last month, in an attempt to be spontaneously absurd @@ -717,7 +717,7 @@ The penguin, the vidscreen, and a large section of the wall were destroyed. You see, Captain. Perhaps we are not suited to being wacky and SNIFF!... that was my only penguin. -#(WACKY_GOES_2) thrad082.wav +#(WACKY_GOES_2) thrad082.ogg We are getting a better handle on this wacky thing. The key?...Slapstick! We Thraddash have found our mode, our idiom, our way to be wacky. Jabbing the eyes with outstretched digits! Striking the head with planks! @@ -725,7 +725,7 @@ HARG! HARG! HARG! We like and understand this perfectly, Captain. And with the addition of our native elements, high-explosives and nausea gas Thraddash space has become Pratfall City! -#(LIKE_YOU_GOES_1) thrad083.wav +#(LIKE_YOU_GOES_1) thrad083.ogg Things are proceeding well, Captain. We have discovered one item which may interest you. There is an unusual world orbiting Epsilon Draconis, in close solar orbit. @@ -737,7 +737,7 @@ The text goes on to say that these Dumps are in some kind of pattern though what the pattern may be remains a mystery. For now, that is all. -#(LIKE_YOU_GOES_2) thrad084.wav +#(LIKE_YOU_GOES_2) thrad084.ogg A long-range scouting team was sent to explore the stars in the Lyncis constellation. On planet I of Delta Lyncis, they encountered a life form so dangerous, so hostile that it almost killed the entire landing party. @@ -747,22 +747,22 @@ and we hope this information has been of use. #(bye_ally) Goodbye to you, my Thraddash students. -#(GOODBYE_ALLY_1) thrad085.wav +#(GOODBYE_ALLY_1) thrad085.ogg We eagerly await your return, Great Teacher. -#(GOODBYE_ALLY_2) thrad086.wav +#(GOODBYE_ALLY_2) thrad086.ogg We will await your return and further enlightenment with great anticipation. -#(GOODBYE_ALLY_3) thrad087.wav +#(GOODBYE_ALLY_3) thrad087.ogg Try not to get killed, Teacher. -#(GOODBYE_ALLY_4) thrad088.wav +#(GOODBYE_ALLY_4) thrad088.ogg Farewell Great Teacher. #(be_polite) Try being polite and friendly in your greetings. -#(OK_POLITE) thrad089.wav +#(OK_POLITE) thrad089.ogg Ok, we will be polite. That will cause visitors to let their guard down and then we attack them! @@ -771,7 +771,7 @@ Yes, that is an excellent plan! #(speak_pig_latin) To really capture the spirit of Interstellar Diplomactic Protocol you should speak pig latin. -#(OK_PIG_LATIN) thrad090.wav +#(OK_PIG_LATIN) thrad090.ogg Pig-Latin, eh? Isn't that where you take the first letter or two of a word, put it at the end and then add an `ay' at the very end? Hmm.. let me try `Upidstay Eaturecray! Eparepray otay ieday!' @@ -782,7 +782,7 @@ Just one question, Great Teacher. How do you say `example' in pig latin? #(use_rhymes) I know for a fact that rhyming in your introductions wins big points. -#(OK_RHYMES) thrad091.wav +#(OK_RHYMES) thrad091.ogg Rhymes? Like in poetry? SNORT! Isn't that kind of... you know... not-tough stuff? SNORT! What am I saying! You are the Great Teacher! You know best! @@ -791,13 +791,13 @@ If rhyming is necessary, then Teacher we will be rhyming all the timing. #(just_the_way_we_do) Just greet people the way we do. -#(OK_WAY_YOU_DO) thrad092.wav +#(OK_WAY_YOU_DO) thrad092.ogg Hmmm... okay. I see. When necessary, we will be obsequious and kowtow and the rest of the time, we will bluster and threaten! How simple! -#(WHAT_NAME_FOR_CULTURE) thrad093.wav +#(WHAT_NAME_FOR_CULTURE) thrad093.ogg Now that we understand the nuances of introduction, Great Teacher we have an even more significant question. Your devastation of our battle forces have shown us @@ -808,16 +808,16 @@ but what shall we name our new Culture? #(alliance_name) How about the -#(OK_ALLIANCE_NAME) thrad094.wav +#(OK_ALLIANCE_NAME) thrad094.ogg Okay, the -#(NAME_TAIL) thrad095.wav +#(NAME_TAIL) thrad095.ogg #(you_decide) I think it is important that with this new direction, you decide on your new name. -#(OK_CULTURE_20) thrad096.wav +#(OK_CULTURE_20) thrad096.ogg You are wise, Great Teacher. I will think long and hard on this matter GRUNT! It must reflect the profound changes in our social order. @@ -830,7 +830,7 @@ Culture Twenty! #(fat) How about `The Fat Obstreperous Jerks'? -#(OK_FAT) thrad097.wav +#(OK_FAT) thrad097.ogg I like it! This name, being such an obvious contrast to our true nature will fool our enemies into believing we are harmless because surely only fools would let themselves be known by such a name! @@ -840,17 +840,17 @@ From this day forward, we are the Fat Obstreperous Jerks! #(the_slave_empire) It will be -#(OK_SLAVE) thrad098.wav +#(OK_SLAVE) thrad098.ogg Ulp! Well... you're the one with the big starship So be it -#(FAT_JERKS) thrad099.wav +#(FAT_JERKS) thrad099.ogg Fat Obstreperous Jerks -#(CULTURE) thrad100.wav +#(CULTURE) thrad100.ogg Culture Twenty -#(SLAVE_EMPIRE) thrad101.wav +#(SLAVE_EMPIRE) thrad101.ogg The Glorious Slave Empire of #(name_1) @@ -867,7 +867,7 @@ The Empire of #(name_41) -#(HAVING_FUN_WITH_ILWRATH_1) thrad102.wav +#(HAVING_FUN_WITH_ILWRATH_1) thrad102.ogg Oh! The Glory of these many battles! The stupid Ilwrath are easy kills for our valiant warriors, SNORT! We kill fully two of them for every one of us who perishes! @@ -876,14 +876,14 @@ but that is not truly significant! It was your wisdom and guidance that made this all possible, Great Teacher! Thank you! Thank you! Thank you! -#(HAVING_FUN_WITH_ILWRATH_2) thrad103.wav +#(HAVING_FUN_WITH_ILWRATH_2) thrad103.ogg The exploding starships! The screaming crew! The direct hits, the cunning escapes! These are the moments we live for! Now we must return to the great battles! Farewell, Great Teacher. -#(GO_AWAY_FIGHTING_ILWRATH_1) thrad104.wav +#(GO_AWAY_FIGHTING_ILWRATH_1) thrad104.ogg So, it is a stupid, ungainly human. I thought we killed you... never mind. It is unimportant now. We are in the midst of a great and glorious war. @@ -894,7 +894,7 @@ Why am I wasting my time here with you? I could be out there, winning honor and glory fighting the idiot spiders. Depart human, your death is not worth the cost of my ammunition. -#(GO_AWAY_FIGHTING_ILWRATH_2) thrad105.wav +#(GO_AWAY_FIGHTING_ILWRATH_2) thrad105.ogg Stop bothering us, human! Can't you see that we are fighting the most perfect war of our Nineteen Cultures? We have brought the Ilwrath to their knee equivalents! diff --git a/sc2/content/comm/umgah/umgah.txt b/sc2/content/comm/umgah/umgah.txt index f69023d51..7c1a41a2a 100755 --- a/sc2/content/comm/umgah/umgah.txt +++ b/sc2/content/comm/umgah/umgah.txt @@ -1,34 +1,34 @@ -#(HWLD_PRE_ZOMBIE_HELLO_1) umgah000.wav +#(HWLD_PRE_ZOMBIE_HELLO_1) umgah000.ogg Why HELLO human Earthling! Har! Har! Har! Must say, your appearance here comes as quite surprise to us! We never expected to see any of you ever again after Ur-Quan masters put your species under slave shield! -#(HWLD_PRE_ZOMBIE_HELLO_2) umgah001.wav +#(HWLD_PRE_ZOMBIE_HELLO_2) umgah001.ogg Hey look everybody! Human Earthling came back! Har! Har! Har! Wonder if we'll kill him this time? Har! Har! Har! -#(HWLD_PRE_ZOMBIE_HELLO_3) umgah002.wav +#(HWLD_PRE_ZOMBIE_HELLO_3) umgah002.ogg You're back? Har! Har! Har! More fun! More fun! -#(HWLD_PRE_ZOMBIE_HELLO_4) umgah003.wav +#(HWLD_PRE_ZOMBIE_HELLO_4) umgah003.ogg Howdy human Earthling! Back for more fun? -#(SPACE_PRE_ZOMBIE_HELLO_1) umgah004.wav +#(SPACE_PRE_ZOMBIE_HELLO_1) umgah004.ogg Well bloat my belly! It a human Earthling! Har! Har! Har! Haven't seen a human Earthling since... since why heck! NEVER seen a human Earthling! What coincidence! -#(SPACE_PRE_ZOMBIE_HELLO_2) umgah005.wav +#(SPACE_PRE_ZOMBIE_HELLO_2) umgah005.ogg Hi there human! How old fluid sacks today? What?! You don't HAVE fluid sacks? Har! Har! Har! What do you call your mate then?!! Har! Har! Har!... you don't HAVE mate? THAT'S EVEN FUNNIER! Har! Har! Har! -#(SPACE_PRE_ZOMBIE_HELLO_3) umgah006.wav +#(SPACE_PRE_ZOMBIE_HELLO_3) umgah006.ogg Hi there, human Earthling! What'cha here for today? What? Can't quite hear you? You have to speak up! Hey! What problem here? @@ -36,64 +36,64 @@ Human Earthling making fun of me? THIS SOME KIND OF STUPID HUMAN EARTHLING TRICK? BECAUSE IF IS Har! Har! Har!... fooled ya, didn't I? -#(SPACE_PRE_ZOMBIE_HELLO_4) umgah007.wav +#(SPACE_PRE_ZOMBIE_HELLO_4) umgah007.ogg Yo! Human Earthling! What up?! -#(UNKNOWN_ZOMBIE_HELLO_1) umgah008.wav +#(UNKNOWN_ZOMBIE_HELLO_1) umgah008.ogg HELLO. HUMAN. EARTHLING. HAR. -#(UNKNOWN_ZOMBIE_HELLO_2) umgah009.wav +#(UNKNOWN_ZOMBIE_HELLO_2) umgah009.ogg HAPPY. GREETINGS. AND. WELCOME. EARTHLING. HUMAN. HAR. -#(UNKNOWN_ZOMBIE_HELLO_3) umgah010.wav +#(UNKNOWN_ZOMBIE_HELLO_3) umgah010.ogg WHAT. SO. FUNNY. HUMAN. EARTHLING. YOUR. FACE. FUNNY. THING. HAR. -#(UNKNOWN_ZOMBIE_HELLO_4) umgah011.wav +#(UNKNOWN_ZOMBIE_HELLO_4) umgah011.ogg WE. FUNNY. UMGAH. SO. FUNNY. HAR. -#(DESTROY_INTERFERER_1) umgah012.wav +#(DESTROY_INTERFERER_1) umgah012.ogg THE. HUMAN. INTERFERES. WITH. PLAN. KILL. IT. -#(DESTROY_INTERFERER_2) umgah013.wav +#(DESTROY_INTERFERER_2) umgah013.ogg STOP. THE. HUMAN. DESTROY. VESSEL. -#(DESTROY_INTERFERER_3) umgah014.wav +#(DESTROY_INTERFERER_3) umgah014.ogg NO. DELAYS. IN. PLAN. TOLERATED. ELIMINATE. HUMAN. -#(DESTROY_INTERFERER_4) umgah015.wav +#(DESTROY_INTERFERER_4) umgah015.ogg DESTROY. HUMAN. IMMEDIATELY. -#(REVEALED_ZOMBIE_HELLO_1) umgah016.wav +#(REVEALED_ZOMBIE_HELLO_1) umgah016.ogg HUMAN. KNOWS. TOO. MUCH. IT. MUST. NOT. ESCAPE. -#(REVEALED_ZOMBIE_HELLO_2) umgah017.wav +#(REVEALED_ZOMBIE_HELLO_2) umgah017.ogg HUMAN. EARTHLING. CEASE. MOTION. AND. DE-ENERGIZE. SHIP. SO. WE. CAN. GIVE. GIFT. -#(REVEALED_ZOMBIE_HELLO_3) umgah018.wav +#(REVEALED_ZOMBIE_HELLO_3) umgah018.ogg CEASE. HOSTILITIES. WE. HAVE. CHANGED. OUR. MINDS. WE. LIKE. YOU. COME. CLOSER. -#(REVEALED_ZOMBIE_HELLO_4) umgah019.wav +#(REVEALED_ZOMBIE_HELLO_4) umgah019.ogg RESISTANCE. IS. USELESS. HUMAN. EARTHLING. -#(HOSTILE_HELLO_1) umgah020.wav +#(HOSTILE_HELLO_1) umgah020.ogg Hello human Earthling savior! Although we appreciate your efforts on our behalf we really hate `Eternal Gratitude' stuff, so we've decided to kill you now. Har! Har! Har! We pretty crazy blobbies, no?! -#(HOSTILE_HELLO_2) umgah021.wav +#(HOSTILE_HELLO_2) umgah021.ogg Well pop my pupae! It human Earthling again! It just doesn't learn, does it? To Arms! To Arms!... wait a minute! Don't HAVE any arms! AIEE!! MY ARMS!! WHO HAS STOLEN MY ARMS!!! AIEEE!! ARM THIEF!!! Har! Har! Har!... Never HAD any arms! Har! Har! Har! -#(HOSTILE_HELLO_3) umgah022.wav +#(HOSTILE_HELLO_3) umgah022.ogg Look, we all decided that our treating you this way and by that mean, attacking you without mercy all time well, we decided that it just plain unfair. @@ -103,23 +103,23 @@ Braankk!! What that sound, officer Flubbo? It was? You sure? King-Killing Horn? Har! Har! Har! What a sad coincidence, eh, Captain King? -#(HOSTILE_HELLO_4) umgah023.wav +#(HOSTILE_HELLO_4) umgah023.ogg Ho-ho! Human Earthling has returned to claim its reward! What reward you ask? Why this reward, of course! -#(REWARD_AT_HOMEWORLD_1) umgah024.wav +#(REWARD_AT_HOMEWORLD_1) umgah024.ogg Hurray! Hurray! It human Earthling! Our Savior!! Oh hurry, human Earthling, HURRY! Your reward awaits at our homeworld! In case you have forgotten, that at Beta Orionis! Hurry, human Earthling, HURRY! (Har! Har! Har!) -#(REWARD_AT_HOMEWORLD_2) umgah025.wav +#(REWARD_AT_HOMEWORLD_2) umgah025.ogg Hust! Hust! You must make haste, human Earthling! Sooner you go to our homeworld at Beta Orionis sooner you shall receive your reward! -#(POST_ZOMBIE_HWLD_HELLO) umgah026.wav +#(POST_ZOMBIE_HWLD_HELLO) umgah026.ogg HAIL! HAIL! Human Earthling! GREAT HERO HAS RETURNED! Oh, my lipids quivering just looking at him on monitor! What smile! What sparkling eyes! What nice bony structure! @@ -133,7 +133,7 @@ Yup! That's right! You guys owe me BIG time. #(our_largesse) Gentle blobbies, please calm yourselves. We act solely from largesse. Rewards are unnecessary. -#(GIVE_LIFEDATA) umgah027.wav +#(GIVE_LIFEDATA) umgah027.ogg No! No! You too humble! We must reward your deeds of courage! Killing Talking Pet was a feat none of our species could perform! You superior! You Hero! @@ -152,7 +152,7 @@ What you do with it? Oh, well, you Hero. Whatever you want, you get. We hope one thousand units sufficient. -#(THANKS) umgah028.wav +#(THANKS) umgah028.ogg HAIL! HAIL! HAIL! You right! We do owe you! We MUST reward you!... but what we have to give? Protoplasm?... no, not easily appreciated. @@ -171,7 +171,7 @@ We hope one thousand units sufficient. #(what_do_with_tpet) So how did that Talking Pet get control of your species? -#(TRICK_URQUAN) umgah029.wav +#(TRICK_URQUAN) umgah029.ogg Well Ariloulaleelay, who kind of our neighbors, gave us Talking Pet hoping we could heal it more severe injuries, which we did. While we working on it, we do routine brain structure scan @@ -192,7 +192,7 @@ against Ur-Quan masters. #(any_jokes) Why the Ur-Quan? What did it have against them? -#(SURE) umgah030.wav +#(SURE) umgah030.ogg We don't know, but whatever it was, must been pretty bad because Talking Pet mad... REAL mad! How mad, you ask? Blowing up planets and eating juveniles mad! That how mad. @@ -203,14 +203,14 @@ maybe even worse than death. #(what_before_tpet) So what should I do with the Talking Pet? -#(TRKD_SPATHI_AND_ILWRATH) umgah031.wav +#(TRKD_SPATHI_AND_ILWRATH) umgah031.ogg You mean, CORPSE of Talking Pet, don't you Captain?! DID kill it, didn't you?! #(where_caster) Er... yeah! That's right. Real dead. So what should I do with its corpse? -#(SPATHI_TOOK_THEM) umgah032.wav +#(SPATHI_TOOK_THEM) umgah032.ogg Hmmm... as general rule, corpses aren't too much fun. When we were first starting to mess with its brain our intention to get it smart enough to accept orders from us @@ -224,7 +224,7 @@ before those spoil-sport Spathi stole super cool HyperWave `Caster. #(so_what_for_now) So, since I'm your Great Hero Guy, tell me all your secrets. -#(DO_THIS_NOW) umgah033.wav +#(DO_THIS_NOW) umgah033.ogg Secrets, huh? You want secrets? OUR SECRETS!? YOU MADE FATAL MISTAKE, HUMAN!! ... Har! Har! Har! Good joke, eh? Scared you! Sure! We'll tell our secrets. Now let me see... what ARE secrets? @@ -247,7 +247,7 @@ It kind of against Ur-Quan Laws, and not want get Mycons mad at us. #(bye_post_zombie) Well, your Great Hero must leave now, but rest assured, I'll be back. -#(FUNNY_IDEA) umgah034.wav +#(FUNNY_IDEA) umgah034.ogg You know, Great Hero... I getting this funny feeling. Would like to know what feeling is? Good, I tell you. My feeling that Great Hero stuff... well, boring... not funny at all. @@ -263,7 +263,7 @@ Here... let me show you. #(whats_up_pre_zombie) Umgah! Reveal your secrets! -#(GENERAL_INFO_PRE_ZOMBIE) umgah035.wav +#(GENERAL_INFO_PRE_ZOMBIE) umgah035.ogg Okay, since you ask so nicely, we will tell you a thing or two. For instance, did know that even now we performing surgery on Talking Pet? Arilou found it alone and dying in wreck of Ur-Quan Dreadnought on Alpha Pavonis . @@ -274,20 +274,20 @@ provided we make few minor genetic modifications. #(evil_blobbies_give_up) Evil blobbies. You must submit to our overwhelming power! -#(NOT_EVIL_BLOBBIES) umgah036.wav +#(NOT_EVIL_BLOBBIES) umgah036.ogg Har! Har! Har! GOOD JOKE!! We use it on someone else real soon. #(evil_blobbies_must_die) No! I was serious. You ARE evil blobbies. You MUST die. -#(OH_NO_WE_WONT) umgah037.wav +#(OH_NO_WE_WONT) umgah037.ogg Har! Har! Har! Even funnier! #(can_we_be_friends) Look, I know we've had our differences in the past, but can't we be friends? -#(SURE_FRIENDS) umgah038.wav +#(SURE_FRIENDS) umgah038.ogg Sure! Sure! Friends for sure! Who cares about boring old Ur-Quan and their slave laws? Har! Har! Har! Here we come to say hello to new friends! @@ -296,7 +296,7 @@ Here we come to say hello to new friends! #(want_to_defeat_urquan) Here's our credo: Freedom from Ur-Quan! What do you say? -#(FINE_BY_US) umgah039.wav +#(FINE_BY_US) umgah039.ogg Har! Har! Har! Freedom very good thing! It so much easier to make good jokes without boring old Ur-Quan slave laws! We wanting to pull a real good one on those stupid nosers from Draconis for long time @@ -307,38 +307,38 @@ Big waves! Big waves! Har! Har! Har! #(bye_pre_zombie) Well Umgah. It has been fascinating, but I must go. -#(GOODBYE_PRE_ZOMBIE) umgah040.wav +#(GOODBYE_PRE_ZOMBIE) umgah040.ogg Har! Har! Har! Hey wait human Earthling! Here best part! #(threat) Evil blobbies, your craven nature is revealed! Submit! -#(NO_THREAT) umgah041.wav +#(NO_THREAT) umgah041.ogg IF. COMPREHEND. TRUE. NATURE. MUST. BE. ELIMINATED. #(whats_up_zombies) So Umgah, what have you been up to these past twenty years? -#(GENERAL_INFO_ZOMBIE) umgah042.wav +#(GENERAL_INFO_ZOMBIE) umgah042.ogg NOTHING. HAPPEN. LAST. TWENTY. YEARS. VERY. BORING. #(how_goes_tpet) So how goes your work on that Talking Pet? -#(WHAT_TPET) umgah043.wav +#(WHAT_TPET) umgah043.ogg WHAT. TALKING. PET. DO. NOT. UNDERSTAND. REFERENCE. #(you_told_us) You told us you were modifying a Talking Pet, didn't you? -#(SADLY_IT_DIED) umgah044.wav +#(SADLY_IT_DIED) umgah044.ogg SADLY. IT. DIED. NO. MORE. TALK. ABOUT. IT. #(dont_believe) You know, I just don't believe you. What are you hiding? -#(THEN_DIE) umgah045.wav +#(THEN_DIE) umgah045.ogg HUMAN. POSSESSES. FORBIDDEN. KNOWLEDGE. NO. INTERFERENCE. IN. PLAN. CAN. BE. TOLERATED. HUMAN. MUST. BE. ELIMINATED. @@ -346,20 +346,20 @@ HUMAN. MUST. BE. ELIMINATED. #(bye_unknown) If I try to leave, are you going to attack me? -#(GOODBYE_UNKNOWN) umgah046.wav +#(GOODBYE_UNKNOWN) umgah046.ogg NO. LEAVE. #(evil_blobbies) You are evil blobbies, I say! Avast! -#(YES_VERY_EVIL) umgah047.wav +#(YES_VERY_EVIL) umgah047.ogg YES. WE. ARE. VERY. EVIL. YOUR. BEST. PLAN. IS. TO. DEPART. AND. NEVER. RETURN. #(give_up_or_die) Surrender to me HERE and NOW or I shall vaporize you! -#(NOT_GIVE_UP) umgah048.wav +#(NOT_GIVE_UP) umgah048.ogg HUMAN. INTERFERENCE. REACHES. INTOLERABLE. LEVEL. PLAN. MUST. NOT. BE. DELAYED. ELIMINATE. HUMAN. @@ -373,21 +373,21 @@ I am Captain #(we_vindicator2) . What is your response? -#(GOOD_FOR_YOU_1) umgah049.wav +#(GOOD_FOR_YOU_1) umgah049.ogg WE. RESPOND. WITH. APPROPRIATE. AWE. AND. RESPECT. NOW. GO. AWAY. #(come_in_peace) Our message is Peace Between All Species!... blobbies included. -#(GOOD_FOR_YOU_2) umgah050.wav +#(GOOD_FOR_YOU_2) umgah050.ogg YES. PEACE. GOOD. WE. WANT. PEACE. ALSO. DEMONSTRATE. PEACE. NOW. BY. DEPARTING. OUR. SPACE. IMMEDIATELY. #(know_any_jokes) Umgah humor is renowned across space, so... know any good jokes?! -#(JOKE_1) umgah051.wav +#(JOKE_1) umgah051.ogg JOKE. YES. JOKE. HERE. IS. JOKE. WHEN. IS. A. SLAVE. NOT. A. SLAVE. ANSWER. @@ -396,7 +396,7 @@ WHEN. HE. IS. A. SLAVE. MASTER. #(better_joke) Uh... that wasn't very funny. Can't you do better? -#(JOKE_2) umgah052.wav +#(JOKE_2) umgah052.ogg BETTER. JOKE. YES. BETTER. JOKE. HERE. IT. IS WHAT. YOU. GET. WHEN. COMBINE. DEUTERIUM. PELLET. TERRAWATT. LASER. AND. PRIMITIVE. EARTH. LEADER. FROM. ASIAN. STEPPES. @@ -406,7 +406,7 @@ KHAN. FUSION. #(not_very_funny) Ugh! That wasn't a very good joke either. I don't think you guys are very funny. -#(YES_WE_ARE) umgah053.wav +#(YES_WE_ARE) umgah053.ogg UMGAH. ARE. FUNNY. WE. ARE. UMGAH. WE. ARE FUNNY. THERE. IS. NO. ALTERNATIVE. @@ -419,6 +419,6 @@ The Arilou told us they had given it to you... they did, right? #(bye_zombie) Goodbye Umgah. I wish I could say it's been fun. -#(GOODBYE_ZOMBIE) umgah054.wav +#(GOODBYE_ZOMBIE) umgah054.ogg GOODBYE. HUMAN. EARTHLING. DO. NOT. RETURN. diff --git a/sc2/content/comm/umgah/umgah000.ogg b/sc2/content/comm/umgah/umgah000.ogg new file mode 100644 index 000000000..67519089d Binary files /dev/null and b/sc2/content/comm/umgah/umgah000.ogg differ diff --git a/sc2/content/comm/umgah/umgah001.ogg b/sc2/content/comm/umgah/umgah001.ogg new file mode 100644 index 000000000..373e290c9 Binary files /dev/null and b/sc2/content/comm/umgah/umgah001.ogg differ diff --git a/sc2/content/comm/umgah/umgah002.ogg b/sc2/content/comm/umgah/umgah002.ogg new file mode 100644 index 000000000..afb568cc5 Binary files /dev/null and b/sc2/content/comm/umgah/umgah002.ogg differ diff --git a/sc2/content/comm/umgah/umgah003.ogg b/sc2/content/comm/umgah/umgah003.ogg new file mode 100644 index 000000000..e7aeeb9ca Binary files /dev/null and b/sc2/content/comm/umgah/umgah003.ogg differ diff --git a/sc2/content/comm/umgah/umgah004.ogg b/sc2/content/comm/umgah/umgah004.ogg new file mode 100644 index 000000000..8cdc7ec0d Binary files /dev/null and b/sc2/content/comm/umgah/umgah004.ogg differ diff --git a/sc2/content/comm/umgah/umgah005.ogg b/sc2/content/comm/umgah/umgah005.ogg new file mode 100644 index 000000000..f100b3f07 Binary files /dev/null and b/sc2/content/comm/umgah/umgah005.ogg differ diff --git a/sc2/content/comm/umgah/umgah006.ogg b/sc2/content/comm/umgah/umgah006.ogg new file mode 100644 index 000000000..2b8191237 Binary files /dev/null and b/sc2/content/comm/umgah/umgah006.ogg differ diff --git a/sc2/content/comm/umgah/umgah007.ogg b/sc2/content/comm/umgah/umgah007.ogg new file mode 100644 index 000000000..b6d5f76a1 Binary files /dev/null and b/sc2/content/comm/umgah/umgah007.ogg differ diff --git a/sc2/content/comm/umgah/umgah008.ogg b/sc2/content/comm/umgah/umgah008.ogg new file mode 100644 index 000000000..0e0ed56a2 Binary files /dev/null and b/sc2/content/comm/umgah/umgah008.ogg differ diff --git a/sc2/content/comm/umgah/umgah009.ogg b/sc2/content/comm/umgah/umgah009.ogg new file mode 100644 index 000000000..330f22d59 Binary files /dev/null and b/sc2/content/comm/umgah/umgah009.ogg differ diff --git a/sc2/content/comm/umgah/umgah010.ogg b/sc2/content/comm/umgah/umgah010.ogg new file mode 100644 index 000000000..9313976d8 Binary files /dev/null and b/sc2/content/comm/umgah/umgah010.ogg differ diff --git a/sc2/content/comm/umgah/umgah011.ogg b/sc2/content/comm/umgah/umgah011.ogg new file mode 100644 index 000000000..46447cdb8 Binary files /dev/null and b/sc2/content/comm/umgah/umgah011.ogg differ diff --git a/sc2/content/comm/umgah/umgah012.ogg b/sc2/content/comm/umgah/umgah012.ogg new file mode 100644 index 000000000..acb0b593a Binary files /dev/null and b/sc2/content/comm/umgah/umgah012.ogg differ diff --git a/sc2/content/comm/umgah/umgah013.ogg b/sc2/content/comm/umgah/umgah013.ogg new file mode 100644 index 000000000..bf30cf581 Binary files /dev/null and b/sc2/content/comm/umgah/umgah013.ogg differ diff --git a/sc2/content/comm/umgah/umgah014.ogg b/sc2/content/comm/umgah/umgah014.ogg new file mode 100644 index 000000000..a95edcd63 Binary files /dev/null and b/sc2/content/comm/umgah/umgah014.ogg differ diff --git a/sc2/content/comm/umgah/umgah015.ogg b/sc2/content/comm/umgah/umgah015.ogg new file mode 100644 index 000000000..54e7f2ea5 Binary files /dev/null and b/sc2/content/comm/umgah/umgah015.ogg differ diff --git a/sc2/content/comm/umgah/umgah016.ogg b/sc2/content/comm/umgah/umgah016.ogg new file mode 100644 index 000000000..6d26cdb91 Binary files /dev/null and b/sc2/content/comm/umgah/umgah016.ogg differ diff --git a/sc2/content/comm/umgah/umgah017.ogg b/sc2/content/comm/umgah/umgah017.ogg new file mode 100644 index 000000000..dccfacce3 Binary files /dev/null and b/sc2/content/comm/umgah/umgah017.ogg differ diff --git a/sc2/content/comm/umgah/umgah018.ogg b/sc2/content/comm/umgah/umgah018.ogg new file mode 100644 index 000000000..861777050 Binary files /dev/null and b/sc2/content/comm/umgah/umgah018.ogg differ diff --git a/sc2/content/comm/umgah/umgah019.ogg b/sc2/content/comm/umgah/umgah019.ogg new file mode 100644 index 000000000..7afdd87e2 Binary files /dev/null and b/sc2/content/comm/umgah/umgah019.ogg differ diff --git a/sc2/content/comm/umgah/umgah020.ogg b/sc2/content/comm/umgah/umgah020.ogg new file mode 100644 index 000000000..b712751e3 Binary files /dev/null and b/sc2/content/comm/umgah/umgah020.ogg differ diff --git a/sc2/content/comm/umgah/umgah021.ogg b/sc2/content/comm/umgah/umgah021.ogg new file mode 100644 index 000000000..faa7d8019 Binary files /dev/null and b/sc2/content/comm/umgah/umgah021.ogg differ diff --git a/sc2/content/comm/umgah/umgah022.ogg b/sc2/content/comm/umgah/umgah022.ogg new file mode 100644 index 000000000..28d2bc765 Binary files /dev/null and b/sc2/content/comm/umgah/umgah022.ogg differ diff --git a/sc2/content/comm/umgah/umgah023.ogg b/sc2/content/comm/umgah/umgah023.ogg new file mode 100644 index 000000000..7008fde08 Binary files /dev/null and b/sc2/content/comm/umgah/umgah023.ogg differ diff --git a/sc2/content/comm/umgah/umgah024.ogg b/sc2/content/comm/umgah/umgah024.ogg new file mode 100644 index 000000000..31eccf223 Binary files /dev/null and b/sc2/content/comm/umgah/umgah024.ogg differ diff --git a/sc2/content/comm/umgah/umgah025.ogg b/sc2/content/comm/umgah/umgah025.ogg new file mode 100644 index 000000000..c55b873ea Binary files /dev/null and b/sc2/content/comm/umgah/umgah025.ogg differ diff --git a/sc2/content/comm/umgah/umgah026.ogg b/sc2/content/comm/umgah/umgah026.ogg new file mode 100644 index 000000000..c5069d0eb Binary files /dev/null and b/sc2/content/comm/umgah/umgah026.ogg differ diff --git a/sc2/content/comm/umgah/umgah027.ogg b/sc2/content/comm/umgah/umgah027.ogg new file mode 100644 index 000000000..63854cd2c Binary files /dev/null and b/sc2/content/comm/umgah/umgah027.ogg differ diff --git a/sc2/content/comm/umgah/umgah028.ogg b/sc2/content/comm/umgah/umgah028.ogg new file mode 100644 index 000000000..206c3015c Binary files /dev/null and b/sc2/content/comm/umgah/umgah028.ogg differ diff --git a/sc2/content/comm/umgah/umgah029.ogg b/sc2/content/comm/umgah/umgah029.ogg new file mode 100644 index 000000000..697a985d1 Binary files /dev/null and b/sc2/content/comm/umgah/umgah029.ogg differ diff --git a/sc2/content/comm/umgah/umgah030.ogg b/sc2/content/comm/umgah/umgah030.ogg new file mode 100644 index 000000000..d325ee91f Binary files /dev/null and b/sc2/content/comm/umgah/umgah030.ogg differ diff --git a/sc2/content/comm/umgah/umgah031.ogg b/sc2/content/comm/umgah/umgah031.ogg new file mode 100644 index 000000000..482c2c3b2 Binary files /dev/null and b/sc2/content/comm/umgah/umgah031.ogg differ diff --git a/sc2/content/comm/umgah/umgah032.ogg b/sc2/content/comm/umgah/umgah032.ogg new file mode 100644 index 000000000..9772987b3 Binary files /dev/null and b/sc2/content/comm/umgah/umgah032.ogg differ diff --git a/sc2/content/comm/umgah/umgah033.ogg b/sc2/content/comm/umgah/umgah033.ogg new file mode 100644 index 000000000..81f75d997 Binary files /dev/null and b/sc2/content/comm/umgah/umgah033.ogg differ diff --git a/sc2/content/comm/umgah/umgah034.ogg b/sc2/content/comm/umgah/umgah034.ogg new file mode 100644 index 000000000..53d62fc0d Binary files /dev/null and b/sc2/content/comm/umgah/umgah034.ogg differ diff --git a/sc2/content/comm/umgah/umgah035.ogg b/sc2/content/comm/umgah/umgah035.ogg new file mode 100644 index 000000000..6ba15c20f Binary files /dev/null and b/sc2/content/comm/umgah/umgah035.ogg differ diff --git a/sc2/content/comm/umgah/umgah036.ogg b/sc2/content/comm/umgah/umgah036.ogg new file mode 100644 index 000000000..f3af7c600 Binary files /dev/null and b/sc2/content/comm/umgah/umgah036.ogg differ diff --git a/sc2/content/comm/umgah/umgah037.ogg b/sc2/content/comm/umgah/umgah037.ogg new file mode 100644 index 000000000..fb7bd3fc8 Binary files /dev/null and b/sc2/content/comm/umgah/umgah037.ogg differ diff --git a/sc2/content/comm/umgah/umgah038.ogg b/sc2/content/comm/umgah/umgah038.ogg new file mode 100644 index 000000000..8d1064a58 Binary files /dev/null and b/sc2/content/comm/umgah/umgah038.ogg differ diff --git a/sc2/content/comm/umgah/umgah039.ogg b/sc2/content/comm/umgah/umgah039.ogg new file mode 100644 index 000000000..2a717a218 Binary files /dev/null and b/sc2/content/comm/umgah/umgah039.ogg differ diff --git a/sc2/content/comm/umgah/umgah040.ogg b/sc2/content/comm/umgah/umgah040.ogg new file mode 100644 index 000000000..a6139ecc7 Binary files /dev/null and b/sc2/content/comm/umgah/umgah040.ogg differ diff --git a/sc2/content/comm/umgah/umgah041.ogg b/sc2/content/comm/umgah/umgah041.ogg new file mode 100644 index 000000000..8e4c880cd Binary files /dev/null and b/sc2/content/comm/umgah/umgah041.ogg differ diff --git a/sc2/content/comm/umgah/umgah042.ogg b/sc2/content/comm/umgah/umgah042.ogg new file mode 100644 index 000000000..8c44f9fba Binary files /dev/null and b/sc2/content/comm/umgah/umgah042.ogg differ diff --git a/sc2/content/comm/umgah/umgah043.ogg b/sc2/content/comm/umgah/umgah043.ogg new file mode 100644 index 000000000..aff5d9a81 Binary files /dev/null and b/sc2/content/comm/umgah/umgah043.ogg differ diff --git a/sc2/content/comm/umgah/umgah044.ogg b/sc2/content/comm/umgah/umgah044.ogg new file mode 100644 index 000000000..bf198fa28 Binary files /dev/null and b/sc2/content/comm/umgah/umgah044.ogg differ diff --git a/sc2/content/comm/umgah/umgah045.ogg b/sc2/content/comm/umgah/umgah045.ogg new file mode 100644 index 000000000..981827328 Binary files /dev/null and b/sc2/content/comm/umgah/umgah045.ogg differ diff --git a/sc2/content/comm/umgah/umgah046.ogg b/sc2/content/comm/umgah/umgah046.ogg new file mode 100644 index 000000000..f07f59dc3 Binary files /dev/null and b/sc2/content/comm/umgah/umgah046.ogg differ diff --git a/sc2/content/comm/umgah/umgah047.ogg b/sc2/content/comm/umgah/umgah047.ogg new file mode 100644 index 000000000..e0d3b98ed Binary files /dev/null and b/sc2/content/comm/umgah/umgah047.ogg differ diff --git a/sc2/content/comm/umgah/umgah048.ogg b/sc2/content/comm/umgah/umgah048.ogg new file mode 100644 index 000000000..ab0df9641 Binary files /dev/null and b/sc2/content/comm/umgah/umgah048.ogg differ diff --git a/sc2/content/comm/umgah/umgah049.ogg b/sc2/content/comm/umgah/umgah049.ogg new file mode 100644 index 000000000..fb9fd054c Binary files /dev/null and b/sc2/content/comm/umgah/umgah049.ogg differ diff --git a/sc2/content/comm/umgah/umgah050.ogg b/sc2/content/comm/umgah/umgah050.ogg new file mode 100644 index 000000000..03ead3bd3 Binary files /dev/null and b/sc2/content/comm/umgah/umgah050.ogg differ diff --git a/sc2/content/comm/umgah/umgah051.ogg b/sc2/content/comm/umgah/umgah051.ogg new file mode 100644 index 000000000..def1ca95d Binary files /dev/null and b/sc2/content/comm/umgah/umgah051.ogg differ diff --git a/sc2/content/comm/umgah/umgah052.ogg b/sc2/content/comm/umgah/umgah052.ogg new file mode 100644 index 000000000..ce1881f06 Binary files /dev/null and b/sc2/content/comm/umgah/umgah052.ogg differ diff --git a/sc2/content/comm/umgah/umgah053.ogg b/sc2/content/comm/umgah/umgah053.ogg new file mode 100644 index 000000000..2a9a5b406 Binary files /dev/null and b/sc2/content/comm/umgah/umgah053.ogg differ diff --git a/sc2/content/comm/umgah/umgah054.ogg b/sc2/content/comm/umgah/umgah054.ogg new file mode 100644 index 000000000..378ff54cd Binary files /dev/null and b/sc2/content/comm/umgah/umgah054.ogg differ diff --git a/sc2/content/comm/urquan/urqua000.ogg b/sc2/content/comm/urquan/urqua000.ogg new file mode 100644 index 000000000..fcb51f50e Binary files /dev/null and b/sc2/content/comm/urquan/urqua000.ogg differ diff --git a/sc2/content/comm/urquan/urqua001.ogg b/sc2/content/comm/urquan/urqua001.ogg new file mode 100644 index 000000000..df99639da Binary files /dev/null and b/sc2/content/comm/urquan/urqua001.ogg differ diff --git a/sc2/content/comm/urquan/urqua002.ogg b/sc2/content/comm/urquan/urqua002.ogg new file mode 100644 index 000000000..294c4eb1d Binary files /dev/null and b/sc2/content/comm/urquan/urqua002.ogg differ diff --git a/sc2/content/comm/urquan/urqua003.ogg b/sc2/content/comm/urquan/urqua003.ogg new file mode 100644 index 000000000..dac287c46 Binary files /dev/null and b/sc2/content/comm/urquan/urqua003.ogg differ diff --git a/sc2/content/comm/urquan/urqua004.ogg b/sc2/content/comm/urquan/urqua004.ogg new file mode 100644 index 000000000..accebdbdf Binary files /dev/null and b/sc2/content/comm/urquan/urqua004.ogg differ diff --git a/sc2/content/comm/urquan/urqua005.ogg b/sc2/content/comm/urquan/urqua005.ogg new file mode 100644 index 000000000..8a8556988 Binary files /dev/null and b/sc2/content/comm/urquan/urqua005.ogg differ diff --git a/sc2/content/comm/urquan/urqua006.ogg b/sc2/content/comm/urquan/urqua006.ogg new file mode 100644 index 000000000..24f03785f Binary files /dev/null and b/sc2/content/comm/urquan/urqua006.ogg differ diff --git a/sc2/content/comm/urquan/urqua007.ogg b/sc2/content/comm/urquan/urqua007.ogg new file mode 100644 index 000000000..18b606a6c Binary files /dev/null and b/sc2/content/comm/urquan/urqua007.ogg differ diff --git a/sc2/content/comm/urquan/urqua008.ogg b/sc2/content/comm/urquan/urqua008.ogg new file mode 100644 index 000000000..eda7ae93d Binary files /dev/null and b/sc2/content/comm/urquan/urqua008.ogg differ diff --git a/sc2/content/comm/urquan/urqua009.ogg b/sc2/content/comm/urquan/urqua009.ogg new file mode 100644 index 000000000..9b11c568f Binary files /dev/null and b/sc2/content/comm/urquan/urqua009.ogg differ diff --git a/sc2/content/comm/urquan/urqua010.ogg b/sc2/content/comm/urquan/urqua010.ogg new file mode 100644 index 000000000..d58e97808 Binary files /dev/null and b/sc2/content/comm/urquan/urqua010.ogg differ diff --git a/sc2/content/comm/urquan/urqua011.ogg b/sc2/content/comm/urquan/urqua011.ogg new file mode 100644 index 000000000..79df97212 Binary files /dev/null and b/sc2/content/comm/urquan/urqua011.ogg differ diff --git a/sc2/content/comm/urquan/urqua012.ogg b/sc2/content/comm/urquan/urqua012.ogg new file mode 100644 index 000000000..82e83e91b Binary files /dev/null and b/sc2/content/comm/urquan/urqua012.ogg differ diff --git a/sc2/content/comm/urquan/urqua013.ogg b/sc2/content/comm/urquan/urqua013.ogg new file mode 100644 index 000000000..5022a1712 Binary files /dev/null and b/sc2/content/comm/urquan/urqua013.ogg differ diff --git a/sc2/content/comm/urquan/urqua014.ogg b/sc2/content/comm/urquan/urqua014.ogg new file mode 100644 index 000000000..eee44960b Binary files /dev/null and b/sc2/content/comm/urquan/urqua014.ogg differ diff --git a/sc2/content/comm/urquan/urqua015.ogg b/sc2/content/comm/urquan/urqua015.ogg new file mode 100644 index 000000000..d5a7cf541 Binary files /dev/null and b/sc2/content/comm/urquan/urqua015.ogg differ diff --git a/sc2/content/comm/urquan/urqua016.ogg b/sc2/content/comm/urquan/urqua016.ogg new file mode 100644 index 000000000..ee13d0679 Binary files /dev/null and b/sc2/content/comm/urquan/urqua016.ogg differ diff --git a/sc2/content/comm/urquan/urqua017.ogg b/sc2/content/comm/urquan/urqua017.ogg new file mode 100644 index 000000000..ed2365f48 Binary files /dev/null and b/sc2/content/comm/urquan/urqua017.ogg differ diff --git a/sc2/content/comm/urquan/urqua018.ogg b/sc2/content/comm/urquan/urqua018.ogg new file mode 100644 index 000000000..79d6d5414 Binary files /dev/null and b/sc2/content/comm/urquan/urqua018.ogg differ diff --git a/sc2/content/comm/urquan/urqua019.ogg b/sc2/content/comm/urquan/urqua019.ogg new file mode 100644 index 000000000..5083bd6e0 Binary files /dev/null and b/sc2/content/comm/urquan/urqua019.ogg differ diff --git a/sc2/content/comm/urquan/urqua020.ogg b/sc2/content/comm/urquan/urqua020.ogg new file mode 100644 index 000000000..b6edf9336 Binary files /dev/null and b/sc2/content/comm/urquan/urqua020.ogg differ diff --git a/sc2/content/comm/urquan/urqua021.ogg b/sc2/content/comm/urquan/urqua021.ogg new file mode 100644 index 000000000..76842212d Binary files /dev/null and b/sc2/content/comm/urquan/urqua021.ogg differ diff --git a/sc2/content/comm/urquan/urqua022.ogg b/sc2/content/comm/urquan/urqua022.ogg new file mode 100644 index 000000000..e355e6941 Binary files /dev/null and b/sc2/content/comm/urquan/urqua022.ogg differ diff --git a/sc2/content/comm/urquan/urqua023.ogg b/sc2/content/comm/urquan/urqua023.ogg new file mode 100644 index 000000000..40d9ccb31 Binary files /dev/null and b/sc2/content/comm/urquan/urqua023.ogg differ diff --git a/sc2/content/comm/urquan/urqua024.ogg b/sc2/content/comm/urquan/urqua024.ogg new file mode 100644 index 000000000..aca592e8d Binary files /dev/null and b/sc2/content/comm/urquan/urqua024.ogg differ diff --git a/sc2/content/comm/urquan/urqua025.ogg b/sc2/content/comm/urquan/urqua025.ogg new file mode 100644 index 000000000..d370a78c6 Binary files /dev/null and b/sc2/content/comm/urquan/urqua025.ogg differ diff --git a/sc2/content/comm/urquan/urqua026.ogg b/sc2/content/comm/urquan/urqua026.ogg new file mode 100644 index 000000000..4ad79698a Binary files /dev/null and b/sc2/content/comm/urquan/urqua026.ogg differ diff --git a/sc2/content/comm/urquan/urqua027.ogg b/sc2/content/comm/urquan/urqua027.ogg new file mode 100644 index 000000000..a1f61c67b Binary files /dev/null and b/sc2/content/comm/urquan/urqua027.ogg differ diff --git a/sc2/content/comm/urquan/urqua028.ogg b/sc2/content/comm/urquan/urqua028.ogg new file mode 100644 index 000000000..8a1141cb0 Binary files /dev/null and b/sc2/content/comm/urquan/urqua028.ogg differ diff --git a/sc2/content/comm/urquan/urqua029.ogg b/sc2/content/comm/urquan/urqua029.ogg new file mode 100644 index 000000000..78cac193d Binary files /dev/null and b/sc2/content/comm/urquan/urqua029.ogg differ diff --git a/sc2/content/comm/urquan/urqua030.ogg b/sc2/content/comm/urquan/urqua030.ogg new file mode 100644 index 000000000..25ae424ce Binary files /dev/null and b/sc2/content/comm/urquan/urqua030.ogg differ diff --git a/sc2/content/comm/urquan/urqua031.ogg b/sc2/content/comm/urquan/urqua031.ogg new file mode 100644 index 000000000..3df8e7430 Binary files /dev/null and b/sc2/content/comm/urquan/urqua031.ogg differ diff --git a/sc2/content/comm/urquan/urqua032.ogg b/sc2/content/comm/urquan/urqua032.ogg new file mode 100644 index 000000000..b8889f688 Binary files /dev/null and b/sc2/content/comm/urquan/urqua032.ogg differ diff --git a/sc2/content/comm/urquan/urqua033.ogg b/sc2/content/comm/urquan/urqua033.ogg new file mode 100644 index 000000000..c13742cfe Binary files /dev/null and b/sc2/content/comm/urquan/urqua033.ogg differ diff --git a/sc2/content/comm/urquan/urqua034.ogg b/sc2/content/comm/urquan/urqua034.ogg new file mode 100644 index 000000000..7b082dc1e Binary files /dev/null and b/sc2/content/comm/urquan/urqua034.ogg differ diff --git a/sc2/content/comm/urquan/urqua035.ogg b/sc2/content/comm/urquan/urqua035.ogg new file mode 100644 index 000000000..d948ff996 Binary files /dev/null and b/sc2/content/comm/urquan/urqua035.ogg differ diff --git a/sc2/content/comm/urquan/urqua036.ogg b/sc2/content/comm/urquan/urqua036.ogg new file mode 100644 index 000000000..d80603550 Binary files /dev/null and b/sc2/content/comm/urquan/urqua036.ogg differ diff --git a/sc2/content/comm/urquan/urqua037.ogg b/sc2/content/comm/urquan/urqua037.ogg new file mode 100644 index 000000000..f2732a63d Binary files /dev/null and b/sc2/content/comm/urquan/urqua037.ogg differ diff --git a/sc2/content/comm/urquan/urqua038.ogg b/sc2/content/comm/urquan/urqua038.ogg new file mode 100644 index 000000000..dd4538913 Binary files /dev/null and b/sc2/content/comm/urquan/urqua038.ogg differ diff --git a/sc2/content/comm/urquan/urqua039.ogg b/sc2/content/comm/urquan/urqua039.ogg new file mode 100644 index 000000000..050971bd7 Binary files /dev/null and b/sc2/content/comm/urquan/urqua039.ogg differ diff --git a/sc2/content/comm/urquan/urqua040.ogg b/sc2/content/comm/urquan/urqua040.ogg new file mode 100644 index 000000000..520dcfb3c Binary files /dev/null and b/sc2/content/comm/urquan/urqua040.ogg differ diff --git a/sc2/content/comm/urquan/urqua041.ogg b/sc2/content/comm/urquan/urqua041.ogg new file mode 100644 index 000000000..ca987ab68 Binary files /dev/null and b/sc2/content/comm/urquan/urqua041.ogg differ diff --git a/sc2/content/comm/urquan/urqua042.ogg b/sc2/content/comm/urquan/urqua042.ogg new file mode 100644 index 000000000..dbd2405be Binary files /dev/null and b/sc2/content/comm/urquan/urqua042.ogg differ diff --git a/sc2/content/comm/urquan/urquan.txt b/sc2/content/comm/urquan/urquan.txt index ed734ab3c..296d3da21 100755 --- a/sc2/content/comm/urquan/urquan.txt +++ b/sc2/content/comm/urquan/urquan.txt @@ -1,11 +1,11 @@ -#(HELLO_SAMATRA) urqua000.wav +#(HELLO_SAMATRA) urqua000.ogg You may not approach the ancient Sa-Matra, the symbol of Ur-Quan dominance! Your presence here is further violation of the slave laws which your species have already violated so flagrantly. We cannot tolerate such insubordination! Your species' penalty shall be annihilation! -#(SENSE_EVIL) urqua001.wav +#(SENSE_EVIL) urqua001.ogg There is something wrong here... something which makes my sheath retract and my talons ooze. I sense the ugliness of a thousand evil thoughts and I have located the source of these fetid emanations. @@ -13,28 +13,28 @@ They come from aboard your vessel! Foolish renegade human, why have you come here? All that you have found is your inevitable punishment. -#(INIT_URQUAN_WAKE_UP) urqua002.wav +#(INIT_URQUAN_WAKE_UP) urqua002.ogg ...in addition, your refusal to answer our transmissions is taken as an insult which shall earn you the reward of Death unless you respond immediately! #(where_am_i) Hey!? Where am I? -#(YOU_ARE_HERE) urqua003.wav +#(YOU_ARE_HERE) urqua003.ogg Your insubordination is intolerable! You MUST obey the slave laws, or face our gruesome punishment! #(why_does_my_head_hurt) Why does my head hurt? -#(HURTS_BECAUSE) urqua004.wav +#(HURTS_BECAUSE) urqua004.ogg You forget that the consequences of your misbehavior will cause great suffering for your entire people. #(what_about_2_weeks) Wow!? Where did the last two weeks go? -#(ABOUT_2_WEEKS) urqua005.wav +#(ABOUT_2_WEEKS) urqua005.ogg We have been lenient with your species, because you are so immature. Now this attitude has changed. You WILL be held responsible for your malfeasance! @@ -42,7 +42,7 @@ You WILL be held responsible for your malfeasance! #(compulsion) Whoa! I must have been under some form of weird mental compulsion. -#(WHAT_COMPULSION) urqua006.wav +#(WHAT_COMPULSION) urqua006.ogg WHAT DID YOU SAY?! COMPULSION!? WHAT HAPPENED?! EXPLAIN! @@ -50,7 +50,7 @@ WHAT HAPPENED?! EXPLAIN! #(wascally_little_guy) It was this wascally little guy in Umgah space. He did it! -#(WHAT_IT_LOOK_LIKE) urqua007.wav +#(WHAT_IT_LOOK_LIKE) urqua007.ogg WHAT DID THE CREATURE LOOK LIKE?! #(terran_amphibian) @@ -59,7 +59,7 @@ It resembled a large, terran amphibian. #(talking_pet_on_steroids) It looked like one of your Talking Pets on brain steroids. -#(BAD_NEWS) urqua008.wav +#(BAD_NEWS) urqua008.ogg A Talking Pet with compulsion powers! This is grave news indeed, the worst in millenia! We will speed the war against our cousins, the Kohr-Ah @@ -72,13 +72,13 @@ Now leave!... and never return. #(turd_and_toad) Kind of like a cross between a turd and a toad. -#(WHAT_IS_TURD_AND_TOAD) urqua009.wav +#(WHAT_IS_TURD_AND_TOAD) urqua009.ogg These references are obscure. Respecify. #(alien_mind_control) I think I was attacked by some form of alien mind control! -#(WHAT_FELT_LIKE) urqua010.wav +#(WHAT_FELT_LIKE) urqua010.ogg WHAT?!! OH NO!!! IT CANNOT BE! QUICK HUMAN! TELL ME: WHAT DID IT FEEL LIKE, THIS COMPULSION? @@ -86,7 +86,7 @@ QUICK HUMAN! TELL ME: WHAT DID IT FEEL LIKE, THIS COMPULSION? #(possessed_by_devil) I am fairly sure that I was possessed by the devil. -#(STUPID_DEVIL) urqua011.wav +#(STUPID_DEVIL) urqua011.ogg Devil? The only real devils are the ones flying the dark ships, human the murderous Kohr-Ah. NOW GIVE ME THE INFORMATION I DEMAND! @@ -97,7 +97,7 @@ It was like I fell asleep, or was unconscious. #(someone_else_controlled) I felt like someone had control of my mind and my body. -#(SOUNDS_FAMILIAR) urqua012.wav +#(SOUNDS_FAMILIAR) urqua012.ogg This sounds all too familiar... yes, the nightmare begins again. Perhaps we should contact the Kohr-Ah Primat, explain to her. No, they will not believe. They are too stubborn and simple-minded. @@ -108,13 +108,13 @@ so that we can attend to this new Dnyarri menace. #(before_coffee) Kind of like the screen went dark, and then POW! here you were. -#(EXPLAIN) urqua013.wav +#(EXPLAIN) urqua013.ogg WHAT DO YOU MEAN?! ELUCIDATE! #(why_explain) Why should I explain this to you? You're just going to try to kill me! -#(MUST_EXPLAIN) urqua014.wav +#(MUST_EXPLAIN) urqua014.ogg Human. We Ur-Quan never lie. NEVER! It is a weakness to lie, and as you haven't noticed, the Ur-Quan are not weak! So listen, and believe these words @@ -128,11 +128,11 @@ So tell me what I want to know, human. NOW! #(bye_init_hypno) Look, ah... this was all a mistake. A weird mistake. Bye! -#(GOODBYE_AND_DIE_INIT_HYPNO) urqua015.wav +#(GOODBYE_AND_DIE_INIT_HYPNO) urqua015.ogg Your insolence knows no bounds! You will be punished. -#(SUBSEQUENT_URQUAN_WAKE_UP) urqua016.wav +#(SUBSEQUENT_URQUAN_WAKE_UP) urqua016.ogg ...and again you have violated our great battlefield interfered with our Doctrinal War! We were tolerant last time, and permitted you to escape. @@ -141,7 +141,7 @@ This time, you shall not be so fortunate. #(uh_oh) Uh oh. -#(NO_UH_OH) urqua017.wav +#(NO_UH_OH) urqua017.ogg It is as though your species' brain is too small to hold a simple thought such as, WE WILL KILL YOU FOR DISOBEYING! This is not a complex idea. @@ -149,7 +149,7 @@ This is not a complex idea. #(stop_meeting) We have just GOT to stop meeting like this! -#(NO_STOP_MEETING) urqua018.wav +#(NO_STOP_MEETING) urqua018.ogg You boldly enter our space! Approach this Dreadnought as though it were a recreation base and then play the dumb hominid? Who do you take us for, Captain... Spathi!? @@ -157,11 +157,11 @@ Who do you take us for, Captain... Spathi!? #(bye_sub_hypno) Look, ah... big mistake! We're in a hurry! Goodbye. -#(GOODBYE_AND_DIE_SUB_HYPNO) urqua019.wav +#(GOODBYE_AND_DIE_SUB_HYPNO) urqua019.ogg We cannot permit such disobedience from our slaves. You will make an example for the rest of our subordinates. -#(CAUGHT_YA) urqua020.wav +#(CAUGHT_YA) urqua020.ogg SO! THE OFFSPRING HAS RETURNED TO ITS NEST! When you left this system, our ship was near enough to detect your translation into HyperSpace. Though we lost your HyperSpace spoor, we were able to backtrack your path here to this star system. @@ -169,20 +169,20 @@ And what did we FIND? An outlaw culture! Humans outside of a slave shield! You will note that this oversight has been rectified. Now, we shall finish the job. -#(INIT_FLEE_HUMAN) urqua021.wav +#(INIT_FLEE_HUMAN) urqua021.ogg So... it is the human slave. How strange. I would have thought your species was extinct by now. We have a suggestion for you. FLEE! Run as fast and as far as your ship will take you. -#(SUBSEQUENT_FLEE_HUMAN) urqua022.wav +#(SUBSEQUENT_FLEE_HUMAN) urqua022.ogg Human? You are a fool! Why are you still here? Flee!... before the Kohr-Ah find you! #(why_flee) Why should we run away? -#(FLEE_BECAUSE) urqua023.wav +#(FLEE_BECAUSE) urqua023.ogg Because you are doomed if you remain here! Our Doctrinal War is over. We, the Kzer-Za, have lost. RUN HUMAN! @@ -193,7 +193,7 @@ are now powerless to stop the killing frenzy of the Kohr-Ah. #(what_happens_now) So what happens now? -#(HAPPENS_NOW) urqua024.wav +#(HAPPENS_NOW) urqua024.ogg Now the Kohr-Ah and their Eternal Doctrine have free reign in these stars. The Kohr-Ah will visit each of our slave races, staying only long enough to ensure than not one of the species remains alive. @@ -201,7 +201,7 @@ to ensure than not one of the species remains alive. #(what_about_you) So what happens to you? -#(ABOUT_US) urqua025.wav +#(ABOUT_US) urqua025.ogg Human, days ago, I would have killed you for your insolence but now... what is the use? You and your kind will receive the ultimate punishment soon enough. I will tell you what you wish to know. @@ -215,10 +215,10 @@ and preparing for our next Doctrinal War. #(bye_wars_over) Well, it's been less than uplifting. Bye. -#(GOODBYE_WARS_OVER) urqua026.wav +#(GOODBYE_WARS_OVER) urqua026.ogg Farewell human. I hope your species survives. -#(SEND_MESSAGE) urqua027.wav +#(SEND_MESSAGE) urqua027.ogg Attention interloper - heed this recorded message! This drone-vessel speaks with the voice and authority of the Ur-Quan. You are trespassing within Ur-Quan space. @@ -231,35 +231,35 @@ This drone now leaves to inform the Ur-Quan of your transgressions. You are commanded to remain here and await the arrival of the Ur-Quan. Disobedience will be punished. -#(INIT_HELLO) urqua028.wav +#(INIT_HELLO) urqua028.ogg WHAT! A human in a Precursor service vehicle?! How did you escape the slave shield, human? Or are you a rogue? -#(SUBSEQUENT_HELLO_1) urqua029.wav +#(SUBSEQUENT_HELLO_1) urqua029.ogg Human, you have ignored our commands and now you will be punished. -#(SUBSEQUENT_HELLO_2) urqua030.wav +#(SUBSEQUENT_HELLO_2) urqua030.ogg Your insubordination is intolerable! You MUST obey our slave laws! Further disobedience will result in punitive measures against your homeworld. -#(SUBSEQUENT_HELLO_3) urqua031.wav +#(SUBSEQUENT_HELLO_3) urqua031.ogg We will give you no more warnings, renegade human. -#(SUBSEQUENT_HELLO_4) urqua032.wav +#(SUBSEQUENT_HELLO_4) urqua032.ogg We will give you no more warnings, renegade human. #(you_must_surrender) Uh... surrender foul creature! -#(NOPE) urqua033.wav +#(NOPE) urqua033.ogg Submit or die foolish human! #(i_surrender) Okay. I guess I surrender. -#(DISOBEDIENCE_PUNISHED) urqua034.wav +#(DISOBEDIENCE_PUNISHED) urqua034.ogg We will not kill your entire crew only those responsible for decision making specifically YOU, Captain, and your officers. @@ -267,14 +267,14 @@ specifically YOU, Captain, and your officers. #(i_wont_surrender) Nope! I won't surrender! -#(BAD_CHOICE) urqua035.wav +#(BAD_CHOICE) urqua035.ogg You have made the incorrect choice and now you must suffer the consequences of your mistake. #(i_will_surrender) I really, really, honestly surrender. I mean it. No kidding. -#(GOOD_CHOICE) urqua036.wav +#(GOOD_CHOICE) urqua036.ogg Your wise decision has spared many of your crew the pain of death. However, as the commanding officer of your renegade vessel you will bear the full extent of the defined punishment @@ -283,7 +283,7 @@ which is death... #(key_phrase) Hold! What you are doing to us is wrong! Why do you do this thing? -#(URQUAN_STORY) urqua037.wav +#(URQUAN_STORY) urqua037.ogg Alien, you have spoken the Words, and you have spoken them rightly. We will tell you our reasons why we enslave all other sentient life. We evolved on a hostile world, the descendants of solitary hunters. @@ -317,14 +317,14 @@ Submit to us, the Ur-Quan Kzer-Za, or face our wrath. #(like_to_leave) I will leave now. -#(INDEPENDENCE_IS_BAD) urqua038.wav +#(INDEPENDENCE_IS_BAD) urqua038.ogg Your independence is too dangerous for us to tolerate. You shall be punished. #(whats_up_1) Why do you wish to enslave us? -#(GENERAL_INFO_1) urqua039.wav +#(GENERAL_INFO_1) urqua039.ogg Although you consider us the enemy, these conclusions are flawed. We are your salvation. We bring you peace a peace built upon OUR social framework imposed upon your planet @@ -338,7 +338,7 @@ and then, you will revere and even love us for this gift. #(whats_up_2) You didn't answer my question. What's your problem? -#(GENERAL_INFO_2) urqua040.wav +#(GENERAL_INFO_2) urqua040.ogg You have intruded upon the battleground of our Doctrinal conflict with the Kohr-Ah. This is not tolerable. We must maintain our concentration on this war. We must win. @@ -350,7 +350,7 @@ it appears that we must eliminate you ourselves. #(whats_up_3) Hello? Ur-Quan? Are you paying attention to me? -#(GENERAL_INFO_3) urqua041.wav +#(GENERAL_INFO_3) urqua041.ogg In our twenty thousand years along the Path of Now and Forever we have dominated thousands of species, yes but we have saved hundreds from extinction. @@ -365,7 +365,7 @@ We will prevent such mistakes. #(whats_up_4) You aren't much of a listener, are you? -#(GENERAL_INFO_4) urqua042.wav +#(GENERAL_INFO_4) urqua042.ogg A final command human, but it is more of a plea. Your insubordination has guaranteed your death, there can be no alternative but your species has not yet crossed the threshold of disobedience diff --git a/sc2/content/comm/utwig/utwig.txt b/sc2/content/comm/utwig/utwig.txt index 6cc75cb18..089d7a7fd 100755 --- a/sc2/content/comm/utwig/utwig.txt +++ b/sc2/content/comm/utwig/utwig.txt @@ -1,66 +1,66 @@ -#(NEUTRAL_SPACE_HELLO_1) utwig000.wav +#(NEUTRAL_SPACE_HELLO_1) utwig000.ogg Ugh. I suppose, as a courtesy, I should extend an appropriate greeting. On behalf of the Utwig Proctors I truly hope, for your sake that your day has been better than ours although this really isn't saying that much. -#(NEUTRAL_SPACE_HELLO_2) utwig001.wav +#(NEUTRAL_SPACE_HELLO_2) utwig001.ogg Just go away. Leave us to ponder our grief. -#(HOSTILE_SPACE_HELLO_1) utwig002.wav +#(HOSTILE_SPACE_HELLO_1) utwig002.ogg Yagh! Your attitude toward us is not acceptable! We apologize for having to deal with you this way but since the loss of the Ultron, we have no choice. As we prepare to die, so should you. -#(HOSTILE_SPACE_HELLO_2) utwig003.wav +#(HOSTILE_SPACE_HELLO_2) utwig003.ogg You have caught us in a private dark moment. We must guarantee your silence with your complete and total destruction. -#(BOMB_WORLD_HELLO_1) utwig004.wav +#(BOMB_WORLD_HELLO_1) utwig004.ogg Attention alien vessel: this world is under the full jurisdiction of the Utwig Proctorate. We extend a subdued but civil greeting. -#(BOMB_WORLD_HELLO_2) utwig005.wav +#(BOMB_WORLD_HELLO_2) utwig005.ogg You have arrived at a most inopportune time. Collectively, our species is dealing with a great remorse. Nevertheless in order to foster a spirit of interspecies good will we pull ourselves from our intense cycle of self-analysis and offer this greeting which, we hope, will suffice. -#(HOSTILE_BOMB_HELLO_1) utwig006.wav +#(HOSTILE_BOMB_HELLO_1) utwig006.ogg Oh woe. We find your presence here disconcerting. In order to deal with the situation in such a way that we maintain some semblance of authority we are forced to deploy our forces against your armada. Prepare yourselves for battle. -#(HOSTILE_BOMB_HELLO_2) utwig007.wav +#(HOSTILE_BOMB_HELLO_2) utwig007.ogg In a fit of depression I find it necessary to vent my irreconcilable frustration on you. I normally do not engage in such fervent activities but I now find myself inspired to do my best to annihilate you with expediency. -#(NEUTRAL_HOMEWORLD_HELLO_1) utwig008.wav +#(NEUTRAL_HOMEWORLD_HELLO_1) utwig008.ogg Normally we would not bother to acknowledge your presence but you find us in a state of moderate depression instead of our normal cycle of self-destructive tendencies. -#(NEUTRAL_HOMEWORLD_HELLO_2) utwig009.wav +#(NEUTRAL_HOMEWORLD_HELLO_2) utwig009.ogg Alien vessel. Grieve for the loss of both the Utwig and the Universe at large. -#(NEUTRAL_HOMEWORLD_HELLO_3) utwig010.wav +#(NEUTRAL_HOMEWORLD_HELLO_3) utwig010.ogg You disturb our routine of eternal grieving yet we extend to you the courtesy of acknowledgment. -#(NEUTRAL_HOMEWORLD_HELLO_4) utwig011.wav +#(NEUTRAL_HOMEWORLD_HELLO_4) utwig011.ogg I am so depressed. You can try to cheer me up if you want to. -#(HOSTILE_HOMEWORLD_HELLO_1) utwig012.wav +#(HOSTILE_HOMEWORLD_HELLO_1) utwig012.ogg You have angered the spirit of the Utwig. Although depressed almost to the point of an inability to perform any actions whatsoever we find within ourselves the verve required to engage you in a duel to the death. Indeed, we will find satisfaction in your demise or in our release from our mortal burden. -#(HOSTILE_HOMEWORLD_HELLO_2) utwig013.wav +#(HOSTILE_HOMEWORLD_HELLO_2) utwig013.ogg Attention! Offending vessel! Your presence here is deeply appreciated! You have stirred us from our depression-induced apathy to the point where our desire actually registers as a sensation! @@ -71,7 +71,7 @@ We thank you for this opportunity! #(why_you_here) For what purpose do you linger at this location? -#(WE_GUARD_BOMB) utwig014.wav +#(WE_GUARD_BOMB) utwig014.ogg We are the stewards of the Bomb. We keep it from those who would use it unwisely. In addition, we are prepared to act under the direction of the Proctorate @@ -80,7 +80,7 @@ should we decide to make a final atonement for our most grievous blunder. #(what_about_bomb) Hmm, this must be a pretty special Bomb to have all of you keeping an eye on it. -#(ABOUT_BOMB) utwig015.wav +#(ABOUT_BOMB) utwig015.ogg You are correct. It is a relic of Precursor origin. It has the power to destroy entire planetary objects, perhaps even galaxies. The Utwig have been entrusted by fate to watch over this device @@ -89,7 +89,7 @@ so that it will be used in the way that it was intended by destiny. #(give_us_bomb_or_die) We have an urgent need for this device. Give us the Bomb. -#(GUARDS_WARN) utwig016.wav +#(GUARDS_WARN) utwig016.ogg We cannot relinquish control of this instrument of power! You cannot have the Bomb. Any attempt on your part to change this current arrangement @@ -98,14 +98,14 @@ will be met with fearsome Utwig resistance! #(demand_bomb) We will now take the Bomb. Give it to us. -#(GUARDS_FIGHT) utwig017.wav +#(GUARDS_FIGHT) utwig017.ogg Our anguish serves only to fuel our resolve concerning the jurisdiction of this device. We stand ready! #(may_we_have_bomb) Wow, that is pretty neat! May we have the Bomb? -#(NO_BOMB) utwig018.wav +#(NO_BOMB) utwig018.ogg Yes it IS a remarkable device. It is understandable that you would like to possess it yourselves. @@ -114,7 +114,7 @@ Our mandate, however, requires that we maintain full control of the Bomb. #(please) Oh, please can't we have it? It would make us really happy! -#(SORRY_NO_BOMB) utwig019.wav +#(SORRY_NO_BOMB) utwig019.ogg No, we are sorry. You cannot have the Bomb. Besides being against our orders, imagine what would happen if for some reason our Proctors decide to use it to destroy our civilization. @@ -123,7 +123,7 @@ How would we explain its absence? #(whats_up_bomb) Tell us about the Bomb. What's the scoop? -#(GENERAL_INFO_BOMB_1) utwig020.wav +#(GENERAL_INFO_BOMB_1) utwig020.ogg During standard exploration procedures we came across what appeared to be an ancient Precursor supply base. It had been dismantled and appeared to be empty. @@ -134,7 +134,7 @@ capable of reducing moon-sized objects to particulate dust clouds. We believe that it was either accidentally forgotten or simply left because of a lack of room on the departing vessel. -#(GENERAL_INFO_BOMB_2) utwig021.wav +#(GENERAL_INFO_BOMB_2) utwig021.ogg The Bomb may have been left here by mistake. We suspect that if activated, it will turn this entire planet into nothing more than an expanding mass of tiny dirt clods. @@ -146,25 +146,25 @@ is a disaster of epic proportions. #(bye_bomb) This Bomb is pretty dangerous and you guys are crazy. I'm getting out of here! -#(GOODBYE_BOMB) utwig022.wav +#(GOODBYE_BOMB) utwig022.ogg Ha ha, don't worry. Hey! I laughed! How could I do that? Now I sink into a depression that leaves me speechless. #(hey_wait_got_ultron) Whoa there, hold your horses! Look at this! We've got your Ultron! -#(TAUNT_US_BUT_WE_LOOK) utwig023.wav +#(TAUNT_US_BUT_WE_LOOK) utwig023.ogg Taunting us buys you nothing except to steel our resolve to end your existence. In fact, we will humor you in your little game. You have seconds to show us whatever bric-a-brac you possess. We will then commence with the cessation of your existence. -#(TRICKED_US_1) utwig024.wav +#(TRICKED_US_1) utwig024.ogg I expected no less. You hold before us nothing more than a reminder of a past mistake that offends us to no end. We now commence your termination. -#(TRICKED_US_2) utwig025.wav +#(TRICKED_US_2) utwig025.ogg I am speechless with rage... and yet, I must speak! How dare you flaunt the collective embarrassment of the Utwig?! You will now pay for your severe breach of etiquette! @@ -177,7 +177,7 @@ This is Captain #(we_are_vindicator2) . Please respond. -#(WOULD_BE_HAPPY_BUT) utwig026.wav +#(WOULD_BE_HAPPY_BUT) utwig026.ogg What good would that do -- I mean, why should we? We agonized for hours wondering if it was a cruel twist of fate or simply a serious case of butterfingery. @@ -194,7 +194,7 @@ I do not know. Even now my mind writhes in the anguish of indecision lest the ou #(why_sad) Hmm, I detect that recent events have not gone your way. Why don't you start at the beginning? -#(ULTRON_BROKE) utwig027.wav +#(ULTRON_BROKE) utwig027.ogg *Sigh* All right, I'll try, but you know, it really doesn't matter. After all, we have a famous Utwig saying: when one loses the reason for existence one tends to get less motivated. @@ -208,7 +208,7 @@ Ah, cruel irony! The loss of the Ultron grieves us all! #(what_ultron) Um, yes, of course, the Ultron. We grieve. How sad. Now, what was it again? -#(GLORIOUS_ULTRON) utwig028.wav +#(GLORIOUS_ULTRON) utwig028.ogg Bah! It doesn't matter! Besides being of no concern to you I find discussion of this matter, well, distasteful. *Sigh.* The Ultron was not only the thing which assures total and complete meaning of life for you and I @@ -219,7 +219,7 @@ It has been since, well, rendered inoperative. #(dont_be_babies) Just because you busted your Ultra-thingy, don't be a bunch of cry-babies! -#(MOCK_OUR_PAIN) utwig029.wav +#(MOCK_OUR_PAIN) utwig029.ogg Gah! Now you've really done it! Your blatant transgressions have me hopping mad! Hop hop hop! Okay, that's it! Put up your dukes! Nobody makes fun of the Ultron! @@ -227,7 +227,7 @@ Hop hop hop! Okay, that's it! Put up your dukes! Nobody makes fun of the Ultron! #(real_sorry_about_ultron) Sniff. That reminds me when my pet dog Splib, ran in front of a... rock chipper! -#(APPRECIATE_SYMPATHY) utwig030.wav +#(APPRECIATE_SYMPATHY) utwig030.ogg You are kind. If we could wield the Ultron to resurrect your Splib, we would... but I suddenly am overcome with waves of depression. I must retire now to perform rituals of anguish. @@ -236,7 +236,7 @@ Waves of trauma wash across my being even now. I must go. #(what_about_you_1) A truly unique set of events put you in your current state. Am I right? -#(ABOUT_US_1) utwig031.wav +#(ABOUT_US_1) utwig031.ogg Hah, to say the least! Our past is one of both a glorious and proud people coupled with a cataclysm that rocks the Universe to its very core! @@ -264,7 +264,7 @@ We were oblivious to its tragic implication. #(what_about_you_2) Yow! Absolutely fascinating. But what exactly do you mean by tragic? -#(ABOUT_US_2) utwig032.wav +#(ABOUT_US_2) utwig032.ogg In order for you to truly understand the situation, you need to know more about the Ultron and its unique capabilities. You see, when the Druuge discovered the Ultron they knew that it was ours. @@ -285,7 +285,7 @@ They can testify to its power! #(what_about_you_3) Hmm, sounds like things were going pretty well. So what happened? -#(ABOUT_US_3) utwig033.wav +#(ABOUT_US_3) utwig033.ogg Yes, things were perfect. What happened is, well, I... it is difficult to talk about. I saw it happen. I witnessed the Chinz-Rahl celebration. I felt the Ultron fill the empty place that I did not know was there. @@ -317,7 +317,7 @@ I suddenly sink into a chasm of depression. I must go. #(what_about_urquan_1) Do you know anything about the enslaving Ur-Quan? -#(ABOUT_URQUAN_1) utwig034.wav +#(ABOUT_URQUAN_1) utwig034.ogg We know nothing of this species that you mention. However, while we are on the subject of evil and powerful species we have encountered a particularly gruesome race that seemed to come from the direction of Arcturus. @@ -339,7 +339,7 @@ This lack of meaning is what drives my species to the serious contemplation of a #(what_about_urquan_2) Yes, that is really a pity. So what more do you know about the Kohr-Ah? -#(ABOUT_URQUAN_2) utwig035.wav +#(ABOUT_URQUAN_2) utwig035.ogg Aagghh! Your query once again painfully reminds me of the Ultron and what it was for the Universe! I could tell you all and correct ALL that is wrong in the Universe! All I can tell you is that the Kohr-Ah live to kill. @@ -358,18 +358,18 @@ Let us cease our discussion concerning these matters. #(got_ultron) Hey guys, guess what we've got! We've got THE ULTRON! Wanna see it? -#(DONT_WANT_TO_LOOK) utwig036.wav +#(DONT_WANT_TO_LOOK) utwig036.ogg Gaaah! Should I set my gaze upon such a sight I might suffer sleepless nights for years on end! It is a symbol of the collective Utwig failure. It is our ultimate tragedy! -#(SICK_TRICK_1) utwig037.wav +#(SICK_TRICK_1) utwig037.ogg Why do you flaunt the husk which once was the Ultron? Can't you see how much we suffer? Is this not enough? This thing you possess... this husk of lost destiny, it is the symbol of the Ultimate Utwig Anguish! Do - Not - Tor - ment - Me - So! -#(SICK_TRICK_2) utwig038.wav +#(SICK_TRICK_2) utwig038.ogg AAAHHH!! Stop! I know that I deserve it but I cannot bear it. Stop, please! To view this thing... I would rather bare my face and work all of its parts in a grotesque display of self-degradation! Leave now! @@ -377,10 +377,10 @@ and work all of its parts in a grotesque display of self-degradation! Leave now! #(bye_neutral) We now terminate communication in a civil, yet efficient manner. -#(GOODBYE_NEUTRAL) utwig039.wav +#(GOODBYE_NEUTRAL) utwig039.ogg As do we. Go now with neither malice nor joy. -#(TOO_LATE) utwig040.wav +#(TOO_LATE) utwig040.ogg TOO LATE #(name_1) @@ -397,7 +397,7 @@ The Empire of #(name_41) -#(HAPPY_DAYS) utwig041.wav +#(HAPPY_DAYS) utwig041.ogg AAAHHH!! Every divot, every crack on Its surface is etched forever in my soul! Remove It from my sight lest I purge my... hey! that is not the devastated Ultron @@ -416,7 +416,7 @@ but the Ultron reveals that YOU will! I thank you for your part in the grand scheme. We now recover that which is ours via destiny and proceed to perform our essential service for the universe. -#(OK_ATTACK_KOHRAH) utwig042.wav +#(OK_ATTACK_KOHRAH) utwig042.ogg BUT WAIT!! The Ultron throbs and whistles! Matters of significance are being relayed to our brains. It has been so long since we communicated with the ultimate in such a manner @@ -432,7 +432,7 @@ Now, Captain, we must leave to prepare our battle fleets. Wish us luck! #(whats_up_after_space) Tell us what events have transpired since we last met. -#(GENERAL_INFO_AFTER_SPACE_1) utwig043.wav +#(GENERAL_INFO_AFTER_SPACE_1) utwig043.ogg We have met the Kohr-Ah in battle, and... well, let me explain. Initially, when our forces swept to the Horologii stars they proved effective against the armaments of the Kohr-Ah. @@ -441,7 +441,7 @@ and absorb the brunt of their fiery corona, allowing our Supox allies to concent However, the costs were high... very high. I should don the facial effigy of Remorse For Lost Comrades. -#(GENERAL_INFO_AFTER_SPACE_2) utwig044.wav +#(GENERAL_INFO_AFTER_SPACE_2) utwig044.ogg As you kmow, we were forced to withdraw from the Kohr-Ah offensive. Although we were able to make good account of ourselves, our casualties were high. In our attempt to balance the Doctrinal Conflict between the Kohr-Ah and the Ur-Quan @@ -452,7 +452,7 @@ I can think of no mask that properly expresses how I feel concerning this situat #(what_now_after_space) Given what you have learned, what do you think we should do now? -#(DO_THIS_AFTER_SPACE) utwig045.wav +#(DO_THIS_AFTER_SPACE) utwig045.ogg We have done all that we can. There are no others capable of significant intervention. Certain doom grows imminent for all of us. We lament. But wait!...listen closely! The Ultron intervenes! There is a solution! @@ -465,14 +465,14 @@ I would don it with rash impudence ignoring all etiquette and procedures! #(bye_after_space) We thank you for your aid. We go now to address the matters at hand. -#(GOODBYE_AFTER_SPACE) utwig046.wav +#(GOODBYE_AFTER_SPACE) utwig046.ogg Excellent! The Ultron's coruscations indicate that your future actions are laced with great potential! Proceed with our heartiest endorsement! #(whats_up_before_space) We are pleased that we were of assistance in the recovery of your Ultron. -#(GENERAL_INFO_BEFORE_SPACE_1) utwig047.wav +#(GENERAL_INFO_BEFORE_SPACE_1) utwig047.ogg Indeed! We are in the process of reacclimating our brains to its metawave gyrations. Even now we are compelled to implement a plan of interference, thwarting the goals of the Kohr-Ah. We sense through the influence of the Ultron that these creatures of evil @@ -482,7 +482,7 @@ that will serve to preserve the diversity in the galaxy. We prepare an armada composed of the collective might of both the Utwig and Supox forces that will pursue the invaders with the intent of foiling their plan of doom. -#(GENERAL_INFO_BEFORE_SPACE_2) utwig048.wav +#(GENERAL_INFO_BEFORE_SPACE_2) utwig048.ogg We have determined that the Kohr-Ah are engaging in battle the species that you call Ur-Quan. We are unable to determine the cause of this conflict. Even meticulous employment of the Ultron in this matter has yielded only minimal insight. @@ -492,7 +492,7 @@ we must let the two species cancel each other out via attrition through combat. #(what_now_before_space) Does the remarkable device suggest to us a potential course of action? -#(DO_THIS_BEFORE_SPACE) utwig049.wav +#(DO_THIS_BEFORE_SPACE) utwig049.ogg Your request is within our capabilities. One moment Mmmm, emanations from the Ultron... orange furry air breathes tender yawns Yes, it all becomes clear now... you must do something with the great Bomb @@ -503,13 +503,13 @@ Ah! IMPROVED! That's it! The Bomb must be improved to fulfill its final destiny #(bye_before_space) We anticipate an era of glory for the Utwig! Farewell! -#(GOODBYE_BEFORE_SPACE) utwig050.wav +#(GOODBYE_BEFORE_SPACE) utwig050.ogg There is much for us to do. May the Ultron be with you! #(how_went_war) What were the results of your actions against the Ur-Quan and Kohr-Ah? -#(ABOUT_BATTLE) utwig051.wav +#(ABOUT_BATTLE) utwig051.ogg Ah Captain! The battle against the Kohr-Ah was fearsome. As we and our allied Supox approached the main force we found that the Kohr-Ah and the species that you call the Ur-Quan @@ -523,7 +523,7 @@ Battered in the extreme, we were forced to withdraw. #(how_goes_war) How is your engagement with the Kohr-Ah and Ur-Quan going? -#(BATTLE_HAPPENS_1) utwig052.wav +#(BATTLE_HAPPENS_1) utwig052.ogg Even as I speak, brave Utwig and noble Supox launch themselves against the merciless arsenal of the Kohr-Ah. We continue to refine our tactics. Alas, the Kohr-Ah are winning their war with the Ur-Quan. @@ -532,13 +532,13 @@ so we fight only the Kohr-Ah in hopes of weakening their stand against the Ur-Qu The Ur-Quan complicate matters by blasting our vessels with fusion bolts thus we have made it a policy to avoid Ur-Quan ships whenever possible. -#(BATTLE_HAPPENS_2) utwig053.wav +#(BATTLE_HAPPENS_2) utwig053.ogg We have discovered that the Kohr-Ah, in addition to their formidable battle vessels will soon possess an immense ship capable of inflicting destruction on a vast scale. I do not need to examine the pulsations of the Ultron to know that they will use this instrument to implement their stated objective, the elimination all intelligent life besides their own. -#(FLEET_ON_WAY) utwig054.wav +#(FLEET_ON_WAY) utwig054.ogg Even as I utter these words, the combined military resource of both the Utwig and Supox proceed toward Horologii to intercept the Kohr-Ah. Besides the importance of our efforts, the Ultron indicates @@ -547,13 +547,13 @@ all futures which include our survival are contingent on the actions that you no #(learn_new_info) I'm glad things are looking up. Anything in the way of new developments? -#(NO_NEW_INFO) utwig055.wav +#(NO_NEW_INFO) utwig055.ogg Even now we acclimate to the great power of the Ultron but are overwhelmed with the resources that the Ultron offers in effect, we have grown rusty in its use. As soon as we regain our proficiency, we will be able to accommodate all your requests. -#(SAMATRA) utwig056.wav +#(SAMATRA) utwig056.ogg The Kohr-Ah will soon possess a seemingly invincible vessel called the Sa-Matra. I cannot give you specifics regarding this matter other than its general location somewhere in the Crateris constellation. @@ -563,14 +563,14 @@ The Ultron indicates that you must somehow destroy this thing or the Kohr-Ah wil #(what_now_homeworld) What course of action does the Ultron, your powerful attribute amplifier, recommend for us now? -#(HOPE_KILL_EACH_OTHER) utwig057.wav +#(HOPE_KILL_EACH_OTHER) utwig057.ogg We can only hope that our efforts to balance the forces of the Ur-Quan and the Kohr-Ah will permit them to mutually annihilate each other. #(how_is_ultron) It seems that you are making good use of the Ultron. Is this so? -#(ULTRON_IS_GREAT) utwig058.wav +#(ULTRON_IS_GREAT) utwig058.ogg You ask a question that I hesistate to answer. You see, normally at this point I would don the mask of Rampant Jubilation and Jumping With Ecstatic Glee. This mask is seldom worn, for few events merit its complexity. @@ -585,13 +585,13 @@ that I will now cause you to drop the subject altogether. #(bye_allied_homeworld) We acknowledge the celestial Ultron and your assistance. We will now be on our way. -#(GOODBYE_ALLIED_HOMEWORLD) utwig059.wav +#(GOODBYE_ALLIED_HOMEWORLD) utwig059.ogg It is as the Ultron wills. So be it. We bid you the very best luck. Although it is true that all possibilities can be realized through proper utilization of the Ultron we are, as yet, deficient operators of this grand device. We will, however, make a best attempt to help you from afar. -#(ALLIED_HOMEWORLD_HELLO_1) utwig060.wav +#(ALLIED_HOMEWORLD_HELLO_1) utwig060.ogg It is the legendary Earth Captain! A grand celebration is in order! We prepare now for the festivities! Many will bow before you and offer their profuse thanks! @@ -599,7 +599,7 @@ Proceed now to our main spaceport and then on to the parade! The two week celebration of great thanks will begin! Joy! What? You are too busy? Alas... perhaps another time. -#(ALLIED_HOMEWORLD_HELLO_2) utwig061.wav +#(ALLIED_HOMEWORLD_HELLO_2) utwig061.ogg Our spirits are lifted by your visit! I sense through the Ultron's powers that you are curious about the status of your well-deserved facial appliance. Fear not! @@ -608,7 +608,7 @@ with the reestablishment of the Ultron within the structure of the Utwig wholene we proceed with the design and implementation of what will truly be the pinnacle of Utwig ingenuity. At long last, you will be able to cover your unsightly mug with distinction! -#(ALLIED_HOMEWORLD_HELLO_3) utwig062.wav +#(ALLIED_HOMEWORLD_HELLO_3) utwig062.ogg Ah, I see that it is the great Earth Captain honoring my own lowly self with undeserved attention. Even now my skin prickles with embarrassment since I am unable to don a mask that accurately indicates my awed and respectful attitude toward you. @@ -617,7 +617,7 @@ of redefining and restructuring our entire countenance catalog. The results will be dramatic since the Ultron is now integrated in this process. In the meantime, I beg that you bear with us while we complete this task. -#(ALLIED_HOMEWORLD_HELLO_4) utwig063.wav +#(ALLIED_HOMEWORLD_HELLO_4) utwig063.ogg I am honored to encounter your greatness! Currently, our collective creative force is engaged in a project to honor you. We are in the process of transforming a planetary body @@ -628,7 +628,7 @@ When you don this mask, we will see the eyes come alive. When you speak, all will hear. When you smile, we will rejoice! I sense your excitement concerning this project! -#(HELLO_BEFORE_KOHRAH_SPACE_1) utwig064.wav +#(HELLO_BEFORE_KOHRAH_SPACE_1) utwig064.ogg Suddenly I am overcome with embarrassment! I possess the distinguished honor of addressing the legendary Earth Captain! Please excuse my lack of a proper facial appliance. @@ -640,7 +640,7 @@ The proccess is extremely time-consuming since even the best-trained beetle colo will build a thousand rejects for every successful foundation. Alas, it will be many years before any of the Utwig will be able to wear such a mask. -#(HELLO_BEFORE_KOHRAH_SPACE_2) utwig065.wav +#(HELLO_BEFORE_KOHRAH_SPACE_2) utwig065.ogg Do my eyes deceive me? Am I a victim of a glorious vision? I believe that I see before me the legendary Earth Captain! We have conducted a complete survey of the Utwig @@ -650,12 +650,12 @@ Imagine, when development is completed in perhaps less than ten years you may esthetically conceal the constant reminder of your bestial aspects and walk with pride amongst those of sophisticated intellect! -#(HELLO_DURING_KOHRAH_SPACE_1) utwig066.wav +#(HELLO_DURING_KOHRAH_SPACE_1) utwig066.ogg The Ultron indicates that you must leave the area immediately! You are in extreme danger! This area is currently controlled by either the Ur-Quan or the Kohr-Ah, we are not sure. We are currently engaging the Kohr-Ah in an attempt to balance the conflict. Stay clear! -#(HELLO_DURING_KOHRAH_SPACE_2) utwig067.wav +#(HELLO_DURING_KOHRAH_SPACE_2) utwig067.ogg Battle rages in the immediate area. Beware! The Ur-Quan and the Kohr-Ah are engaged in a conflict of doctrinal extremes. The Ur-Quan argument seems inferior. @@ -663,18 +663,18 @@ You must clear the area before you become a victim of either the Ur-Quan or Kohr Leave now! We shall remain in an attempt to balance the conflict so that the two forces of evil might more effectively negate each other. -#(HELLO_AFTER_KOHRAH_SPACE_1) utwig068.wav +#(HELLO_AFTER_KOHRAH_SPACE_1) utwig068.ogg We extend our sincere greetings to the remarkable being that returned to the Utwig the meaning for our continued existence. We have returned from a conflict of a grand scale with our fleet battered but our masks of Valor and Derring-Do held high! -#(HELLO_AFTER_KOHRAH_SPACE_2) utwig069.wav +#(HELLO_AFTER_KOHRAH_SPACE_2) utwig069.ogg Ah, it is the most recently appointed Ultron Saint -- the Captain from Earth! We flick our facial appliances collectively in a smart salute indicating both respect and gratitude. How can we assist you? -#(UP_TO_YOU) utwig070.wav +#(UP_TO_YOU) utwig070.ogg The prognosticating harmonics of the Ultron reveal a truth. We Utwig have done all that CAN be done to aid you. Our tasks must now be confined to directing the many channels of causation. @@ -683,16 +683,16 @@ Feel confident that we are using the Ultron to this end. #(can_you_help) Material aid from you would tilt the balance in the favor of Good. -#(HOW_HELP) utwig071.wav +#(HOW_HELP) utwig071.ogg Hmm... a reasonable request. Give us a second while we consult the Ultimate. -#(DONT_NEED) utwig072.wav +#(DONT_NEED) utwig072.ogg The Ultron confirms the evidence of our ocularities you are strong, smart and capable. Your fleet is at maximum strength and your ethics are sound. Further assistance would be redundant. -#(HAVE_4_SHIPS) utwig073.wav +#(HAVE_4_SHIPS) utwig073.ogg Just so. The Ultron has hummed its assent. Take possession of four of our Jugger craft instantly. diff --git a/sc2/content/comm/utwig/utwig000.ogg b/sc2/content/comm/utwig/utwig000.ogg new file mode 100644 index 000000000..eb601d369 Binary files /dev/null and b/sc2/content/comm/utwig/utwig000.ogg differ diff --git a/sc2/content/comm/utwig/utwig001.ogg b/sc2/content/comm/utwig/utwig001.ogg new file mode 100644 index 000000000..b9f16b31d Binary files /dev/null and b/sc2/content/comm/utwig/utwig001.ogg differ diff --git a/sc2/content/comm/utwig/utwig002.ogg b/sc2/content/comm/utwig/utwig002.ogg new file mode 100644 index 000000000..f001cc8e0 Binary files /dev/null and b/sc2/content/comm/utwig/utwig002.ogg differ diff --git a/sc2/content/comm/utwig/utwig003.ogg b/sc2/content/comm/utwig/utwig003.ogg new file mode 100644 index 000000000..40c90ef6f Binary files /dev/null and b/sc2/content/comm/utwig/utwig003.ogg differ diff --git a/sc2/content/comm/utwig/utwig004.ogg b/sc2/content/comm/utwig/utwig004.ogg new file mode 100644 index 000000000..29277b657 Binary files /dev/null and b/sc2/content/comm/utwig/utwig004.ogg differ diff --git a/sc2/content/comm/utwig/utwig005.ogg b/sc2/content/comm/utwig/utwig005.ogg new file mode 100644 index 000000000..ecd208986 Binary files /dev/null and b/sc2/content/comm/utwig/utwig005.ogg differ diff --git a/sc2/content/comm/utwig/utwig006.ogg b/sc2/content/comm/utwig/utwig006.ogg new file mode 100644 index 000000000..b26a9cffb Binary files /dev/null and b/sc2/content/comm/utwig/utwig006.ogg differ diff --git a/sc2/content/comm/utwig/utwig007.ogg b/sc2/content/comm/utwig/utwig007.ogg new file mode 100644 index 000000000..337b7f860 Binary files /dev/null and b/sc2/content/comm/utwig/utwig007.ogg differ diff --git a/sc2/content/comm/utwig/utwig008.ogg b/sc2/content/comm/utwig/utwig008.ogg new file mode 100644 index 000000000..a10b1e193 Binary files /dev/null and b/sc2/content/comm/utwig/utwig008.ogg differ diff --git a/sc2/content/comm/utwig/utwig009.ogg b/sc2/content/comm/utwig/utwig009.ogg new file mode 100644 index 000000000..b4026250e Binary files /dev/null and b/sc2/content/comm/utwig/utwig009.ogg differ diff --git a/sc2/content/comm/utwig/utwig010.ogg b/sc2/content/comm/utwig/utwig010.ogg new file mode 100644 index 000000000..87aa52bd0 Binary files /dev/null and b/sc2/content/comm/utwig/utwig010.ogg differ diff --git a/sc2/content/comm/utwig/utwig011.ogg b/sc2/content/comm/utwig/utwig011.ogg new file mode 100644 index 000000000..812aef179 Binary files /dev/null and b/sc2/content/comm/utwig/utwig011.ogg differ diff --git a/sc2/content/comm/utwig/utwig012.ogg b/sc2/content/comm/utwig/utwig012.ogg new file mode 100644 index 000000000..a9f0c2dde Binary files /dev/null and b/sc2/content/comm/utwig/utwig012.ogg differ diff --git a/sc2/content/comm/utwig/utwig013.ogg b/sc2/content/comm/utwig/utwig013.ogg new file mode 100644 index 000000000..4355e234a Binary files /dev/null and b/sc2/content/comm/utwig/utwig013.ogg differ diff --git a/sc2/content/comm/utwig/utwig014.ogg b/sc2/content/comm/utwig/utwig014.ogg new file mode 100644 index 000000000..c74ea42f5 Binary files /dev/null and b/sc2/content/comm/utwig/utwig014.ogg differ diff --git a/sc2/content/comm/utwig/utwig015.ogg b/sc2/content/comm/utwig/utwig015.ogg new file mode 100644 index 000000000..eefdbe363 Binary files /dev/null and b/sc2/content/comm/utwig/utwig015.ogg differ diff --git a/sc2/content/comm/utwig/utwig016.ogg b/sc2/content/comm/utwig/utwig016.ogg new file mode 100644 index 000000000..d4b2d5e6d Binary files /dev/null and b/sc2/content/comm/utwig/utwig016.ogg differ diff --git a/sc2/content/comm/utwig/utwig017.ogg b/sc2/content/comm/utwig/utwig017.ogg new file mode 100644 index 000000000..e261c4770 Binary files /dev/null and b/sc2/content/comm/utwig/utwig017.ogg differ diff --git a/sc2/content/comm/utwig/utwig018.ogg b/sc2/content/comm/utwig/utwig018.ogg new file mode 100644 index 000000000..6fdaae5a6 Binary files /dev/null and b/sc2/content/comm/utwig/utwig018.ogg differ diff --git a/sc2/content/comm/utwig/utwig019.ogg b/sc2/content/comm/utwig/utwig019.ogg new file mode 100644 index 000000000..bef133d0c Binary files /dev/null and b/sc2/content/comm/utwig/utwig019.ogg differ diff --git a/sc2/content/comm/utwig/utwig020.ogg b/sc2/content/comm/utwig/utwig020.ogg new file mode 100644 index 000000000..215cb113e Binary files /dev/null and b/sc2/content/comm/utwig/utwig020.ogg differ diff --git a/sc2/content/comm/utwig/utwig021.ogg b/sc2/content/comm/utwig/utwig021.ogg new file mode 100644 index 000000000..236f2df74 Binary files /dev/null and b/sc2/content/comm/utwig/utwig021.ogg differ diff --git a/sc2/content/comm/utwig/utwig022.ogg b/sc2/content/comm/utwig/utwig022.ogg new file mode 100644 index 000000000..2ccc8ffa5 Binary files /dev/null and b/sc2/content/comm/utwig/utwig022.ogg differ diff --git a/sc2/content/comm/utwig/utwig023.ogg b/sc2/content/comm/utwig/utwig023.ogg new file mode 100644 index 000000000..e2b572530 Binary files /dev/null and b/sc2/content/comm/utwig/utwig023.ogg differ diff --git a/sc2/content/comm/utwig/utwig024.ogg b/sc2/content/comm/utwig/utwig024.ogg new file mode 100644 index 000000000..1ce0e2c02 Binary files /dev/null and b/sc2/content/comm/utwig/utwig024.ogg differ diff --git a/sc2/content/comm/utwig/utwig025.ogg b/sc2/content/comm/utwig/utwig025.ogg new file mode 100644 index 000000000..760dff9d8 Binary files /dev/null and b/sc2/content/comm/utwig/utwig025.ogg differ diff --git a/sc2/content/comm/utwig/utwig026.ogg b/sc2/content/comm/utwig/utwig026.ogg new file mode 100644 index 000000000..9e6726f0e Binary files /dev/null and b/sc2/content/comm/utwig/utwig026.ogg differ diff --git a/sc2/content/comm/utwig/utwig027.ogg b/sc2/content/comm/utwig/utwig027.ogg new file mode 100644 index 000000000..3ca5f7148 Binary files /dev/null and b/sc2/content/comm/utwig/utwig027.ogg differ diff --git a/sc2/content/comm/utwig/utwig028.ogg b/sc2/content/comm/utwig/utwig028.ogg new file mode 100644 index 000000000..1fc50f0d2 Binary files /dev/null and b/sc2/content/comm/utwig/utwig028.ogg differ diff --git a/sc2/content/comm/utwig/utwig029.ogg b/sc2/content/comm/utwig/utwig029.ogg new file mode 100644 index 000000000..23146a504 Binary files /dev/null and b/sc2/content/comm/utwig/utwig029.ogg differ diff --git a/sc2/content/comm/utwig/utwig030.ogg b/sc2/content/comm/utwig/utwig030.ogg new file mode 100644 index 000000000..779ce5dee Binary files /dev/null and b/sc2/content/comm/utwig/utwig030.ogg differ diff --git a/sc2/content/comm/utwig/utwig031.ogg b/sc2/content/comm/utwig/utwig031.ogg new file mode 100644 index 000000000..f2d1623e6 Binary files /dev/null and b/sc2/content/comm/utwig/utwig031.ogg differ diff --git a/sc2/content/comm/utwig/utwig032.ogg b/sc2/content/comm/utwig/utwig032.ogg new file mode 100644 index 000000000..eebfe4b7f Binary files /dev/null and b/sc2/content/comm/utwig/utwig032.ogg differ diff --git a/sc2/content/comm/utwig/utwig033.ogg b/sc2/content/comm/utwig/utwig033.ogg new file mode 100644 index 000000000..2c38c33b3 Binary files /dev/null and b/sc2/content/comm/utwig/utwig033.ogg differ diff --git a/sc2/content/comm/utwig/utwig034.ogg b/sc2/content/comm/utwig/utwig034.ogg new file mode 100644 index 000000000..0aa027d85 Binary files /dev/null and b/sc2/content/comm/utwig/utwig034.ogg differ diff --git a/sc2/content/comm/utwig/utwig035.ogg b/sc2/content/comm/utwig/utwig035.ogg new file mode 100644 index 000000000..aeaff148d Binary files /dev/null and b/sc2/content/comm/utwig/utwig035.ogg differ diff --git a/sc2/content/comm/utwig/utwig036.ogg b/sc2/content/comm/utwig/utwig036.ogg new file mode 100644 index 000000000..a6cd2e527 Binary files /dev/null and b/sc2/content/comm/utwig/utwig036.ogg differ diff --git a/sc2/content/comm/utwig/utwig037.ogg b/sc2/content/comm/utwig/utwig037.ogg new file mode 100644 index 000000000..333bc8fe9 Binary files /dev/null and b/sc2/content/comm/utwig/utwig037.ogg differ diff --git a/sc2/content/comm/utwig/utwig038.ogg b/sc2/content/comm/utwig/utwig038.ogg new file mode 100644 index 000000000..8123a0826 Binary files /dev/null and b/sc2/content/comm/utwig/utwig038.ogg differ diff --git a/sc2/content/comm/utwig/utwig039.ogg b/sc2/content/comm/utwig/utwig039.ogg new file mode 100644 index 000000000..f3d8622dc Binary files /dev/null and b/sc2/content/comm/utwig/utwig039.ogg differ diff --git a/sc2/content/comm/utwig/utwig040.ogg b/sc2/content/comm/utwig/utwig040.ogg new file mode 100644 index 000000000..6f3ab1433 Binary files /dev/null and b/sc2/content/comm/utwig/utwig040.ogg differ diff --git a/sc2/content/comm/utwig/utwig041.ogg b/sc2/content/comm/utwig/utwig041.ogg new file mode 100644 index 000000000..de678d12f Binary files /dev/null and b/sc2/content/comm/utwig/utwig041.ogg differ diff --git a/sc2/content/comm/utwig/utwig042.ogg b/sc2/content/comm/utwig/utwig042.ogg new file mode 100644 index 000000000..059151d7a Binary files /dev/null and b/sc2/content/comm/utwig/utwig042.ogg differ diff --git a/sc2/content/comm/utwig/utwig043.ogg b/sc2/content/comm/utwig/utwig043.ogg new file mode 100644 index 000000000..f2e7d8dba Binary files /dev/null and b/sc2/content/comm/utwig/utwig043.ogg differ diff --git a/sc2/content/comm/utwig/utwig044.ogg b/sc2/content/comm/utwig/utwig044.ogg new file mode 100644 index 000000000..898fdf130 Binary files /dev/null and b/sc2/content/comm/utwig/utwig044.ogg differ diff --git a/sc2/content/comm/utwig/utwig045.ogg b/sc2/content/comm/utwig/utwig045.ogg new file mode 100644 index 000000000..f81ce42df Binary files /dev/null and b/sc2/content/comm/utwig/utwig045.ogg differ diff --git a/sc2/content/comm/utwig/utwig046.ogg b/sc2/content/comm/utwig/utwig046.ogg new file mode 100644 index 000000000..dacca35a8 Binary files /dev/null and b/sc2/content/comm/utwig/utwig046.ogg differ diff --git a/sc2/content/comm/utwig/utwig047.ogg b/sc2/content/comm/utwig/utwig047.ogg new file mode 100644 index 000000000..599d0c2bc Binary files /dev/null and b/sc2/content/comm/utwig/utwig047.ogg differ diff --git a/sc2/content/comm/utwig/utwig048.ogg b/sc2/content/comm/utwig/utwig048.ogg new file mode 100644 index 000000000..98e180495 Binary files /dev/null and b/sc2/content/comm/utwig/utwig048.ogg differ diff --git a/sc2/content/comm/utwig/utwig049.ogg b/sc2/content/comm/utwig/utwig049.ogg new file mode 100644 index 000000000..6d0769c9e Binary files /dev/null and b/sc2/content/comm/utwig/utwig049.ogg differ diff --git a/sc2/content/comm/utwig/utwig050.ogg b/sc2/content/comm/utwig/utwig050.ogg new file mode 100644 index 000000000..f61598b90 Binary files /dev/null and b/sc2/content/comm/utwig/utwig050.ogg differ diff --git a/sc2/content/comm/utwig/utwig051.ogg b/sc2/content/comm/utwig/utwig051.ogg new file mode 100644 index 000000000..c338d5a51 Binary files /dev/null and b/sc2/content/comm/utwig/utwig051.ogg differ diff --git a/sc2/content/comm/utwig/utwig052.ogg b/sc2/content/comm/utwig/utwig052.ogg new file mode 100644 index 000000000..dda9f018a Binary files /dev/null and b/sc2/content/comm/utwig/utwig052.ogg differ diff --git a/sc2/content/comm/utwig/utwig053.ogg b/sc2/content/comm/utwig/utwig053.ogg new file mode 100644 index 000000000..7e2d0530d Binary files /dev/null and b/sc2/content/comm/utwig/utwig053.ogg differ diff --git a/sc2/content/comm/utwig/utwig054.ogg b/sc2/content/comm/utwig/utwig054.ogg new file mode 100644 index 000000000..86bf84a9b Binary files /dev/null and b/sc2/content/comm/utwig/utwig054.ogg differ diff --git a/sc2/content/comm/utwig/utwig055.ogg b/sc2/content/comm/utwig/utwig055.ogg new file mode 100644 index 000000000..b356243c0 Binary files /dev/null and b/sc2/content/comm/utwig/utwig055.ogg differ diff --git a/sc2/content/comm/utwig/utwig056.ogg b/sc2/content/comm/utwig/utwig056.ogg new file mode 100644 index 000000000..2be851b3f Binary files /dev/null and b/sc2/content/comm/utwig/utwig056.ogg differ diff --git a/sc2/content/comm/utwig/utwig057.ogg b/sc2/content/comm/utwig/utwig057.ogg new file mode 100644 index 000000000..0cf66ff3d Binary files /dev/null and b/sc2/content/comm/utwig/utwig057.ogg differ diff --git a/sc2/content/comm/utwig/utwig058.ogg b/sc2/content/comm/utwig/utwig058.ogg new file mode 100644 index 000000000..f86e07b93 Binary files /dev/null and b/sc2/content/comm/utwig/utwig058.ogg differ diff --git a/sc2/content/comm/utwig/utwig059.ogg b/sc2/content/comm/utwig/utwig059.ogg new file mode 100644 index 000000000..f48bc2c2d Binary files /dev/null and b/sc2/content/comm/utwig/utwig059.ogg differ diff --git a/sc2/content/comm/utwig/utwig060.ogg b/sc2/content/comm/utwig/utwig060.ogg new file mode 100644 index 000000000..c37f9b14c Binary files /dev/null and b/sc2/content/comm/utwig/utwig060.ogg differ diff --git a/sc2/content/comm/utwig/utwig061.ogg b/sc2/content/comm/utwig/utwig061.ogg new file mode 100644 index 000000000..df6b78b25 Binary files /dev/null and b/sc2/content/comm/utwig/utwig061.ogg differ diff --git a/sc2/content/comm/utwig/utwig062.ogg b/sc2/content/comm/utwig/utwig062.ogg new file mode 100644 index 000000000..3178633a3 Binary files /dev/null and b/sc2/content/comm/utwig/utwig062.ogg differ diff --git a/sc2/content/comm/utwig/utwig063.ogg b/sc2/content/comm/utwig/utwig063.ogg new file mode 100644 index 000000000..21ef4ab1b Binary files /dev/null and b/sc2/content/comm/utwig/utwig063.ogg differ diff --git a/sc2/content/comm/utwig/utwig064.ogg b/sc2/content/comm/utwig/utwig064.ogg new file mode 100644 index 000000000..4e629ecaf Binary files /dev/null and b/sc2/content/comm/utwig/utwig064.ogg differ diff --git a/sc2/content/comm/utwig/utwig065.ogg b/sc2/content/comm/utwig/utwig065.ogg new file mode 100644 index 000000000..91b1d3b81 Binary files /dev/null and b/sc2/content/comm/utwig/utwig065.ogg differ diff --git a/sc2/content/comm/utwig/utwig066.ogg b/sc2/content/comm/utwig/utwig066.ogg new file mode 100644 index 000000000..7bc334c3f Binary files /dev/null and b/sc2/content/comm/utwig/utwig066.ogg differ diff --git a/sc2/content/comm/utwig/utwig067.ogg b/sc2/content/comm/utwig/utwig067.ogg new file mode 100644 index 000000000..df3c963c5 Binary files /dev/null and b/sc2/content/comm/utwig/utwig067.ogg differ diff --git a/sc2/content/comm/utwig/utwig068.ogg b/sc2/content/comm/utwig/utwig068.ogg new file mode 100644 index 000000000..a16178cb7 Binary files /dev/null and b/sc2/content/comm/utwig/utwig068.ogg differ diff --git a/sc2/content/comm/utwig/utwig069.ogg b/sc2/content/comm/utwig/utwig069.ogg new file mode 100644 index 000000000..b829f222a Binary files /dev/null and b/sc2/content/comm/utwig/utwig069.ogg differ diff --git a/sc2/content/comm/utwig/utwig070.ogg b/sc2/content/comm/utwig/utwig070.ogg new file mode 100644 index 000000000..93a1cbbb8 Binary files /dev/null and b/sc2/content/comm/utwig/utwig070.ogg differ diff --git a/sc2/content/comm/utwig/utwig071.ogg b/sc2/content/comm/utwig/utwig071.ogg new file mode 100644 index 000000000..90be8bc3c Binary files /dev/null and b/sc2/content/comm/utwig/utwig071.ogg differ diff --git a/sc2/content/comm/utwig/utwig072.ogg b/sc2/content/comm/utwig/utwig072.ogg new file mode 100644 index 000000000..40e395d0c Binary files /dev/null and b/sc2/content/comm/utwig/utwig072.ogg differ diff --git a/sc2/content/comm/utwig/utwig073.ogg b/sc2/content/comm/utwig/utwig073.ogg new file mode 100644 index 000000000..a335b21e8 Binary files /dev/null and b/sc2/content/comm/utwig/utwig073.ogg differ diff --git a/sc2/content/comm/utwig/utwig074.ogg b/sc2/content/comm/utwig/utwig074.ogg new file mode 100644 index 000000000..3c641b7f1 Binary files /dev/null and b/sc2/content/comm/utwig/utwig074.ogg differ diff --git a/sc2/content/comm/vux/vux.txt b/sc2/content/comm/vux/vux.txt index fdfd080f9..d0af9f2fd 100755 --- a/sc2/content/comm/vux/vux.txt +++ b/sc2/content/comm/vux/vux.txt @@ -1,4 +1,4 @@ -#(ZEX_HELLO_1) vux000.wav +#(ZEX_HELLO_1) vux000.ogg Ah Human visitors! What a treat! I am Admiral ZEX. Please do not be frightened. Unlike the rest of my species, I... enjoy humans. You may know me by reputation, my leadership of VUX forces during the war with your Alliance. @@ -7,31 +7,31 @@ Please be welcome! We can get to know one another... expand our interspecies rel But wait. How silly of me. You aren't here for polite repartee. You have come for my Shofixti Maidens. -#(ZEX_HELLO_2) vux001.wav +#(ZEX_HELLO_2) vux001.ogg Why I am so blessed! My favorite friends, the humans, are back. Captain, it is good to see you again. You Humans are so interesting, so... beautiful. You know, I have many pictures of your species! I keep them on my walls to... inspire me. -#(ZEX_HELLO_3) vux002.wav +#(ZEX_HELLO_3) vux002.ogg Captain! You are back so soon! We had better be discreet (hee! hee!), or my countrymen will begin whispering about us. -#(ZEX_HELLO_4) vux003.wav +#(ZEX_HELLO_4) vux003.ogg Luscious, robust human... I have eagerly awaited your return. -#(FIGHT_OR_TRADE_1) vux004.wav +#(FIGHT_OR_TRADE_1) vux004.ogg Captain! You escaped after all! How remarkable! -#(FIGHT_OR_TRADE_2) vux005.wav +#(FIGHT_OR_TRADE_2) vux005.ogg Human... we should be friends, not enemies! The scope of our relationship can grow as close as you wish. #(what_you_do_here) What are you doing here, Admiral ZEX? -#(MY_MENAGERIE) vux006.wav +#(MY_MENAGERIE) vux006.ogg Ah, such a good question! But you always were a bright species. I will explain. After the Great War, in which I played some small part @@ -44,7 +44,7 @@ I have the finest menagerie of... beautiful... creatures in all space #(what_about_menagerie) A menagerie? Is this a collection of animals, like a zoo? -#(NEED_NEW_CREATURE) vux007.wav +#(NEED_NEW_CREATURE) vux007.ogg Animals? Hee! Hee! Hee! Oh, no, Captain! Not mere animals! My menagerie contains only the most... beautiful... creatures in the galaxy! Each of my children, as I like to call them, has a wonderful set of traits @@ -59,7 +59,7 @@ I would give almost ANYTHING for that creature, Captain. #(what_about_creature) If we went and got this little critter for you, would you give us the Shofixti Maidens? -#(ABOUT_CREATURE) vux008.wav +#(ABOUT_CREATURE) vux008.ogg Hmmm... what an interesting proposal! I never would have thought of such a wonderful idea myself. You are a genius, Captain! @@ -77,7 +77,7 @@ I hope it is sufficient. #(about_creature_again) Would you tell me again where I can find that creature you want so badly? -#(CREATURE_AGAIN) vux009.wav +#(CREATURE_AGAIN) vux009.ogg Certainly, my smooth-skinned friend! My source for this information is an ancient wildlife handbook written millenia ago by some unknown alien author. The pertinent passage goes as follows @@ -90,7 +90,7 @@ I hope it is sufficient. #(i_have_beast) Commander ZEX, we have captured the hideous monster from Delta Lyncis. Let us make an exchange. -#(GIVE_BEAST) vux010.wav +#(GIVE_BEAST) vux010.ogg Ah, a most excellent piece of news! My chiton rasps and moistens with excitement! I have been looking forward to this for so long! Hee! Hee! Hee! My subordinates stand ready to receive the beast from your ship, Captain. @@ -99,7 +99,7 @@ Effect its transfer and then... we shall give you the Maidens you desire. #(ok_take_beast) Okay, the beast is ALL yours! But be careful, it's a killer! -#(FOOL_AIEE0) vux011.wav +#(FOOL_AIEE0) vux011.ogg Ah! My new child is now on board. Such a big one, isn't he!?... ...and so frisky! I am delighted beyond words that you have given me the beast, Captain @@ -114,7 +114,7 @@ Therefore Sub-commander DAX, terminate communications... warm up my modified Intruder. Engage the Precursor warp nullifier. Hee! Hee! Hee!... prepare for battle! -#(FOOL_AIEE1) vux012.wav +#(FOOL_AIEE1) vux012.ogg Sub-commander? Why has my main console become inoperative? The transmit mode is locked! What do you mean the central system computer is damaged? How!?... @@ -130,14 +130,14 @@ WH- Wh- what- wh- AIEEEEEEEE!!!!!......... #(why_trust_1) Ah, Commander ZEX, aren't you forgetting something? The Shofixti Maidens? -#(TRUST_1) vux012.wav +#(TRUST_1) vux012.ogg Oh yes, no problem. Even now my subordinates are bringing them up from the surface. So let's not waste time. Send that delightful beast over, immediately! #(why_trust_2) Look, we believe in 1 for 1 trades. We will transfer the beast when we see the Maidens. -#(TRUST_2) vux013.wav +#(TRUST_2) vux013.ogg Captain, Captain, we are both creatures of honor. If I say that the Shofixti Maidens are on their way up from the surface, then they are. You will have them shortly, accept my word... now please, Captain, the beast? @@ -145,7 +145,7 @@ You will have them shortly, accept my word... now please, Captain, the beast? #(why_trust_3) Now see here Zex! Humans and VUX have had a pretty stormy relationship. Why should we trust you? -#(TRUST_3) vux014.wav +#(TRUST_3) vux014.ogg Really, Captain! My honor is impugned! You have maligned me and I am deeply hurt. I thought we had built some trust between us, different though we may be @@ -158,14 +158,14 @@ the Human cause in a more favorable light. #(why_dont_you_attack) Admiral Zex, why don't you attack us, as all other VUX have? -#(LIKE_YOU) vux015.wav +#(LIKE_YOU) vux015.ogg Because I like Humans, Captain. I respect and admire your species. I do not share the bigoted views of most of my people. #(why_like_me) Ah, Commander Zex? Why do you like us? We thought all VUX hated humans. -#(LIKE_BECAUSE) vux016.wav +#(LIKE_BECAUSE) vux016.ogg No, No, not all VUX, Captain! Most... but not all. It is true that when the majority of my people view one of your species they are forced to regurgitate @@ -183,7 +183,7 @@ I value your species, Captain. I see you as just `people'... like us VUX. #(are_you_a_pervert) Whoa, Commander Zex! This is just a bit too weird. Are you some kind of perv-- er... aesthete? -#(CALL_ME_WHAT_YOU_WISH) vux017.wav +#(CALL_ME_WHAT_YOU_WISH) vux017.ogg You have talked with my VUX countrymen, haven't you? They are closed-minded fools... bigoted in all ways. Call me what you wish, Captain. I choose to view myself as, well @@ -198,7 +198,7 @@ We are different from the majority of VUX, and so we, in VUX eyes, are both mons #(take_by_force) We require the Shofixti Maidens. We are prepared to use force if necessary. -#(PRECURSOR_DEVICE) vux018.wav +#(PRECURSOR_DEVICE) vux018.ogg Hee! Hee! Hee! Oh, Captain, that would be such an unfortunate mistake a grave error on both our parts. We have so much to learn from each other, so much to give each other. @@ -220,13 +220,13 @@ Surely we can find an alternative. #(regardless) We will fight you regardless of your Precursor Artifact! -#(THEN_FIGHT) vux019.wav +#(THEN_FIGHT) vux019.ogg Very well... to the Death! #(you_lied) You lied, Commander Zex!!! There was no `warp nullification field'! Cheater! -#(YUP_LIED) vux020.wav +#(YUP_LIED) vux020.ogg Yes, I lied. Surely, if a small falsehood can prevent hundreds of unnecessary deaths, this is acceptable. Unfortunately, you saw through my falsehood and do doubt lives were lost. @@ -235,7 +235,7 @@ Let us cease this mindless aggression, before it is our undoing. #(kill_you) We have no fear of any of your `devices'. Now we kill you! -#(FIGHT_AGAIN) vux021.wav +#(FIGHT_AGAIN) vux021.ogg Unfortunate. Dreary... and unfortunate. Captain, even without such a device, you must understand the overwhelming forces I have at my command! You cannot beat me here. It is impossible. @@ -244,16 +244,16 @@ But... if a fight is what you demand, so be it. #(bye_zex) Goodbye, Commander ZEX. -#(GOODBYE_ZEX) vux022.wav +#(GOODBYE_ZEX) vux022.ogg Goodbye, beautiful human. I hope we can meet someday as friends... perhaps even more. -#(HOMEWORLD_HELLO_1) vux023.wav +#(HOMEWORLD_HELLO_1) vux023.ogg Welcome to the end of your life, courtesy of VUX technology. Our infinite supply of Intruder vessels are even now locking their vaporizers onto your position and we shall end your painful, grotesque existence for you as soon as possible. In the meantime, here is a little music... -#(HOMEWORLD_HELLO_2) vux024.wav +#(HOMEWORLD_HELLO_2) vux024.ogg Hello again. We trust you are enjoying trespassing in VUX space and look forward to removing you from existence at our earliest possible convenience. If you believe you can fight your way past our invincible forces to our surface, you are correct. @@ -261,37 +261,37 @@ Some ash and a few wisps of pungent vapor are sure to make it at least that far. Our special today is particle fragmentation! So if you will kindly open your feeding orifice and start screaming, we will begin. -#(HOMEWORLD_HELLO_3) vux025.wav +#(HOMEWORLD_HELLO_3) vux025.ogg Welcome back to total annihilation, where, as they say once is silatious, twice is phlagrant melons but the third time is when it really hurts. Please stay seated until your vessel starts smoking then feel free to dash your head painfully against the floor. -#(HOMEWORLD_HELLO_4) vux026.wav +#(HOMEWORLD_HELLO_4) vux026.ogg Congratulations for exhausting the VUX vocabulary of greetings to despicable life-forms. May we take this opportunity to lock our femoral scrapers onto your ship and to wish you an unpleasant afterlife. -#(SPACE_HELLO_1) vux027.wav +#(SPACE_HELLO_1) vux027.ogg Greetings from VUX!... the last word in life form destruction! To gain an intimate knowledge of our engines of war simply place both hands over your eyes and count to three. -#(SPACE_HELLO_2) vux028.wav +#(SPACE_HELLO_2) vux028.ogg Salutations, and may your sense of self-preservation always be so dim. As our Intruders surround your vessel, you may care to raise both hands into the air above you and practice the ancient chant of the prancing oowee master, ZEN DUX, which begins... `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHH!!!' -#(SPACE_HELLO_3) vux029.wav +#(SPACE_HELLO_3) vux029.ogg This is VUX Commander YAX. On behalf of the team here I would like to say how very much we have all enjoyed taunting you and to congratulate you on plumbing the limits of VUX courtesy which you have now exhausted. Therefore, let me just say Die, you two-eyed loathsome faceless slug! -#(SPACE_HELLO_4) vux030.wav +#(SPACE_HELLO_4) vux030.ogg Welcome back. All our coherent destructors are currently off-line but if you'd care to hold your present course and speed one will be free to annihilate you shortly. @@ -308,13 +308,13 @@ I must say, your rating on the vomit-meter would be AT LEAST ninety six. #(kill_you_squids_4) You bloated bag of protoplasm! You worm! -#(WE_FIGHT) vux031.wav +#(WE_FIGHT) vux031.ogg Watch everybody! We're going to kill the repulsive little monster now! #(why_so_mean) Why are you so hostile toward our species? -#(URQUAN_SLAVES) vux032.wav +#(URQUAN_SLAVES) vux032.ogg Augh! You are even uglier than I had thought possible! Can't you see you are making me sick? Please, foul creature, turn your head, or better yet, put a sack over it. @@ -329,7 +329,7 @@ and you are a jabbering corpse. Ugh. #(deeper_reason) Is there another reason you hate us? Come on, tell me the truth. -#(OLD_INSULT) vux033.wav +#(OLD_INSULT) vux033.ogg Do we need another reason? Ah! I understand. You refer to the First Human Encounter the Insult! @@ -343,7 +343,7 @@ I suspect we will despise you forever. #(if_we_apologize) What if we apologized? Could we talk truce then? -#(PROBABLY_NOT) vux034.wav +#(PROBABLY_NOT) vux034.ogg Er... probably not. You see, although we VUX are highly reasonable beings who would never judge a race solely on its (urk!) appearance the magnitude of your Captain Rand's insult was such that we will probably never forgive your species. @@ -351,11 +351,11 @@ the magnitude of your Captain Rand's insult was such that we will probably never #(try_any_way) Well, I'll try anyway. The People of Earth Hereby Apologize To The VUX! -#(NOPE) vux035.wav +#(NOPE) vux035.ogg Nope. I didn't think that would be sufficient. It lacked conviction. Sorry, but I'm afraid we'll just have to kill you now. -#(APOLOGIZE_IN_SPACE) vux036.wav +#(APOLOGIZE_IN_SPACE) vux036.ogg Because the Human named Rand offended one of our starship commanders apologizing here at the Homeworld is useless. Besides, we have decided that you are just too disgusting to live @@ -364,43 +364,43 @@ so we have decided to vaporize you. #(apology_1) Let's try that again. We, The People Of Earth, Really Truly Apologize For The Stupid Insult Made By Captain Rand! -#(NOT_ACCEPTED_1) vux037.wav +#(NOT_ACCEPTED_1) vux037.ogg No. That didn't cut it either. #(apology_2) You were RIGHT! We WERE wrong. We see it all so clearly now! -#(NOT_ACCEPTED_2) vux038.wav +#(NOT_ACCEPTED_2) vux038.ogg I don't think your heart is in it. #(apology_3) Pleeeeeeeeease forgive us! -#(NOT_ACCEPTED_3) vux039.wav +#(NOT_ACCEPTED_3) vux039.ogg You said that just because you want stuff from us VUX. You didn't really mean it. #(apology_4) We - are - sorry! May a thousand insects sting my softest parts if I lie! -#(NOT_ACCEPTED_4) vux040.wav +#(NOT_ACCEPTED_4) vux040.ogg It's pointless. Why even bother trying again? #(apology_5) We would like to present a petition of 1 million signatures! Each one says, `I'm sorry!' -#(NOT_ACCEPTED_5) vux041.wav +#(NOT_ACCEPTED_5) vux041.ogg A good try, Captain... but not good enough. #(apology_6) Wrong? Yes we were wrong. Oh, so wrong! Boy, were we wrong! The wrongest. -#(NOT_ACCEPTED_6) vux042.wav +#(NOT_ACCEPTED_6) vux042.ogg We detect a hint of genuine regret, but not enough to forgive you. #(apology_7) (Let's try reverse psychology) Listen VUX! You are right! We cannot ever atone for Rand's cruel barb! -#(NOT_ACCEPTED_7) vux043.wav +#(NOT_ACCEPTED_7) vux043.ogg Oh? I was just thinking that maybe we should consider forgiving you but I guess you're right. There's no going back. @@ -408,7 +408,7 @@ There's no going back. #(apology_8) If sorrow were a pebble, our remorse would be... would be!... a great big boulder! -#(NOT_ACCEPTED_8) vux044.wav +#(NOT_ACCEPTED_8) vux044.ogg Hey! That was pretty good! I could sense the true sadness in your voice for your species' past stupidity. Unfortunately, it was not good enough. @@ -416,14 +416,14 @@ Unfortunately, it was not good enough. #(apology_9) If there is ANYTHING we can do to gain your forgiveness, we shall do it a thousand times. -#(NOT_ACCEPTED_9) vux045.wav +#(NOT_ACCEPTED_9) vux045.ogg Um..., er... that was about as good as it gets, I think but we don't accept it because... because... well, just BECAUSE! #(apology_10) Please, for the love of reason. Heed these words: We, the People of Earth Apologize To The VUX. -#(TRUTH) vux046.wav +#(TRUTH) vux046.ogg AIEEE! Human! You have hounded and hounded and hounded us with your pitiful apologies! It's driving us crazy! STOP! Please STOP! We give up. We accept! We accept! We will no longer hold Rand's insult against your species. @@ -443,27 +443,27 @@ or break off communication and attack your vessel... #(whats_up_hostile) VUX. We seek to learn more about you. Maybe then we can see eye to... eyes. -#(GENERAL_INFO_HOSTILE_1) vux047.wav +#(GENERAL_INFO_HOSTILE_1) vux047.ogg Look, vomitous alien. If you want to talk to one of our species without making them sick why don't you go see Admiral ZEX at his world in Alpha Cerenkov. He (urp!) likes humans. -#(GENERAL_INFO_HOSTILE_2) vux048.wav +#(GENERAL_INFO_HOSTILE_2) vux048.ogg Look at those yellowish-white hard things in your mouth! How do you keep from biting off that pulpy organ... Gross! -#(GENERAL_INFO_HOSTILE_3) vux049.wav +#(GENERAL_INFO_HOSTILE_3) vux049.ogg Yuck! Don't show your tongue like that. It makes me sick. -#(GENERAL_INFO_HOSTILE_4) vux050.wav +#(GENERAL_INFO_HOSTILE_4) vux050.ogg Forget it, human. We can't think straight when we have to look at you. If you're lonely, go to Alpha Cerenkov and talk with that pervert, Admiral ZEX. #(cant_we_be_friends_1) Why can't we be friends? I like YOU. -#(NEVER_UGLY_HUMANS_1) vux051.wav +#(NEVER_UGLY_HUMANS_1) vux051.ogg I listened. I heard. I know you like ME. But the problem is, I DESPISE you! Which is why I am attacking, in case you were wondering. @@ -471,7 +471,7 @@ Which is why I am attacking, in case you were wondering. #(cant_we_be_friends_2) We have too much to gain through cooperation. Just try. -#(NEVER_UGLY_HUMANS_2) vux052.wav +#(NEVER_UGLY_HUMANS_2) vux052.ogg Okay, I'll try to like you. I'm really trying. Naw! This is never going to work. @@ -482,7 +482,7 @@ I have a better idea. I'll just kill you. #(cant_we_be_friends_3) Didn't anyone ever tell you, `you can't judge a book by its cover?' -#(NEVER_UGLY_HUMANS_3) vux053.wav +#(NEVER_UGLY_HUMANS_3) vux053.ogg Do you want to know how ugly you are to us VUX? I'll tell you. You humans are SO ugly, that I get my kids to behave by holding a picture of you behind my back and I tell the kids that if they aren't good, I'll show it to them! @@ -491,7 +491,7 @@ I am such a bad father (sob!) I must destroy you... for the children! #(cant_we_be_friends_4) You are just a bunch of bigots. I thought you were better than that. -#(NEVER_UGLY_HUMANS_4) vux054.wav +#(NEVER_UGLY_HUMANS_4) vux054.ogg This IS embarrassing. We pride ourselves on being rational! But you are so disgusting that we feel we just HAVE to kill you! Like right now! @@ -499,18 +499,18 @@ Like right now! #(bye_hostile_space) Well, THIS has been useless. Goodbye. -#(GOODBYE_AND_DIE_HOSTILE_SPACE_1) vux055.wav +#(GOODBYE_AND_DIE_HOSTILE_SPACE_1) vux055.ogg Human, based upon our commitment to the Ur-Quan and your general disgusting demeanor, we have decided to blow you to bits. -#(GOODBYE_AND_DIE_HOSTILE_SPACE_2) vux056.wav +#(GOODBYE_AND_DIE_HOSTILE_SPACE_2) vux056.ogg Wait! I have one last thing to say Die! -#(GOODBYE_AND_DIE_HOSTILE_SPACE_3) vux057.wav +#(GOODBYE_AND_DIE_HOSTILE_SPACE_3) vux057.ogg For the good of the whole, I will now erase your putrid presence. -#(GOODBYE_AND_DIE_HOSTILE_SPACE_4) vux058.wav +#(GOODBYE_AND_DIE_HOSTILE_SPACE_4) vux058.ogg We have no choice. You are too wretched. We shall eliminate you. diff --git a/sc2/content/comm/vux/vux000.ogg b/sc2/content/comm/vux/vux000.ogg new file mode 100644 index 000000000..cf6bf67c2 Binary files /dev/null and b/sc2/content/comm/vux/vux000.ogg differ diff --git a/sc2/content/comm/vux/vux001.ogg b/sc2/content/comm/vux/vux001.ogg new file mode 100644 index 000000000..26c965a98 Binary files /dev/null and b/sc2/content/comm/vux/vux001.ogg differ diff --git a/sc2/content/comm/vux/vux002.ogg b/sc2/content/comm/vux/vux002.ogg new file mode 100644 index 000000000..0bc81a05a Binary files /dev/null and b/sc2/content/comm/vux/vux002.ogg differ diff --git a/sc2/content/comm/vux/vux003.ogg b/sc2/content/comm/vux/vux003.ogg new file mode 100644 index 000000000..c601aa28a Binary files /dev/null and b/sc2/content/comm/vux/vux003.ogg differ diff --git a/sc2/content/comm/vux/vux004.ogg b/sc2/content/comm/vux/vux004.ogg new file mode 100644 index 000000000..ae3b71432 Binary files /dev/null and b/sc2/content/comm/vux/vux004.ogg differ diff --git a/sc2/content/comm/vux/vux005.ogg b/sc2/content/comm/vux/vux005.ogg new file mode 100644 index 000000000..19a9ad5c0 Binary files /dev/null and b/sc2/content/comm/vux/vux005.ogg differ diff --git a/sc2/content/comm/vux/vux006.ogg b/sc2/content/comm/vux/vux006.ogg new file mode 100644 index 000000000..4451a6b5f Binary files /dev/null and b/sc2/content/comm/vux/vux006.ogg differ diff --git a/sc2/content/comm/vux/vux007.ogg b/sc2/content/comm/vux/vux007.ogg new file mode 100644 index 000000000..556d6c66c Binary files /dev/null and b/sc2/content/comm/vux/vux007.ogg differ diff --git a/sc2/content/comm/vux/vux008.ogg b/sc2/content/comm/vux/vux008.ogg new file mode 100644 index 000000000..6c62fcda3 Binary files /dev/null and b/sc2/content/comm/vux/vux008.ogg differ diff --git a/sc2/content/comm/vux/vux009.ogg b/sc2/content/comm/vux/vux009.ogg new file mode 100644 index 000000000..56539a59c Binary files /dev/null and b/sc2/content/comm/vux/vux009.ogg differ diff --git a/sc2/content/comm/vux/vux010.ogg b/sc2/content/comm/vux/vux010.ogg new file mode 100644 index 000000000..2c0ddc3a1 Binary files /dev/null and b/sc2/content/comm/vux/vux010.ogg differ diff --git a/sc2/content/comm/vux/vux011.ogg b/sc2/content/comm/vux/vux011.ogg new file mode 100644 index 000000000..30f8719ec Binary files /dev/null and b/sc2/content/comm/vux/vux011.ogg differ diff --git a/sc2/content/comm/vux/vux012.ogg b/sc2/content/comm/vux/vux012.ogg new file mode 100644 index 000000000..a09cd383c Binary files /dev/null and b/sc2/content/comm/vux/vux012.ogg differ diff --git a/sc2/content/comm/vux/vux013.ogg b/sc2/content/comm/vux/vux013.ogg new file mode 100644 index 000000000..eca5e9b49 Binary files /dev/null and b/sc2/content/comm/vux/vux013.ogg differ diff --git a/sc2/content/comm/vux/vux014.ogg b/sc2/content/comm/vux/vux014.ogg new file mode 100644 index 000000000..6e4abe6d0 Binary files /dev/null and b/sc2/content/comm/vux/vux014.ogg differ diff --git a/sc2/content/comm/vux/vux015.ogg b/sc2/content/comm/vux/vux015.ogg new file mode 100644 index 000000000..24264fc57 Binary files /dev/null and b/sc2/content/comm/vux/vux015.ogg differ diff --git a/sc2/content/comm/vux/vux016.ogg b/sc2/content/comm/vux/vux016.ogg new file mode 100644 index 000000000..5674af5be Binary files /dev/null and b/sc2/content/comm/vux/vux016.ogg differ diff --git a/sc2/content/comm/vux/vux017.ogg b/sc2/content/comm/vux/vux017.ogg new file mode 100644 index 000000000..1e6e5e78b Binary files /dev/null and b/sc2/content/comm/vux/vux017.ogg differ diff --git a/sc2/content/comm/vux/vux018.ogg b/sc2/content/comm/vux/vux018.ogg new file mode 100644 index 000000000..2a8ad647a Binary files /dev/null and b/sc2/content/comm/vux/vux018.ogg differ diff --git a/sc2/content/comm/vux/vux019.ogg b/sc2/content/comm/vux/vux019.ogg new file mode 100644 index 000000000..45fd2808c Binary files /dev/null and b/sc2/content/comm/vux/vux019.ogg differ diff --git a/sc2/content/comm/vux/vux020.ogg b/sc2/content/comm/vux/vux020.ogg new file mode 100644 index 000000000..98ace52c9 Binary files /dev/null and b/sc2/content/comm/vux/vux020.ogg differ diff --git a/sc2/content/comm/vux/vux021.ogg b/sc2/content/comm/vux/vux021.ogg new file mode 100644 index 000000000..a0e84a554 Binary files /dev/null and b/sc2/content/comm/vux/vux021.ogg differ diff --git a/sc2/content/comm/vux/vux022.ogg b/sc2/content/comm/vux/vux022.ogg new file mode 100644 index 000000000..44edc25fc Binary files /dev/null and b/sc2/content/comm/vux/vux022.ogg differ diff --git a/sc2/content/comm/vux/vux023.ogg b/sc2/content/comm/vux/vux023.ogg new file mode 100644 index 000000000..0fc4b289c Binary files /dev/null and b/sc2/content/comm/vux/vux023.ogg differ diff --git a/sc2/content/comm/vux/vux024.ogg b/sc2/content/comm/vux/vux024.ogg new file mode 100644 index 000000000..4f4aebec3 Binary files /dev/null and b/sc2/content/comm/vux/vux024.ogg differ diff --git a/sc2/content/comm/vux/vux025.ogg b/sc2/content/comm/vux/vux025.ogg new file mode 100644 index 000000000..6cc918042 Binary files /dev/null and b/sc2/content/comm/vux/vux025.ogg differ diff --git a/sc2/content/comm/vux/vux026.ogg b/sc2/content/comm/vux/vux026.ogg new file mode 100644 index 000000000..34b96af14 Binary files /dev/null and b/sc2/content/comm/vux/vux026.ogg differ diff --git a/sc2/content/comm/vux/vux027.ogg b/sc2/content/comm/vux/vux027.ogg new file mode 100644 index 000000000..90e317359 Binary files /dev/null and b/sc2/content/comm/vux/vux027.ogg differ diff --git a/sc2/content/comm/vux/vux028.ogg b/sc2/content/comm/vux/vux028.ogg new file mode 100644 index 000000000..6944fbef4 Binary files /dev/null and b/sc2/content/comm/vux/vux028.ogg differ diff --git a/sc2/content/comm/vux/vux029.ogg b/sc2/content/comm/vux/vux029.ogg new file mode 100644 index 000000000..1280963f1 Binary files /dev/null and b/sc2/content/comm/vux/vux029.ogg differ diff --git a/sc2/content/comm/vux/vux030.ogg b/sc2/content/comm/vux/vux030.ogg new file mode 100644 index 000000000..d2fefd80a Binary files /dev/null and b/sc2/content/comm/vux/vux030.ogg differ diff --git a/sc2/content/comm/vux/vux031.ogg b/sc2/content/comm/vux/vux031.ogg new file mode 100644 index 000000000..56acabda6 Binary files /dev/null and b/sc2/content/comm/vux/vux031.ogg differ diff --git a/sc2/content/comm/vux/vux032.ogg b/sc2/content/comm/vux/vux032.ogg new file mode 100644 index 000000000..c9d61f8cc Binary files /dev/null and b/sc2/content/comm/vux/vux032.ogg differ diff --git a/sc2/content/comm/vux/vux033.ogg b/sc2/content/comm/vux/vux033.ogg new file mode 100644 index 000000000..0e0091b57 Binary files /dev/null and b/sc2/content/comm/vux/vux033.ogg differ diff --git a/sc2/content/comm/vux/vux034.ogg b/sc2/content/comm/vux/vux034.ogg new file mode 100644 index 000000000..63fb69ad5 Binary files /dev/null and b/sc2/content/comm/vux/vux034.ogg differ diff --git a/sc2/content/comm/vux/vux035.ogg b/sc2/content/comm/vux/vux035.ogg new file mode 100644 index 000000000..1af71a6aa Binary files /dev/null and b/sc2/content/comm/vux/vux035.ogg differ diff --git a/sc2/content/comm/vux/vux036.ogg b/sc2/content/comm/vux/vux036.ogg new file mode 100644 index 000000000..732c0a395 Binary files /dev/null and b/sc2/content/comm/vux/vux036.ogg differ diff --git a/sc2/content/comm/vux/vux037.ogg b/sc2/content/comm/vux/vux037.ogg new file mode 100644 index 000000000..6d3fca070 Binary files /dev/null and b/sc2/content/comm/vux/vux037.ogg differ diff --git a/sc2/content/comm/vux/vux038.ogg b/sc2/content/comm/vux/vux038.ogg new file mode 100644 index 000000000..0f2ab2626 Binary files /dev/null and b/sc2/content/comm/vux/vux038.ogg differ diff --git a/sc2/content/comm/vux/vux039.ogg b/sc2/content/comm/vux/vux039.ogg new file mode 100644 index 000000000..60da9da8f Binary files /dev/null and b/sc2/content/comm/vux/vux039.ogg differ diff --git a/sc2/content/comm/vux/vux040.ogg b/sc2/content/comm/vux/vux040.ogg new file mode 100644 index 000000000..64c3d123b Binary files /dev/null and b/sc2/content/comm/vux/vux040.ogg differ diff --git a/sc2/content/comm/vux/vux041.ogg b/sc2/content/comm/vux/vux041.ogg new file mode 100644 index 000000000..1d5765767 Binary files /dev/null and b/sc2/content/comm/vux/vux041.ogg differ diff --git a/sc2/content/comm/vux/vux042.ogg b/sc2/content/comm/vux/vux042.ogg new file mode 100644 index 000000000..3476e74d7 Binary files /dev/null and b/sc2/content/comm/vux/vux042.ogg differ diff --git a/sc2/content/comm/vux/vux043.ogg b/sc2/content/comm/vux/vux043.ogg new file mode 100644 index 000000000..aa79156a4 Binary files /dev/null and b/sc2/content/comm/vux/vux043.ogg differ diff --git a/sc2/content/comm/vux/vux044.ogg b/sc2/content/comm/vux/vux044.ogg new file mode 100644 index 000000000..80299e88a Binary files /dev/null and b/sc2/content/comm/vux/vux044.ogg differ diff --git a/sc2/content/comm/vux/vux045.ogg b/sc2/content/comm/vux/vux045.ogg new file mode 100644 index 000000000..33ec79561 Binary files /dev/null and b/sc2/content/comm/vux/vux045.ogg differ diff --git a/sc2/content/comm/vux/vux046.ogg b/sc2/content/comm/vux/vux046.ogg new file mode 100644 index 000000000..1a9272160 Binary files /dev/null and b/sc2/content/comm/vux/vux046.ogg differ diff --git a/sc2/content/comm/vux/vux047.ogg b/sc2/content/comm/vux/vux047.ogg new file mode 100644 index 000000000..9602af083 Binary files /dev/null and b/sc2/content/comm/vux/vux047.ogg differ diff --git a/sc2/content/comm/vux/vux048.ogg b/sc2/content/comm/vux/vux048.ogg new file mode 100644 index 000000000..20e9bc117 Binary files /dev/null and b/sc2/content/comm/vux/vux048.ogg differ diff --git a/sc2/content/comm/vux/vux049.ogg b/sc2/content/comm/vux/vux049.ogg new file mode 100644 index 000000000..534234b85 Binary files /dev/null and b/sc2/content/comm/vux/vux049.ogg differ diff --git a/sc2/content/comm/vux/vux050.ogg b/sc2/content/comm/vux/vux050.ogg new file mode 100644 index 000000000..fd82b580d Binary files /dev/null and b/sc2/content/comm/vux/vux050.ogg differ diff --git a/sc2/content/comm/vux/vux051.ogg b/sc2/content/comm/vux/vux051.ogg new file mode 100644 index 000000000..c33fb3173 Binary files /dev/null and b/sc2/content/comm/vux/vux051.ogg differ diff --git a/sc2/content/comm/vux/vux052.ogg b/sc2/content/comm/vux/vux052.ogg new file mode 100644 index 000000000..005297803 Binary files /dev/null and b/sc2/content/comm/vux/vux052.ogg differ diff --git a/sc2/content/comm/vux/vux053.ogg b/sc2/content/comm/vux/vux053.ogg new file mode 100644 index 000000000..1e69065cb Binary files /dev/null and b/sc2/content/comm/vux/vux053.ogg differ diff --git a/sc2/content/comm/vux/vux054.ogg b/sc2/content/comm/vux/vux054.ogg new file mode 100644 index 000000000..db1661fd8 Binary files /dev/null and b/sc2/content/comm/vux/vux054.ogg differ diff --git a/sc2/content/comm/vux/vux055.ogg b/sc2/content/comm/vux/vux055.ogg new file mode 100644 index 000000000..1d58c89db Binary files /dev/null and b/sc2/content/comm/vux/vux055.ogg differ diff --git a/sc2/content/comm/vux/vux056.ogg b/sc2/content/comm/vux/vux056.ogg new file mode 100644 index 000000000..0d3f47350 Binary files /dev/null and b/sc2/content/comm/vux/vux056.ogg differ diff --git a/sc2/content/comm/vux/vux057.ogg b/sc2/content/comm/vux/vux057.ogg new file mode 100644 index 000000000..69adf4afd Binary files /dev/null and b/sc2/content/comm/vux/vux057.ogg differ diff --git a/sc2/content/comm/vux/vux058.ogg b/sc2/content/comm/vux/vux058.ogg new file mode 100644 index 000000000..079a7705e Binary files /dev/null and b/sc2/content/comm/vux/vux058.ogg differ diff --git a/sc2/content/comm/vux/vux059.ogg b/sc2/content/comm/vux/vux059.ogg new file mode 100644 index 000000000..e6287ee4e Binary files /dev/null and b/sc2/content/comm/vux/vux059.ogg differ diff --git a/sc2/content/comm/yehat/yehat.txt b/sc2/content/comm/yehat/yehat.txt index e2afcc731..84fd356b2 100755 --- a/sc2/content/comm/yehat/yehat.txt +++ b/sc2/content/comm/yehat/yehat.txt @@ -1,23 +1,23 @@ -#(HOMEWORLD_HELLO_1) yehat000.wav +#(HOMEWORLD_HELLO_1) yehat000.ogg BRAAK! It is sure and a true thing that the alien interloper has now been warned not to approach Caer Zeep-Reep, the Queen's High Perch lest it be blasted without further warning! -#(HOMEWORLD_HELLO_2) yehat001.wav +#(HOMEWORLD_HELLO_2) yehat001.ogg BRAAK! It is a shocking thing to see the return of the human renegade! One knows this will not be boding well with her Majesty today. #(whats_up_homeworld) What has happened in the twenty years since our species last met? -#(GENERAL_INFO_HOMEWORLD_1) yehat002.wav +#(GENERAL_INFO_HOMEWORLD_1) yehat002.ogg HEEP! It is a wondering thought that crosses my mind human starship Captain. Are ye not knowing that the cause of our Queen and empire is now allied with the fortunes of the mighty Ur-Quan?... ...and that yer presence here is being only the end of yer life? Haven't ye got the sense, human, to know this simple thing? -#(GENERAL_INFO_HOMEWORLD_2) yehat003.wav +#(GENERAL_INFO_HOMEWORLD_2) yehat003.ogg BRAAK! Ye are asking the words of a mindless child, human! Here, in the Hall of the Queen's High Perch ye shall not be finding the sympathies ye so vainly seek. @@ -36,7 +36,7 @@ I, #(i_demand_you_ally_homeworld3) demand that you uphold your duties as allies of the human species! -#(ENEMY_MUST_DIE) yehat004.wav +#(ENEMY_MUST_DIE) yehat004.ogg Yip! Are ye DAFT human!? Have ye not heard our words? You and yer kind are slaves, just as we but you humans have been confined within a shield of slaves! @@ -48,7 +48,7 @@ We must be getting about the business of killing you! #(at_least_help_us_homeworld) You must help us. Surely you owe us this much, at least! -#(NO_HELP_ENEMY) yehat005.wav +#(NO_HELP_ENEMY) yehat005.ogg BRAAAK! It is an unbelieveable thing! Ye speak the words that ruffle our feathers and cause our blood to boil! We, the loyal servants of our Queen, bless her Beak, will not be helping the likes of ye @@ -57,7 +57,7 @@ or any of the traitor Yehat bastards ye may have found among the ranks of the st #(give_info) Surely giving us some scraps of information would be okay, wouldn't it? -#(NO_INFO_FOR_ENEMY) yehat006.wav +#(NO_INFO_FOR_ENEMY) yehat006.ogg AWK! Our Queen has spoken the commands to us, and we are obeying her words! No assistance, of any kind at all, shall be given to you, human so do not be making the assumptions, that ye know a right thing from a wrong! @@ -67,12 +67,12 @@ We shall not be giving ye a SCRAP OF MEAT!... much less our secrets. #(what_about_pkunk_royalist) We have encountered an offshoot of your species, the Pkunk. Tell us about them. -#(PKUNK_ABSORBED_ROYALIST) yehat007.wav +#(PKUNK_ABSORBED_ROYALIST) yehat007.ogg The Pkunk have been absorbed. They are no more. This is how it should be. Now the matter is settled, human. Do not be bringing it up again... BRAAK! -#(HATE_PKUNK_ROYALIST) yehat008.wav +#(HATE_PKUNK_ROYALIST) yehat008.ogg BRAAAK! CLACK!! HISS!! CLACK!! The cowards live?!! HISS!! It is unbelieveable!! AWK! It is a SAD, SAD day to be hearing this thing from ye, human. @@ -85,13 +85,13 @@ do not be talking about them at all! CLACK! #(bye_homeworld) You disappoint us. We expected more from you. Goodbye. -#(GOODBYE_AND_DIE_HOMEWORLD) yehat009.wav +#(GOODBYE_AND_DIE_HOMEWORLD) yehat009.ogg So human, now ye be thinking that ye shall slink away to commit some vile treason and dirty our Queen's good name. Isn't this true? AWK! Do not be answering! We know the truth. We will not let ye pass! -#(SPACE_HELLO_1) yehat010.wav +#(SPACE_HELLO_1) yehat010.ogg BRAK! What am I seeing on my view screen!? HOOT! It is none other than the flattened old face of our friends the human! But old ally, are ye not knowing that we, the Yehat are allied with the Ur-Quan now?... @@ -100,24 +100,24 @@ are clear violations of yer Oath of Fealty?! AWK! Whatever shall we do? It just isn't a right thing to kill you, human but as a loyal member of my Clan, I must obey the wishes of our Queen! -#(SPACE_HELLO_2) yehat011.wav +#(SPACE_HELLO_2) yehat011.ogg HOOT! Human, what are you doing back here!? Are you totally off yer perch!? We have sympathies fer yer cause, tis true but we must obey the orders of our Queen, however much we may disagree with them! -#(SPACE_HELLO_3) yehat012.wav +#(SPACE_HELLO_3) yehat012.ogg Human! I am beginning to think that ye are touched, fer sure! Ye tempt fate and our sympathy too much, I think. This time, perhaps we cannot be as much yer friends as ye would like. -#(SPACE_HELLO_4) yehat013.wav +#(SPACE_HELLO_4) yehat013.ogg AWK! Human! Human. You try our souls with yer return! What is it ye be wanting now? #(whats_up_space_1) We should be allies... friends! Explain why this cannot be. -#(GENERAL_INFO_SPACE_1) yehat014.wav +#(GENERAL_INFO_SPACE_1) yehat014.ogg BRAAK! Your words are flying in the face of the facts, human. We are no longer being your AWK!... allies. But unlike the nobles of our homeworld, we, of the Starship Clans @@ -127,7 +127,7 @@ The Queen's decision to be AWK!... joining the Hierarchy, pains us! #(whats_up_space_2) How did the Ur-Quan defeat you? What happened? -#(GENERAL_INFO_SPACE_2) yehat015.wav +#(GENERAL_INFO_SPACE_2) yehat015.ogg BRAAK!! HISS!!! CLACK! BRAAACK! HISS!!! WE - WERE - NOT - DEFEATED, HUMAN!!!! Never! Never in the two-thousand years of the Veep-Neep Queens @@ -143,7 +143,7 @@ and the fight is over before it is even begun. AWK! #(whats_up_space_3) What about your legendary honor? Your courage? What would the Shofixti think?! -#(GENERAL_INFO_SPACE_3) yehat016.wav +#(GENERAL_INFO_SPACE_3) yehat016.ogg AWK! Awk!... hiss... awk... (sob!)...(whimper)! We have fallen so far. (sob!) We are not being the same (whimper!) great birds of prey your people were once knowing and trusting. @@ -156,7 +156,7 @@ the shame!... Oh the shame!... it would be unbearable! #(whats_up_space_4) Aren't you just slaves to the Ur-Quan? -#(GENERAL_INFO_SPACE_4) yehat017.wav +#(GENERAL_INFO_SPACE_4) yehat017.ogg HISS!!! BRAK!! NO! WE ARE NOT SLAVES!! WE ARE!... We are!... we are... battle thralls. @@ -172,7 +172,7 @@ By your honor, Yehat captain, I, #(i_demand_you_ally_space3) call upon the Starship Clans to honor their word and fight for our cause! -#(WE_CANNOT_1) yehat018.wav +#(WE_CANNOT_1) yehat018.ogg As much as my heart cries to aid ye, valiant human, AWK!... I cannot! Each of us is sworn first to our Queen who AWK!... has commanded us to treat ye as an enemy of the Crown! @@ -180,7 +180,7 @@ AWK!... has commanded us to treat ye as an enemy of the Crown! #(obligation) Your species' obligation cannot simply be forgotten! What about your honor, your pride!? -#(WE_CANNOT_2) yehat019.wav +#(WE_CANNOT_2) yehat019.ogg AWK! BRAK!! AWK!! Can't ye see that ye are killing me human? The shame!... the awful shame of it! What ye say is true, BRAAK!... we SHOULD be under the same wing @@ -190,14 +190,14 @@ and there is nothing I can be doing about it now! #(at_least_help_us_space) At least help us with materials for our struggle! -#(SORRY_CANNOT) yehat020.wav +#(SORRY_CANNOT) yehat020.ogg AWK! We cannot! To be doing so would be a direct violation of our royal Queen's commands! #(dishonor) Think Yehat. The sheer dishonor of it all. -#(HERES_A_HINT) yehat021.wav +#(HERES_A_HINT) yehat021.ogg AWK! BRAAK! Awk!... hiss... awk... (whimper)! We cannot be giving ye material aid, Captain, AWK!... ...but perhaps ye can make use of this information. @@ -214,12 +214,12 @@ you may discover this secret, and it may help ye in yer quest. #(what_about_pkunk_space) Tell us about the Pkunk. -#(PKUNK_ABSORBED_SPACE) yehat022.wav +#(PKUNK_ABSORBED_SPACE) yehat022.ogg This is a matter for the Yehat, human, and ONLY for the Yehat. The Pkunk have been absorbed... and that is being the end of it. Do not ask further about this matter. -#(HATE_PKUNK_SPACE) yehat023.wav +#(HATE_PKUNK_SPACE) yehat023.ogg BRAAAK! CLACK!! HISS!! CLACK!! You have met them!?? The wretched creatures are alive?!! HISS!! CLACK!! HISS!! CLACK!! @@ -231,11 +231,11 @@ By all rights, we should have eliminated the craven cowards down to the last bir #(bye_space) Goodbye Yehat... our allies and friends. -#(GO_IN_PEACE) yehat024.wav +#(GO_IN_PEACE) yehat024.ogg Though honoring our past commitment we are not, AWK! we will be letting you go in peace. -#(GOODBYE_AND_DIE_SPACE) yehat025.wav +#(GOODBYE_AND_DIE_SPACE) yehat025.ogg AWK! You are causing us sorrow, human, sorrow indeed because now we must obey the commands of our Queen and destroy you. @@ -245,13 +245,13 @@ This may come as a shock, but the Shofixti are reborn. #(shofixti_alive_2) We have a Shofixti Captain here with us. Now do you believe? -#(SEND_HIM_OVER_1) yehat026.wav +#(SEND_HIM_OVER_1) yehat026.ogg If this is being a true thing, there will be many changes. But we are a species long wise in the ways of deceit. Ye must be proving these words ye say, Captain. Send the Shofixti to us as a way of proof. -#(SEND_HIM_OVER_2) yehat027.wav +#(SEND_HIM_OVER_2) yehat027.ogg Ye are lying to us once, Captain. Now we need the hard evidence. Order yer supposed Shofixti to come to us, Captain. @@ -261,19 +261,19 @@ Well I don't have one right HERE. #(not_send) I will not subject one of my officers to such danger. How do I know you won't just kill him? -#(JUST_A_TRICK_1) yehat028.wav +#(JUST_A_TRICK_1) yehat028.ogg It is a trick then, isn't it, BRAAK!.. and nothing more. Human, we have been patient with ye up to this point, CLACK! but now ye have gone too far. Ye have most skillfully rubbed the salt into our wounds, and ye shall pay fer it in blood! -#(JUST_A_TRICK_2) yehat029.wav +#(JUST_A_TRICK_2) yehat029.ogg HISS!! Another TRICK! BRAAK! HISS! Yer lying tongue has doomed ye! #(ok_send) All right, I'll send over the Shofixti... but don't mess with him, okay? -#(WE_REVOLT) yehat030.wav +#(WE_REVOLT) yehat030.ogg We are scanning the separation of a vessel from yer fleet, Captain and indeed, its configuration matches that of a Shofixti Scout vessel. This had better not be a trick, Captain! @@ -297,7 +297,7 @@ we shall TEAR THE QUEEN FROM HER THRONE! The two-thousand year reign of the Veep-Neep Queens IS OVER! THE REVOLUTION HAS BEGUN! -#(ROYALIST_SPACE_HELLO_1) yehat031.wav +#(ROYALIST_SPACE_HELLO_1) yehat031.ogg HOOT! Human... ye shall never be fully comprehending the damage you are doing now to our Yehat culture. For fully TWO THOUSAND YEARS there has been peace between the Clans!... ...and now you have cast the ancient seed of dissension between our beaks! @@ -306,16 +306,16 @@ While the Zeep-Zeep traitors may be your allies, Captain I can be assuring you that we, of the Feep-Eeep Starship Clan are wanting nothing more dearly than your death! -#(ROYALIST_SPACE_HELLO_2) yehat032.wav +#(ROYALIST_SPACE_HELLO_2) yehat032.ogg It is the human Agitator who would see Her Radiant Majesty pulled from the High Perch! BRAAK! Ye will rue the day ye devised this wicked scheme! -#(ROYALIST_HOMEWORLD_HELLO_1) yehat033.wav +#(ROYALIST_HOMEWORLD_HELLO_1) yehat033.ogg Human! Like all heroes, ye be as brainless as ye are brave. Do ye not know, HEEP! that here there be none of the traitorous Zeep-Zeep Starship Clans! Ye are as good as dead, human. -#(ROYALIST_HOMEWORLD_HELLO_2) yehat034.wav +#(ROYALIST_HOMEWORLD_HELLO_2) yehat034.ogg BRAAK! Cease yer bloody taunting, human! Ye dance like a sick breeg, never engaging us in battle-to-the-death as honor and true courage are demanding, BRAAK! @@ -323,26 +323,26 @@ as honor and true courage are demanding, BRAAK! #(how_is_rebellion) So, how's the revolution going for you guys? -#(ROYALIST_REBELLION_1) yehat035.wav +#(ROYALIST_REBELLION_1) yehat035.ogg Revolution!? BRAAK! Ye compliment yerself unnecessarily, Captain. This is nothing more than a, CLACK!... band of thugs trying to undo the peace of a hundred generations! We will roast the traitors in their ships, and, BRAAK! crack the eggs in their Clanhome so that never again will the Zeep-Zeep criminals be flying though our stars. -#(ROYALIST_REBELLION_2) yehat036.wav +#(ROYALIST_REBELLION_2) yehat036.ogg Do not be worrying yerself, Captain, HEEP! Victory is almost within our grasp. #(sorry_about_revolution) Gosh, I'm sorry about this revolution thing. I didn't mean any harm. -#(ALL_YOUR_FAULT) yehat037.wav +#(ALL_YOUR_FAULT) yehat037.ogg The pain and suffering of this useless conflict, BRAAK!... are being nothing but a tragic waste of life. Congratulate yourself, Captain. The source of all this death and misery is yerself. #(bye_royalist) Goodbye Royalist fool! -#(GOODBYE_AND_DIE_ROYALIST) yehat038.wav +#(GOODBYE_AND_DIE_ROYALIST) yehat038.ogg Now ye must pay fer yer crimes, human! #(name_1) diff --git a/sc2/content/comm/yehat/yehat000.ogg b/sc2/content/comm/yehat/yehat000.ogg new file mode 100644 index 000000000..c802207ae Binary files /dev/null and b/sc2/content/comm/yehat/yehat000.ogg differ diff --git a/sc2/content/comm/yehat/yehat001.ogg b/sc2/content/comm/yehat/yehat001.ogg new file mode 100644 index 000000000..05a4740c1 Binary files /dev/null and b/sc2/content/comm/yehat/yehat001.ogg differ diff --git a/sc2/content/comm/yehat/yehat002.ogg b/sc2/content/comm/yehat/yehat002.ogg new file mode 100644 index 000000000..082c2870a Binary files /dev/null and b/sc2/content/comm/yehat/yehat002.ogg differ diff --git a/sc2/content/comm/yehat/yehat003.ogg b/sc2/content/comm/yehat/yehat003.ogg new file mode 100644 index 000000000..8eb6fb1ca Binary files /dev/null and b/sc2/content/comm/yehat/yehat003.ogg differ diff --git a/sc2/content/comm/yehat/yehat004.ogg b/sc2/content/comm/yehat/yehat004.ogg new file mode 100644 index 000000000..ffdd4bfd9 Binary files /dev/null and b/sc2/content/comm/yehat/yehat004.ogg differ diff --git a/sc2/content/comm/yehat/yehat005.ogg b/sc2/content/comm/yehat/yehat005.ogg new file mode 100644 index 000000000..c93876c80 Binary files /dev/null and b/sc2/content/comm/yehat/yehat005.ogg differ diff --git a/sc2/content/comm/yehat/yehat006.ogg b/sc2/content/comm/yehat/yehat006.ogg new file mode 100644 index 000000000..5d1eea4e9 Binary files /dev/null and b/sc2/content/comm/yehat/yehat006.ogg differ diff --git a/sc2/content/comm/yehat/yehat007.ogg b/sc2/content/comm/yehat/yehat007.ogg new file mode 100644 index 000000000..47f22a0f1 Binary files /dev/null and b/sc2/content/comm/yehat/yehat007.ogg differ diff --git a/sc2/content/comm/yehat/yehat008.ogg b/sc2/content/comm/yehat/yehat008.ogg new file mode 100644 index 000000000..113d545da Binary files /dev/null and b/sc2/content/comm/yehat/yehat008.ogg differ diff --git a/sc2/content/comm/yehat/yehat009.ogg b/sc2/content/comm/yehat/yehat009.ogg new file mode 100644 index 000000000..bd0e6c070 Binary files /dev/null and b/sc2/content/comm/yehat/yehat009.ogg differ diff --git a/sc2/content/comm/yehat/yehat010.ogg b/sc2/content/comm/yehat/yehat010.ogg new file mode 100644 index 000000000..160dcfff6 Binary files /dev/null and b/sc2/content/comm/yehat/yehat010.ogg differ diff --git a/sc2/content/comm/yehat/yehat011.ogg b/sc2/content/comm/yehat/yehat011.ogg new file mode 100644 index 000000000..6b6ab65e4 Binary files /dev/null and b/sc2/content/comm/yehat/yehat011.ogg differ diff --git a/sc2/content/comm/yehat/yehat012.ogg b/sc2/content/comm/yehat/yehat012.ogg new file mode 100644 index 000000000..2f06e5d01 Binary files /dev/null and b/sc2/content/comm/yehat/yehat012.ogg differ diff --git a/sc2/content/comm/yehat/yehat013.ogg b/sc2/content/comm/yehat/yehat013.ogg new file mode 100644 index 000000000..e36396a3b Binary files /dev/null and b/sc2/content/comm/yehat/yehat013.ogg differ diff --git a/sc2/content/comm/yehat/yehat014.ogg b/sc2/content/comm/yehat/yehat014.ogg new file mode 100644 index 000000000..c0ea37fc7 Binary files /dev/null and b/sc2/content/comm/yehat/yehat014.ogg differ diff --git a/sc2/content/comm/yehat/yehat015.ogg b/sc2/content/comm/yehat/yehat015.ogg new file mode 100644 index 000000000..9b12fc684 Binary files /dev/null and b/sc2/content/comm/yehat/yehat015.ogg differ diff --git a/sc2/content/comm/yehat/yehat016.ogg b/sc2/content/comm/yehat/yehat016.ogg new file mode 100644 index 000000000..8d9f91663 Binary files /dev/null and b/sc2/content/comm/yehat/yehat016.ogg differ diff --git a/sc2/content/comm/yehat/yehat017.ogg b/sc2/content/comm/yehat/yehat017.ogg new file mode 100644 index 000000000..151cf6d86 Binary files /dev/null and b/sc2/content/comm/yehat/yehat017.ogg differ diff --git a/sc2/content/comm/yehat/yehat018.ogg b/sc2/content/comm/yehat/yehat018.ogg new file mode 100644 index 000000000..b2c59410d Binary files /dev/null and b/sc2/content/comm/yehat/yehat018.ogg differ diff --git a/sc2/content/comm/yehat/yehat019.ogg b/sc2/content/comm/yehat/yehat019.ogg new file mode 100644 index 000000000..f60377e18 Binary files /dev/null and b/sc2/content/comm/yehat/yehat019.ogg differ diff --git a/sc2/content/comm/yehat/yehat020.ogg b/sc2/content/comm/yehat/yehat020.ogg new file mode 100644 index 000000000..bc54097a1 Binary files /dev/null and b/sc2/content/comm/yehat/yehat020.ogg differ diff --git a/sc2/content/comm/yehat/yehat021.ogg b/sc2/content/comm/yehat/yehat021.ogg new file mode 100644 index 000000000..40b3a208b Binary files /dev/null and b/sc2/content/comm/yehat/yehat021.ogg differ diff --git a/sc2/content/comm/yehat/yehat022.ogg b/sc2/content/comm/yehat/yehat022.ogg new file mode 100644 index 000000000..9bd0025d4 Binary files /dev/null and b/sc2/content/comm/yehat/yehat022.ogg differ diff --git a/sc2/content/comm/yehat/yehat023.ogg b/sc2/content/comm/yehat/yehat023.ogg new file mode 100644 index 000000000..a5527bd51 Binary files /dev/null and b/sc2/content/comm/yehat/yehat023.ogg differ diff --git a/sc2/content/comm/yehat/yehat024.ogg b/sc2/content/comm/yehat/yehat024.ogg new file mode 100644 index 000000000..cc3b93b1a Binary files /dev/null and b/sc2/content/comm/yehat/yehat024.ogg differ diff --git a/sc2/content/comm/yehat/yehat025.ogg b/sc2/content/comm/yehat/yehat025.ogg new file mode 100644 index 000000000..77f314bdf Binary files /dev/null and b/sc2/content/comm/yehat/yehat025.ogg differ diff --git a/sc2/content/comm/yehat/yehat026.ogg b/sc2/content/comm/yehat/yehat026.ogg new file mode 100644 index 000000000..ad29222cb Binary files /dev/null and b/sc2/content/comm/yehat/yehat026.ogg differ diff --git a/sc2/content/comm/yehat/yehat027.ogg b/sc2/content/comm/yehat/yehat027.ogg new file mode 100644 index 000000000..431bedbca Binary files /dev/null and b/sc2/content/comm/yehat/yehat027.ogg differ diff --git a/sc2/content/comm/yehat/yehat028.ogg b/sc2/content/comm/yehat/yehat028.ogg new file mode 100644 index 000000000..820073229 Binary files /dev/null and b/sc2/content/comm/yehat/yehat028.ogg differ diff --git a/sc2/content/comm/yehat/yehat029.ogg b/sc2/content/comm/yehat/yehat029.ogg new file mode 100644 index 000000000..bbbfdce73 Binary files /dev/null and b/sc2/content/comm/yehat/yehat029.ogg differ diff --git a/sc2/content/comm/yehat/yehat030.ogg b/sc2/content/comm/yehat/yehat030.ogg new file mode 100644 index 000000000..8e7b9d03c Binary files /dev/null and b/sc2/content/comm/yehat/yehat030.ogg differ diff --git a/sc2/content/comm/yehat/yehat031.ogg b/sc2/content/comm/yehat/yehat031.ogg new file mode 100644 index 000000000..e759d7c3b Binary files /dev/null and b/sc2/content/comm/yehat/yehat031.ogg differ diff --git a/sc2/content/comm/yehat/yehat032.ogg b/sc2/content/comm/yehat/yehat032.ogg new file mode 100644 index 000000000..bcb5dbb2e Binary files /dev/null and b/sc2/content/comm/yehat/yehat032.ogg differ diff --git a/sc2/content/comm/yehat/yehat033.ogg b/sc2/content/comm/yehat/yehat033.ogg new file mode 100644 index 000000000..255f311d8 Binary files /dev/null and b/sc2/content/comm/yehat/yehat033.ogg differ diff --git a/sc2/content/comm/yehat/yehat034.ogg b/sc2/content/comm/yehat/yehat034.ogg new file mode 100644 index 000000000..d6a82e6d6 Binary files /dev/null and b/sc2/content/comm/yehat/yehat034.ogg differ diff --git a/sc2/content/comm/yehat/yehat035.ogg b/sc2/content/comm/yehat/yehat035.ogg new file mode 100644 index 000000000..b2c85dc89 Binary files /dev/null and b/sc2/content/comm/yehat/yehat035.ogg differ diff --git a/sc2/content/comm/yehat/yehat036.ogg b/sc2/content/comm/yehat/yehat036.ogg new file mode 100644 index 000000000..ec2a37849 Binary files /dev/null and b/sc2/content/comm/yehat/yehat036.ogg differ diff --git a/sc2/content/comm/yehat/yehat037.ogg b/sc2/content/comm/yehat/yehat037.ogg new file mode 100644 index 000000000..f32a72787 Binary files /dev/null and b/sc2/content/comm/yehat/yehat037.ogg differ diff --git a/sc2/content/comm/yehat/yehat038.ogg b/sc2/content/comm/yehat/yehat038.ogg new file mode 100644 index 000000000..861020a49 Binary files /dev/null and b/sc2/content/comm/yehat/yehat038.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo000.ogg b/sc2/content/comm/zoqfot/zoqfo000.ogg new file mode 100644 index 000000000..ecc2f6e1c Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo000.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo001.ogg b/sc2/content/comm/zoqfot/zoqfo001.ogg new file mode 100644 index 000000000..6b1d00631 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo001.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo002.ogg b/sc2/content/comm/zoqfot/zoqfo002.ogg new file mode 100644 index 000000000..6b9c2bf18 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo002.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo003.ogg b/sc2/content/comm/zoqfot/zoqfo003.ogg new file mode 100644 index 000000000..98721690c Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo003.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo004.ogg b/sc2/content/comm/zoqfot/zoqfo004.ogg new file mode 100644 index 000000000..3905f7b5e Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo004.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo005.ogg b/sc2/content/comm/zoqfot/zoqfo005.ogg new file mode 100644 index 000000000..fd7c81ab0 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo005.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo006.ogg b/sc2/content/comm/zoqfot/zoqfo006.ogg new file mode 100644 index 000000000..7d3c15020 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo006.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo007.ogg b/sc2/content/comm/zoqfot/zoqfo007.ogg new file mode 100644 index 000000000..9f3b8038c Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo007.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo008.ogg b/sc2/content/comm/zoqfot/zoqfo008.ogg new file mode 100644 index 000000000..1c86c3574 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo008.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo009.ogg b/sc2/content/comm/zoqfot/zoqfo009.ogg new file mode 100644 index 000000000..d9bbcf214 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo009.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo010.ogg b/sc2/content/comm/zoqfot/zoqfo010.ogg new file mode 100644 index 000000000..a67916202 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo010.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo011.ogg b/sc2/content/comm/zoqfot/zoqfo011.ogg new file mode 100644 index 000000000..792f3e179 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo011.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo012.ogg b/sc2/content/comm/zoqfot/zoqfo012.ogg new file mode 100644 index 000000000..085e0e2d4 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo012.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo013.ogg b/sc2/content/comm/zoqfot/zoqfo013.ogg new file mode 100644 index 000000000..f1a7c2ac3 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo013.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo014.ogg b/sc2/content/comm/zoqfot/zoqfo014.ogg new file mode 100644 index 000000000..dabc31298 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo014.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo015.ogg b/sc2/content/comm/zoqfot/zoqfo015.ogg new file mode 100644 index 000000000..be849415f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo015.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo016.ogg b/sc2/content/comm/zoqfot/zoqfo016.ogg new file mode 100644 index 000000000..733b1d855 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo016.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo017.ogg b/sc2/content/comm/zoqfot/zoqfo017.ogg new file mode 100644 index 000000000..e672080fb Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo017.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo018.ogg b/sc2/content/comm/zoqfot/zoqfo018.ogg new file mode 100644 index 000000000..ff9cf8121 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo018.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo019.ogg b/sc2/content/comm/zoqfot/zoqfo019.ogg new file mode 100644 index 000000000..304225d48 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo019.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo020.ogg b/sc2/content/comm/zoqfot/zoqfo020.ogg new file mode 100644 index 000000000..f46dfcac9 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo020.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo021.ogg b/sc2/content/comm/zoqfot/zoqfo021.ogg new file mode 100644 index 000000000..9020a9848 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo021.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo022.ogg b/sc2/content/comm/zoqfot/zoqfo022.ogg new file mode 100644 index 000000000..27638f7ec Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo022.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo023.ogg b/sc2/content/comm/zoqfot/zoqfo023.ogg new file mode 100644 index 000000000..b386584a7 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo023.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo024.ogg b/sc2/content/comm/zoqfot/zoqfo024.ogg new file mode 100644 index 000000000..b0a147c92 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo024.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo025.ogg b/sc2/content/comm/zoqfot/zoqfo025.ogg new file mode 100644 index 000000000..ff10d7482 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo025.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo026.ogg b/sc2/content/comm/zoqfot/zoqfo026.ogg new file mode 100644 index 000000000..752d10864 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo026.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo027.ogg b/sc2/content/comm/zoqfot/zoqfo027.ogg new file mode 100644 index 000000000..ee89c2a17 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo027.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo028.ogg b/sc2/content/comm/zoqfot/zoqfo028.ogg new file mode 100644 index 000000000..e064a3088 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo028.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo029.ogg b/sc2/content/comm/zoqfot/zoqfo029.ogg new file mode 100644 index 000000000..3f5c3d36d Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo029.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo030.ogg b/sc2/content/comm/zoqfot/zoqfo030.ogg new file mode 100644 index 000000000..c069ac94c Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo030.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo031.ogg b/sc2/content/comm/zoqfot/zoqfo031.ogg new file mode 100644 index 000000000..22fe59b96 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo031.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo032.ogg b/sc2/content/comm/zoqfot/zoqfo032.ogg new file mode 100644 index 000000000..c0f92867f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo032.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo033.ogg b/sc2/content/comm/zoqfot/zoqfo033.ogg new file mode 100644 index 000000000..3f028f08e Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo033.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo034.ogg b/sc2/content/comm/zoqfot/zoqfo034.ogg new file mode 100644 index 000000000..7ae667a40 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo034.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo035.ogg b/sc2/content/comm/zoqfot/zoqfo035.ogg new file mode 100644 index 000000000..94779f567 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo035.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo036.ogg b/sc2/content/comm/zoqfot/zoqfo036.ogg new file mode 100644 index 000000000..ae1192fb6 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo036.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo037.ogg b/sc2/content/comm/zoqfot/zoqfo037.ogg new file mode 100644 index 000000000..d80e43615 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo037.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo038.ogg b/sc2/content/comm/zoqfot/zoqfo038.ogg new file mode 100644 index 000000000..85cd4ee19 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo038.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo039.ogg b/sc2/content/comm/zoqfot/zoqfo039.ogg new file mode 100644 index 000000000..70326247f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo039.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo040.ogg b/sc2/content/comm/zoqfot/zoqfo040.ogg new file mode 100644 index 000000000..902f00fd0 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo040.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo041.ogg b/sc2/content/comm/zoqfot/zoqfo041.ogg new file mode 100644 index 000000000..2ce550d21 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo041.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo042.ogg b/sc2/content/comm/zoqfot/zoqfo042.ogg new file mode 100644 index 000000000..51b9170c3 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo042.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo043.ogg b/sc2/content/comm/zoqfot/zoqfo043.ogg new file mode 100644 index 000000000..a433d9fb4 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo043.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo044.ogg b/sc2/content/comm/zoqfot/zoqfo044.ogg new file mode 100644 index 000000000..49219a3b9 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo044.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo045.ogg b/sc2/content/comm/zoqfot/zoqfo045.ogg new file mode 100644 index 000000000..04e2c77fd Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo045.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo046.ogg b/sc2/content/comm/zoqfot/zoqfo046.ogg new file mode 100644 index 000000000..ee5f01fc2 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo046.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo047.ogg b/sc2/content/comm/zoqfot/zoqfo047.ogg new file mode 100644 index 000000000..282beface Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo047.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo048.ogg b/sc2/content/comm/zoqfot/zoqfo048.ogg new file mode 100644 index 000000000..1b966ac6d Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo048.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo049.ogg b/sc2/content/comm/zoqfot/zoqfo049.ogg new file mode 100644 index 000000000..ccdbe933b Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo049.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo050.ogg b/sc2/content/comm/zoqfot/zoqfo050.ogg new file mode 100644 index 000000000..38a3ac692 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo050.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo051.ogg b/sc2/content/comm/zoqfot/zoqfo051.ogg new file mode 100644 index 000000000..c7c467129 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo051.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo052.ogg b/sc2/content/comm/zoqfot/zoqfo052.ogg new file mode 100644 index 000000000..2487945d5 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo052.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo053.ogg b/sc2/content/comm/zoqfot/zoqfo053.ogg new file mode 100644 index 000000000..2aa2b136f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo053.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo054.ogg b/sc2/content/comm/zoqfot/zoqfo054.ogg new file mode 100644 index 000000000..ad21e8d6d Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo054.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo055.ogg b/sc2/content/comm/zoqfot/zoqfo055.ogg new file mode 100644 index 000000000..354d6dd0a Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo055.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo056.ogg b/sc2/content/comm/zoqfot/zoqfo056.ogg new file mode 100644 index 000000000..121dd54d0 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo056.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo057.ogg b/sc2/content/comm/zoqfot/zoqfo057.ogg new file mode 100644 index 000000000..cd3a71dab Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo057.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo058.ogg b/sc2/content/comm/zoqfot/zoqfo058.ogg new file mode 100644 index 000000000..11eb945e3 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo058.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo059.ogg b/sc2/content/comm/zoqfot/zoqfo059.ogg new file mode 100644 index 000000000..e207405a4 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo059.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo060.ogg b/sc2/content/comm/zoqfot/zoqfo060.ogg new file mode 100644 index 000000000..5c9e551fa Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo060.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo061.ogg b/sc2/content/comm/zoqfot/zoqfo061.ogg new file mode 100644 index 000000000..6b6435f68 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo061.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo062.ogg b/sc2/content/comm/zoqfot/zoqfo062.ogg new file mode 100644 index 000000000..e6280f656 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo062.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo063.ogg b/sc2/content/comm/zoqfot/zoqfo063.ogg new file mode 100644 index 000000000..800b851bc Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo063.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo064.ogg b/sc2/content/comm/zoqfot/zoqfo064.ogg new file mode 100644 index 000000000..4a1893f5e Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo064.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo065.ogg b/sc2/content/comm/zoqfot/zoqfo065.ogg new file mode 100644 index 000000000..983d8163c Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo065.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo066.ogg b/sc2/content/comm/zoqfot/zoqfo066.ogg new file mode 100644 index 000000000..d67a055a1 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo066.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo067.ogg b/sc2/content/comm/zoqfot/zoqfo067.ogg new file mode 100644 index 000000000..586fea889 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo067.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo068.ogg b/sc2/content/comm/zoqfot/zoqfo068.ogg new file mode 100644 index 000000000..f2ffce341 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo068.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo069.ogg b/sc2/content/comm/zoqfot/zoqfo069.ogg new file mode 100644 index 000000000..bf5c3223f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo069.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo070.ogg b/sc2/content/comm/zoqfot/zoqfo070.ogg new file mode 100644 index 000000000..1d9161dff Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo070.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo071.ogg b/sc2/content/comm/zoqfot/zoqfo071.ogg new file mode 100644 index 000000000..dc548c1e4 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo071.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo072.ogg b/sc2/content/comm/zoqfot/zoqfo072.ogg new file mode 100644 index 000000000..7dd904f44 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo072.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo073.ogg b/sc2/content/comm/zoqfot/zoqfo073.ogg new file mode 100644 index 000000000..fec6ffb01 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo073.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo074.ogg b/sc2/content/comm/zoqfot/zoqfo074.ogg new file mode 100644 index 000000000..3d09bb1c6 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo074.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo075.ogg b/sc2/content/comm/zoqfot/zoqfo075.ogg new file mode 100644 index 000000000..00ffb2942 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo075.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo076.ogg b/sc2/content/comm/zoqfot/zoqfo076.ogg new file mode 100644 index 000000000..ef29e4ae5 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo076.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo077.ogg b/sc2/content/comm/zoqfot/zoqfo077.ogg new file mode 100644 index 000000000..3d564aa8b Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo077.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo078.ogg b/sc2/content/comm/zoqfot/zoqfo078.ogg new file mode 100644 index 000000000..633d3c1d0 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo078.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo079.ogg b/sc2/content/comm/zoqfot/zoqfo079.ogg new file mode 100644 index 000000000..a0f254620 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo079.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo080.ogg b/sc2/content/comm/zoqfot/zoqfo080.ogg new file mode 100644 index 000000000..47b84230d Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo080.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo081.ogg b/sc2/content/comm/zoqfot/zoqfo081.ogg new file mode 100644 index 000000000..786708352 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo081.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo082.ogg b/sc2/content/comm/zoqfot/zoqfo082.ogg new file mode 100644 index 000000000..42220378f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo082.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo083.ogg b/sc2/content/comm/zoqfot/zoqfo083.ogg new file mode 100644 index 000000000..dbb3b3eac Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo083.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo084.ogg b/sc2/content/comm/zoqfot/zoqfo084.ogg new file mode 100644 index 000000000..eeffe63a5 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo084.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo085.ogg b/sc2/content/comm/zoqfot/zoqfo085.ogg new file mode 100644 index 000000000..90d3cea3b Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo085.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo086.ogg b/sc2/content/comm/zoqfot/zoqfo086.ogg new file mode 100644 index 000000000..cda996be9 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo086.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo087.ogg b/sc2/content/comm/zoqfot/zoqfo087.ogg new file mode 100644 index 000000000..baf91c9ce Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo087.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo088.ogg b/sc2/content/comm/zoqfot/zoqfo088.ogg new file mode 100644 index 000000000..79bfb707f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo088.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo089.ogg b/sc2/content/comm/zoqfot/zoqfo089.ogg new file mode 100644 index 000000000..81805cf20 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo089.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo090.ogg b/sc2/content/comm/zoqfot/zoqfo090.ogg new file mode 100644 index 000000000..42183d762 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo090.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo091.ogg b/sc2/content/comm/zoqfot/zoqfo091.ogg new file mode 100644 index 000000000..65705051c Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo091.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo092.ogg b/sc2/content/comm/zoqfot/zoqfo092.ogg new file mode 100644 index 000000000..e2e04c33a Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo092.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo093.ogg b/sc2/content/comm/zoqfot/zoqfo093.ogg new file mode 100644 index 000000000..710f2d2a1 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo093.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo094.ogg b/sc2/content/comm/zoqfot/zoqfo094.ogg new file mode 100644 index 000000000..bd3c94996 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo094.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo095.ogg b/sc2/content/comm/zoqfot/zoqfo095.ogg new file mode 100644 index 000000000..1a65bafb6 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo095.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo096.ogg b/sc2/content/comm/zoqfot/zoqfo096.ogg new file mode 100644 index 000000000..41d130d5e Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo096.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo097.ogg b/sc2/content/comm/zoqfot/zoqfo097.ogg new file mode 100644 index 000000000..325f84e20 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo097.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo098.ogg b/sc2/content/comm/zoqfot/zoqfo098.ogg new file mode 100644 index 000000000..5e3960fba Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo098.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo099.ogg b/sc2/content/comm/zoqfot/zoqfo099.ogg new file mode 100644 index 000000000..f0c811987 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo099.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo100.ogg b/sc2/content/comm/zoqfot/zoqfo100.ogg new file mode 100644 index 000000000..9e9fef48b Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo100.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo101.ogg b/sc2/content/comm/zoqfot/zoqfo101.ogg new file mode 100644 index 000000000..ac8201ecf Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo101.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo102.ogg b/sc2/content/comm/zoqfot/zoqfo102.ogg new file mode 100644 index 000000000..b63488752 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo102.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo103.ogg b/sc2/content/comm/zoqfot/zoqfo103.ogg new file mode 100644 index 000000000..34a3c6c7c Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo103.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo104.ogg b/sc2/content/comm/zoqfot/zoqfo104.ogg new file mode 100644 index 000000000..49c45be90 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo104.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo105.ogg b/sc2/content/comm/zoqfot/zoqfo105.ogg new file mode 100644 index 000000000..268333ed8 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo105.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo106.ogg b/sc2/content/comm/zoqfot/zoqfo106.ogg new file mode 100644 index 000000000..4f901bba9 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo106.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo107.ogg b/sc2/content/comm/zoqfot/zoqfo107.ogg new file mode 100644 index 000000000..8b227cd25 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo107.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo108.ogg b/sc2/content/comm/zoqfot/zoqfo108.ogg new file mode 100644 index 000000000..7a7607881 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo108.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo109.ogg b/sc2/content/comm/zoqfot/zoqfo109.ogg new file mode 100644 index 000000000..fb3e04652 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo109.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo110.ogg b/sc2/content/comm/zoqfot/zoqfo110.ogg new file mode 100644 index 000000000..0bf1e512d Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo110.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo111.ogg b/sc2/content/comm/zoqfot/zoqfo111.ogg new file mode 100644 index 000000000..3c39dccd6 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo111.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo112.ogg b/sc2/content/comm/zoqfot/zoqfo112.ogg new file mode 100644 index 000000000..60572c726 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo112.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo113.ogg b/sc2/content/comm/zoqfot/zoqfo113.ogg new file mode 100644 index 000000000..1f15c7a35 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo113.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo114.ogg b/sc2/content/comm/zoqfot/zoqfo114.ogg new file mode 100644 index 000000000..e67bcfad0 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo114.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo115.ogg b/sc2/content/comm/zoqfot/zoqfo115.ogg new file mode 100644 index 000000000..a10511260 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo115.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo116.ogg b/sc2/content/comm/zoqfot/zoqfo116.ogg new file mode 100644 index 000000000..0465dc107 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo116.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo117.ogg b/sc2/content/comm/zoqfot/zoqfo117.ogg new file mode 100644 index 000000000..ec340d5cb Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo117.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo118.ogg b/sc2/content/comm/zoqfot/zoqfo118.ogg new file mode 100644 index 000000000..6a1e29570 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo118.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo119.ogg b/sc2/content/comm/zoqfot/zoqfo119.ogg new file mode 100644 index 000000000..a138ec277 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo119.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo120.ogg b/sc2/content/comm/zoqfot/zoqfo120.ogg new file mode 100644 index 000000000..0e59f6aec Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo120.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo121.ogg b/sc2/content/comm/zoqfot/zoqfo121.ogg new file mode 100644 index 000000000..856bbef1f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo121.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo122.ogg b/sc2/content/comm/zoqfot/zoqfo122.ogg new file mode 100644 index 000000000..a75afdf20 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo122.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo123.ogg b/sc2/content/comm/zoqfot/zoqfo123.ogg new file mode 100644 index 000000000..83c2283bf Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo123.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo124.ogg b/sc2/content/comm/zoqfot/zoqfo124.ogg new file mode 100644 index 000000000..63c7dabc1 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo124.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo125.ogg b/sc2/content/comm/zoqfot/zoqfo125.ogg new file mode 100644 index 000000000..9d0cbcec7 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo125.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo126.ogg b/sc2/content/comm/zoqfot/zoqfo126.ogg new file mode 100644 index 000000000..ffc56d788 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo126.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo127.ogg b/sc2/content/comm/zoqfot/zoqfo127.ogg new file mode 100644 index 000000000..2c1bc6aa9 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo127.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo128.ogg b/sc2/content/comm/zoqfot/zoqfo128.ogg new file mode 100644 index 000000000..405f5fde9 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo128.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo129.ogg b/sc2/content/comm/zoqfot/zoqfo129.ogg new file mode 100644 index 000000000..52d792b68 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo129.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo130.ogg b/sc2/content/comm/zoqfot/zoqfo130.ogg new file mode 100644 index 000000000..dc09e35a9 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo130.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo131.ogg b/sc2/content/comm/zoqfot/zoqfo131.ogg new file mode 100644 index 000000000..ab06750fc Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo131.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo132.ogg b/sc2/content/comm/zoqfot/zoqfo132.ogg new file mode 100644 index 000000000..74da2c7be Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo132.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo133.ogg b/sc2/content/comm/zoqfot/zoqfo133.ogg new file mode 100644 index 000000000..add36ce44 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo133.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo134.ogg b/sc2/content/comm/zoqfot/zoqfo134.ogg new file mode 100644 index 000000000..ab145ea2f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo134.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo135.ogg b/sc2/content/comm/zoqfot/zoqfo135.ogg new file mode 100644 index 000000000..f1439b12e Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo135.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo136.ogg b/sc2/content/comm/zoqfot/zoqfo136.ogg new file mode 100644 index 000000000..aecd936b4 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo136.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo137.ogg b/sc2/content/comm/zoqfot/zoqfo137.ogg new file mode 100644 index 000000000..8a776a68f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo137.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo138.ogg b/sc2/content/comm/zoqfot/zoqfo138.ogg new file mode 100644 index 000000000..6942f4e35 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo138.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo139.ogg b/sc2/content/comm/zoqfot/zoqfo139.ogg new file mode 100644 index 000000000..459c20575 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo139.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo140.ogg b/sc2/content/comm/zoqfot/zoqfo140.ogg new file mode 100644 index 000000000..81671da9a Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo140.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo141.ogg b/sc2/content/comm/zoqfot/zoqfo141.ogg new file mode 100644 index 000000000..65efd51e8 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo141.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo142.ogg b/sc2/content/comm/zoqfot/zoqfo142.ogg new file mode 100644 index 000000000..9ba9e0d48 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo142.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo143.ogg b/sc2/content/comm/zoqfot/zoqfo143.ogg new file mode 100644 index 000000000..0ae2182a8 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo143.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo144.ogg b/sc2/content/comm/zoqfot/zoqfo144.ogg new file mode 100644 index 000000000..146e9fbc3 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo144.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo145.ogg b/sc2/content/comm/zoqfot/zoqfo145.ogg new file mode 100644 index 000000000..626e6010f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo145.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo146.ogg b/sc2/content/comm/zoqfot/zoqfo146.ogg new file mode 100644 index 000000000..6a47b7408 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo146.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo147.ogg b/sc2/content/comm/zoqfot/zoqfo147.ogg new file mode 100644 index 000000000..5bc1e1cee Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo147.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo148.ogg b/sc2/content/comm/zoqfot/zoqfo148.ogg new file mode 100644 index 000000000..2f3d62c0b Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo148.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo149.ogg b/sc2/content/comm/zoqfot/zoqfo149.ogg new file mode 100644 index 000000000..6512135eb Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo149.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo150.ogg b/sc2/content/comm/zoqfot/zoqfo150.ogg new file mode 100644 index 000000000..5bfca74f0 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo150.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo151.ogg b/sc2/content/comm/zoqfot/zoqfo151.ogg new file mode 100644 index 000000000..b2cf23158 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo151.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo152.ogg b/sc2/content/comm/zoqfot/zoqfo152.ogg new file mode 100644 index 000000000..3a623698c Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo152.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo153.ogg b/sc2/content/comm/zoqfot/zoqfo153.ogg new file mode 100644 index 000000000..72a858dbc Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo153.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo154.ogg b/sc2/content/comm/zoqfot/zoqfo154.ogg new file mode 100644 index 000000000..40a2ce78b Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo154.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo155.ogg b/sc2/content/comm/zoqfot/zoqfo155.ogg new file mode 100644 index 000000000..ec720ac3b Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo155.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo156.ogg b/sc2/content/comm/zoqfot/zoqfo156.ogg new file mode 100644 index 000000000..414429534 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo156.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo157.ogg b/sc2/content/comm/zoqfot/zoqfo157.ogg new file mode 100644 index 000000000..cb8944a04 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo157.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo158.ogg b/sc2/content/comm/zoqfot/zoqfo158.ogg new file mode 100644 index 000000000..455458ef2 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo158.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo159.ogg b/sc2/content/comm/zoqfot/zoqfo159.ogg new file mode 100644 index 000000000..48ba34f64 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo159.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo160.ogg b/sc2/content/comm/zoqfot/zoqfo160.ogg new file mode 100644 index 000000000..d907064d7 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo160.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo161.ogg b/sc2/content/comm/zoqfot/zoqfo161.ogg new file mode 100644 index 000000000..20ad51843 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo161.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo162.ogg b/sc2/content/comm/zoqfot/zoqfo162.ogg new file mode 100644 index 000000000..1526b02cc Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo162.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo163.ogg b/sc2/content/comm/zoqfot/zoqfo163.ogg new file mode 100644 index 000000000..e4878d2b7 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo163.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo164.ogg b/sc2/content/comm/zoqfot/zoqfo164.ogg new file mode 100644 index 000000000..90a2e46d8 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo164.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo165.ogg b/sc2/content/comm/zoqfot/zoqfo165.ogg new file mode 100644 index 000000000..397504f1b Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo165.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo166.ogg b/sc2/content/comm/zoqfot/zoqfo166.ogg new file mode 100644 index 000000000..377344dcf Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo166.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo167.ogg b/sc2/content/comm/zoqfot/zoqfo167.ogg new file mode 100644 index 000000000..00c15b0f4 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo167.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo168.ogg b/sc2/content/comm/zoqfot/zoqfo168.ogg new file mode 100644 index 000000000..48a181ca5 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo168.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo169.ogg b/sc2/content/comm/zoqfot/zoqfo169.ogg new file mode 100644 index 000000000..946ac50f7 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo169.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo170.ogg b/sc2/content/comm/zoqfot/zoqfo170.ogg new file mode 100644 index 000000000..70daaa804 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo170.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo171.ogg b/sc2/content/comm/zoqfot/zoqfo171.ogg new file mode 100644 index 000000000..9b45401be Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo171.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo172.ogg b/sc2/content/comm/zoqfot/zoqfo172.ogg new file mode 100644 index 000000000..59ee5d508 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo172.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo173.ogg b/sc2/content/comm/zoqfot/zoqfo173.ogg new file mode 100644 index 000000000..72873e8fe Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo173.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo174.ogg b/sc2/content/comm/zoqfot/zoqfo174.ogg new file mode 100644 index 000000000..76811afd2 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo174.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo175.ogg b/sc2/content/comm/zoqfot/zoqfo175.ogg new file mode 100644 index 000000000..67fe95a22 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo175.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo176.ogg b/sc2/content/comm/zoqfot/zoqfo176.ogg new file mode 100644 index 000000000..ccb4b9bc3 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo176.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo177.ogg b/sc2/content/comm/zoqfot/zoqfo177.ogg new file mode 100644 index 000000000..9b9ce00fa Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo177.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo178.ogg b/sc2/content/comm/zoqfot/zoqfo178.ogg new file mode 100644 index 000000000..eaf80e0bd Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo178.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo179.ogg b/sc2/content/comm/zoqfot/zoqfo179.ogg new file mode 100644 index 000000000..dbc77223f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo179.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo180.ogg b/sc2/content/comm/zoqfot/zoqfo180.ogg new file mode 100644 index 000000000..52f778973 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo180.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo181.ogg b/sc2/content/comm/zoqfot/zoqfo181.ogg new file mode 100644 index 000000000..a313e11be Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo181.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo182.ogg b/sc2/content/comm/zoqfot/zoqfo182.ogg new file mode 100644 index 000000000..29c65cfce Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo182.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo183.ogg b/sc2/content/comm/zoqfot/zoqfo183.ogg new file mode 100644 index 000000000..43b96bcd1 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo183.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo184.ogg b/sc2/content/comm/zoqfot/zoqfo184.ogg new file mode 100644 index 000000000..fafa5a300 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo184.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo185.ogg b/sc2/content/comm/zoqfot/zoqfo185.ogg new file mode 100644 index 000000000..94a3bd9e4 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo185.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo186.ogg b/sc2/content/comm/zoqfot/zoqfo186.ogg new file mode 100644 index 000000000..82c011e8a Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo186.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo187.ogg b/sc2/content/comm/zoqfot/zoqfo187.ogg new file mode 100644 index 000000000..d6146015c Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo187.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo188.ogg b/sc2/content/comm/zoqfot/zoqfo188.ogg new file mode 100644 index 000000000..e58c550ac Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo188.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo189.ogg b/sc2/content/comm/zoqfot/zoqfo189.ogg new file mode 100644 index 000000000..bf805abc0 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo189.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo190.ogg b/sc2/content/comm/zoqfot/zoqfo190.ogg new file mode 100644 index 000000000..00f2560ef Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo190.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo191.ogg b/sc2/content/comm/zoqfot/zoqfo191.ogg new file mode 100644 index 000000000..d43aadbfb Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo191.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo192.ogg b/sc2/content/comm/zoqfot/zoqfo192.ogg new file mode 100644 index 000000000..8d841c297 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo192.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo193.ogg b/sc2/content/comm/zoqfot/zoqfo193.ogg new file mode 100644 index 000000000..d0dee4c1b Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo193.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo194.ogg b/sc2/content/comm/zoqfot/zoqfo194.ogg new file mode 100644 index 000000000..e73fc930e Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo194.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo195.ogg b/sc2/content/comm/zoqfot/zoqfo195.ogg new file mode 100644 index 000000000..f8d083cee Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo195.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo196.ogg b/sc2/content/comm/zoqfot/zoqfo196.ogg new file mode 100644 index 000000000..04638c8b9 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo196.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo197.ogg b/sc2/content/comm/zoqfot/zoqfo197.ogg new file mode 100644 index 000000000..7c3476cec Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo197.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo198.ogg b/sc2/content/comm/zoqfot/zoqfo198.ogg new file mode 100644 index 000000000..b29909cb9 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo198.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo199.ogg b/sc2/content/comm/zoqfot/zoqfo199.ogg new file mode 100644 index 000000000..460935892 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo199.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo200.ogg b/sc2/content/comm/zoqfot/zoqfo200.ogg new file mode 100644 index 000000000..7665f05e1 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo200.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo201.ogg b/sc2/content/comm/zoqfot/zoqfo201.ogg new file mode 100644 index 000000000..9a01ed261 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo201.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo202.ogg b/sc2/content/comm/zoqfot/zoqfo202.ogg new file mode 100644 index 000000000..a13b69811 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo202.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo203.ogg b/sc2/content/comm/zoqfot/zoqfo203.ogg new file mode 100644 index 000000000..f61f11ae3 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo203.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo204.ogg b/sc2/content/comm/zoqfot/zoqfo204.ogg new file mode 100644 index 000000000..b36663f71 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo204.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo205.ogg b/sc2/content/comm/zoqfot/zoqfo205.ogg new file mode 100644 index 000000000..8493cfe0a Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo205.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo206.ogg b/sc2/content/comm/zoqfot/zoqfo206.ogg new file mode 100644 index 000000000..5635c09f7 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo206.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo207.ogg b/sc2/content/comm/zoqfot/zoqfo207.ogg new file mode 100644 index 000000000..6bd410671 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo207.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo208.ogg b/sc2/content/comm/zoqfot/zoqfo208.ogg new file mode 100644 index 000000000..fc5ca8ed2 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo208.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo209.ogg b/sc2/content/comm/zoqfot/zoqfo209.ogg new file mode 100644 index 000000000..31ff422c6 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo209.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo210.ogg b/sc2/content/comm/zoqfot/zoqfo210.ogg new file mode 100644 index 000000000..c63e2011e Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo210.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo211.ogg b/sc2/content/comm/zoqfot/zoqfo211.ogg new file mode 100644 index 000000000..c4bd3f882 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo211.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo212.ogg b/sc2/content/comm/zoqfot/zoqfo212.ogg new file mode 100644 index 000000000..117a06394 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo212.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo213.ogg b/sc2/content/comm/zoqfot/zoqfo213.ogg new file mode 100644 index 000000000..a4b6929de Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo213.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo214.ogg b/sc2/content/comm/zoqfot/zoqfo214.ogg new file mode 100644 index 000000000..c767169a9 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo214.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo215.ogg b/sc2/content/comm/zoqfot/zoqfo215.ogg new file mode 100644 index 000000000..cc28add67 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo215.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo216.ogg b/sc2/content/comm/zoqfot/zoqfo216.ogg new file mode 100644 index 000000000..1aee4b33a Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo216.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo217.ogg b/sc2/content/comm/zoqfot/zoqfo217.ogg new file mode 100644 index 000000000..02f679e17 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo217.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo218.ogg b/sc2/content/comm/zoqfot/zoqfo218.ogg new file mode 100644 index 000000000..686ab9d84 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo218.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo219.ogg b/sc2/content/comm/zoqfot/zoqfo219.ogg new file mode 100644 index 000000000..77d35aed8 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo219.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo220.ogg b/sc2/content/comm/zoqfot/zoqfo220.ogg new file mode 100644 index 000000000..db2d9c477 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo220.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo221.ogg b/sc2/content/comm/zoqfot/zoqfo221.ogg new file mode 100644 index 000000000..a9a7eee7c Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo221.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo222.ogg b/sc2/content/comm/zoqfot/zoqfo222.ogg new file mode 100644 index 000000000..5b202d25f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo222.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo223.ogg b/sc2/content/comm/zoqfot/zoqfo223.ogg new file mode 100644 index 000000000..0034f9c33 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo223.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo224.ogg b/sc2/content/comm/zoqfot/zoqfo224.ogg new file mode 100644 index 000000000..504980834 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo224.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo225.ogg b/sc2/content/comm/zoqfot/zoqfo225.ogg new file mode 100644 index 000000000..de13a5768 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo225.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo226.ogg b/sc2/content/comm/zoqfot/zoqfo226.ogg new file mode 100644 index 000000000..13d5a1bd6 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo226.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo227.ogg b/sc2/content/comm/zoqfot/zoqfo227.ogg new file mode 100644 index 000000000..3ac9f1a14 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo227.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo228.ogg b/sc2/content/comm/zoqfot/zoqfo228.ogg new file mode 100644 index 000000000..6794d208d Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo228.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo229.ogg b/sc2/content/comm/zoqfot/zoqfo229.ogg new file mode 100644 index 000000000..e5658715b Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo229.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo230.ogg b/sc2/content/comm/zoqfot/zoqfo230.ogg new file mode 100644 index 000000000..6ad8b3cd6 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo230.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo231.ogg b/sc2/content/comm/zoqfot/zoqfo231.ogg new file mode 100644 index 000000000..5db207146 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo231.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo232.ogg b/sc2/content/comm/zoqfot/zoqfo232.ogg new file mode 100644 index 000000000..26f378d42 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo232.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo233.ogg b/sc2/content/comm/zoqfot/zoqfo233.ogg new file mode 100644 index 000000000..39d6b3f5e Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo233.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo234.ogg b/sc2/content/comm/zoqfot/zoqfo234.ogg new file mode 100644 index 000000000..dd2f15945 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo234.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo235.ogg b/sc2/content/comm/zoqfot/zoqfo235.ogg new file mode 100644 index 000000000..c174660b5 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo235.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo236.ogg b/sc2/content/comm/zoqfot/zoqfo236.ogg new file mode 100644 index 000000000..3895d7593 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo236.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo237.ogg b/sc2/content/comm/zoqfot/zoqfo237.ogg new file mode 100644 index 000000000..1f11f7702 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo237.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo238.ogg b/sc2/content/comm/zoqfot/zoqfo238.ogg new file mode 100644 index 000000000..f7d0139c7 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo238.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo239.ogg b/sc2/content/comm/zoqfot/zoqfo239.ogg new file mode 100644 index 000000000..a3f59451f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo239.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo240.ogg b/sc2/content/comm/zoqfot/zoqfo240.ogg new file mode 100644 index 000000000..9835146af Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo240.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo241.ogg b/sc2/content/comm/zoqfot/zoqfo241.ogg new file mode 100644 index 000000000..240e55023 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo241.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo242.ogg b/sc2/content/comm/zoqfot/zoqfo242.ogg new file mode 100644 index 000000000..8b27e3976 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo242.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo243.ogg b/sc2/content/comm/zoqfot/zoqfo243.ogg new file mode 100644 index 000000000..4153b17a7 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo243.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo244.ogg b/sc2/content/comm/zoqfot/zoqfo244.ogg new file mode 100644 index 000000000..58f7ebba1 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo244.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo245.ogg b/sc2/content/comm/zoqfot/zoqfo245.ogg new file mode 100644 index 000000000..f1e30f996 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo245.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo246.ogg b/sc2/content/comm/zoqfot/zoqfo246.ogg new file mode 100644 index 000000000..a44f5ac8b Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo246.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo247.ogg b/sc2/content/comm/zoqfot/zoqfo247.ogg new file mode 100644 index 000000000..8e9d86cbc Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo247.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo248.ogg b/sc2/content/comm/zoqfot/zoqfo248.ogg new file mode 100644 index 000000000..2daf783d9 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo248.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo249.ogg b/sc2/content/comm/zoqfot/zoqfo249.ogg new file mode 100644 index 000000000..47283dfd8 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo249.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo250.ogg b/sc2/content/comm/zoqfot/zoqfo250.ogg new file mode 100644 index 000000000..49c3e6e7e Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo250.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo251.ogg b/sc2/content/comm/zoqfot/zoqfo251.ogg new file mode 100644 index 000000000..1158d80c0 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo251.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo252.ogg b/sc2/content/comm/zoqfot/zoqfo252.ogg new file mode 100644 index 000000000..bcad42782 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo252.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo253.ogg b/sc2/content/comm/zoqfot/zoqfo253.ogg new file mode 100644 index 000000000..95ebba404 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo253.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo254.ogg b/sc2/content/comm/zoqfot/zoqfo254.ogg new file mode 100644 index 000000000..6fe6a6670 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo254.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo255.ogg b/sc2/content/comm/zoqfot/zoqfo255.ogg new file mode 100644 index 000000000..20bade602 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo255.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo256.ogg b/sc2/content/comm/zoqfot/zoqfo256.ogg new file mode 100644 index 000000000..3e5777ba0 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo256.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo257.ogg b/sc2/content/comm/zoqfot/zoqfo257.ogg new file mode 100644 index 000000000..6b8fb70d8 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo257.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo258.ogg b/sc2/content/comm/zoqfot/zoqfo258.ogg new file mode 100644 index 000000000..6e6c561fa Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo258.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo259.ogg b/sc2/content/comm/zoqfot/zoqfo259.ogg new file mode 100644 index 000000000..63ba70922 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo259.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo260.ogg b/sc2/content/comm/zoqfot/zoqfo260.ogg new file mode 100644 index 000000000..225c0e527 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo260.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo261.ogg b/sc2/content/comm/zoqfot/zoqfo261.ogg new file mode 100644 index 000000000..c581fe8f5 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo261.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo262.ogg b/sc2/content/comm/zoqfot/zoqfo262.ogg new file mode 100644 index 000000000..d23cc04c4 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo262.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo263.ogg b/sc2/content/comm/zoqfot/zoqfo263.ogg new file mode 100644 index 000000000..abd279b4f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo263.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo264.ogg b/sc2/content/comm/zoqfot/zoqfo264.ogg new file mode 100644 index 000000000..6d5f008f3 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo264.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo265.ogg b/sc2/content/comm/zoqfot/zoqfo265.ogg new file mode 100644 index 000000000..130718904 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo265.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo266.ogg b/sc2/content/comm/zoqfot/zoqfo266.ogg new file mode 100644 index 000000000..7f3c2e87f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo266.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo267.ogg b/sc2/content/comm/zoqfot/zoqfo267.ogg new file mode 100644 index 000000000..be41800f4 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo267.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo268.ogg b/sc2/content/comm/zoqfot/zoqfo268.ogg new file mode 100644 index 000000000..67443f167 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo268.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo269.ogg b/sc2/content/comm/zoqfot/zoqfo269.ogg new file mode 100644 index 000000000..3fd1cca3d Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo269.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo270.ogg b/sc2/content/comm/zoqfot/zoqfo270.ogg new file mode 100644 index 000000000..de4c5fd48 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo270.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo271.ogg b/sc2/content/comm/zoqfot/zoqfo271.ogg new file mode 100644 index 000000000..201669cca Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo271.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo272.ogg b/sc2/content/comm/zoqfot/zoqfo272.ogg new file mode 100644 index 000000000..3873b2c2c Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo272.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo273.ogg b/sc2/content/comm/zoqfot/zoqfo273.ogg new file mode 100644 index 000000000..8e49455fe Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo273.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo274.ogg b/sc2/content/comm/zoqfot/zoqfo274.ogg new file mode 100644 index 000000000..eb4ea10f8 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo274.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo275.ogg b/sc2/content/comm/zoqfot/zoqfo275.ogg new file mode 100644 index 000000000..32bdd6c30 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo275.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo276.ogg b/sc2/content/comm/zoqfot/zoqfo276.ogg new file mode 100644 index 000000000..8caa4db32 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo276.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo277.ogg b/sc2/content/comm/zoqfot/zoqfo277.ogg new file mode 100644 index 000000000..75edf9b46 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo277.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo278.ogg b/sc2/content/comm/zoqfot/zoqfo278.ogg new file mode 100644 index 000000000..986f7c648 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo278.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo279.ogg b/sc2/content/comm/zoqfot/zoqfo279.ogg new file mode 100644 index 000000000..03f8f6fcd Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo279.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo280.ogg b/sc2/content/comm/zoqfot/zoqfo280.ogg new file mode 100644 index 000000000..38eded720 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo280.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo281.ogg b/sc2/content/comm/zoqfot/zoqfo281.ogg new file mode 100644 index 000000000..804e23d20 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo281.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo282.ogg b/sc2/content/comm/zoqfot/zoqfo282.ogg new file mode 100644 index 000000000..ce6fcb917 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo282.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo283.ogg b/sc2/content/comm/zoqfot/zoqfo283.ogg new file mode 100644 index 000000000..b52c2bf41 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo283.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo284.ogg b/sc2/content/comm/zoqfot/zoqfo284.ogg new file mode 100644 index 000000000..4352769ca Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo284.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo285.ogg b/sc2/content/comm/zoqfot/zoqfo285.ogg new file mode 100644 index 000000000..ab43533cd Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo285.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo286.ogg b/sc2/content/comm/zoqfot/zoqfo286.ogg new file mode 100644 index 000000000..45748ea6f Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo286.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo287.ogg b/sc2/content/comm/zoqfot/zoqfo287.ogg new file mode 100644 index 000000000..afd5899aa Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo287.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo288.ogg b/sc2/content/comm/zoqfot/zoqfo288.ogg new file mode 100644 index 000000000..5f7365c6a Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo288.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo289.ogg b/sc2/content/comm/zoqfot/zoqfo289.ogg new file mode 100644 index 000000000..52a1f5ded Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo289.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfo290.ogg b/sc2/content/comm/zoqfot/zoqfo290.ogg new file mode 100644 index 000000000..8319eaf09 Binary files /dev/null and b/sc2/content/comm/zoqfot/zoqfo290.ogg differ diff --git a/sc2/content/comm/zoqfot/zoqfot.txt b/sc2/content/comm/zoqfot/zoqfot.txt index aa0cd265d..2103437e9 100755 --- a/sc2/content/comm/zoqfot/zoqfot.txt +++ b/sc2/content/comm/zoqfot/zoqfot.txt @@ -1,65 +1,65 @@ -#(WE_ARE0) zoqfo000.wav +#(WE_ARE0) zoqfo000.ogg Attention starship! We are the Zoq-Fot-Pik. -#(WE_ARE1) zoqfo001.wav +#(WE_ARE1) zoqfo001.ogg Make no hostile actions! -#(WE_ARE2) zoqfo002.wav +#(WE_ARE2) zoqfo002.ogg We come in peace, and with good will. -#(WE_ARE3) zoqfo003.wav +#(WE_ARE3) zoqfo003.ogg But if you make one false move, you're vapor! -#(WE_ARE4) zoqfo004.wav +#(WE_ARE4) zoqfo004.ogg Don't worry, my companion is just a bit nervous -#(WE_ARE5) zoqfo005.wav +#(WE_ARE5) zoqfo005.ogg No, I'm not! -#(WE_ARE6) zoqfo006.wav +#(WE_ARE6) zoqfo006.ogg and argumentative. -#(WE_ARE7) zoqfo007.wav +#(WE_ARE7) zoqfo007.ogg No, I'm not. -#(SCOUT_HELLO0) zoqfo008.wav +#(SCOUT_HELLO0) zoqfo008.ogg We are a scout vessel dispatched from our homeworld. -#(SCOUT_HELLO1) zoqfo009.wav +#(SCOUT_HELLO1) zoqfo009.ogg We have travelled far through hostile, uncharted space to find you. We hail from the green dwarf star at coordinates ziggerfau-gerrrnuf, Ah-ah, Pahoy-hoy. -#(SCOUT_HELLO2) zoqfo010.wav +#(SCOUT_HELLO2) zoqfo010.ogg No, you idiot, in their coordinate system! -#(SCOUT_HELLO3) zoqfo011.wav +#(SCOUT_HELLO3) zoqfo011.ogg Oh! Er Coordinates 400.0 : 543.7. -#(INIT_HOME_HELLO0) zoqfo012.wav +#(INIT_HOME_HELLO0) zoqfo012.ogg You have arrived at our homeworld. -#(INIT_HOME_HELLO1) zoqfo013.wav +#(INIT_HOME_HELLO1) zoqfo013.ogg And we've got a billion ships here! -#(INIT_HOME_HELLO2) zoqfo014.wav +#(INIT_HOME_HELLO2) zoqfo014.ogg We are fortunate that you have found us in our time of need. -#(INIT_HOME_HELLO3) zoqfo015.wav +#(INIT_HOME_HELLO3) zoqfo015.ogg So don't even think of trying to attack us! #(which_fot) Which one of you creatures is the Fot? -#(HE_IS0) zoqfo016.wav +#(HE_IS0) zoqfo016.ogg He is. -#(HE_IS1) zoqfo017.wav +#(HE_IS1) zoqfo017.ogg No, she is! -#(HE_IS2) zoqfo018.wav +#(HE_IS2) zoqfo018.ogg No, I'm not! -#(HE_IS3) zoqfo019.wav +#(HE_IS3) zoqfo019.ogg Yes, you are. -#(HE_IS4) zoqfo020.wav +#(HE_IS4) zoqfo020.ogg Cripes! We've been through this a million times! -#(HE_IS5) zoqfo021.wav +#(HE_IS5) zoqfo021.ogg That doesn't change anything. You're the Fot! -#(HE_IS6) zoqfo022.wav +#(HE_IS6) zoqfo022.ogg Faugh! Well, Captain, as you can see, this is a point of some contention. -#(HE_IS7) zoqfo023.wav +#(HE_IS7) zoqfo023.ogg Fot! #(we_are_vindicator0) @@ -69,188 +69,188 @@ We are #(we_are_vindicator2) from Earth. What are your intentions? -#(WE_GLAD0) zoqfo024.wav +#(WE_GLAD0) zoqfo024.ogg Hurrah! Then we've finally found our saviors! -#(WE_GLAD1) zoqfo025.wav +#(WE_GLAD1) zoqfo025.ogg Maybe. -#(WE_GLAD2) zoqfo026.wav +#(WE_GLAD2) zoqfo026.ogg At last, our search is over! It is just as the great Crystal ones promised! -#(WE_GLAD3) zoqfo027.wav +#(WE_GLAD3) zoqfo027.ogg They look sneaky. I think they're lying. -#(WE_GLAD4) zoqfo028.wav +#(WE_GLAD4) zoqfo028.ogg Quiet, fool! Can't you see our nightmare is over!? This ship is from the Great Crystal One's fabled Alliance the Alliance of Free Stars! -#(WE_GLAD5) zoqfo029.wav +#(WE_GLAD5) zoqfo029.ogg Maybe. #(quiet_toadies) SILENCE BLATHERING TOADIES! We are your new masters. -#(TOLD_YOU0) zoqfo030.wav +#(TOLD_YOU0) zoqfo030.ogg We are disappointed. -#(TOLD_YOU1) zoqfo031.wav +#(TOLD_YOU1) zoqfo031.ogg See! I TOLD you! -#(TOLD_YOU2) zoqfo032.wav +#(TOLD_YOU2) zoqfo032.ogg We had hoped that our species could be friends. -#(TOLD_YOU3) zoqfo033.wav +#(TOLD_YOU3) zoqfo033.ogg Never in a million years! Just look at their beady eyes! -#(TOLD_YOU4) zoqfo034.wav +#(TOLD_YOU4) zoqfo034.ogg But in the spirit of understanding... -#(TOLD_YOU5) zoqfo035.wav +#(TOLD_YOU5) zoqfo035.ogg Oh, no! You're not even considering... -#(TOLD_YOU6) zoqfo036.wav +#(TOLD_YOU6) zoqfo036.ogg ...We will forgive you this transgression. -#(TOLD_YOU7) zoqfo037.wav +#(TOLD_YOU7) zoqfo037.ogg Sheesh! What a pushover you are! #(your_race) Before we go on, can you tell us more about your species? -#(YEARS_AGO0) zoqfo038.wav +#(YEARS_AGO0) zoqfo038.ogg In our ancient past, four species evolved intelligence on our homeworld. -#(YEARS_AGO1) zoqfo039.wav +#(YEARS_AGO1) zoqfo039.ogg Simultaneously. -#(YEARS_AGO2) zoqfo040.wav +#(YEARS_AGO2) zoqfo040.ogg They were the Zoq -#(YEARS_AGO3) zoqfo041.wav +#(YEARS_AGO3) zoqfo041.ogg the Fot -#(YEARS_AGO4) zoqfo042.wav +#(YEARS_AGO4) zoqfo042.ogg the Pik -#(YEARS_AGO5) zoqfo043.wav +#(YEARS_AGO5) zoqfo043.ogg and the Zebranky. -#(YEARS_AGO6) zoqfo044.wav +#(YEARS_AGO6) zoqfo044.ogg We three, the Zoq, Fot, and Pik evolved in such a way as to acquire sustenance from many sources -#(YEARS_AGO7) zoqfo045.wav +#(YEARS_AGO7) zoqfo045.ogg from airborne zooplankton -#(YEARS_AGO8) zoqfo046.wav +#(YEARS_AGO8) zoqfo046.ogg from solar and ambient energies -#(YEARS_AGO9) zoqfo047.wav +#(YEARS_AGO9) zoqfo047.ogg and from rocky fungal clingers. -#(YEARS_AGO10) zoqfo048.wav +#(YEARS_AGO10) zoqfo048.ogg Our favorite! -#(YEARS_AGO11) zoqfo049.wav +#(YEARS_AGO11) zoqfo049.ogg The Zebranky also consumed a variety of foods namely: the Zoq the Fot and the Pik. -#(YEARS_AGO12) zoqfo050.wav +#(YEARS_AGO12) zoqfo050.ogg To survive the predations of the Zebranky we banded together annihilated the Zebranky -#(YEARS_AGO13) zoqfo051.wav +#(YEARS_AGO13) zoqfo051.ogg and formed the cooperative union you now encounter. #(where_from) What do you seek from us? -#(TRAVELED_FAR0) zoqfo052.wav +#(TRAVELED_FAR0) zoqfo052.ogg We are a relatively peaceful group of species. -#(TRAVELED_FAR1) zoqfo053.wav +#(TRAVELED_FAR1) zoqfo053.ogg Unless we're angry. -#(TRAVELED_FAR2) zoqfo054.wav +#(TRAVELED_FAR2) zoqfo054.ogg So we find ourselves in need of help. -#(TRAVELED_FAR3) zoqfo055.wav +#(TRAVELED_FAR3) zoqfo055.ogg We only need a LITTLE! -#(TRAVELED_FAR4) zoqfo056.wav +#(TRAVELED_FAR4) zoqfo056.ogg Because of our desperate situation. -#(TRAVELED_FAR5) zoqfo057.wav +#(TRAVELED_FAR5) zoqfo057.ogg `Desperate' is too strong a word. I think `troublesome' is more like it. #(what_emergency) What `nightmare' are you talking about? What's the matter? -#(UNDER_ATTACK0) zoqfo058.wav +#(UNDER_ATTACK0) zoqfo058.ogg Our planets are under attack from an invading horde! -#(UNDER_ATTACK1) zoqfo059.wav +#(UNDER_ATTACK1) zoqfo059.ogg We do not know who they are, or why they are here. -#(UNDER_ATTACK2) zoqfo060.wav +#(UNDER_ATTACK2) zoqfo060.ogg We are being blown to bits. -#(UNDER_ATTACK3) zoqfo061.wav +#(UNDER_ATTACK3) zoqfo061.ogg Fleets of alien ships appear out of nowhere\n then unleash terrible destructive energies. -#(UNDER_ATTACK4) zoqfo062.wav +#(UNDER_ATTACK4) zoqfo062.ogg Fortunately -#(UNDER_ATTACK5) zoqfo063.wav +#(UNDER_ATTACK5) zoqfo063.ogg they release these energies on each other. -#(UNDER_ATTACK6) zoqfo064.wav +#(UNDER_ATTACK6) zoqfo064.ogg Unfortunately -#(UNDER_ATTACK7) zoqfo065.wav +#(UNDER_ATTACK7) zoqfo065.ogg they favor combat near strong gravity wells. Their stray shots regularly strike the surface of our planets\n often with tragic results. -#(UNDER_ATTACK8) zoqfo066.wav +#(UNDER_ATTACK8) zoqfo066.ogg Fortunately -#(UNDER_ATTACK9) zoqfo067.wav +#(UNDER_ATTACK9) zoqfo067.ogg they have never found our homeworld, only our colony planets. -#(UNDER_ATTACK10) zoqfo068.wav +#(UNDER_ATTACK10) zoqfo068.ogg Unfortunately -#(UNDER_ATTACK11) zoqfo069.wav +#(UNDER_ATTACK11) zoqfo069.ogg all of our colonies have perished as a consequence. #(tough_luck) Hey, space is a tough place where wimps eat flaming plasma death. -#(NOT_HELPFUL0) zoqfo070.wav +#(NOT_HELPFUL0) zoqfo070.ogg Oh, dear. -#(NOT_HELPFUL1) zoqfo071.wav +#(NOT_HELPFUL1) zoqfo071.ogg I told you he looked like a creep! -#(NOT_HELPFUL2) zoqfo072.wav +#(NOT_HELPFUL2) zoqfo072.ogg No! We must try to understand. His ways are not like our own. -#(NOT_HELPFUL3) zoqfo073.wav +#(NOT_HELPFUL3) zoqfo073.ogg You mean his WHOLE SPECIES are jerks? -#(NOT_HELPFUL4) zoqfo074.wav +#(NOT_HELPFUL4) zoqfo074.ogg Let us give him one more chance. -#(NOT_HELPFUL5) zoqfo075.wav +#(NOT_HELPFUL5) zoqfo075.ogg Just look at him. He's a killer, I tell you. #(what_look_like) Who is attacking you? What do they look like? -#(LOOK_LIKE0) zoqfo076.wav +#(LOOK_LIKE0) zoqfo076.ogg Some of the vessels are huge, green battleships which launch wave after wave of small fighters. -#(LOOK_LIKE1) zoqfo077.wav +#(LOOK_LIKE1) zoqfo077.ogg The other ships are black as space and their hulls are carved with strange alien writing. -#(LOOK_LIKE2) zoqfo078.wav +#(LOOK_LIKE2) zoqfo078.ogg In combat the two ships seem evenly matched. -#(LOOK_LIKE3) zoqfo079.wav +#(LOOK_LIKE3) zoqfo079.ogg One fires blasts of fusion energy while the other launches spinning projectiles. #(valuable_info) You have given us valuable information. Goodbye. -#(GOODBYE0) zoqfo080.wav +#(GOODBYE0) zoqfo080.ogg If you must go now, we understand. -#(GOODBYE1) zoqfo081.wav +#(GOODBYE1) zoqfo081.ogg That's it?! You're leaving?!! -#(GOODBYE2) zoqfo082.wav +#(GOODBYE2) zoqfo082.ogg We hope that on your next visit we can establish a mutual assistance pact. -#(GOODBYE3) zoqfo083.wav +#(GOODBYE3) zoqfo083.ogg I can't believe that he's just leaving us here! ...what a jerk. #(all_very_interesting) Yes, yes, that's all very interesting, but now we are going to attack you! -#(SEE_TOLD_YOU0) zoqfo084.wav +#(SEE_TOLD_YOU0) zoqfo084.ogg What? -#(SEE_TOLD_YOU1) zoqfo085.wav +#(SEE_TOLD_YOU1) zoqfo085.ogg See! I told you.!... ...but would you listen... NO! -#(SEE_TOLD_YOU2) zoqfo086.wav +#(SEE_TOLD_YOU2) zoqfo086.ogg I don't understand! -#(SEE_TOLD_YOU3) zoqfo087.wav +#(SEE_TOLD_YOU3) zoqfo087.ogg So what does all your nicey-nice to the alien get us? Nothing! That's what! You should have done what I said @@ -259,23 +259,23 @@ and told him we were the Precursors. #(how_can_i_help) We want to help. What can we do? -#(ALLY_WITH_US0) zoqfo088.wav +#(ALLY_WITH_US0) zoqfo088.ogg We would like to establish a formal mutual-assistance pact with your species. -#(ALLY_WITH_US1) zoqfo089.wav +#(ALLY_WITH_US1) zoqfo089.ogg One of those `You scratch my vent I'll scratch your flipper' set-ups. -#(ALLY_WITH_US2) zoqfo090.wav +#(ALLY_WITH_US2) zoqfo090.ogg And as a sign of our good faith we will provide you with skilled Captains and plans for building our `Stinger' starships. -#(ALLY_WITH_US3) zoqfo091.wav +#(ALLY_WITH_US3) zoqfo091.ogg In return, if the bad guys find our homeworld you'll rush over here and vaporize 'em. -#(ALLY_WITH_US4) zoqfo092.wav +#(ALLY_WITH_US4) zoqfo092.ogg That is, essentially, correct. -#(ALLY_WITH_US5) zoqfo093.wav +#(ALLY_WITH_US5) zoqfo093.ogg Great deal, eh? You can't afford to pass it up! So what do you say? @@ -283,48 +283,48 @@ So what do you say? #(decide_later) Uh... I need to consult with our, er... our Grand-High Poobah! -#(PLEASE_HURRY0) zoqfo094.wav +#(PLEASE_HURRY0) zoqfo094.ogg Please hurry back with word from your Poobah. Millions of lives are at stake! -#(PLEASE_HURRY1) zoqfo095.wav +#(PLEASE_HURRY1) zoqfo095.ogg Not the least of which is mine. -#(EMMISSARIES0) zoqfo096.wav +#(EMMISSARIES0) zoqfo096.ogg These are the words we have prayed for! -#(EMMISSARIES1) zoqfo097.wav +#(EMMISSARIES1) zoqfo097.ogg Hey! This trip's not a waste after all! -#(EMMISSARIES2) zoqfo098.wav +#(EMMISSARIES2) zoqfo098.ogg More than anything, we seek an ally to help us survive in this hostile universe. -#(EMMISSARIES3) zoqfo099.wav +#(EMMISSARIES3) zoqfo099.ogg We are having some problems of that general nature. -#(EMMISSARIES4) zoqfo100.wav +#(EMMISSARIES4) zoqfo100.ogg But we are only emissaries. You must meet with our leaders. They are wiser... more powerful beings! -#(EMMISSARIES5) zoqfo101.wav +#(EMMISSARIES5) zoqfo101.ogg They look just like us, though. -#(EMMISSARIES6) zoqfo102.wav +#(EMMISSARIES6) zoqfo102.ogg Fly to the star called Alpha Tucanae. The planet closest to the sun is our home. -#(EMMISSARIES7) zoqfo103.wav +#(EMMISSARIES7) zoqfo103.ogg And if possible, hurry. #(sure) You are under attack by the Ur-Quan, our enemy as well. Therefore, speaking for all the People of Earth, I accept your offer. -#(WE_ALLY0) zoqfo104.wav +#(WE_ALLY0) zoqfo104.ogg How wonderful! -#(WE_ALLY1) zoqfo105.wav +#(WE_ALLY1) zoqfo105.ogg Hurray! -#(WE_ALLY2) zoqfo106.wav +#(WE_ALLY2) zoqfo106.ogg How marvelous! -#(WE_ALLY3) zoqfo107.wav +#(WE_ALLY3) zoqfo107.ogg Yee-ha! -#(WE_ALLY4) zoqfo108.wav +#(WE_ALLY4) zoqfo108.ogg Captain, we shall begin fulfilling our commitment at once! We will begin transporting our officers to your base immediately! -#(WE_ALLY5) zoqfo109.wav +#(WE_ALLY5) zoqfo109.ogg Why, heck! Maybe I'll even make the trip to your planet! I'd make a good starship captain, Captain! @@ -335,7 +335,7 @@ with a thrusting stinger tongue attack! #(never) What? Protect you failures? No way! You're too lame! -#(WE_ENEMIES0) zoqfo110.wav +#(WE_ENEMIES0) zoqfo110.ogg We have revealed ourselves to you. We have held out our appendages to you in friendship!... ...and you have treated us like dead Zebrankys. @@ -343,399 +343,399 @@ It takes a great deal to anger one of my species, Captain BUT YOU HAVE JUST SUCCEEDED! Attention Shipmates! Man the spray gun! Hoist the tongue! PREPARE FOR BATTLE! -#(WE_ENEMIES1) zoqfo111.wav +#(WE_ENEMIES1) zoqfo111.ogg Yeah. Let's toast those creeps! -#(HOSTILE_HELLO_10) zoqfo112.wav +#(HOSTILE_HELLO_10) zoqfo112.ogg Coming here was pointless, human. Our species are at war. -#(HOSTILE_HELLO_11) zoqfo113.wav +#(HOSTILE_HELLO_11) zoqfo113.ogg Right! Prepare to die, alien scum! -#(HOSTILE_HELLO_20) zoqfo114.wav +#(HOSTILE_HELLO_20) zoqfo114.ogg If you had allied with us, Captain -#(HOSTILE_HELLO_21) zoqfo115.wav +#(HOSTILE_HELLO_21) zoqfo115.ogg Which you didn't! -#(HOSTILE_HELLO_22) zoqfo116.wav +#(HOSTILE_HELLO_22) zoqfo116.ogg We would gladly tell you what we have learned -#(HOSTILE_HELLO_23) zoqfo117.wav +#(HOSTILE_HELLO_23) zoqfo117.ogg Which we won't! -#(HOSTILE_HELLO_24) zoqfo118.wav +#(HOSTILE_HELLO_24) zoqfo118.ogg Regarding the two warring alien factions the Ur-Quan and their siblings, the Kohr-Ah. -#(HOSTILE_HELLO_25) zoqfo119.wav +#(HOSTILE_HELLO_25) zoqfo119.ogg But now you'll NEVER know! -#(HOSTILE_HELLO_30) zoqfo120.wav +#(HOSTILE_HELLO_30) zoqfo120.ogg With whatever remaining forces we have we will do our best to destroy you. -#(HOSTILE_HELLO_31) zoqfo121.wav +#(HOSTILE_HELLO_31) zoqfo121.ogg Yeah! And she means it too! -#(HOSTILE_HELLO_40) zoqfo122.wav +#(HOSTILE_HELLO_40) zoqfo122.ogg Your villainy is beyond possible forgiveness! We are compelled by our anger to destroy you. -#(HOSTILE_HELLO_41) zoqfo123.wav +#(HOSTILE_HELLO_41) zoqfo123.ogg He's probably just gonna run away again. The coward! -#(NEUTRAL_HOME_HELLO_10) zoqfo124.wav +#(NEUTRAL_HOME_HELLO_10) zoqfo124.ogg Ah! It is the alien from the Chenjesu's Alliance! -#(NEUTRAL_HOME_HELLO_11) zoqfo125.wav +#(NEUTRAL_HOME_HELLO_11) zoqfo125.ogg Just look at those weapon pods on his ship. -#(NEUTRAL_HOME_HELLO_12) zoqfo126.wav +#(NEUTRAL_HOME_HELLO_12) zoqfo126.ogg We hope that during this visit we can make clear to your species the benefits of a mutual-assistance pact. -#(NEUTRAL_HOME_HELLO_13) zoqfo127.wav +#(NEUTRAL_HOME_HELLO_13) zoqfo127.ogg But we're also armed to the teeth so don't try stealing our atmosphere or anything sneaky like that! -#(NEUTRAL_HOME_HELLO_20) zoqfo128.wav +#(NEUTRAL_HOME_HELLO_20) zoqfo128.ogg Once more, the Alliance starship has returned. -#(NEUTRAL_HOME_HELLO_21) zoqfo129.wav +#(NEUTRAL_HOME_HELLO_21) zoqfo129.ogg Yeah. I bet THIS is the time they try to trick us. -#(NEUTRAL_HOME_HELLO_22) zoqfo130.wav +#(NEUTRAL_HOME_HELLO_22) zoqfo130.ogg Alien Captain, do you bring word from your Leaders? -#(NEUTRAL_HOME_HELLO_23) zoqfo131.wav +#(NEUTRAL_HOME_HELLO_23) zoqfo131.ogg If he does, I bet it's something like Submit or be Eaten! -#(ALLIED_HOME_HELLO_10) zoqfo132.wav +#(ALLIED_HOME_HELLO_10) zoqfo132.ogg Hello friend and ally! -#(ALLIED_HOME_HELLO_11) zoqfo133.wav +#(ALLIED_HOME_HELLO_11) zoqfo133.ogg Got any presents for us? -#(ALLIED_HOME_HELLO_12) zoqfo134.wav +#(ALLIED_HOME_HELLO_12) zoqfo134.ogg We hope your struggle against the Ur-Quan goes well! -#(ALLIED_HOME_HELLO_13) zoqfo135.wav +#(ALLIED_HOME_HELLO_13) zoqfo135.ogg Darn! He never gives us anything. -#(ALLIED_HOME_HELLO_20) zoqfo136.wav +#(ALLIED_HOME_HELLO_20) zoqfo136.ogg Welcome back to our world. -#(ALLIED_HOME_HELLO_21) zoqfo137.wav +#(ALLIED_HOME_HELLO_21) zoqfo137.ogg Yeah, welcome back to our world! -#(ALLIED_HOME_HELLO_22) zoqfo138.wav +#(ALLIED_HOME_HELLO_22) zoqfo138.ogg I just said that. -#(ALLIED_HOME_HELLO_23) zoqfo139.wav +#(ALLIED_HOME_HELLO_23) zoqfo139.ogg So? It doesn't mean I can't say it too. Besides, you always get to talk first. That's not fair! -#(ALLIED_HOME_HELLO_24) zoqfo140.wav +#(ALLIED_HOME_HELLO_24) zoqfo140.ogg Sorry, that's just the way it is. -#(ALLIED_HOME_HELLO_25) zoqfo141.wav +#(ALLIED_HOME_HELLO_25) zoqfo141.ogg Well why?! That doesn't make sense. -#(ALLIED_HOME_HELLO_26) zoqfo142.wav +#(ALLIED_HOME_HELLO_26) zoqfo142.ogg Look, don't ask me. I think it's something technical. -#(ALLIED_HOME_HELLO_27) zoqfo143.wav +#(ALLIED_HOME_HELLO_27) zoqfo143.ogg Yeah, right. I'm so sure. What a lame excuse. -#(ALLIED_HOME_HELLO_30) zoqfo144.wav +#(ALLIED_HOME_HELLO_30) zoqfo144.ogg Greetings Captain. What can your allies do for you? -#(ALLIED_HOME_HELLO_31) zoqfo145.wav +#(ALLIED_HOME_HELLO_31) zoqfo145.ogg Your favorite allies! -#(ALLIED_HOME_HELLO_40) zoqfo146.wav +#(ALLIED_HOME_HELLO_40) zoqfo146.ogg Hello human ally. We are at your service. -#(ALLIED_HOME_HELLO_41) zoqfo147.wav +#(ALLIED_HOME_HELLO_41) zoqfo147.ogg What do you want? -#(THANKS_FOR_RESCUE0) zoqfo148.wav +#(THANKS_FOR_RESCUE0) zoqfo148.ogg Our Savior! Our Savior! You have rescued us from certain destruction! -#(THANKS_FOR_RESCUE1) zoqfo149.wav +#(THANKS_FOR_RESCUE1) zoqfo149.ogg Howee-baby! That was a close one! -#(THANKS_FOR_RESCUE2) zoqfo150.wav +#(THANKS_FOR_RESCUE2) zoqfo150.ogg The black ship appeared in orbit several days ago and began raining down bolts of destructive energy on the surface of our planet! -#(THANKS_FOR_RESCUE3) zoqfo151.wav +#(THANKS_FOR_RESCUE3) zoqfo151.ogg Fortunately -#(THANKS_FOR_RESCUE4) zoqfo152.wav +#(THANKS_FOR_RESCUE4) zoqfo152.ogg We were able to focus our planetary shields to deflect the energy blasts away from our cities. -#(THANKS_FOR_RESCUE5) zoqfo153.wav +#(THANKS_FOR_RESCUE5) zoqfo153.ogg Unfortunately -#(THANKS_FOR_RESCUE6) zoqfo154.wav +#(THANKS_FOR_RESCUE6) zoqfo154.ogg Large sections of our planet's beautiful wilderness have been annihilated... entire ecosystems destroyed. -#(THANKS_FOR_RESCUE7) zoqfo155.wav +#(THANKS_FOR_RESCUE7) zoqfo155.ogg Oh! That makes me REALLY mad! I mean, attacking helpless, intelligent, alien species that's one thing but toasting our cute little wood Jukes and tree Narfs that's really low! -#(THANKS_FOR_RESCUE8) zoqfo156.wav +#(THANKS_FOR_RESCUE8) zoqfo156.ogg If the black ship had been accompanied by others of its kind we wouldn't have been able stop the rain of destruction. They would have killed us all. -#(THANKS_FOR_RESCUE9) zoqfo157.wav +#(THANKS_FOR_RESCUE9) zoqfo157.ogg Well in that case, better those Jukes and Narfs than us, right? -#(THANKS_FOR_RESCUE10) zoqfo158.wav +#(THANKS_FOR_RESCUE10) zoqfo158.ogg Captain, it is clear that in matters of war you are more capable than ourselves. With this in mind, we would like to give you our four finest starships and crew. I hope they bring you many victories. -#(THANKS_FOR_RESCUE11) zoqfo159.wav +#(THANKS_FOR_RESCUE11) zoqfo159.ogg Try not to lose them all right away. #(bye_homeworld) Bye Zoq. Bye Fot. Bye Pik. -#(GOODBYE_HOME0) zoqfo160.wav +#(GOODBYE_HOME0) zoqfo160.ogg Goodbye Captain. -#(GOODBYE_HOME1) zoqfo161.wav +#(GOODBYE_HOME1) zoqfo161.ogg See ya. #(whats_up_homeworld) So, what's happening around here? -#(GENERAL_INFO_10) zoqfo162.wav +#(GENERAL_INFO_10) zoqfo162.ogg We had a close call last week. -#(GENERAL_INFO_11) zoqfo163.wav +#(GENERAL_INFO_11) zoqfo163.ogg One of those black ships was snooping around the system. -#(GENERAL_INFO_12) zoqfo164.wav +#(GENERAL_INFO_12) zoqfo164.ogg But before it got to our world some of the Green ships warped in destroyed the black vessel and then left immediately. -#(GENERAL_INFO_13) zoqfo165.wav +#(GENERAL_INFO_13) zoqfo165.ogg We got lucky. -#(GENERAL_INFO_20) zoqfo166.wav +#(GENERAL_INFO_20) zoqfo166.ogg It's been pretty quiet, Captain. Nothing new to report. -#(GENERAL_INFO_21) zoqfo167.wav +#(GENERAL_INFO_21) zoqfo167.ogg Are you CRAZY?! What about the Frungy Championships!? -#(GENERAL_INFO_22) zoqfo168.wav +#(GENERAL_INFO_22) zoqfo168.ogg Why should we tell the Earth Captain about that? He wouldn't be interested. -#(GENERAL_INFO_23) zoqfo169.wav +#(GENERAL_INFO_23) zoqfo169.ogg Oh, yeah? How do you know? -#(GENERAL_INFO_24) zoqfo170.wav +#(GENERAL_INFO_24) zoqfo170.ogg Because I'M not even interested. Nobody with any brains is interested in Frungy! -#(GENERAL_INFO_25) zoqfo171.wav +#(GENERAL_INFO_25) zoqfo171.ogg Well what about me, huh? I LOVE Frungy! It's the Sport of Kings! -#(GENERAL_INFO_26) zoqfo172.wav +#(GENERAL_INFO_26) zoqfo172.ogg Sheesh! -#(GENERAL_INFO_27) zoqfo173.wav +#(GENERAL_INFO_27) zoqfo173.ogg Oh, all right he wouldn't know any of the teams anyway. -#(GENERAL_INFO_30) zoqfo174.wav +#(GENERAL_INFO_30) zoqfo174.ogg Although this may not pertain to the Ur-Quan we have received an interesting report from one of our deep space scouts. -#(GENERAL_INFO_31) zoqfo175.wav +#(GENERAL_INFO_31) zoqfo175.ogg She found a strange metal door-thing embedded in the surface of an alien planet. -#(GENERAL_INFO_32) zoqfo176.wav +#(GENERAL_INFO_32) zoqfo176.ogg Although she and her crew spent many days trying to open the door -#(GENERAL_INFO_33) zoqfo177.wav +#(GENERAL_INFO_33) zoqfo177.ogg they failed utterly to so much as budge it. -#(GENERAL_INFO_34) zoqfo178.wav +#(GENERAL_INFO_34) zoqfo178.ogg The reported location of this alien artifact is Epsilon Camelopardalis I-A. -#(GENERAL_INFO_35) zoqfo179.wav +#(GENERAL_INFO_35) zoqfo179.ogg Go open it! I bet there's something cool inside! -#(GENERAL_INFO_40) zoqfo180.wav +#(GENERAL_INFO_40) zoqfo180.ogg We may not have told you this before, Captain but my species is somewhat sensitive to certain meta-psychic vibrations. -#(GENERAL_INFO_41) zoqfo181.wav +#(GENERAL_INFO_41) zoqfo181.ogg Oh, no! Not this mental stuff again! -#(GENERAL_INFO_42) zoqfo182.wav +#(GENERAL_INFO_42) zoqfo182.ogg Although my friend's species has difficulty understanding our powers I can guarantee you, Captain that our limited abilities are quite real. -#(GENERAL_INFO_43) zoqfo183.wav +#(GENERAL_INFO_43) zoqfo183.ogg Oh, yeah! Remember that time you said you could fix our broken chronometers with your `sympathetic psionic waves'? More like `pathetic waves' if you ask me! Nyark! Nyark! Nyark! -#(GENERAL_INFO_44) zoqfo184.wav +#(GENERAL_INFO_44) zoqfo184.ogg Even through all this negative energy, Captain we have discovered that... -#(GENERAL_INFO_45) zoqfo185.wav +#(GENERAL_INFO_45) zoqfo185.ogg ...and THEN there was the time you said you could bend dorfs with just your... -#(GENERAL_INFO_46) zoqfo186.wav +#(GENERAL_INFO_46) zoqfo186.ogg SHUT UP! -#(GENERAL_INFO_47) zoqfo187.wav +#(GENERAL_INFO_47) zoqfo187.ogg ...sorry. -#(GENERAL_INFO_48) zoqfo188.wav +#(GENERAL_INFO_48) zoqfo188.ogg As I was saying, before I was so RUDELY interrupted!... -#(GENERAL_INFO_49) zoqfo189.wav +#(GENERAL_INFO_49) zoqfo189.ogg I said I was sorry. -#(GENERAL_INFO_410) zoqfo190.wav +#(GENERAL_INFO_410) zoqfo190.ogg Our most talented Seers have detected some ominous and powerful meta-psychic signals from the direction of the Orionis constellation. -#(GENERAL_INFO_411) zoqfo191.wav +#(GENERAL_INFO_411) zoqfo191.ogg Faker. #(any_war_news) Any news about the war between the two alien races? -#(UTWIG_DELAY0) zoqfo192.wav +#(UTWIG_DELAY0) zoqfo192.ogg Our scouts have witnessed an exciting event in the Horologii star system. -#(UTWIG_DELAY1) zoqfo193.wav +#(UTWIG_DELAY1) zoqfo193.ogg Yeah! Big news! -#(UTWIG_DELAY2) zoqfo194.wav +#(UTWIG_DELAY2) zoqfo194.ogg Two alien races have entered that region of space from the coreward direction. -#(UTWIG_DELAY3) zoqfo195.wav +#(UTWIG_DELAY3) zoqfo195.ogg One of the races looks like big talkin' weeds and the other wears a funny mask. -#(UTWIG_DELAY4) zoqfo196.wav +#(UTWIG_DELAY4) zoqfo196.ogg And they are attacking our enemies! -#(UTWIG_DELAY5) zoqfo197.wav +#(UTWIG_DELAY5) zoqfo197.ogg Well, ONE of our enemies, anyway. -#(UTWIG_DELAY6) zoqfo198.wav +#(UTWIG_DELAY6) zoqfo198.ogg Yes, the new aliens seem to be confining their hostilities to the sinister Kohr-Ah. -#(UTWIG_DELAY7) zoqfo199.wav +#(UTWIG_DELAY7) zoqfo199.ogg Actually, that's good news. -#(UTWIG_DELAY8) zoqfo200.wav +#(UTWIG_DELAY8) zoqfo200.ogg By focusing on the Kohr-Ah who have been winning their war up to this point -#(UTWIG_DELAY9) zoqfo201.wav +#(UTWIG_DELAY9) zoqfo201.ogg They've been plastering the Ur-Quan. -#(UTWIG_DELAY10) zoqfo202.wav +#(UTWIG_DELAY10) zoqfo202.ogg The balance of power has been equalized somewhat -#(UTWIG_DELAY11) zoqfo203.wav +#(UTWIG_DELAY11) zoqfo203.ogg But the Kohr-Ah will STILL probably win! -#(UTWIG_DELAY12) zoqfo204.wav +#(UTWIG_DELAY12) zoqfo204.ogg But we estimate that the efforts of these new alien races has delayed the Kohr-Ah's eventual victory by nine to twelve months. -#(UTWIG_DELAY13) zoqfo205.wav +#(UTWIG_DELAY13) zoqfo205.ogg Still, it's better than nothing! -#(KOHRAH_WINNING0) zoqfo206.wav +#(KOHRAH_WINNING0) zoqfo206.ogg We have modified a few of our Stinger starships for long-range reconnaissance missions. -#(KOHRAH_WINNING1) zoqfo207.wav +#(KOHRAH_WINNING1) zoqfo207.ogg We strapped a bunch of fuel tanks on their hulls. -#(KOHRAH_WINNING2) zoqfo208.wav +#(KOHRAH_WINNING2) zoqfo208.ogg The scouts were ordered to investigate the progress of the war between the green ships, who we now know as the `Ur-Quan' and the black ships, flown by the `Kohr-Ah'. -#(KOHRAH_WINNING3) zoqfo209.wav +#(KOHRAH_WINNING3) zoqfo209.ogg We sent out ten... two came back -#(KOHRAH_WINNING4) zoqfo210.wav +#(KOHRAH_WINNING4) zoqfo210.ogg But the information they gathered was worth the cost. -#(KOHRAH_WINNING5) zoqfo211.wav +#(KOHRAH_WINNING5) zoqfo211.ogg Unless you were one of the scouts, I suppose? Nyark! Nyark! Nyark! -#(KOHRAH_WINNING6) zoqfo212.wav +#(KOHRAH_WINNING6) zoqfo212.ogg SHUT UP! -#(KOHRAH_WINNING7) zoqfo213.wav +#(KOHRAH_WINNING7) zoqfo213.ogg ...sorry. -#(KOHRAH_WINNING8) zoqfo214.wav +#(KOHRAH_WINNING8) zoqfo214.ogg Anyway, as I was saying, the intelligence they gathered indicates that the Kohr-Ah will win their war sometime near the beginning of the year 2158. -#(KOHRAH_WINNING9) zoqfo215.wav +#(KOHRAH_WINNING9) zoqfo215.ogg Unless someone evens up the alien forces by destroying about a bazillion Kohr-Ah ships. -#(URQUAN_NEARLY_GONE0) zoqfo216.wav +#(URQUAN_NEARLY_GONE0) zoqfo216.ogg Our reconnaissance ships have returned once more -#(URQUAN_NEARLY_GONE1) zoqfo217.wav +#(URQUAN_NEARLY_GONE1) zoqfo217.ogg With bad news. -#(URQUAN_NEARLY_GONE2) zoqfo218.wav +#(URQUAN_NEARLY_GONE2) zoqfo218.ogg Based on what they have seen the Kohr-Ah will defeat the Ur-Quan in less than six months. -#(URQUAN_NEARLY_GONE3) zoqfo219.wav +#(URQUAN_NEARLY_GONE3) zoqfo219.ogg Bummer. -#(URQUAN_NEARLY_GONE4) zoqfo220.wav +#(URQUAN_NEARLY_GONE4) zoqfo220.ogg And based on our last encounter with the Kohr-Ah we expect that when they win their war with the Ur-Quan the Kohr-Ah will move through this entire region of space destroying all intelligent life. -#(URQUAN_NEARLY_GONE5) zoqfo221.wav +#(URQUAN_NEARLY_GONE5) zoqfo221.ogg Major bummer! -#(KOHRAH_FRENZY0) zoqfo222.wav +#(KOHRAH_FRENZY0) zoqfo222.ogg I fear we have received our last scouting reports, Captain. -#(KOHRAH_FRENZY1) zoqfo223.wav +#(KOHRAH_FRENZY1) zoqfo223.ogg Poor Yip, Tun and Haffy! I'll really miss those guys! -#(KOHRAH_FRENZY2) zoqfo224.wav +#(KOHRAH_FRENZY2) zoqfo224.ogg Although none of our scouts returned home alive -#(KOHRAH_FRENZY3) zoqfo225.wav +#(KOHRAH_FRENZY3) zoqfo225.ogg ...and Jiff... and Fod... and (sniff!)... ...my best pal, Rogi! -#(KOHRAH_FRENZY4) zoqfo226.wav +#(KOHRAH_FRENZY4) zoqfo226.ogg They were able to send a last message. The Kohr-Ah have won their war against the Ur-Quan and they have begun their hideous death march. -#(KOHRAH_FRENZY5) zoqfo227.wav +#(KOHRAH_FRENZY5) zoqfo227.ogg (sniff!) -#(KOHRAH_FRENZY6) zoqfo228.wav +#(KOHRAH_FRENZY6) zoqfo228.ogg The only piece of knowledge we have that may help you defeat them is a fragment of a transmission we received from our agent Buppo who was in the Crateris constellation. -#(KOHRAH_FRENZY7) zoqfo229.wav +#(KOHRAH_FRENZY7) zoqfo229.ogg They got Buppo too?!...(SOB!) -#(KOHRAH_FRENZY8) zoqfo230.wav +#(KOHRAH_FRENZY8) zoqfo230.ogg He reported that the Kohr-Ah had something `big, dangerous and important as hell' in one of the nearby star systems. That was all we got before Buppo's signal was cut off. -#(KOHRAH_FRENZY9) zoqfo231.wav +#(KOHRAH_FRENZY9) zoqfo231.ogg (SOB!) -#(KOHRAH_FRENZY10) zoqfo232.wav +#(KOHRAH_FRENZY10) zoqfo232.ogg You have got to stop the Kohr-Ah, Captain!... ...before they kill us all. -#(KOHRAH_FRENZY11) zoqfo233.wav +#(KOHRAH_FRENZY11) zoqfo233.ogg (sniff!) -#(NO_WAR_NEWS0) zoqfo234.wav +#(NO_WAR_NEWS0) zoqfo234.ogg No. We have nothing new to report. -#(NO_WAR_NEWS1) zoqfo235.wav +#(NO_WAR_NEWS1) zoqfo235.ogg Nope! Not a thing. #(i_want_alliance) I have travelled here to seek an alliance between our peoples. -#(GOOD0) zoqfo236.wav +#(GOOD0) zoqfo236.ogg How wonderful! We accept! -#(GOOD1) zoqfo237.wav +#(GOOD1) zoqfo237.ogg Hurray! -#(GOOD2) zoqfo238.wav +#(GOOD2) zoqfo238.ogg How marvelous! -#(GOOD3) zoqfo239.wav +#(GOOD3) zoqfo239.ogg Yee-ha! -#(GOOD4) zoqfo240.wav +#(GOOD4) zoqfo240.ogg Captain, we are delighted that your people have made this choice! -#(GOOD5) zoqfo241.wav +#(GOOD5) zoqfo241.ogg Now WE won't get slaughtered! -#(GOOD6) zoqfo242.wav +#(GOOD6) zoqfo242.ogg In exchange for our cooperation helping you with captains and ship designs all that we ask for is your protection. -#(GOOD7) zoqfo243.wav +#(GOOD7) zoqfo243.ogg So we don't get slaughtered! -#(GOOD8) zoqfo244.wav +#(GOOD8) zoqfo244.ogg We shall begin fulfilling our commitment at once! We will transport officers and our Stinger design to your base immediately! -#(GOOD9) zoqfo245.wav +#(GOOD9) zoqfo245.ogg Why, heck! Maybe I'll even make the trip to your planet! I'd make a good starship captain, Captain! @@ -746,48 +746,48 @@ with a thrusting stinger tongue attack! #(want_specific_info) I would like some specific information. -#(WHAT_SPECIFIC_INFO0) zoqfo246.wav +#(WHAT_SPECIFIC_INFO0) zoqfo246.ogg Sure. What do you want to know? -#(WHAT_SPECIFIC_INFO1) zoqfo247.wav +#(WHAT_SPECIFIC_INFO1) zoqfo247.ogg Just ask away! #(enough_info) That's enough info for now, thanks! -#(OK_ENOUGH_INFO) zoqfo248.wav +#(OK_ENOUGH_INFO) zoqfo248.ogg Anything else? #(what_about_others) What do you know about other alien races? -#(ABOUT_OTHERS0) zoqfo249.wav +#(ABOUT_OTHERS0) zoqfo249.ogg Not much, to tell the truth. -#(ABOUT_OTHERS1) zoqfo250.wav +#(ABOUT_OTHERS1) zoqfo250.ogg This space exploration stuff is kinda new to us. -#(ABOUT_OTHERS2) zoqfo251.wav +#(ABOUT_OTHERS2) zoqfo251.ogg Besides the green alien ships... -#(ABOUT_OTHERS3) zoqfo252.wav +#(ABOUT_OTHERS3) zoqfo252.ogg Which have only tried to kill us. -#(ABOUT_OTHERS4) zoqfo253.wav +#(ABOUT_OTHERS4) zoqfo253.ogg ...and the black alien ships... -#(ABOUT_OTHERS5) zoqfo254.wav +#(ABOUT_OTHERS5) zoqfo254.ogg Which have actually been QUITE SUCCESSFUL at killing us. -#(ABOUT_OTHERS6) zoqfo255.wav +#(ABOUT_OTHERS6) zoqfo255.ogg The only other starships we have encountered are strange tumbling red probes which profess to be on a peaceful mission -#(ABOUT_OTHERS7) zoqfo256.wav +#(ABOUT_OTHERS7) zoqfo256.ogg But then attack like slavering Zebrankys. -#(ABOUT_OTHERS8) zoqfo257.wav +#(ABOUT_OTHERS8) zoqfo257.ogg We believe that the probes are actually robotic scouts which have suffered some kind of malfunction resulting in their aberrant behavior. -#(ABOUT_OTHERS9) zoqfo258.wav +#(ABOUT_OTHERS9) zoqfo258.ogg And what's worse, they are multiplying. -#(ABOUT_OTHERS10) zoqfo259.wav +#(ABOUT_OTHERS10) zoqfo259.ogg Yes, that's true. The probes seem to be replicating at a geometric rate. -#(ABOUT_OTHERS11) zoqfo260.wav +#(ABOUT_OTHERS11) zoqfo260.ogg AIEE! That means if there was only one last week then next month... ah wait a minute... let me calculate @@ -796,122 +796,122 @@ uh uh That means, next month there will be ...A WHOLE MESS OF THOSE THINGS! -#(ABOUT_OTHERS12) zoqfo261.wav +#(ABOUT_OTHERS12) zoqfo261.ogg By back-tracing the probes' course paths we have been able to calculate that the source of the probes is somewhere on a direct line that includes our star, and Epsilon Muscae. -#(ABOUT_OTHERS13) zoqfo262.wav +#(ABOUT_OTHERS13) zoqfo262.ogg Go get 'em, Captain! #(what_about_zebranky) Tell me more about your people. -#(ABOUT_ZEBRANKY0) zoqfo263.wav +#(ABOUT_ZEBRANKY0) zoqfo263.ogg Ah! Cultural exchange. A good idea. -#(ABOUT_ZEBRANKY1) zoqfo264.wav +#(ABOUT_ZEBRANKY1) zoqfo264.ogg Yeah! Let's tell him about Frungy! -#(ABOUT_ZEBRANKY2) zoqfo265.wav +#(ABOUT_ZEBRANKY2) zoqfo265.ogg Be quiet, you fool! He asked a serious question! He doesn't want to know about Frungy. -#(ABOUT_ZEBRANKY3) zoqfo266.wav +#(ABOUT_ZEBRANKY3) zoqfo266.ogg How do you know? What makes you so smart? You never even asked him if he wants to know about Frungy. Why, I'll bet right now he's wondering `What is this wonderful sport, Frungy?', `How is it played?' `What kind of equipment do you need to play Frungy?' and `I wonder who's ahead in the Frungy Championships?' -#(ABOUT_ZEBRANKY4) zoqfo267.wav +#(ABOUT_ZEBRANKY4) zoqfo267.ogg AUGH! Will you just SHUT UP ABOUT FRUNGY?! If you say another word about that STUPID GAME I'm going to lose control and blow a cloud of spores at you! -#(ABOUT_ZEBRANKY5) zoqfo268.wav +#(ABOUT_ZEBRANKY5) zoqfo268.ogg Yech! Okay, okay. Don't blow your sac. I won't mention Frungy again, I promise. -#(ABOUT_ZEBRANKY6) zoqfo269.wav +#(ABOUT_ZEBRANKY6) zoqfo269.ogg Well, Captain, as you can probably see our culture's predominant trait its greatest strength AND weakness is the diverse interactions between Zoq, Fot, and Pik. -#(ABOUT_ZEBRANKY7) zoqfo270.wav +#(ABOUT_ZEBRANKY7) zoqfo270.ogg FRUNGY! FRUNGY! FRUNGY! #(what_about_past) What was your history like? -#(ABOUT_PAST0) zoqfo271.wav +#(ABOUT_PAST0) zoqfo271.ogg Our past? Quite a broad topic for this short conversation but we'll share a key piece of our history with you. -#(ABOUT_PAST1) zoqfo272.wav +#(ABOUT_PAST1) zoqfo272.ogg After we killed off the last Zebranky we faced an interesting question. -#(ABOUT_PAST2) zoqfo273.wav +#(ABOUT_PAST2) zoqfo273.ogg Should we proceed, and establish a culture which would advance in art, technology and social sophistication?... -#(ABOUT_PAST3) zoqfo274.wav +#(ABOUT_PAST3) zoqfo274.ogg ...Or should we just go back into the forest and kick back and enjoy ourselves knowing that a Zebranky wasn't gonna jump out of a bush and eat us! -#(ABOUT_PAST4) zoqfo275.wav +#(ABOUT_PAST4) zoqfo275.ogg Well, we DID go back into the forest. We stayed there for about five thousand years and had a great time -#(ABOUT_PAST5) zoqfo276.wav +#(ABOUT_PAST5) zoqfo276.ogg Then, one stormy day, a Zoq, a Fot, and a Pik were walking up a steep path looking for something good to eat, when a bolt of lightning struck nearby. With a huge flash of light, the bolt of energy carved a strangely-shaped chunk of granite out of a cliff. -#(ABOUT_PAST6) zoqfo277.wav +#(ABOUT_PAST6) zoqfo277.ogg It was a disk, with a hole in the middle! As the rock began to roll down the hill, toward the three terrified beings some dry grass got caught in its hole, and since the rock was still hot the grass caught on fire. -#(ABOUT_PAST7) zoqfo278.wav +#(ABOUT_PAST7) zoqfo278.ogg When the rock finally got to the Zoq, the Fot, and the Pik they simultaneously discovered the Wheel, Fire, and Religion thus catapulting them on to the road of progress -#(ABOUT_PAST8) zoqfo279.wav +#(ABOUT_PAST8) zoqfo279.ogg Which has led us to this day, Captain. Oh! How did the flaming wheel give religion to our Culture, you ask? -#(ABOUT_PAST9) zoqfo280.wav +#(ABOUT_PAST9) zoqfo280.ogg I will explain. You see, when it got to the threesome, the flaming wheel was going at a pretty good clip and it ran smack into the Zoq, killing him. -#(ABOUT_PAST10) zoqfo281.wav +#(ABOUT_PAST10) zoqfo281.ogg The Fot and the Pik felt so bad they really liked that Zoq!... ...that they decided the Zoq hadn't really died when the wheel flattened him he had just gone to `a better place.' -#(ABOUT_PAST11) zoqfo282.wav +#(ABOUT_PAST11) zoqfo282.ogg Presumably one without lethal flaming wheels. #(what_about_stinger) Can you describe your `Stinger' starship? -#(ABOUT_STINGER0) zoqfo283.wav +#(ABOUT_STINGER0) zoqfo283.ogg The Stinger is the peak of our technological prowess. -#(ABOUT_STINGER1) zoqfo284.wav +#(ABOUT_STINGER1) zoqfo284.ogg It's totally awesome! -#(ABOUT_STINGER2) zoqfo285.wav +#(ABOUT_STINGER2) zoqfo285.ogg These vessels are cheap to build and can be quite effective in short range combat. -#(ABOUT_STINGER3) zoqfo286.wav +#(ABOUT_STINGER3) zoqfo286.ogg They turn on a... on a well a small round thing that's REAL small! -#(ABOUT_STINGER4) zoqfo287.wav +#(ABOUT_STINGER4) zoqfo287.ogg Remember though, against most ships the Stinger must close distance immediately and give unrelenting tongue attacks until either the enemy or the Stinger are destroyed. -#(ABOUT_STINGER5) zoqfo288.wav +#(ABOUT_STINGER5) zoqfo288.ogg Yeah! The tonguing is the best part! #(what_about_guy_in_back) Does that guy in back ever say anything? -#(ABOUT_GUY0) zoqfo289.wav +#(ABOUT_GUY0) zoqfo289.ogg Nope. -#(ABOUT_GUY1) zoqfo290.wav +#(ABOUT_GUY1) zoqfo290.ogg Not a word. #(name_1) diff --git a/sc2/src/msvc++/Starcon2.dsp b/sc2/src/msvc++/Starcon2.dsp index 6103e1e7f..23e57d2ed 100644 --- a/sc2/src/msvc++/Starcon2.dsp +++ b/sc2/src/msvc++/Starcon2.dsp @@ -50,7 +50,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib SDL.lib SDLmain.lib SDL_image.lib SDL_mixer.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"msvcrtd.lib" /out:"../../Content/Starcon2.exe" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib SDL.lib SDLmain.lib SDL_image.lib SDL_mixer.lib SDL_sound.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"msvcrtd.lib" /out:"../../Content/Starcon2.exe" !ELSEIF "$(CFG)" == "Starcon2 - Win32 Debug" @@ -74,7 +74,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo /o"Starcon2.bsc" LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib SDL.lib SDLmain.lib SDL_image.lib SDL_mixer.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"msvcrt.lib" /out:"../../Content/Starcon2Debug.exe" /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib SDL.lib SDLmain.lib SDL_image.lib SDL_mixer.lib SDL_sound.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"msvcrt.lib" /out:"../../Content/Starcon2Debug.exe" /pdbtype:sept # SUBTRACT LINK32 /nodefaultlib !ENDIF diff --git a/sc2/src/sc2code/libs/sound/sdl/sound.c b/sc2/src/sc2code/libs/sound/sdl/sound.c index 140057ef5..ba801b780 100644 --- a/sc2/src/sc2code/libs/sound/sdl/sound.c +++ b/sc2/src/sc2code/libs/sound/sdl/sound.c @@ -21,6 +21,7 @@ #include "libs/graphics/sdl/sdl_common.h" #include "libs/sound/sound_common.h" #include "SDL_mixer.h" +#include "SDL_sound.h" int TFB_InitSound (int driver, int flags, int frequency) @@ -38,12 +39,18 @@ TFB_InitSound (int driver, int flags, int frequency) if (Mix_OpenAudio(frequency, AUDIO_S16, 2, 2048)) { - fprintf (stderr, "Unable to open audio!\n"); + fprintf (stderr, "Unable to open audio: %s\n", Mix_GetError()); exit (-1); } atexit (Mix_CloseAudio); + if (!Sound_Init()) + { + fprintf(stderr, "Sound_Init() failed: %s\n", Sound_GetError()); + exit (-1); + } + SDL_AudioDriverName (SoundcardName, sizeof (SoundcardName)); Mix_QuerySpec (&audio_rate, &audio_format, &audio_channels); @@ -105,7 +112,7 @@ int GetSoundInfo (int *length, int *offset) // Umm... How does it know which sound? { - fprintf (stderr, "Unimplemented function activated: GetSoundInfo()\n"); + //fprintf (stderr, "Unimplemented function activated: GetSoundInfo()\n"); *length = 1; *offset = 0; return 1; diff --git a/sc2/src/sc2code/libs/sound/sdl/trackplayer.c b/sc2/src/sc2code/libs/sound/sdl/trackplayer.c index 07bc81312..cb5d65725 100644 --- a/sc2/src/sc2code/libs/sound/sdl/trackplayer.c +++ b/sc2/src/sc2code/libs/sound/sdl/trackplayer.c @@ -22,6 +22,7 @@ #include "libs/sound/sound_common.h" #include "libs/sound/trackplayer.h" #include "SDL_mixer.h" +#include "SDL_sound.h" #define VOICE_CHANNEL 0 @@ -33,10 +34,54 @@ static int tct, tcur, no_voice; static struct { int text_spliced; - Mix_Chunk *chunk; UNICODE *text; + Mix_Chunk *chunk; + Uint8 *speechdata; + Uint32 speechlen; + } track_clip[MAX_CLIPS]; + + +Uint8* Sound_Own_DecodeAll (Sound_Sample *sample, Uint32 bufsize, Uint32 *decoded_bytes) +{ + Uint8 *buf = NULL; + + *decoded_bytes = 0; + buf = (Uint8*) malloc (bufsize); + if (!buf) + { + fprintf (stderr, "Sound_Own_DecodeAll(): cannot allocate %d bytes\n", bufsize); + return NULL; + } + + while ( ((sample->flags & SOUND_SAMPLEFLAG_EOF) == 0) && + ((sample->flags & SOUND_SAMPLEFLAG_ERROR) == 0) ) + { + Uint32 br = Sound_Decode (sample); + + if (*decoded_bytes + br >= bufsize) + { + Uint8 *newbuf; + + bufsize *= 2; + newbuf = (Uint8*) realloc (buf, bufsize); + if (!newbuf) + { + fprintf (stderr, "Sound_Own_DecodeAll(): cannot realloc %d bytes\n", bufsize); + return buf; + } + buf = newbuf; + } + + memcpy (&buf[*decoded_bytes], sample->buffer, br); + *decoded_bytes += br; + } + + //fprintf(stderr, "Sound_Own_DecodeAll(): decoded %d bytes, allocated memory size %d\n", *decoded_bytes, bufsize); + return buf; +} + void JumpTrack (int abort) { @@ -122,6 +167,13 @@ StopTrack () Mix_FreeChunk (track_clip[tct].chunk); track_clip[tct].chunk = 0; } + if (track_clip[tct].speechdata) + { + //fprintf (stderr, "StopTrack(): freeing atleast %d bytes\n", track_clip[tct].speechlen); + free (track_clip[tct].speechdata); + track_clip[tct].speechdata = 0; + track_clip[tct].speechlen = 0; + } } tct = tcur = 0; no_voice = 0; @@ -156,8 +208,62 @@ SpliceTrack (UNICODE *TrackName, UNICODE *TrackText) } else if (tct < MAX_CLIPS) { + Sound_AudioInfo sound_desired; + Sound_Sample *sample; + Uint16 format; + int rate, channels; + + //fprintf(stderr, "SpliceTrack(): trackname %s\n", TrackName); + + // this is needed because sample must be converted to mixer + // format or it doesn't play right + Mix_QuerySpec (&rate, &format, &channels); + sound_desired.rate = rate; + sound_desired.format = format; + sound_desired.channels = channels; + + sample = Sound_NewSampleFromFile (TrackName, &sound_desired, 16384); + + if (!sample) + { + fprintf (stderr, "SpliceTrack(): couldn't load %s: %s\n", + TrackName, Sound_GetError()); + track_clip[tct].chunk = NULL; + track_clip[tct].speechdata = NULL; + track_clip[tct].speechlen = 0; + } + else + { + track_clip[tct].speechdata = Sound_Own_DecodeAll (sample, 1048576, + &track_clip[tct].speechlen); + + if (track_clip[tct].speechdata) + { + track_clip[tct].chunk = Mix_QuickLoad_RAW (track_clip[tct].speechdata, + track_clip[tct].speechlen); + + if (!track_clip[tct].chunk) + { + fprintf (stderr, "SpliceTrack(): Mix_QuickLoad_RAW failed for %s: %s\n", + TrackName, Mix_GetError()); + + free (track_clip[tct].speechdata); + track_clip[tct].speechdata = NULL; + track_clip[tct].speechlen = 0; + } + } + else + { + fprintf (stderr, "SpliceTrack(): Sound_Own_DecodeAll failed for %s\n", TrackName); + track_clip[tct].chunk = NULL; + track_clip[tct].speechdata = NULL; + track_clip[tct].speechlen = 0; + } + + Sound_FreeSample (sample); + } + track_clip[tct].text = TrackText; - track_clip[tct].chunk = Mix_LoadWAV (TrackName); track_clip[tct].text_spliced = 0; ++tct; }