Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bactrian unlock mission #2347

Closed
wants to merge 31 commits into from
Closed

Conversation

Amazinite
Copy link
Collaborator

@Amazinite Amazinite commented Apr 3, 2017

Given that the Bactrian description has mention of a license that does not exist, I thought I'd go ahead and make a little mission string for one.

The mission only offers to you after you have already done a few of the humanitarian focused transport missions, including things like terraforming Rand, rescuing miners on Syndicate worlds, and bringing humanitarian aid to pirate planets.

From there, you may be approached by two Deep Security soldiers (proper term?) on any Deep world who tell you of an exploration mission to the Wolf-Rayet star in Gorvi gone wrong. You're then taken on a journey to find where the Star Queen that was transporting the scientists who would have studied the star went, eventually finding it to be on Arneb. You, along with a few D.S and R.N ships, then go on a rescure mission to retreive the Star Queen and return it to Valhalla. Once you secure the vessel, the Corvette you were escorting to Haven gets destroyed and you have to quickly launch, only to find a pirate Bactrian in orbit. You're then given a decision to leave the system and make sure the Star Queen gets back to the Deep saftly, or take on the Bactrian and risk the Star Queen getting blasted. Should you go to the Deep right away, the Deep Security officer with you tells you to go back to Arneb and take it down, giving you a city-ship license when you return. If you had already destroyed it then you will receive the license right when you land.

Feedback much appreciated. 👍

Fixed up with lots of help from @tehhowch

Also added dialog for why the Deep can't do it themselves right now.
Fixed how you acquire the escorts; before, the Mule escorts would still
be given to you even if you declined the mission, and the Cruiser
escorts mission assumed that your Deep escorts were in the same system.
` "Sorry, but I'm not the person you're looking for."`

` The man looks a little embarrassed after you say that. "Alright. Sorry for bothering you." The two make their way out of the restaurant and you return to watching the telescreen.`
decline
Copy link
Contributor

@Lorantine Lorantine Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you sure you actually want it to have "decline" instead of "defer"? if you even accidently click the 2nd option or think it's funny to bully the man by lying you lose your only chance to get the license
the mission itself isn't something that can be defered but ya don't know what the mission is if ya "decline" at the start

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me also point out that the Kestrel's first "no" option is also a defer.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll need to rewrite this part then because it doesn't make sense for him to show up multiple times and continually ask if you're the same person.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try this (I've done it before):
You decline him the first time.
He takes it as a joke.
You decline him again.
Done.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it really necessary to have this be deferrable? Doesn't really make sense to me to have him find you, you defer, then he finds you again like a month later and the Star Queen is still out there. XD

And @KiLEdEnNis maybe those who bully don't deserve a Bactrian. :3

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Amazinite : can be solved by adding a deadline upon defer (e.g. event "Bactrian unlock timeout" 2) and adding this into the to offer with a has not event...
In this case, the player could only return the next day (but not the 2nd next day, since the event would be active by then).
But hey... the entire story does not have any deadlines yet, so who cares if you defer for 30 days? And: that Star Queen is there, 1 month later.

You start in the Deep. Let's take Valhalla for simplicity.
Distance to Betelgeuse, first Waypoint: 9 Hyperdrive jumps, or 6 jumps with Jump Drive.
You do not proceed to Arneb and do not locate it directly (would be 6 more jumps) but instead you return directly to:
Valhalla. Another 9 (or 6) jumps.
Landing. +1 day, picking up the Faraday escort.
Next stopovers: Memory and Farpoint.
Memory: 2 jumps from Valhalla. +1 day for landing.
Farpoint: 9 (or 6) jumps from Memory. +1 day for landing.
Proceed to Haven: 4 jumps from Farpoint. +1 day for landing.
You got her - now just return at any slow speed with as many stopovers as you want, just dont get killed. Using regular Jumpdrives you have already spent 5 weeks until you and the Corvette arrive at Haven and can secure here. No wonder that many people died before you could rescue them.


label mission
` "We need you to find a Star Queen that recently went missing in the Far North region and return to <destination> once you have located it. Aboard this Star Queen was a number of top scientists intending to do research on the Wolf-Rayet star in Gorvi, which, due to its location so close to the northern anarchist worlds, has very little known about it."`
` "We received word just yesterday that just after refueling on Prime, a large pirate fleet entered the system. The Star Queen's escorts were sadly destroyed." He seems to choke up after telling you that. "The pirates then boarded and took control of the Star Queen. We then lost all connection to the vessel, as we have no idea where it could have gone from there." He takes a moment to collect himself after telling you the situation.`
Copy link
Contributor

@Lorantine Lorantine Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double usage of "just" in 1 sentence reads a bit weird, ya might wanna rephrase it (or remove the first "just")

also:
"The pirates then... We then lost..." too much "then" also reads a bit weird, maybe rephrase 1 of the 2 sentences

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"We need you to find a Star Queen that recently went missing in the Far North region and return to once you have located it. Aboard this Star Queen was a number of top scientists intending to do research on the Wolf-Rayet star in Gorvi. Very little is known about this star, due to its proximity to the northern anarchist worlds."`

"We received word just yesterday that directly after the ship refueled on Prime, a large pirate fleet entered the system." He chokes up a bit. "The Star Queen's escorts were destroyed, to a man. The pirates then boarded and took control of the Star Queen, and at that point, we lost all connection to it. We have no idea where it went from there." He takes a moment to collect himself after telling you the situation.`

` "Why can't you locate it yourself?"`
goto locate

` "We will pay you <payment> if you are able to at least find where the Star Queen is, but there may be more reward if you are able to return it."`
Copy link
Contributor

@Lorantine Lorantine Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"there may be more reward" is that right? not sure
I think it's at least "there may be more of a reward" or "there may be more rewards" (plural reward)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's already pretty awkward as a statement.
Your suggestions do not make it better.

goto end

label sad
` The man pauses before answering you, as if trying to choose his words carefully. "I personally know a lot of the scientists on board that Star Queen, and I just know that someone's going to wind up dead in this situation, and it isn't every day that someone you know gets held captive by pirates. This whole thing is just stressful for me."`
Copy link
Contributor

@Lorantine Lorantine Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"on board that Star Queen" not sure but I think that ain't right
I think it should be something like "aboard that Star Queen" or "on board of that Star Queen"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Original or first suggestion would work. I personally prefer the first suggestion.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The man pauses before answering you, as if trying to choose his words carefully. "I personally know many of the scientists on that Star Queen, and I just know that someone's going to wind up dead in this situation. It isn't every day that someone you know is captured by pirates... This whole thing is just stressful for me."`"

goto end

label locate
` "The Star Queen had heavy escorts that shouldn't have been easy to destroy, but seeing as how they were we need someone to forge ahead and find the Star Queen now while we assemble a proper rescue fleet. In a situation like this, every minute matters, and if someone like you can find the Star Queen fast then that means that there is a higher chance everyone can come out of this alive."`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"if someone like you can find the Star Queen fast" fast = quickly?

Copy link
Contributor

@ReimeiSky ReimeiSky Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but seeing as how they were we need someone...

It looked weird to me when I read this line the first time, before I realized that it was talking about how the escorts were destroyed.
Try something like

but seeing as how they were overwhelmed we need someone...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but seeing how quickly they were overwhelmed

and yes, I agree with Kile. Fast --> Quickly.

has "Bactrian Unlock [0]: active"
on offer
conversation
`The Star Queen is not in this system, so you attempt to find somebody who may have some information. You eventually find a merchant who claims to have been here when the Star Queen was and that a large pirate fleet jumped in and took the Star Queen hostage before jumping north to Rigel.`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here and line 115, shouldn't north be North?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depends if it is talking about north as a direction, or the Far North as a [position, location].

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think directions are always capitalized though
maybe just in my country
maybe not there but I taught myself to
if ya think it's fine then I'll go w/ that

Copy link
Collaborator Author

@Amazinite Amazinite Apr 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've said this a few times before (about cardinal directions), but the main thing would be this: do you have any examples from the game?

Edit: Right as is..

on offer
conversation
`After speaking with a Navy Officer for a few minutes, you find out that the Star Queen came through here over a week ago, escorted by a few large pirate ships. They did not want to risk the lives of those on the Star Queen by attacking the pirates, so they let the ship go and it continued north from here.`
` There have been preparations for a rescue mission, but the fleet that originally captured the Star Queen had also destroyed a number of Navy capital ships, so they have been waiting for supplies before going out on the potentially dangerous mission.`
Copy link
Contributor

@Lorantine Lorantine Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Navy capital ships" seems a bit weird to me
I think it should be capital Navy ships?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine as is.

Try "Navy flagship".

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some other possibilities for this bit:

  • "... a number of well-armed Navy ships, ..."
  • "... a number of heavily-armed Navy ships, ..."
  • "... several Navy Cruisers, ..." (or other ship models as appropriate).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The language of "capital ships" is used a few times in the story to pretty much refer to any warship bigger than a Leviathan. "Navy capital ships" is just shorthand for Navy Cruisers and Carriers.

conversation
`After speaking with a Navy Officer for a few minutes, you find out that the Star Queen came through here over a week ago, escorted by a few large pirate ships. They did not want to risk the lives of those on the Star Queen by attacking the pirates, so they let the ship go and it continued north from here.`
` There have been preparations for a rescue mission, but the fleet that originally captured the Star Queen had also destroyed a number of Navy capital ships, so they have been waiting for supplies before going out on the potentially dangerous mission.`
` The Navy officer ends by hinting that the Star Queen is likely to be in Alnilam or Arneb, as those are the farthest places from anyone willing to try and rescue the ship.`
Copy link
Contributor

@Lorantine Lorantine Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"the farthest places" also not sure if that's right, maybe it's furthest, but I'm really not sure
"as those are the furthest from anyone willing..."?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Further & farther are generally interchangeable. Farther has historical usage when referring to distances.
"... those systems are the farthest from anyone looking to find or rescue the ship."

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many people use “further” and “farther” interchangeable, but, in fact, they mean slightly different things. “Farther” refers to a physical distance, while “further” refers to a figurative distance Muh Google citation

on offer
conversation
`You return to <planet> to find the man that you met earlier in the spaceport along with a large group of people in Deep Security uniforms.`
` As you approach them, the man stops talking with someone and notices you. "Captain <last>! Have you located the Star Queen?"`
Copy link
Contributor

@Lorantine Lorantine Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"the man stops talking with someone" maybe make it "the man stops talking when he sees you and says"?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, the "with someone" is too... unspecific. either say something like "with one of the soldiers" or cut it out like kiledennis suggested.


branch destroyed
has "Bactrian Unlock [0]: Pirates: done"
` You mention the multiple heavy warships that you saw over the planet, and the fact that there are probably many more waiting on the planet.`
Copy link
Contributor

@Lorantine Lorantine Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"that you saw over the planet" *that you saw near the planet?
same w/ line 161


label next
` After hearing this news, many of the faces in the group turn grim as they realize that they will need to fight to retrieve the Star Queen. `
` "We will need to get a rescue fleet ready. Soldiers, ready your ships!" The group responds with a collective "Sir yes sir!" before running off to their ships.`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dang I'm nitpicky
"Sir yes sir!" > "Sir, yes sir!"?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Sir, yes, sir!"

` Before leaving for his own ship, the man walks up to you and hands you 100,000 credits.`
` "That's for finding the Star Queen. Now, Captain <last>, would you be willing to help us? If the Star Queen is as heavily defended as you say it is then we're going to need every ship we can get."`
choice
` "I'd be glad to."`
Copy link
Contributor

@Lorantine Lorantine Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd (or I would) personally use "I would" here, especially since the other option uses that as well, so at least both options "fit in" together

decline

` "Thank you so much. We'll be rendezvousing with a number of warships on Memory, and I've also sent word to the Navy on Farpoint that we may be needing help. After that we'll head out to Arneb, but just make sure that the D.S.S. Faraday Corvette makes it onto the planet. The landing crew will be on that ship. Just launch whenever you're ready to fight."`
` The man starts talking into some communication device, giving orders to the fleet that will be joining you on the mission, then puts the device back on his wasit and looks to you. "Also, since we'll be going into battle together, I might as well introduce myself. I'm Deep Lieutenant Shane Paris. Good luck fighting."`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"then puts the device back on his wasit" what's a wasit? and whatever it is, shouldn't he put it IN his wasit?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waist. like, on the belt or something.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in that case; typo?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup

conversation
`The remaining fleet quickly enters the atmosphere of <planet> and begins scanning the surface. After about an hour of flying, you get a transmission that the ship has been found along with the location of the Star Queen.`
` You watch from afar as the Corvette lands near a hangar in some sort of pirate facility. The Corvette immediately unloads what looks to be at least four dozen armed soldiers who quickly surround and breach the hangar. After about ten minutes, the hangar doors open and out rolls the Star Queen, still intact. You hear chatter over the radio saying that most of the crew and scientists are still inside.`
` "Good job, everyone," you hear Lieutenant Paris say over the comms. "Now we just need to make it back to <destination> in one piece." Just as he says that and the Star Queen and Corvette begin activating their repulsor engines, a beam of light comes flying from the sky and cuts the Corvette in half. Soldiers begin scrambling into the Star Queen, which quickly takes off into space along with the rest of the fleet. You turn your repulsor engines to full and begin flying up into space behind them.`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“to full“ sounds weird to me. my brain goes like “to full what?“

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plus it may read as a typo for "too full"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that does make even less sense to me.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"up to full power"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Full" here probably comes from naval language: https://en.wikipedia.org/wiki/Engine_order_telegraph

My take: "You power up your engines and join them in space."

mission "Bactrian Unlock [2]"
landing
name "Return to <destination>"
description "Now that you have secured the Star Queen, return to <destination> with it intact."
Copy link
Contributor

@Lorantine Lorantine Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"with it intact" sounds wrong to me
maybe make it "...return safely to < destination > with it."?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"with it intact" is OK. Some alternatives could be

  • "..., escort it safely to <destination>."
  • "..., return it to <destination> intact."
  • "..., ensure its survival en route to <destination>"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd go with "with the ship intact".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"escort it safely to ". Definitely that option.

on offer
conversation
`The remaining fleet quickly enters the atmosphere of <planet> and begins scanning the surface. After about an hour of flying, you get a transmission that the ship has been found along with the location of the Star Queen.`
` You watch from afar as the Corvette lands near a hangar in some sort of pirate facility. The Corvette immediately unloads what looks to be at least four dozen armed soldiers who quickly surround and breach the hangar. After about ten minutes, the hangar doors open and out rolls the Star Queen, still intact. You hear chatter over the radio saying that most of the crew and scientists are still inside.`
Copy link
Contributor

@Lorantine Lorantine Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"the hangar doors open and out rolls the Star Queen"
maybe rephrase it and replace the "and out rolls" part

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe replace "rolls" with "hovers", but if it fits lorewise, i'd keep the rolls.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, it says at least 4 dozen (48) armed soldiers run out of the Corvette, but a Corvette has 32 bunks
why did you use a Corvette and not a Mule in the first place? a Mule has way more bunks

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could go with two dozen people (24+8 support).

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... the hangar doors open and reveal the still-intact Star Queen.
... the hangar doors open and reveal the Star Queen, still intact.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you know anyone from the (U.S.) military, then you know that soldiers can pack themselves tight and learn to be comfortable with it. :)

government Pirate
personality staying nemesis waiting
ship "Bactrian" "Cosmic Devil"
dialog `The Bactrian "<npc>" has been destroyed. Now the pirates here will have a lot harder time attacking the Republic.`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe remove "a lot" here?


mission "Bactrian Unlock [3]"
name "Take down the Devil"
description "You have returned the scientists, but the pirates still have a Bactrian. Completely destroy it and return to <destination>."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Completely destroy it" seems weird: you can't partially destroy it, so maybe make it "Destroy it"?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Obliterate" and "Neutralize" are fun words too.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

irrelevant, and destroy sounds best
obliterate is too "much", & neutralize doesn't mean destroy, just incapacitate it (I think)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that the existing Bounty Hunting jobs use "Destroy", go with that.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try "eliminate"?

` Paris looks back to the Star Queen, and you can overhear talk of who survived and who died. "Sarah, Nicole, Abby..." the list of names goes on for about two dozen more, most of which female sounding. "...and Benjamin are all either missing or were found dead on board. The surviving crew tells us that some were killed when they were captured or thrown out the airlock for struggling, but most of the others were either killed or dragged off at the facility."`
` The entire time you noticed Paris holding back tears, his face becoming more and more strained with each passing name. After they are done listing the dead or missing, he talks to you in a rather strained voice. "I want you to return to Arneb and take out every single one of those pirates that are left. Especially the Bactrian. We try to keep Bactrians out of unworthy hands, so whenever a pirate gets ahold of one we make sure we destroy it immediately. Seeing as how we're going to be busy here for a while, you need to destroy it."`
choice
` "I'll make sure it gets done, Lieutenant"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgot the . at the end

conversation
`When you return to <planet>, the Star Queen is no longer on the landing pad and things seem to be running normally. Shortly after landing, you find Lieutenant Paris at the same restaurant that he first found you. Before saying a word to you, he hands you a license.`
` "Thank you. I've said it before, but there's really no way I can thank you enough."`
` You look down at the license that Paris just handed you and notice that it's a city-ship license, one that will allow you to purchase the Bactrian. "I think it's only fair that you be able to purchase the Bactrian after having to fight one to the death. It's really the least I could do for you."`
Copy link
Contributor

@Lorantine Lorantine Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"I think it's only fair that you be able to"
*that you [will/would] be able to?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the same type of language as "Alondo thought it likely that..."
Correct as is.

`As you land near the Star Queen, you can see the passengers of the ship being escorted off of it and individually checked to make sure everyone is fine. Sadly, you also notice a number of body bags next to the ship, likely from scientists or crew that were found dead on the ship.`
` Lieutenant Paris is waiting for you outside of your ship, and hands you another 100,000 credits when you walk up to him.`
` "Thanks for all the help, Captain <last>. We couldn't have done it without you."`
` Paris looks back to the Star Queen, and you can overhear talk of who survived and who died. "Sarah, Nicole, Abby..." the list of names goes on for about two dozen more, most of which female sounding. "...and Benjamin are all either missing or were found dead on board. The surviving crew tells us that some were killed when they were captured or thrown out the airlock for struggling, but most of the others were either killed or dragged off at the facility."`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Sarah, Nicole, Abby..." the list of names goes on for about two dozen more, most of which female sounding.

"...most of which sound like females." or "...most of which sound female" would work better.

Copy link
Contributor

@MessyMix MessyMix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall great work; some minor issues here and there, though.

`While you are watching one of the telescreens in a restaurant located in the spaceport, you are approached by a man and a woman, both wearing Deep Security uniforms.`
` "Hello. Are you <first> <last>?" the man asks`
choice
` "Yes I am. Is there something you need?"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be a comma after "yes", which is an interjection.
http://www.grammar-monster.com/lessons/commas_after_interjections.htm

Or, you could just replace it and say, "Yes. Is there something that you need?"

(the "that" also makes it sound more natural.)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Yes. Do you need something?"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not being used as an interjection.

Copy link
Contributor

@MessyMix MessyMix Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is, though.

"I am" means "I am <first> <last>," which makes the "yes" either an introductory clause or an interjection, both of which would require a comma. i.e. "Yes, I am <first> <last>".

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine as is.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pointedstick I disagree, and I provided evidence. Your saying that it's "fine as is" is unhelpful. If it is fine, why? I think what I suggested is clearly an improvement over the current one.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is it really? People are going to read it the same way, and there are at least 3 PR's I can recall where people do changes where they add or remove "technically correct" commas and it just gets left to gather dust.

Copy link
Contributor

@MessyMix MessyMix Apr 4, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Amazinite and it's a shame that those "technically correct" PRs are just left there unless they detract from the game's text in any way! I think that just for the sake of correctness, if anything, the changes should be made unless they are MZ's stylistic choices. This, after all, is a published game, and it would only be appropriate for the grammar to be correct.

I really don't see why you are so averse to making this change. Does it detract from the meaning of the sentence? I don't think so. Would it improve the grammatical accuracy of the text? Yes. So, why not?

Just my two cents.

decline

label named
` "Good, because we were wondering if you would be able to assist us. We have a record of you having assisted in a number of humanitarian ventures before."`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Hello. Are you <first> <last>?"
"Yes. Is there something that you need?"
"Good, because we were wondering..."

Not coherent. Realize that the player asks a question, and the other person says "Good" straight after. That wouldn't happen in a normal conversation. I would just remove the "Good, because".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eh, depends on who you're talking to.
The "good" part would be a response to the "yes", affirming that the player is <first> <last>.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idk. I think it would feel more natural if you removed the "Good, because". It's not like it contributes anything to the conversation; when you say "yes" you already establish that you are <first> <last>. It doesn't make much difference, if Derpy's really stubborn he could keep it, but it doesn't really serve any purpose there.


label named
` "Good, because we were wondering if you would be able to assist us. We have a record of you having assisted in a number of humanitarian ventures before."`
` After mentioning the record they have on you, the woman pulls out a tablet of some sort and begins reading from it. "Helping to terraform Rand, rescuing miners on a Syndicate world, transporting a few scientists conducting research on Hope." She continues on to mention a few more situations that you were involved in and finally ends on you helping Joe and Maria off of Smuggler's Den, although she doesn't mention them by name.`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For sake of concision (or conciseness, however you want to spell it), I would remove "After mentioning the record they have on you."

"We have a record of you having assisted...."
After mentioning the record they have on you, the woman pulls out...
vs.
"We have a record of you having assisted..."
The woman pulls out a tablet of some sort and begins reading from it. "Helping to terraform Rand..."

The phrase "after mentioning" is superfluous in this case.

` "The Deep keeps a record on a lot of things, especially when we notice a certain individual doing a lot of humanitarian deeds."`
branch plot
has "main plot completed"
` The man begins to tell you the mission.`
Copy link
Contributor

@MessyMix MessyMix Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Wait, you have a record on me?"
"The Deep keeps a record on a lot of things [...]"
The man begins to tell you the mission.

That last sentence is out of place. I would just remove it and goto mission. Also, if you choose to keep it, it would make more sense if it were "the man begins to tell you [of, about] the mission."

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving it as just goto mission skipped over it because there was no previous quotation to it, and leaving blank backticks puts a random space in the conversation.

Copy link
Contributor

@MessyMix MessyMix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lolrip clicked "submit" too early

also, I haven't finished looking at the whole thing; I only got through about 100 lines.


label mission
` "We need you to find a Star Queen that recently went missing in the Far North region and return to <destination> once you have located it. Aboard this Star Queen was a number of top scientists intending to do research on the Wolf-Rayet star in Gorvi, which, due to its location so close to the northern anarchist worlds, has very little known about it."`
` "We received word just yesterday that just after refueling on Prime, a large pirate fleet entered the system. The Star Queen's escorts were sadly destroyed." He seems to choke up after telling you that. "The pirates then boarded and took control of the Star Queen. We then lost all connection to the vessel, as we have no idea where it could have gone from there." He takes a moment to collect himself after telling you the situation.`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"We then lost all connection to the vessel, as we have no idea where it could have gone from there."

That isn't logically coherent. That they had "no idea where it could have gone" doesn't lead to their losing "all connection" to the Star Queen.

It shouldn't be an "as"; it should be a "so".

goto end

label locate
` "The Star Queen had heavy escorts that shouldn't have been easy to destroy, but seeing as how they were we need someone to forge ahead and find the Star Queen now while we assemble a proper rescue fleet. In a situation like this, every minute matters, and if someone like you can find the Star Queen fast then that means that there is a higher chance everyone can come out of this alive."`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but seeing how quickly they were overwhelmed

and yes, I agree with Kile. Fast --> Quickly.

@Lorantine
Copy link
Contributor

great work btw, once ya fixed all these thingies it'd look good enough to me to merge

@Tadrix
Copy link
Contributor

Tadrix commented Apr 14, 2017

@Amazinite Then what are militiamen doing on Deep space stations? According to lore, in human space Deep is closest to what you would call a "pirate-free region".

HumanSpace:

You know that the Deep is the safest and most advanced region of human space, and have little desire to live elsewhere.

So it would be weird the description mentions Navy crews and militia members (why there would be merchant militia in relatively pirate-free region?), but omits DSF. Unless DSF = militia.

Furthermore, the term "militia" suits DSF quite well, seeing as it is regional homeland security and cannot be called upon by the Republic to take part in offensive operations.

We could ask @endless-sky himself to clarify this.

Feels more fitting this way.
"Security Lieutenant" vs "Navy Lieutenant" instead of using Deep which
would be parallel with Republic
@MessyMix
Copy link
Contributor

I would move the ship definition to bactrian.txt, just as how the Kestrel is only defined in it's unique file.

Also, 200 comments? :P

@EndrosG
Copy link
Contributor

EndrosG commented May 8, 2017

@Amazinite : "This branch has conflicts that must be resolved" - would you take care of that?

@Amazinite
Copy link
Collaborator Author

I'm coming back to ES after an extended break of rarely checking up on it, so I'll look through my PRs to check for any conflicts later today.

@Amazinite
Copy link
Collaborator Author

Fixed the conflict and moved the Bactrian to bactrian.txt per @MessyMix's idea.

@Amazinite
Copy link
Collaborator Author

Any lingering feedback that I didn't hit on?


on offer
conversation
`You spend a few hours scanning the surface of the planet in an attempt to find the Star Queen, but nothing comes up. It will likely require military-grade scanners in order to find the ship, which the Deep Security will undoubtedly have.`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which the Deep Security will undoubtedly have.

This still bothers me.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You still bother me.
15974a2

@ReimeiSky
Copy link
Contributor

I'm not exactly pleased, but it's better than the first version, at least.

And, for the record, I identify as an ant, not as a frog.

@Amazinite
Copy link
Collaborator Author

Amazinite commented Jul 30, 2017

The more I look over my own writing, the more I don't like it. I'm probably going to do a rewrite of this, mainly focusing on a few parts (mostly the characterization of the Lieutenant and a few premises of the string itself).

Any critiques of the mission string as is that I should touch on? My current critique would be the to offer conditions; there's really no indication that doing all those missions would unlock the Bactrian, and if the player chooses to decline even one then they're instantly locked out of the Bactrian. Given that, I might change what it takes to be offered the quest, but whatever its changed to should be equally or about as challenging to accomplish (and less unforgiving). Any suggestions on that front?

As for some other premises, I was asked if Paris is suppose to be a Beta given his reaction to the deaths. That wasn't my original intention, but the way it's written then he may very well be one. But on that point, it seems like too obvious a conclusion that he could be a Beta (and that the Alphas are behind this kidnapping) even though that isn't what is stated. I'm going to rewrite parts refering to him because of this, and also change up the way the casualties are described. Although I won't completely close the possibility of Paris being a Beta or the kidnappers working with Alphas just because that could allow for some interesting storylines in the future (it just won't seem like so simple a conclusion that Betas and Alphas are involved).

There's also been a lack of word from @endless-sky himself. I hate to bug you, but I think some direction in a situation like this is needed. Do you like the general idea of the Bactrian being license-locked at the beginning of the game, or should we just change the Bactrian description so that there isn't a content hole caused by it? And if a license on the Bactrian sounds like a good idea, how is the general premise of this mission string? i.e. helping out Deep Security in some way and being rewarded with access to the Bactrian. (This situation also expands upon the Deep Security itself, since while they have fleets, they're never mentioned in-game aside from Edrick saying that the Deep has been allowed to police itself, unless we include the Deep Archaeology mission where we get chased by some Deep government ships. Related: #2326)

@tehhowch
Copy link
Collaborator

tehhowch commented Jul 30, 2017 via email

@Amazinite
Copy link
Collaborator Author

Amazinite commented Jul 30, 2017

I'd be on-board with that as well, but I'd probably want a few other people to work on it w/ me then (since I'm already wrapped up in two other big projects at the moment).

Would we want one long string (a la the Archaeology/TMBR string) or multiple smaller strings (a la FW intro minus FW Katya) in order to obtain the license?

@tehhowch
Copy link
Collaborator

tehhowch commented Jul 30, 2017 via email

@MessyMix
Copy link
Contributor

@Amazinite, I'd be happy to work on the conversations. Let's take it to the Discord with teh. :)

In terms of mission strings, I think it would be best if it were like FW start, as @tehhowch mentioned. There are some good ideas there too. :)

@jafdy
Copy link
Contributor

jafdy commented Jul 30, 2017

Intro style missions would also allow the player to ignore some missions without becoming locked out.

@Amazinite
Copy link
Collaborator Author

@Pointedstick one of the mission strings we're talking about is expanding the in-game lore on the mysterious cubes. So far I've deduced that these cubes are some sort of recording device given their striking similarity to the sensor cubes we're given in Alpha Surveillance. This would also explain the bounty hunter fleet chasing the player; the bounty hunters are paid to take down merchants who are placing these devices so that they are unable to record fleet movements in the system they are placed in, perhaps most notably pirate fleet movements that Deep Security would use to police the region, or maybe give the information on pirate fleet movements to the Navy for them to use. The only thing that confuses me is why the bounty hunters are set to disable the player while also not plundering, which makes me think that the cubes could be recording something other than pirate fleet movements.

Given that you're the one who wrote those jobs, is there any insight that you have on the situation?

@Pointedstick
Copy link
Member

So cool that you're running with this! I left the cubes deliberately vague, to go along with the Deep's mysterious theme. If the bounty hunters' disables-but-doesn't-plunder behavior seems weird, feel free to change it.

@Amazinite
Copy link
Collaborator Author

Probably will-do then. :)

@Amazinite
Copy link
Collaborator Author

Closing this PR as I've moved all the content to another branch.

@Amazinite Amazinite closed this Jul 31, 2017
@Amazinite Amazinite deleted the bactrian-unlock branch July 31, 2017 05:00
@Amazinite
Copy link
Collaborator Author

Doing work on this branch.
@tehhowch also made a PR here for the sake of easy feedback.
So far I've finished a string called Deep: Remnant (a dangerous topic, but I felt like tackling it to see what I could do), done in these two commits here and here, or you can just check out the whole file in all its glory here, where I include a ton of notes on what I'm planning. Please post any feedback on the linked PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet