Modules

The module system is a way to add functionality to a vehicle in a modular way, such as adding weapons or other upgrades such as shields with different hit points.

With the module system, modules can be created separately from the vehicle, and added or removed at any time during gameplay.

The module system consists of three key parts:

  • Modules - the objects being loaded onto the vehicle, e.g. a weapon

  • Module Mounts - the places on the vehicle where the module is added

  • Module Managers - the components on the vehicle that access and operate modules

Let's explore each of these in more detail.

Last updated