Page 1 of 1

Teretrurus can neither buy nor use fuel scoops

Posted: Fri Jan 22, 2016 6:11 pm
by FSOneblin
Hello again everyone! I have no idea where to put this, so I will post this here. If the mods feel it is better suited to be placed in Testing or Bug Reports or Expansion Packs, please move it as soon as you can.

I bought a Teretrurus Shield Tail (because I wanted a shower with real water), and love it. However, I cannot buy fuel scoops for it. The markets are simply not offering it for sale. I tried to code it into my file, but it would not show in the equipment screen, and it acted as if I had never coded it in. What should I do? Are there any OXP's that cause odd things like this?

I bought it from a seedy space bar.

Ninja edit: I am still using oolite 1.82 for now.

Re: Teretrurus can neither buy nor use fuel scoops

Posted: Fri Jan 22, 2016 6:57 pm
by Smivs
That's right, although it does seem strange.
I presume you are using my 'MkII' version, which had the specs carried over from Dr Nil's original which did not have scoops available. It probably should.
To get them you'll need to add them to the shipyard.plist, so

Code: Select all

	
	"optional_equipment" =
        ( 
            "EQ_ECM", 
            "EQ_PASSENGER_BERTH", 
            "EQ_ESCAPE_POD",  
            "EQ_ENERGY_UNIT", 
            "EQ_NAVAL_ENERGY_UNIT", 
            "EQ_DOCK_COMP", 
            "EQ_WEAPON_PULSE_LASER", 
            "EQ_WEAPON_BEAM_LASER", 
            "EQ_WEAPON_MINING_LASER", 
            "EQ_WEAPON_MILITARY_LASER", 
            "EQ_FUEL_INJECTION", 
            "EQ_SCANNER_SHOW_MISSILE_TARGET", 
            "EQ_MULTI_TARGET", 
            "EQ_GAL_DRIVE", 
            "EQ_ADVANCED_COMPASS", 
            "EQ_SHIELD_BOOSTER", 
            "EQ_NAVAL_SHIELD_BOOSTER"
        );
should be

Code: Select all

	"optional_equipment" =
        ( 
            "EQ_ECM", 
            "EQ_PASSENGER_BERTH", 
            "EQ_ESCAPE_POD",  
            "EQ_ENERGY_UNIT", 
            "EQ_NAVAL_ENERGY_UNIT", 
            "EQ_DOCK_COMP", 
            "EQ_WEAPON_PULSE_LASER", 
            "EQ_WEAPON_BEAM_LASER", 
            "EQ_WEAPON_MINING_LASER", 
            "EQ_WEAPON_MILITARY_LASER", 
            "EQ_FUEL_INJECTION", 
            "EQ_FUEL_SCOOPS",
            "EQ_SCANNER_SHOW_MISSILE_TARGET", 
            "EQ_MULTI_TARGET", 
            "EQ_GAL_DRIVE", 
            "EQ_ADVANCED_COMPASS", 
            "EQ_SHIELD_BOOSTER", 
            "EQ_NAVAL_SHIELD_BOOSTER"
        );
Change this and they should become available. Don't forget to hold Shift when you start.

Re: Teretrurus can neither buy nor use fuel scoops

Posted: Sat Jan 23, 2016 1:43 am
by FSOneblin
Thanks Smivs! Before I begin the operation, was this a mistake by the original creator or was it intentional? I couldn't find it written anywhere about the ship not being fuel-scoop compatible.

Re: Teretrurus can neither buy nor use fuel scoops

Posted: Sat Jan 23, 2016 9:28 am
by Smivs
I don't know if this was originally intended or not and Dr Nil has been absent for a loooooong time.
My guess is that it was an oversight although the ship has been 'chopped' a lot and the hold is now small at just 10TC, so maybe they were not deemed necessary by the builders, or there simply wasn't room for them.
Any thoughts, folks - should I give this ship scoops?

Re: Teretrurus can neither buy nor use fuel scoops

Posted: Sat Jan 23, 2016 11:41 am
by Disembodied
Smivs wrote:
Any thoughts, folks - should I give this ship scoops?
If it's a player ship, and it has a cargo hold, I'd say yes. Scoops are such a fundamental part of so much of the game - piracy, salvage, rescue, mining, not to mention actually scooping fuel from time to time - I'd say they are essentials on any player ship, unless explicitly excluded for some reason by the designer in the ship blurb/ReadMe.

Re: Teretrurus can neither buy nor use fuel scoops

Posted: Sat Jan 23, 2016 1:02 pm
by Cody
What Big D said!

Re: Teretrurus can neither buy nor use fuel scoops

Posted: Sat Jan 23, 2016 6:12 pm
by spara
For pure game play reasons, for a plain add-on ship, I see no point in restricting scoops. It's probably an oversight.

Re: Teretrurus can neither buy nor use fuel scoops

Posted: Sat Jan 23, 2016 6:49 pm
by Smivs
Yes, almost certainly an oversight, and as I said above I personally think it should have them. And the points about gameplay are pertinent.
I'll sort out an update over the weekend unless any dissenting voices are raised.

Re: Teretrurus can neither buy nor use fuel scoops

Posted: Fri Jan 29, 2016 11:26 am
by Smivs
Smivs wrote:
I'll sort out an update over the weekend...
Haha! Finally done.

Re: Teretrurus can neither buy nor use fuel scoops

Posted: Fri Jan 29, 2016 11:29 am
by Cody
Gotta love those ten-minute jobs!