Garry's Mod

Garry's Mod

[E2] Navcore Reworked
Showing 1-10 of 10 entries
Update: 25 Jul, 2023 @ 6:04pm

Removed a fragment of code that was used in testing, likely to cause an error when not in singleplayer.

Update: 10 Apr, 2023 @ 12:30pm

Forgot code behind FollowerSize, made the function useless

Update: 9 Apr, 2023 @ 7:03pm

Update: 9 Apr, 2023 @ 2:33pm

Update to support Pathfinders Library changes

Update: 28 Dec, 2022 @ 5:16pm

Updated to make use of a separate library I created

Update: 28 Jun, 2022 @ 2:50pm

Improved how the path reconstructs, which should reduce the chance of trying to go back to a previous point

Update: 28 Jun, 2022 @ 2:10pm

Fixed points placing to close to edges of navareas, caused by not using E2 set follower size and using default size instead

Update: 28 Jun, 2022 @ 1:56pm

Made the array returned by navGenPathSimple reversed, making the first vector the first point to follow instead of the last.

Update: 27 Jun, 2022 @ 8:13pm

Fixed overide of Path function, caused by missing local before defining variable

Update: 26 Jun, 2022 @ 12:21pm