A header image
VTOL VR Mods
  • Home
  • Mods
  • Documentation
  • Discord
  • FAQs
  • Community guidelines

Pages

API

Mod Loader
Steam Queries
VTOL API
ItemId
VtolMod

Creating a mod

Overview
Setup
Hello World
Releasing your mod

Quick Start

Getting Started
Frequently Asked Questions

VTOL VR

Debug Camera Controls
Post message to flight log
Get all actors in scene
Get Pilot Saves
Get all campaigns
Back into a Unity project
Breakpoints in dnSpy

Old Website Items

Old Mods
Old Skins

Get Pilot Saves

You can get a PilotSave from the PilotSaveManager class as long as you know the name of the save. Then you can set their pilot with PilotSaveManager.current.

PilotSaveManager.pilots; //Dictionary of the class 'PilotSave' with the key being their names' PilotSaveManager.current; //To set the selected Pilot