graph: enable graph c collection by default

bot: bump version to 4.5
This commit is contained in:
jeefo 2024-02-10 22:50:53 +03:00
commit e7a67347f1
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
18 changed files with 22 additions and 22 deletions

View file

@ -12,7 +12,7 @@ ConVar cv_graph_url ("graph_url", product.download.chars (), "Specifies the URL
ConVar cv_graph_url_upload ("graph_url_upload", product.upload.chars (), "Specifies the URL to which bots will try to upload the graph file to database.", false, 0.0f, 0.0f);
ConVar cv_graph_auto_save_count ("graph_auto_save_count", "15", "Every N graph nodes placed on map, the graph will be saved automatically (without checks).", true, 0.0f, kMaxNodes);
ConVar cv_graph_draw_distance ("graph_draw_distance", "400", "Maximum distance to draw graph nodes from editor viewport.", true, 64.0f, 3072.0f);
ConVar cv_graph_auto_collect_db ("graph_auto_collect_db", "0", "Allows bots to exchange your graph files with graph database automatically.");
ConVar cv_graph_auto_collect_db ("graph_auto_collect_db", "1", "Allows bots to exchange your graph files with graph database automatically.");
void BotGraph::reset () {
// this function initialize the graph structures..