Skip to content

Shelved PR 368 guer road ambushes

rayswaynl edited this page Jul 3, 2026 · 1 revision

Shelved: PR #368 — GUER "Road Ambush" AT/MG team between enemy towns

State: Ray-shelved 2026-07-03 (Build 89 pick round). PR #368 was closed without merging; nothing from it is in Build 88/89.

WHAT

Adds a new default-off GUER wildcard card ("G3 Road Ambush"): when enabled, a 4-man insurgent fireteam (1 machine-gunner, 2 AT, 1 rifleman) digs in on a road node midway between the two closest contested/occupied towns to ambush passing vehicles. It shows a GUER-only map marker and despawns on a timer (default 7 min) or when wiped.

WHERE

  • PR: #368 — "feat(b2-road-ambush): GUER G3 Road Ambush - AT/MG team between contested towns".
  • Branch / head commit: fable/guer-road-ambush @ 958cca9f66b98d08ae801f82402578a8e636d7d0.
  • Flag (if any): WFBE_C_GUER_ROAD_AMBUSH = 0 (default-off) plus WFBE_C_GUER_ROAD_AMBUSH_TTL = 420 (despawn seconds; also a hidden max-concurrent cap of 2).
  • Files touched: Server/Functions/AI_Commander_Wildcard_GUER.sqf (new G3 case + eligibility/weights) and Rsc/Parameters.hpp (two new lobby params), mirrored Chernarus → Takistan.

WHY SHELVED

Ray, 2026-07-03: "no." The road-ambush card was not picked for the deck.

Extra revive caveat — this PR was reported as CONFLICTING. It was stacked on #308 (the PR body says "merge #308 first, then retarget"), and it merge-conflicts with the current live lane. It cannot be applied cleanly as-is; it needs a rebase before any future revival even becomes possible.

HOW TO REVIVE

  • Branch fable/guer-road-ambush @ 958cca9f66b98d08ae801f82402578a8e636d7d0 holds the full G3 implementation (closest-occupied-town-pair midpoint, nearRoads 200 snap, TTL watcher, concurrency counter, GUER-local marker).
  • Rebase first: resolve the #308 stacking and the live-lane merge conflict; retarget onto the current build lane before it will apply.
  • Design change needed: Ray declined the card outright, so a revival needs his buy-in on the concept (not just a clean rebase) — confirm the GUER deck actually wants a static AT/MG ambush before rebuilding.

Sidebar

Clone this wiki locally