Completely arbitrary tweaking of tunnel values (avoids a nil) - still needs smooth curves (probably a target dx/dy to aim for, and slow alterations) and taking less CPU. Also disable unused function in Highlander
file(GLOB luafiles *.lua)
file(GLOB cfgfiles *.cfg)
install(FILES
${luafiles}
${cfgfiles}
DESTINATION ${SHAREPATH}Data/Scripts/Multiplayer)