Maybe someone clears them from across all 8 Galaxies and puts them in the Tionisla Orbital Grave Yard real quickly, only occasionally leaving one in Witch Space if one uses the interstellar tweak oxp.
It occurs to me ..given all the scrapping that goes on , One might, rather should..come across an occasional burnt out old hulk in the space lanes close to those floating containers and metal fragments.
It would I think add to the immersive quality of the Game and just for a bit of spice a recently derelict Pirate...akin to the Renegade Pirates might have on occasion something of a Quirium based self destruct proximity activated surprise just to keep the cargoe pod collectors on their toes a bit
Derelicts
Moderators: winston, another_commander
- 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: Derelicts
One does. Ships where the pilot ejected but for some reason the ship wasn't finished off.Duggan wrote:One might, rather should..come across an occasional burnt out old hulk in the space lanes
I have come across 3 so far. They are very rare.
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.
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: Derelicts
Indeed they do exist, although as SandJ says, they are quite rare. I came across a nice juicy Anaconda just a few weeks ago.
Commander Smivs, the friendliest Gourd this side of Riedquat.
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Re: Derelicts
You may want to try out Dredgers OXP. This not only adds more derelict ships, but also gives you the opportunity to salvage them.
-
- ---- E L I T E ----
- Posts: 1248
- Joined: Sat Sep 12, 2009 11:58 pm
- Location: Essex (mainly industrial and occasionally anarchic)
Re: Derelicts
My Interstellar Tweaks OXP will, occasionally, add some derelicts - with perhaps some cargo.
Ah. Actually,we may not be getting the cargo. I'm unsure. I'll add something now - and upload a new version in a while (after people have found some bugs, as doubtless they will!) - to ensure we do.
The OXP (in its present form) is available via the Wiki.
Ah. Actually,we may not be getting the cargo. I'm unsure. I'll add something now - and upload a new version in a while (after people have found some bugs, as doubtless they will!) - to ensure we do.
The OXP (in its present form) is available via the Wiki.
Re: Derelicts
I'm having problems with derelicts on the programming side of Oolite -- I'm regularly seeing a derelict and its freshly ejected escape pod nearby when arriving at a new system due to a OXP. How can I have JUST the derelict spawned without getting an escape pod?
I'd prefer not to have to create the derelict and then move or delete the escape pod.
I'd prefer not to have to create the derelict and then move or delete the escape pod.
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Re: Derelicts
Make a shipdata entry for a derelict and then spawn it? Seems like the obvious solution. Or have I misunderstood something?Switeck wrote:How can I have JUST the derelict spawned without getting an escape pod?
All you need is a clone of any ship you like, with the appropriate scanclass, and
unpiloted = true
. Look into an early version of Tionisla Orbital Graveyard. Half the grave stones were derelict Adders.- Capt. Murphy
- Commodore
- Posts: 1127
- Joined: Fri Feb 25, 2011 8:46 am
- Location: UK South Coast.
Re: Derelicts
There was a bit of discussion about spawning derelicts a while back here.
https://bb.oolite.space/viewtopic.php?f=4&t=11299
https://bb.oolite.space/viewtopic.php?f=4&t=11299
Capt. Murphy's OXPs
External JavaScript resources - W3Schools & Mozilla Developer Network
Win 7 64bit, Intel Core i5 with HD3000 (driver rev. 8.15.10.2696 - March 2012), Oolite 1.76.1
External JavaScript resources - W3Schools & Mozilla Developer Network
Win 7 64bit, Intel Core i5 with HD3000 (driver rev. 8.15.10.2696 - March 2012), Oolite 1.76.1
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Re: Derelicts
Look how dredgers.oxp does it. It contains a functionSwiteck wrote:I'm having problems with derelicts on the programming side of Oolite -- I'm regularly seeing a derelict and its freshly ejected escape pod nearby when arriving at a new system due to a OXP. How can I have JUST the derelict spawned without getting an escape pod?
I'd prefer not to have to create the derelict and then move or delete the escape pod.
this.addDerelict(location,count)
. There I add a random trader, add a shipLaunchedEscapePod
handler to the script of the just added trader*, and than add an escape-capsule to the ship when it hasn't one and than launches the ships escapepod. The newly added handler in the ship-script than will remove the pod again.That way you indeed can turn any ship from your installed oxps into a fully correct derelict. (scan_class cargo, no pilot etc.)
That way you don't need a shipData list with modified like-ship copies of known ships like I did in the earlier versions of this oxp.
*: Or replace the whole script with one containing that event handler as you don't want the ship to keep its original script. Its original shipSpawned handler might contain unwanted commands and it might contain other unwanted handlers for a derelict.
UPS-Courier & DeepSpacePirates & others at the box and some older versions