Updated cutscenes, fixed bug with scrolling levels
This commit is contained in:
parent
5965f44bb1
commit
a5aaba379f
|
@ -1,6 +1,6 @@
|
|||
Kline Kethlan
|
||||
4
|
||||
FACE_CHRIS
|
||||
I'm going to give you one last warning, Kethlan - Surrender now or take a long good look at the last living thing you will ever see!
|
||||
I'm going to give you one last warning, Kethlan - Surrender now!
|
||||
FACE_KLINE
|
||||
Never. You may have won your little war but I assure you that your friends will not be celebrating with you this night!
|
||||
Never. Come to Venus and face me. This time, it will be to the death!
|
||||
|
|
|
@ -35,7 +35,5 @@ FACE_CHRIS
|
|||
We may actually be able to use that to our advantage. You thinking what I'm thinking?
|
||||
FACE_SID
|
||||
I sure am. I'll come up with a plan of action.
|
||||
FACE_SID
|
||||
On a side note, I'll be able to upgrade the Firefly's shielding once we get to Eyananth.
|
||||
-1
|
||||
@none@
|
||||
|
|
|
@ -28,12 +28,10 @@ Hey! Wait a moment! You're that rebel from Spirit! I think you're so cool! Can I
|
|||
FACE_CHRIS
|
||||
No way! You'd be too much of a liability!
|
||||
FACE_SID
|
||||
Chris, I think we could use the extra firepower to be honest. And I'm interested in studying her ship.
|
||||
FACE_SID
|
||||
I'd like to know more about the homing missile launcher she's got on there.
|
||||
Chris, I think we could use the extra firepower to be honest. And I'm interested in studying her homing missile launcher.
|
||||
FACE_CHRIS
|
||||
Alright. But just don't get in the way.
|
||||
-1
|
||||
Phoebe Lexx will now join you as a Wingmate. However on certain missions she will not be available.
|
||||
Phoebe Lexx will now join you as a Wingmate. However, she will not be available on certain missions.
|
||||
-1
|
||||
@none@
|
||||
|
|
|
@ -24,13 +24,13 @@ We took down the WEAPCO mining vessel and then I was jumped by a man claiming to
|
|||
FACE_SID
|
||||
I've heard of him. He's the Commander of WEAPCO's naval forces. One of the best pilots they ever had.
|
||||
FACE_CHRIS
|
||||
He did put up one hell of a fight. But I think he was toying with me. He left just as I was gaining the upper hand!
|
||||
He did put up one hell of a fight. He didn't stick around, though; just as I thought I was going to win, he ran off.
|
||||
FACE_CHRIS
|
||||
We've still got a job to do. What did you find out about Mordor?
|
||||
FACE_SID
|
||||
It's home to one of WEAPCO's main research facilities. They are testing some new fighter craft at the moment.
|
||||
FACE_CHRIS
|
||||
We should try and either destroy that or acquire it.
|
||||
We should try and either destroy or capture that craft.
|
||||
FACE_SID
|
||||
Destroying it would be best. Word has also spread of your work and a small uprising has begun.
|
||||
FACE_CHRIS
|
||||
|
|
|
@ -24,12 +24,12 @@ I've had a look at the implants and they should be easy to remove. She'll just h
|
|||
FACE_CHRIS
|
||||
Will she be able to tell us anything useful?
|
||||
FACE_SID
|
||||
We'll have to wait for her memory to come back. She won't remember doing anything whilst the implants were in.
|
||||
We'll have to wait for her memory to come back. She might not be able to remember anything she did whilst the implants were in.
|
||||
FACE_SID
|
||||
She'll still be able to pilot a ship though.
|
||||
FACE_CHRIS
|
||||
Good. The closer to Sol we get, the more resistance we'll face.
|
||||
-1
|
||||
Ursula Lexx will now join you as a Wingmate. However, like Phoebe, on certain missions she will not be available.
|
||||
Ursula Lexx will now join you as a Wingmate. However, like Phoebe, she will not be available on certain missions.
|
||||
-1
|
||||
@none@
|
||||
|
|
|
@ -20,7 +20,7 @@ http://opengameart.org/content/last-cyber-dance
|
|||
last_cyber_dance.ogg
|
||||
|
||||
http://opengameart.org/content/fast-high-music
|
||||
RE.ogg
|
||||
RE.ogg (slowed down 5%)
|
||||
|
||||
http://opengameart.org/content/stereotypical-90s-space-shooter-music
|
||||
death.ogg
|
||||
|
|
|
@ -197,7 +197,11 @@ void doPlayer()
|
|||
}
|
||||
|
||||
if (((currentGame.area == 18) && (enemy[WC_BOSS].shield > 0)) || (currentGame.area == 24))
|
||||
{
|
||||
player.face = 0;
|
||||
xmoved = true;
|
||||
ymoved = true;
|
||||
}
|
||||
|
||||
if (engine.done == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue