Skip to content

Base Game Config And Image Reference

rayswaynl edited this page Jun 25, 2026 · 2 revisions

Base-Game Config & Image Reference

External reference. The full Arma 2: Combined Operations 1.63 base-game class definitions and unit/vehicle/weapon imagery live in a dedicated repository: rayswaynl/arma2-co-config-reference. This wiki's content catalogs describe what the WASP mission uses; that repo is the base-game ground-truth they derive from. Source export: Config Export From Arma 2 CO 1.63 by UHAX (2020-09-21).

Why It Is A Separate Repo

The dump is ~115 MB — 2,893 image thumbnails plus six multi-megabyte config exports. That is too large and too static to live inside the wiki, so it is kept as its own browsable repository and cross-linked from the catalog pages that need it.

What Is In It

Path Contents
Config/CfgVehicles.txt All base-game vehicle, unit and object classes (3.9 MB)
Config/CfgWeapons.txt Weapon classes
Config/CfgMagazines.txt Magazine classes
Config/CfgAmmo.txt Ammunition classes
Config/CfgWorlds.txt World / map definitions
Config/CfgCloudlets.txt Particle / effect definitions
Images/A2/ Base Arma 2 thumbnails — Units, Vehicles, Weapons, Warfare, Objects, Buildings, Faces, Markers (2,220 images)
Images/OA/ Operation Arrowhead thumbnails — Units, Vehicles, Weapons, Warfare, Objects, Buildings, Flags, Bags (673 images)

How To Use It

  • Verify a classname or stat. When a catalog page cites a base-game class (a vehicle, weapon, magazine or ammo type), confirm it against the matching Config/*.txt dump rather than from memory.
  • Grab a reference image. The Images/ tree has a thumbnail for most base-game units, vehicles and weapons, organized by faction and category.
  • Stay 1.64-safe. The export is from 1.63; treat it as the base-class reference, and still classify any scripting behavior with Arma 2 OA compatibility audit before relying on it.

Image-Backed Visual Catalogs

Every base-game image is cataloged below with its config stats (where available):

  • Units — infantry and crew by faction (468)
  • Vehicles — air, boats, tracked, wheeled (300)
  • Weapons — rifles, MGs, launchers, pistols (211)
  • Warfare structures — factories, depots, defenses (162)
  • Objects — props, fortifications, signs (430)
  • Buildings — static structures (330)
  • Faces — face textures (756)
  • Markers — map marker icons (180)
  • Flags & bags — flags and backpacks (56)

Wiki Pages That Cross-Link Here

Continue Reading

Previous: Arma 2 OA external reference guide | Next: Arma 2 OA compatibility audit

Main map: Home | Fast path: Quickstart | Agent file: agent-context.json

Sidebar

Clone this wiki locally