Nova, Deposed and Trident missions.
Moderators: winston, another_commander
Nova, Deposed and Trident missions.
I've been in galaxy 4 for quite a while now, and I've got the Deposed and Trident Down OXPs installed. Both these appear to underway, though I admit I'm getting a bit stuck with those (I'll come to that in a bit). But there has been no sign of the Nova mission kicking in. Do these other two missions have to be completed before Nova starts?
In the Deposed mission I have dispatched a fair number of the pirates in the planets around Edorqu, but haven't seen any in ages. Its like its come to a standstill?
In Trident Down I've visited Leisera, and the other two planets where you're supposed to report the news; but there's nothing after that really. I've been back to Raacedat and Dicebe who are supposed to be at each other, but nothing in popping up in my 'page 5' screen mission notes. So I'm not sure what I'm supposed to do next.
In the Deposed mission I have dispatched a fair number of the pirates in the planets around Edorqu, but haven't seen any in ages. Its like its come to a standstill?
In Trident Down I've visited Leisera, and the other two planets where you're supposed to report the news; but there's nothing after that really. I've been back to Raacedat and Dicebe who are supposed to be at each other, but nothing in popping up in my 'page 5' screen mission notes. So I'm not sure what I'm supposed to do next.
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Re: Nova, Deposed and Trident missions.
The nova mission more or less spoils the deposed mission (and the trident down mission) Therefor has deposed code that keeps postponing the nova mission until it will no longer spoil the deposed mission. I advise to first finish the Trident down missions.davemar wrote:I've been in galaxy 4 for quite a while now, and I've got the Deposed and Trident Down OXPs installed. Both these appear to underway, though I admit I'm getting a bit stuck with those (I'll come to that in a bit). But there has been no sign of the Nova mission kicking in.
UPS-Courier & DeepSpacePirates & others at the box and some older versions
- JazHaz
- ---- E L I T E ----
- Posts: 2991
- Joined: Tue Sep 22, 2009 11:07 am
- Location: Enfield, Middlesex
- Contact:
Re: Nova, Deposed and Trident missions.
Also the nova mission doesn't start unless you have a galactic hyperdrive installed, as far as I remember.
JazHaz
Thanks to Gimi, I got an eBook in my inbox tonight (31st May 2014 - Release of Elite Reclamation)!Gimi wrote:Maybe you could start a Kickstarter Campaign to found your £4500 pledge.drew wrote:£4,500 though! <Faints>
Cheers,
Drew.
Re: Nova, Deposed and Trident missions.
OK, I'll carry on with Trident Down. As it happens something new did pop up where I was told to go back to Raceedat and wipe out the ATU. Trouble is, I've got there, but no sign of the ATU. I've seen and destroyed the big ISS thingy, but apart from the odd Police attack, not a lot. Even docked with the space station with no signs of anything. Am I missing something?
Re: Nova, Deposed and Trident missions.
Do you have Saleza Aeronautics installed? Most of the enemy ships for this part of the mission are taken from that OXP. If you install this and go back to Raceedat, you should be able to find and engage the enemy task force.
Download Resistance Commander plus many other exciting OXPs HERE
Re: Nova, Deposed and Trident missions.
That was my problem, didn't have Saleza installed. So I installed that OXP and the ships did appear, I wiped them all out (or so I assume) but still haven't received any message confirming I've done so. My mission list still says I need to go to Raceedat to deal with them, but when I go back there (hyperspacing out and back in again) there's no sign of any enemy ships. I wonder whether I confused it?
I did use an energy bomb to dispatch most of them, maybe that confused it?
I did use an energy bomb to dispatch most of them, maybe that confused it?
Re: Nova, Deposed and Trident missions.
That may have confused things a little. You should have received a comms message when you destroyed the fifth bomber telling you to get yourself to safety. Can you open up your save game in a text editor and check what the entry is under <key>mission_trident_down</key>?
Download Resistance Commander plus many other exciting OXPs HERE
Re: Nova, Deposed and Trident missions.
I must learn to be patient....
I've now completed the mission. Ker-ching!!!
I've now completed the mission. Ker-ching!!!
Re: Nova, Deposed and Trident missions.
I may be stuck at the same place as the OP: I am playing Deposed and right at the moment I am supposed to destroy the pirates in the vicinity of Edorqu, then return to Esarqure when finished. The trouble is, I can't seem to find the right pirates - I have blasted a number of them to dust, including several flying my old nemesis the Hydra, but whenever I fly back to Esarqure, the game fails to do anything, which presumably means I didn't kill the right bastards yet. So, any suggestions on how to find them?
Re: Nova, Deposed and Trident missions.
Have a look at this postpepak wrote:I may be stuck at the same place as the OP: I am playing Deposed and right at the moment I am supposed to destroy the pirates in the vicinity of Edorqu, then return to Esarqure when finished. The trouble is, I can't seem to find the right pirates - I have blasted a number of them to dust, including several flying my old nemesis the Hydra, but whenever I fly back to Esarqure, the game fails to do anything, which presumably means I didn't kill the right bastards yet. So, any suggestions on how to find them?
https://bb.oolite.space/viewtopic.php?f= ... it=deposed
Re: Nova, Deposed and Trident missions.
I will. I managed to crack the language already, but it is pain in the ass to transcribe manually. Is there a favorite ROT-13 implementation on these forum or does everyone use a different one?
Re: Nova, Deposed and Trident missions.
Never mind. Found one.
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Re: Nova, Deposed and Trident missions.
As programmer you don't go to webpages that translate it for you, but you choose one of these rot-13 conversionspepak wrote:Is there a favorite ROT-13 implementation on these forum or does everyone use a different one?
e.g. When reading this bb when Oolite and the debug console is running, define the rot function in the console with:
Code: Select all
this.rot13 = function (c) { return c.replace(/([a-m])|([n-z])/ig, function($0,$1,$2) {
return String.fromCharCode($1 ? $1.charCodeAt(0) + 13 : $2 ? $2.charCodeAt(0) - 13 : 0) || $0;
});
}
Code: Select all
rot13 ("myText")
UPS-Courier & DeepSpacePirates & others at the box and some older versions
- SandJ
- ---- E L I T E ----
- Posts: 1048
- Joined: Fri Nov 26, 2010 9:08 pm
- Location: Help! I'm stranded down here on Earth!
Re: Nova, Deposed and Trident missions.
Wot? No QuickBASIC version?Eric Walch wrote:As programmer you don't go to webpages that translate it for you, but you choose one of these rot-13 conversions
Flying a Cobra Mk I Cobbie 3 with nothing but Explorers Club.OXP and a beam laser 4 proper lasers for company
Dropbox referral link 2GB of free space online + 500 Mb for the referral: good for securing work-in-progress.
Dropbox referral link 2GB of free space online + 500 Mb for the referral: good for securing work-in-progress.