What World Commander Actually Is
World Commander is not just a web map or a server list. It is the actual script framework running on the game server that controls
major parts of the mission environment. It governs how the server runs, manages the different gameplay loops, and provides the
systems that keep a persistent battlefield active over time instead of leaving the mission as a simple static scenario.
In practice that means World Commander drives supplies, instanced missions, story missions, AI spawning rules, base capture, base
ownership, spawning permissions, battlefield progression, and the wider command logic that ties all of those systems together. It also
governs player progression, including ranks earned from kills, what that rank unlocks, and what players can buy in the shop with the
money they have earned inside the running mission.
The system was created by Z Assorted Works for the Aussie Air-Wing Community because running serious multiplayer operations with supply,
progression, AI force generation, and persistent battlefield state quickly outgrows isolated scripts and ad hoc workarounds. World Commander
exists to centralise those mechanics into one coherent system that can run the mission properly on the server.
What It Can Do
World Commander can manage supply systems, mission generation, instanced and story-based tasks, AI aircraft and ground unit spawning,
base ownership, capture mechanics, player economy, ranks, shop access, and broader mission-state control. It decides how the battlefield
evolves, how reinforcement and support systems behave, and how players interact with the strategic layer of the server.
Because it sits directly inside the running mission environment, it can tie all of those systems together instead of treating them as separate
features. Rank affects what players can buy. Money earned through combat affects what support can be purchased. Base ownership affects where teams
can spawn. AI behavior, supplies, and battlefield control all feed back into the same operational loop.
On top of the in-mission systems, the broader World Commander ecosystem can also expose live data outward to supporting services like this website.
That makes it possible to give players and staff better visibility into what the servers are doing without moving the core game logic out of the mission
script itself.
What This Website Does
This website is the Live Server Viewer, which is one more part of the wider World Commander ecosystem. It is the web-facing operations portal that
receives information from connected servers and turns it into online visibility for players and staff. It shows which servers are running, what state
they are in, and provides controlled access to live operational information through the site.
The Active Servers page gives a current view of the available servers, and the map pages provide a per-server operational picture based on the data being
exported from the running mission environment. The website also handles account-linked access, agreement prompts, and the supporting service layer that sits
around the main server script.
In short, World Commander is the system that runs the mission, while the Live Server Viewer is the part that lets the community see the current state of those
servers online and access more information about what is happening.
Why It Exists
Communities that run serious DCS operations need more than a simple mission file and a basic server browser. They need a server-side system that can manage
ongoing gameplay loops, track persistent state, connect player progression to battlefield outcomes, and keep the entire environment operating as one coherent
campaign rather than a collection of disconnected features.
For the Aussie Air-Wing Community, that means a system that can run the mission properly on the server while also giving players and administrators a better
way to understand the current operational picture online. It also means new capability can be added into the same overall framework rather than bolted on as
isolated extras.
This public portal exists as one part of that broader effort. Its role is to expose the right information, to the right people, without replacing the actual
World Commander mission system that is doing the real work on the server.