Fast Travel

A banner depicting a ship traveling quickly between planets.

Enables fast travel to planets while using the map and piloting the ship. Lock on to the target planet and press the "mark on HUD" button.

Includes a fake loading screen for maximum immersion!

The mod picks a random arrival point unless a specific landing pad is registered for that planet. This can be done via the mod's API:

var fastTravelAPI = ModHelper.Interaction.TryGetModApi<IFastTravelAPI>("Hawkbar.FastTravel");
// Defines a fast-travel landing pad for the Attlerock ("TimberMoon"):
fastTravelAPI.RegisterLandingPad("TimberMoon", new Vector3(150f, 0f, 0f), Quaterion.Euler(180f, 180f, 0f));

Copy the API interface into your project to access all API methods.

Fast Travel

Enables fast travel between planets using the map while flying the ship.


Comments


🔥
Loading comments...
(Javascript needs to be enabled for this)

This page isn't official, nor affiliated with Mobius Digital, or anyone really. RSS