Skip to content

Fix Isolated Ladder NavMesh on Threadplate#105

Open
sunzenshen wants to merge 1 commit intomasterfrom
navmesh-transit-fix-disconnected-ladder
Open

Fix Isolated Ladder NavMesh on Threadplate#105
sunzenshen wants to merge 1 commit intomasterfrom
navmesh-transit-fix-disconnected-ladder

Conversation

@sunzenshen
Copy link
Contributor

Fixes connections around an isolated ladder on Threadplate, to absence of which was causing bots to avoid that ladder.

@sunzenshen
Copy link
Contributor Author

Why this PR

A ladder in Threadplate was only connected to the NavMesh on one side, which prevented bots from using that ladder to access a ghost spawn:

Screenshot 2026-02-26 215944

Manual fix steps

Created a new NavArea with nav_begin_area and nav_end_area, and connected the edges to the surrounding NavAreas:

Screenshot 2026-02-26 220023 Screenshot 2026-02-26 220052

Verification

After running nav_analyze, ordered some bots to climb the ladder with the following script setup:

sv_neo_bot_cmdr_enable 1;
sv_neo_bot_cmdr_debug_pause_uncommanded 1;
neo_ctg_round_timelimit 99;
Screenshot 2026-02-26 220423

@sunzenshen sunzenshen requested a review from a team February 27, 2026 05:08
@Rainyan Rainyan changed the title Fix Isolated Ladder NavMesh on Transit Fix Isolated Ladder NavMesh on Threadplate Feb 28, 2026
@Rainyan Rainyan requested a review from a team February 28, 2026 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants