Add Base-Game Config & Image Reference + cross-link catalogs
New wiki page Base-Game-Config-And-Image-Reference pointing to the
external repo rayswaynl/arma2-co-config-reference (Arma 2 CO 1.63
config + image dump, UHAX export). Indexed in _Sidebar (Compatibility
and references), Home (faction catalogs route), and agent-context.json
documentation.pages.
Cross-link six mission-content catalogs to the base-game source:
Faction roster, Aux/SF units, Gear store catalog, Artillery,
Defense structures, and the OA external reference guide.
docs(wiki): accuracy + integrity pass across the developer wiki
Integrity (reader-facing, validator-invisible):
- Fix 30 broken heading anchors (Page#heading 404s; validator strips #frags)
- Fix 1 broken page link; strip 2 UTF-8 BOMs
- Restore the Function-And-Module-Index legacy compiled-alias table that 3
pages cite as the canonical owner (10 aliases re-verified vs master)
Accuracy (~190 corrections, source-verified vs origin/master then adversarially
re-verified with a docs-head-baseline + false-positive screen):
- Missing vehicle-array entries: RM70/RM70_ACR (US/RU/US_Camo artillery),
Mi17_medevac_CDF (RU salvage)
- Loop/condition errors: town-patrol `||`->`&&` (game-over exit inversion);
camp scan "~1s"->`sleep 0.1`; missing "Air" town-wake entity class
- Stale claims corrected: RU PARAAMMO is live (not dead code); water-avoidance
loops are capped; HC has a reseat heartbeat; HC sleep->send timing
- AI-Squad templates replaced by the 2026-06-14 combined-arms rebuild
- Misc value/log-string/label fixes across ~50 reference pages
No gameplay source changed.
codex: mark cf2 source stamps historical
codex: add gear store price catalog
Add 17 source-verified reference pages (content catalogs, module/SQF references, tooling, commander handbook)
Fill documentation coverage gaps found by a source-vs-wiki gap analysis: the wiki
documented how systems work but never cataloged what content actually exists.
New pages:
- Content catalog: faction unit/vehicle roster, cross-faction upgrade costs,
defense structures, per-faction artillery, AI squad team templates
- Map content: Chernarus, Takistan
- Module reference: IRS IR-smoke countermeasure, Arty special munitions (SADARM/ILLUM)
- Core SQF API: spawn primitives, kill/score pipeline, waypoint helpers, player-AI watchdog
- Tooling/operator: LoadoutManager data model, Discord status bot, GLOBALGAMESTATS extension
- Player: Commander's Handbook (surfaces in-repo commanderGuide.md, costs verified vs config)
All claims source-cited against master cf2a6d6a4 (Arma 2 OA 1.64) and adversarially
verified citation-by-citation. Wired into _Sidebar, Home routes and agent-context.json.