Join us at the Oolite Anniversary Party -- London, 7th July 2024, 1pm
More details in this thread.

A series of questions from a new player

General discussion for players of Oolite.

Moderators: another_commander, winston

User avatar
Wildeblood
---- E L I T E ----
---- E L I T E ----
Posts: 2290
Joined: Sat Jun 11, 2011 6:07 am
Location: Western Australia

Re: A series of questions from a new player

Post by Wildeblood »

Vincentz wrote:
So... whats the secret? Whats the most effective technique?
Define the scoop position directly ahead of the forward cockpit view so there's no guesswork involved in lining them up and just fly straight at them.
User avatar
Vincentz
Deadly
Deadly
Posts: 174
Joined: Sun Mar 22, 2015 11:26 pm

Re: A series of questions from a new player

Post by Vincentz »

Wildeblood wrote:
Vincentz wrote:
So... whats the secret? Whats the most effective technique?
Define the scoop position directly ahead of the forward cockpit view so there's no guesswork involved in lining them up and just fly straight at them.
Actually you just gave me a really good idea :

Define an External view at the scoops position, so using v would bring up that view, making it easier to scoop (though I still doubt it will actually work as velocity of ship in Injector speed/Torus drive is so high compared to cargo ejected from pythons injector speed, that it just smashes towards the hull, given cargo scoop not enough time to react/catching it).

Edit. But back to my original question ;)
Is there a way to multiply bounty by 10?
"There is a single light of science, and to brighten it anywhere is to brighten it everywhere." - Isaac Asimov
Layne
---- E L I T E ----
---- E L I T E ----
Posts: 355
Joined: Sat Mar 28, 2015 11:14 pm

Re: A series of questions from a new player

Post by Layne »

Vincentz wrote:

Define an External view at the scoops position, so using v would bring up that view, making it easier to scoop (though I still doubt it will actually work as velocity of ship in Injector speed/Torus drive is so high compared to cargo ejected from pythons injector speed, that it just smashes towards the hull, given cargo scoop not enough time to react/catching it).
'Scoop cameras' are built into the external views on a number of ship OXP's I've seen-- the Cobra Rapier has one, I believe. Another interesting idea is to make 'zoom lenses' for the external view, like so:

Code: Select all

custom_views =
		(
			{
		   view_description = "Zoom Camera: MAX";
	       view_orientation = "1.0 0.0 0.0 0.0";
		   view_position = "0.0 0.0 15000.0";
		   weapon_facing = "FORWARD";
		   },
		   {
		   view_description = "Zoom Camera: MID";
	       view_orientation = "1.0 0.0 0.0 0.0";
		   view_position = "0.0 0.0 10000.0";
		   weapon_facing = "FORWARD";
		   },
		   {
		   view_description = "Zoom Camera: LOW";
	       view_orientation = "1.0 0.0 0.0 0.0";
		   view_position = "0.0 0.0 5000.0";
		   weapon_facing = "FORWARD";
		   },
		   {
		   view_description = "Zoom Camera: MID";
	       view_orientation = "1.0 0.0 0.0 0.0";
		   view_position = "0.0 0.0 10000.0";
		   weapon_facing = "FORWARD";
		   }
		);
These cycle through a series of zoom-ins that let you get a better look at ships on the far edges of the radar scope. Great for taking screenshots without crashing into things!
Reports of my death have been greatly underestimated.
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6311
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: A series of questions from a new player

Post by Diziet Sma »

Layne wrote:
'Scoop cameras' are built into the external views on a number of ship OXP's I've seen-- the Cobra Rapier has one, I believe.
If you check out the OXP Tweaking thread, you'll find code in there for adding a ScoopCam view to the Falcon, as well.
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
User avatar
Imaginos
Deadly
Deadly
Posts: 139
Joined: Tue Nov 04, 2014 2:06 pm

Re: A series of questions from a new player

Post by Imaginos »

This may be an obvious point but... make sure that your cargo hold isn't already full before attempting to scoop cargo.
Im I posting from experience? ...possibly. :oops:
Post Reply