Zeus is a real-time mission control system that allows designated players to create objectives, spawn AI, control battles, and manage the game world dynamically. Itβs an essential tool for MILSIM, roleplay, and custom operations.
This guide will walk you through enabling Zeus, assigning Zeus roles, and configuring advanced Zeus settings using VolticHost Game Panel.
π Prerequisites
-
An Arma 3 server purchased at VolticHost.com
-
Access to VolticHost Game Panel
-
A mission file (
.pbo
) with Zeus functionality or editing capability
1οΈβ£ Enabling Zeus in the Mission File
Zeus is not enabled by default in most missions. You must either edit an existing mission or create a new one with Zeus access.
Method 1: Enabling Zeus in an Existing Mission
-
Log in to VolticHost Game Panel.
-
Navigate to File Manager.
-
Locate your mission file (
.pbo
) inside:/mpmissions/
-
Extract the
.pbo
using PBO Manager or a similar tool. -
Open the extracted folder and find mission.sqm.
-
Add the following Zeus module inside the
"Entities"
section:class Item0 { position[]={1000,5,1000}; // Change coordinates if needed class Attributes { name="Zeus"; isGlobal=1; owner=""; forced=1; }; };
-
Save and repackage the
.pbo
. -
Upload it back to /mpmissions/.
β Zeus is now enabled in the mission file!
Method 2: Creating a New Zeus Mission in the Editor
-
Launch Arma 3 and go to the Eden Editor.
-
Place a Game Master module (
Modules > Zeus > Game Master
). -
Set the module to:
-
Owner:
{#adminLogged}
(or a specific player slot) -
Force Interface:
Yes
-
Allow All Objects:
Yes
-
-
Save the mission and export it as a Multiplayer Mission (
.pbo
). -
Upload it to:
/mpmissions/
-
Open the server.cfg file in File Manager and set the mission name:
class Missions { class Mission1 { template = "your_zeus_mission.Altis"; difficulty = "Regular"; }; };
β Zeus is now added and ready to use!
2οΈβ£ Assigning Zeus Access to Players
By default, only admins have Zeus access. To allow specific players to use Zeus:
-
Open the server.cfg file in File Manager.
-
Add the SteamID64 of each authorized player:
adminWhitelist[] = {"76561198012345678", "76561198123456789"};
-
Alternatively, assign Zeus access dynamically using a command:
serverCommand "#login ZeusPlayerSteamID";
-
Save the file and restart the server.
β Your specified players now have Zeus access!
3οΈβ£ Configuring Zeus Advanced Settings
To customize Zeus permissions and visibility, modify the Zeus module settings in the mission file:
-
Limited Vision Mode: Prevents Zeus from seeing the whole map.
-
Restricted Object Placement: Limits what Zeus can spawn.
-
AI Control Enabled: Allows Zeus to take over AI units.
-
Objective Markers: Enables Zeus to mark waypoints for players.
These settings improve immersion and balance Zeus control in multiplayer missions.
β Zeus is now fully customized for your server!
4οΈβ£ Restarting the Server to Apply Changes
-
Navigate to the Console tab in VolticHost Game Panel.
-
Click Stop to shut down the server.
-
Wait a few seconds, then click Start to relaunch with Zeus enabled.
β Your Zeus mission is now live!
π Conclusion
You've successfully enabled Zeus, assigned Zeus roles, and configured advanced settings using VolticHost Game Panel! Your server is now ready for real-time mission editing, dynamic AI control, and immersive MILSIM operations. π
For more assistance, contact VolticHost Support.