Skip to content

Vega Strike Engine API

Benjamen Meyer edited this page Apr 6, 2025 · 1 revision

Overview

Starting with Vega Strike Engine 0.8.x there is now an Engine API detection method available for game assets to utilize. This wiki page contains the version and changelog for it.

Vega Strike Engine API 3

Vega Strike Engine Versions: 0.10.x

Vega Strike Engine API 2

Vega Strike Engine Versions: 0.9.x

Vega Strike Engine API 1

Vega Strike Engine Versions: 0.8.x

Introduces the Vega Strike Engine API detection tooling. The Vega Strike Engine API itself is otherwise identical to Vega Strike Engine API 0.

Game Assets can now utilize the EngineVersionData object to retrieve the game version (e.g. 0.8.0, 0.8.1, 0.9.0) and the Vega Strike Engine API Version, thus allowing Game Assets to determine compatibility with the game engine.

Vega Strike Engine API 0

Vega Strike Engine Version: 0.7.x and earlier

This is the default value and matches any engine prior to the introduction of the Vega Strike Engine API.

Clone this wiki locally