T2-DXAI/scripts/DXAI/config.cs

16 lines
620 B
C#
Raw Normal View History

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