From 86100aa66b20e776a9267231d394d83c9087f0f5 Mon Sep 17 00:00:00 2001 From: bash Date: Fri, 8 May 2026 11:21:00 +0200 Subject: [PATCH] chore: Tune walkableClimb to 6 and maxSimplificationError to 1.0 --- extract_ac_client_data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extract_ac_client_data.sh b/extract_ac_client_data.sh index aac13f469..70353fe26 100644 --- a/extract_ac_client_data.sh +++ b/extract_ac_client_data.sh @@ -81,7 +81,7 @@ mmapsConfig: # 2000 resolution. Preserves the 1.60 yd world-unit step. The mmap # is shared with every creature, NPC patrol, escort, and quest mob; # tightening below stock breaks patrols that cross 1.5y ledges. - walkableClimb: 4 + walkableClimb: 6 # Minimum distance (in cell units) around walkable surfaces. # Helps prevent NPCs from clipping into walls and narrow gaps. @@ -113,7 +113,7 @@ mmapsConfig: # 0.8 (vs the AC stock 1.8 and recast canonical 1.3) keeps polygon # edges close to real terrain. Targets "merged step into ramp" # simplification artifacts that produce corner-cuts and false NOPATH. - maxSimplificationError: 0.8 + maxSimplificationError: 1.0 # You can override any global parameter for a specific map by specifying its map ID. # Inside each map override, you can also override parameters per individual tile,