Converted all speechs to ogg, now depends on SDL_sound lib too
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@133 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+10
-2
@@ -1,5 +1,6 @@
|
|||||||
To build The Urquan Masters, you need at least the following software:
|
To build The Urquan Masters, you need at least the following software:
|
||||||
|
|
||||||
|
For Linux version:
|
||||||
GCC - GNU C Compiler
|
GCC - GNU C Compiler
|
||||||
http://gcc.gnu.org/
|
http://gcc.gnu.org/
|
||||||
Debian package: gcc
|
Debian package: gcc
|
||||||
@@ -8,15 +9,18 @@ GNU Make
|
|||||||
ftp://ftp.gnu.org/
|
ftp://ftp.gnu.org/
|
||||||
Debian package: make
|
Debian package: make
|
||||||
|
|
||||||
|
For Windows version:
|
||||||
|
Microsoft Visual C++ 6 or 7
|
||||||
|
|
||||||
Additionally, The Urquan Masters requires the following libraries:
|
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/
|
http://www.xfree86.org/
|
||||||
Debian package: xlibmesa-dev OR nvidia-glx OR <vendor specific>
|
Debian package: xlibmesa-dev OR nvidia-glx OR <vendor specific>
|
||||||
XFree86 4.x comes with Mesa, which is a clone.
|
XFree86 4.x comes with Mesa, which is a clone.
|
||||||
Note: Mesa is a software emulation. For enjoyable results
|
Note: Mesa is a software emulation. For enjoyable results
|
||||||
you will need hardware accelerated OpenGL (GLX).
|
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
|
SDL v1.2
|
||||||
The Simple Direct-Media Layer
|
The Simple Direct-Media Layer
|
||||||
@@ -34,6 +38,10 @@ SDL-mixer
|
|||||||
Homepage: http://www.libsdl.org/projects/SDL_mixer/
|
Homepage: http://www.libsdl.org/projects/SDL_mixer/
|
||||||
Download: http://www.libsdl.org/projects/SDL_mixer/release/
|
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
|
If you find these aren't enough, or if you know the names
|
||||||
of the corresponding RPM etc. packages, please report to
|
of the corresponding RPM etc. packages, please report to
|
||||||
|
|||||||
@@ -131,8 +131,7 @@ Questions:
|
|||||||
which we can free when no more memory is available, to allow an emergency
|
which we can free when no more memory is available, to allow an emergency
|
||||||
save.
|
save.
|
||||||
- How about an ISO image for a self-contained linux CD which boots into SC2?
|
- 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
|
- SDL_mixer really doesn't seem to meet our needs.. should we
|
||||||
doesn't interpolate them in any way.. 11khz data really needs that,
|
a) write our own mixing routines
|
||||||
compare the wavs to winamp for example.
|
b) look for alternatives (OpenAL perhaps?)
|
||||||
Should we add that functionality to SDL_mixer ourselves, or implement
|
c) what?
|
||||||
all mixing from scratch using only base SDL audio, or what?
|
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ SDL_VERSION=1.2.2
|
|||||||
AM_PATH_SDL($SDL_VERSION, , AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]))
|
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_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_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_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!]))
|
#AC_CHECK_HEADERS(SDL/SDL_mixer.h, , AC_MSG_ERROR([Your system is missing SDL_mixer.h!]))
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
#(INIT_HELLO) arilo000.wav
|
#(INIT_HELLO) arilo000.ogg
|
||||||
Hello my little one. I am so pleased to see you!
|
Hello my little one. I am so pleased to see you!
|
||||||
You have done well for yourself.
|
You have done well for yourself.
|
||||||
It is gratifying.
|
It is gratifying.
|
||||||
@@ -6,7 +6,7 @@ It is gratifying.
|
|||||||
#(confused_by_hello)
|
#(confused_by_hello)
|
||||||
You sound as if you know me. Have we met?
|
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.
|
I forget myself. Of course you don't know me. You are from Unzervalt, not Earth.
|
||||||
We are, however, how shall I say, related.
|
We are, however, how shall I say, related.
|
||||||
It has been many of your years since I have been to our planet Earth.
|
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)
|
#(happy_by_hello)
|
||||||
I know who you are! You're Arilou!! We've wondered what happened to your people for a long time.
|
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!
|
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.
|
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.
|
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)
|
#(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?
|
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.
|
You're annoyed. How interesting.
|
||||||
It has been so long since I dealt with Humans. I had forgotten what it was like.
|
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.
|
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.
|
In fact, we rather liked the idea and wished we had thought of it ourselves.
|
||||||
For your safety of course.
|
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.
|
Ah... our human friend. Please, let us chat a while.
|
||||||
It has been so many years since I last visited your Earth
|
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.
|
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.
|
You were born on the distant world Unzervalt.
|
||||||
I have visited there much more recently.
|
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.
|
Hello my clever child. We have met again and I am pleased.
|
||||||
Your people are so beautiful... so unspoiled.
|
Your people are so beautiful... so unspoiled.
|
||||||
Your instincts are like perfume... your motives a shimmering crystal.
|
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!...
|
Last night as you slept, I touched your face and you smiled!...
|
||||||
but now you frown. A pity. Smiling is healthier.
|
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?
|
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*!
|
Ha-ha! Our clever ward has found our nook in *time*!
|
||||||
You are the first, brave human! No others have made the trip.
|
You are the first, brave human! No others have made the trip.
|
||||||
This is our homeworld, Falayalaralfali, nestled safe in this TrueSpace eddy.
|
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
|
We entrusted an injured Talking Pet into their care
|
||||||
and we were curious about its progress.
|
and we were curious about its progress.
|
||||||
|
|
||||||
#(FRDLY_HOMEWORLD_HELLO_2) arilo009.wav
|
#(FRDLY_HOMEWORLD_HELLO_2) arilo009.ogg
|
||||||
Welcome back to Falayalaralfali, Captain.
|
Welcome back to Falayalaralfali, Captain.
|
||||||
Perhaps, in the fullness of time we will let you visit the surface of our world.
|
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
|
There are many beauties here unmatched anywhere... the Mountain Clouds of Thought
|
||||||
the Tangible Wish... the Dark. Unfortunately, you are not yet... acclimated.
|
the Tangible Wish... the Dark. Unfortunately, you are not yet... acclimated.
|
||||||
Premature exposure to these would render you... numb.
|
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?
|
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.
|
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?
|
Yes, Captain. What can the Arilou Lalee'lay of Falayalaralfali do for you this day?
|
||||||
|
|
||||||
#(whats_up_1)
|
#(whats_up_1)
|
||||||
@@ -91,7 +91,7 @@ What exactly IS your connection with Earth and Humans, anyway?
|
|||||||
#(whats_up_2)
|
#(whats_up_2)
|
||||||
I'm still confused about our relationship. Please elaborate.
|
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.
|
You are curious. That is a promising quality.
|
||||||
How can I describe our relation to Humans?...
|
How can I describe our relation to Humans?...
|
||||||
Never doubt our motives, Captain. Your well-being is of paramount concern to every Arilou.
|
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.
|
Believe me, Captain, we have known each other for a very long time.
|
||||||
You might even say that we knew the first human.
|
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 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
|
You have wondered at our signs to each other in your wheat fields
|
||||||
and written books about our more personal endeavors
|
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
|
But I must tread carefully. You are not ready for everything
|
||||||
and I fear that you would not understand what was best for you.
|
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.
|
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*.
|
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.
|
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
|
We are proud of you as you would be of your children, and some day
|
||||||
well, I have said too much already.
|
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 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?
|
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.
|
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)
|
#(why_you_here)
|
||||||
What are you doing here, in this region of space?
|
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.
|
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.
|
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.
|
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_things)
|
||||||
What are you exploring for in these `easy places'?
|
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.
|
We seek to trap *Nnngn*, but they dart and leap.
|
||||||
YOU cannot trap *Nnngn*... do not even try.
|
YOU cannot trap *Nnngn*... do not even try.
|
||||||
I do not think you can even touch them; you are not quite solid enough.
|
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)
|
#(why_do_it)
|
||||||
Okay, you trap these nungy things. Then what?
|
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!
|
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.
|
Captain, these things we talk about... they are unimportant to you... they are as dreams.
|
||||||
Our words should address your universe... not ours.
|
Our words should address your universe... not ours.
|
||||||
@@ -161,7 +161,7 @@ Our words should address your universe... not ours.
|
|||||||
#(give_me_info_1)
|
#(give_me_info_1)
|
||||||
We still struggle against the Ur-Quan. Can you help us?
|
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.
|
With ships and weapons... blood and bones... no.
|
||||||
Too many shipmates were forcibly... discorporated.. in the last conflict.
|
Too many shipmates were forcibly... discorporated.. in the last conflict.
|
||||||
Our cooperation is not necessary. You are the focus.
|
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)
|
#(give_me_info_2)
|
||||||
Can you give us any more information?
|
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.
|
The Mycon change and reform worlds with their Deep Children.
|
||||||
These changes affect others unfortunately.
|
These changes affect others unfortunately.
|
||||||
The fate of your world and your heart relate to these matters.
|
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.
|
The carnate forces of Ur-Quan and Kohr-Ah are twined about the memory of pain.
|
||||||
They respond to these words.
|
They respond to these words.
|
||||||
Hold! What you are doing to us is wrong! Why do you do this thing?
|
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.
|
The enemy of your enemy is your friend... at least for a time.
|
||||||
|
|
||||||
#(bye_friendly_space)
|
#(bye_friendly_space)
|
||||||
Goodbye Arilou.
|
Goodbye Arilou.
|
||||||
|
|
||||||
#(GOODBYE_FRIENDLY_SPACE) arilo023.wav
|
#(GOODBYE_FRIENDLY_SPACE) arilo023.ogg
|
||||||
Farewell child.
|
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.
|
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.
|
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.
|
We are so eager to give you our means to traverse reality.
|
||||||
Have you obtained the Warp Pod yet?
|
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
|
You have found our world. We did not see this
|
||||||
and now it is too late to adjust without damage
|
and now it is too late to adjust without damage
|
||||||
but perhaps the situation can be resolved in another way.
|
but perhaps the situation can be resolved in another way.
|
||||||
@@ -208,7 +208,7 @@ The answer lies within your next statement.
|
|||||||
#(invaders_from_mars)
|
#(invaders_from_mars)
|
||||||
You guys are like... invaders from Mars! Weird evil monsters!
|
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.
|
No. We seek not to invade, but to pervade. There is a difference.
|
||||||
Your stories of evil creatures... these are just... side effects.
|
Your stories of evil creatures... these are just... side effects.
|
||||||
Pay them no heed.
|
Pay them no heed.
|
||||||
@@ -216,7 +216,7 @@ Pay them no heed.
|
|||||||
#(bug_eyed_fruitcakes)
|
#(bug_eyed_fruitcakes)
|
||||||
No-no-no-no-no! I'll stop you! You bug-eyed fruitcakes have mutilated your last cow!
|
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
|
We have sought amiable companionship with you, Captain
|
||||||
when we just as easily could have performed such experiments on you.
|
when we just as easily could have performed such experiments on you.
|
||||||
We shall not fight with our children. Goodbye.
|
We shall not fight with our children. Goodbye.
|
||||||
@@ -224,7 +224,7 @@ We shall not fight with our children. Goodbye.
|
|||||||
#(ok_lets_be_friends)
|
#(ok_lets_be_friends)
|
||||||
Look, I'm sorry. I made some mistakes. We need you as allies, not as enemies.
|
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.
|
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*
|
But we are also not your ally. That would require a degree of involvement in this *time*
|
||||||
which is not presently permissible.
|
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)
|
||||||
Why should I trust you? You did funny things to that horror writer a while ago, right?
|
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.
|
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.
|
You do not, CANNOT understand some of what we do, or why.
|
||||||
Therefore it may be best if you simply consider us... quirky.
|
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_about_interference)
|
||||||
What gives your people the right to interfere with mine?
|
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?
|
What gives you the right to move, the right to fall?
|
||||||
Some acts are motivated, others are automatic.
|
Some acts are motivated, others are automatic.
|
||||||
Do not presume that you can decide which is which for anyone but yourself
|
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)
|
#(i_just_like_to_leave)
|
||||||
Ok, fine, whatever. Just let me leave now, okay?
|
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.
|
This matter must be resolved, or many event strands will grow... more complicated.
|
||||||
Your presence is required.
|
Your presence is required.
|
||||||
|
|
||||||
#(what_about_war)
|
#(what_about_war)
|
||||||
So what DID happen at the end of the 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.
|
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*.
|
Our... context, is infinitely broader than yours in scope, both in space and *time*.
|
||||||
Nevertheless, to please you I shall try to recall
|
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)
|
#(what_about_urquan)
|
||||||
Well what about the Ur-Quan? What are they up to?
|
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
|
Soon after the Ur-Quan defeated the Yehat and imprisoned the Syreen in Betelgeuse
|
||||||
their siblings arrived to initiate the Doctrinal Conflict.
|
their siblings arrived to initiate the Doctrinal Conflict.
|
||||||
This battle continues as we speak.
|
This battle continues as we speak.
|
||||||
@@ -282,13 +282,13 @@ This battle continues as we speak.
|
|||||||
#(best_if_i_killed_you)
|
#(best_if_i_killed_you)
|
||||||
I think it would be best if I killed you now.
|
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.
|
Instinct. Instinct. Instinct. Always the instinct.
|
||||||
|
|
||||||
#(what_did_on_earth)
|
#(what_did_on_earth)
|
||||||
What, exactly, have you been doing on Earth?
|
What, exactly, have you been doing on Earth?
|
||||||
|
|
||||||
#(DID_THIS) arilo036.wav
|
#(DID_THIS) arilo036.ogg
|
||||||
You desire honesty. It is given.
|
You desire honesty. It is given.
|
||||||
We have visited your world for many thousands of years into your species' past.
|
We have visited your world for many thousands of years into your species' past.
|
||||||
We have changed things... made modifications.
|
We have changed things... made modifications.
|
||||||
@@ -296,7 +296,7 @@ We have changed things... made modifications.
|
|||||||
#(why_did_this)
|
#(why_did_this)
|
||||||
What did you change and modify on Earth, AND WHY?!
|
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.
|
Our motives are multiple, our desires complex.
|
||||||
Part of what we do on Earth is for your own protection.
|
Part of what we do on Earth is for your own protection.
|
||||||
There are parasites. Creatures who dwell Beyond.
|
There are parasites. Creatures who dwell Beyond.
|
||||||
@@ -308,7 +308,7 @@ There are no more Androsynth now. Only Orz.
|
|||||||
#(tell_more)
|
#(tell_more)
|
||||||
This sounds creepy. Please go on.
|
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.
|
No. In a way, ignorance is your armor, your best protection.
|
||||||
They cannot see you now. They cannot smell you.
|
They cannot see you now. They cannot smell you.
|
||||||
Much of our work with your people involved making you invisible... changing your smell.
|
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)
|
#(learned_about_umgah)
|
||||||
Have you learned anything about the Umgah yet?
|
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.
|
Hmmm... this is disturbing news. They are normally rambunctious to an extreme.
|
||||||
We will send ships to Umgah space to investigate.
|
We will send ships to Umgah space to investigate.
|
||||||
We should have some answers in a few days time.
|
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.
|
Our exploration skiffs have not returned. We are concerned.
|
||||||
Perhaps if you ask later, we will know then.
|
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
|
We have discovered something strange and frightening about the Umgah
|
||||||
When we approached their vessels, we were instantly attacked
|
When we approached their vessels, we were instantly attacked
|
||||||
and the Umgah made no attempts to contact our ships or respond to our hails.
|
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)
|
#(what_do_now)
|
||||||
So what can we do about the psychically zombified blobbies?
|
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.
|
We have had no success with our own investigations.
|
||||||
Whatever controls the Umgah is a threat, but we seem unprepared to deal with it.
|
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.
|
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,
|
The source of the Umgah's compulsion is the Talking Pet you gave the Umgah,
|
||||||
but now it is intelligent and exhibits strange powers.
|
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
|
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.
|
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
|
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)
|
#(what_do_about_tpet)
|
||||||
So what should we do about this Dnyarri creature?
|
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.
|
The Dnyarri were the most inimical race this galaxy has known.
|
||||||
In other dimensions, other *times* there are far, far worse beings
|
In other dimensions, other *times* there are far, far worse beings
|
||||||
but they do not threaten you at the present time.
|
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)
|
#(what_give_me)
|
||||||
You said you had much to give my people. Can you be more specific?
|
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.
|
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.
|
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
|
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)
|
#(what_about_tpet)
|
||||||
You mentioned a Talking Pet. How did you find one?
|
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
|
We are an endlessly curious species, and we spend much of our time on
|
||||||
how should I say, reconnaissance missions.
|
how should I say, reconnaissance missions.
|
||||||
During one such trip, we witnessed the crash landing of an Ur-Quan Dreadnought
|
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)
|
#(about_portal_again)
|
||||||
Can you tell me about that Portal Spawner thing 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
|
Certainly. As a sign of our long-standing friendship with your species
|
||||||
we would be happy to fit your vessel with a Portal spawner
|
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.
|
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)
|
#(got_it)
|
||||||
I have obtained the Warp Pod unit from the Ur-Quan wreck.
|
I have obtained the Warp Pod unit from the Ur-Quan wreck.
|
||||||
|
|
||||||
#(CLEVER_HUMAN) arilo048.wav
|
#(CLEVER_HUMAN) arilo048.ogg
|
||||||
What a surprise!
|
What a surprise!
|
||||||
As we have always said, Humans are a MOST resourceful and clever species.
|
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.
|
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
|
We are prepared. Even now our technical personnel are equipping your ship
|
||||||
with a custom version of our Portal spawner device.
|
with a custom version of our Portal spawner device.
|
||||||
The device is useable only in HyperSpace. Whenever it is activated
|
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)
|
#(bye_friendly_homeworld)
|
||||||
Goodbye my Arilou friends.
|
Goodbye my Arilou friends.
|
||||||
|
|
||||||
#(GOODBYE_FRDLY_HOMEWORLD) arilo050.wav
|
#(GOODBYE_FRDLY_HOMEWORLD) arilo050.ogg
|
||||||
Goodbye clever child.
|
Goodbye clever child.
|
||||||
|
|
||||||
#(HOSTILE_GOODBYE_1) arilo051.wav
|
#(HOSTILE_GOODBYE_1) arilo051.ogg
|
||||||
We have said all there is to be said.
|
We have said all there is to be said.
|
||||||
We would prefer your immediate departure, but are prepared for your attack.
|
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.
|
Your behavior is clearly inimical. We resist discorporation.
|
||||||
Further contact between ourselves is pointless.
|
Further contact between ourselves is pointless.
|
||||||
|
|
||||||
#(HOSTILE_GOODBYE_3) arilo053.wav
|
#(HOSTILE_GOODBYE_3) arilo053.ogg
|
||||||
Seek death in other corners. Leave us.
|
Seek death in other corners. Leave us.
|
||||||
|
|
||||||
#(HOSTILE_GOODBYE_4) arilo054.wav
|
#(HOSTILE_GOODBYE_4) arilo054.ogg
|
||||||
Seek death in other corners. Leave us.
|
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.
|
We cannot fathom your reason, therefore you must be acting upon simple instinct.
|
||||||
Perhaps this is our fault. We have always loved instinct
|
Perhaps this is our fault. We have always loved instinct
|
||||||
even though we possess none ourselves.
|
even though we possess none ourselves.
|
||||||
Do you have too much instinct, human? Does your species? We shall see.
|
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.
|
Human. You flail at the wind. Cease your violence.
|
||||||
Would you hurt your pet? Your child? Your beast?
|
Would you hurt your pet? Your child? Your beast?
|
||||||
Please... rethink your posture.
|
Please... rethink your posture.
|
||||||
@@ -484,13 +484,13 @@ Please... rethink your posture.
|
|||||||
#(lets_fight)
|
#(lets_fight)
|
||||||
C'mon, let's fight... Freak Face!
|
C'mon, let's fight... Freak Face!
|
||||||
|
|
||||||
#(NO_FIGHT) arilo057.wav
|
#(NO_FIGHT) arilo057.ogg
|
||||||
We will never choose to fight you, child.
|
We will never choose to fight you, child.
|
||||||
|
|
||||||
#(im_sorry)
|
#(im_sorry)
|
||||||
Aughhh! I am sorry! WHAT WAS I THINKING?!!
|
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.
|
If you wish to make atonement... seek a strangely shaped rock or plant.
|
||||||
However, should you wish to change the nature of our relationship
|
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
|
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)
|
#(bye_angry_space)
|
||||||
G'bye.
|
G'bye.
|
||||||
|
|
||||||
#(GOODBYE_ANGRY_SPACE) arilo059.wav
|
#(GOODBYE_ANGRY_SPACE) arilo059.ogg
|
||||||
When you have resolved your conflict, we shall speak again.
|
When you have resolved your conflict, we shall speak again.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user