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 all campaigns

When you have the campaign, you can get a list of all the scenarios inside that campaign.

VTResources.GetBuiltInCampaign("campaignID").allScenarios; VTResources.GetCustomCampaignLOD("campaignID").allScenarios;