From 0c311ab6f2fae892d4f58f4008220e695d570839 Mon Sep 17 00:00:00 2001 From: bash Date: Mon, 4 May 2026 23:59:26 +0200 Subject: [PATCH] chore: Tune extract walkableSlopeAngle to 50 and walkableClimb to 4 --- 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 0cc6659fd..aac13f469 100644 --- a/extract_ac_client_data.sh +++ b/extract_ac_client_data.sh @@ -38,7 +38,7 @@ mmapsConfig: # Maximum slope angle (in degrees) NPCs can walk on. # Surfaces steeper than this will be considered unwalkable. - walkableSlopeAngle: 48 + walkableSlopeAngle: 50 # --- Cell Size Calculation --- # Many parameters below are defined in "cell units". @@ -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: 6 + walkableClimb: 4 # Minimum distance (in cell units) around walkable surfaces. # Helps prevent NPCs from clipping into walls and narrow gaps.