Forums » Community Projects

NavComp

«12
Jul 30, 2020 PaKettle link
Keller isnt responding so I am posting a temp fix for the "lower" bug

find file tools.lua under the data subdirectory and open it with a text editor
around line 136 you will find these lines

for targetId, note in pairs (notes) do
-- Check for manual avoids
if note == nil or type (note) == "table" then note = " " end -- Add this line here
if string.find (note:lower (), "#avoid:") then
-- Found avoid, checking if already recorded
tempNav [targetId] = nil

save the file and restart game... problem should be gone.
Not sure if I fixed the actual problem but it will get rid of the errors....
Nov 14, 2020 look... no hands link
Does anybody have a currently working version of this?