Fallout 4
0 of 0

File information

Last updated

Original upload

Created by

niston

Uploaded by

niston

Virus scan

Safe to use

Tags for this mod

About this mod

Provides tracking services for FPV Vertibirds and FPV Vertibird Pilots to other mods.
Sort of like a flight controller, watching your birds.

Requirements
Permissions and credits
FPV Tracking Module lets your mod script easily obtain information about all FPV Vertibirds that Player has constructed in their game. The tracking module also provides information about all existing FPV Vertibird Pilots. To do this, it tracks the Vertibird and Pilot events available in Flyable Personal Vertibird Version 1.4. This is very useful, now that Flyable Personal Vertibird officially supports constructing multiple FPV Vertibirds.

This Mod doesn't do anything for the Player by itself; It is a resource to be used by other FPV Mod Scripts.
It is required by FPV Interactive Pilot.

The Tracking Module uses an ESLified ESP, so it won't eat a load order slot.


Note: If there are previously constructed FPV Vertibirds in-game, the Tracking Module will initially only track the one that was built last. It will start tracking other pre-existing FPV Vertibirds as soon as they become airborne or land somewhere (ie if Player uses them). FPV Vertibirds constructed after the Tracking Module was installed will always be tracked immediately. Furthermore, if Player stores and rebuilds a pre-existing Vertibird, it will be tracked immediately after rebuilding.


How to use the tracking services in your own mod scripts:
- There is a quest FPV_TrackingModule_SystemQuest. Reference it through property or GetFormFromFile().
- Cast the Quest as FPVTrackingModule:FPVTrackerScript type, to access the Properties and Functions of the Tracking Module.
- Check the TrackingAvailable property. It returns True if the Tracking Module initialized successfully.
- The TrackedVertibirds property returns an FPVertibird:FPVertibirdScript array of all tracked FPV Vertibirds (can have more than 128 elements).
- The TrackedPilots property returns an Actor array of all tracked FPV Vertibird Pilots (can have more than 128 elements).
- The ResolveVertibirdFromPilot() function obtains the associated Vertibird reference from an FPV Pilot reference.
- The ResolvePilotFromVertibird() function obtains the associated Pilot reference from an FPV Vertibird reference.


Credits:
- Header Image (c) Guillaume Normand (Creative Commons Attribution-Share Alike 2.0 Generic)



---

Would you like to know more (mods)? Click here.