//------------------------------------------------------------------------------------------ // config.cs // Configuration file for the experimental DXAI system. // https://github.com/Ragora/T2-DXAI.git // // Copyright (c) 2014 Robert MacGregor // This software is licensed under the MIT license. // Refer to LICENSE.txt for more information. //------------------------------------------------------------------------------------------ $DXAI::Commander::minimumFlagDefense = 1; $DXAI::Commander::minimumGeneratorDefense = 1; $DXAI::Bot::DefaultFieldOfView = 3.14159 / 2; // 90* $DXAI::Bot::DefaultViewDistance = 300;