mirror of
https://github.com/Ragora/T2-DXAI.git
synced 2026-01-19 18:14:45 +00:00
16 lines
620 B
C#
16 lines
620 B
C#
//------------------------------------------------------------------------------------------
|
|
// 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;
|