From ab5c5a39e106d1e39755ba66312521daf4147e5c Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sat, 21 Oct 2023 11:23:39 +0200 Subject: [PATCH] Spawn AI hints so the entire AI Network can be cached --- src/resource/cfg/system/autoexec_server_dev.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/src/resource/cfg/system/autoexec_server_dev.cfg b/src/resource/cfg/system/autoexec_server_dev.cfg index 4095a935..415e17c2 100644 --- a/src/resource/cfg/system/autoexec_server_dev.cfg +++ b/src/resource/cfg/system/autoexec_server_dev.cfg @@ -24,6 +24,7 @@ sv_visualizetraces "1" // Show native and script related debug tr ////////////////////////// //// CAI //// ////////////////////////// +sv_spawnAIHintsInMP "1" // Must be set to cache the entire AI Network graph. ai_ainRebuildOnMapStart "0" // Whether to rebuild the AI Network graph on level load. ai_ainDumpOnLoad "0" // Whether to dump the parsed AI Network graph file loaded from disk. ai_ainDebugConnect "1" // Show AI Network graph connection debug.