forked from DrInfy/sharpy-sc2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
56 lines (50 loc) · 1.08 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[general]
chat = yes
debug = no
log_level = INFO
log_file = no
game_step_size = 10
write_data = no
write_gamelogs = no
[debug]
player1 = yes
player2 = no
# List of managers that have on screen debug enabled
WarnBuildMacro = yes
BuildingSolver = no
EnemyArmyPredicter = yes
GameAnalyzer = yes
BuildDetector = yes
PathingManager = no
UnitRoleManager = yes
UnitCacheManager = no
ZoneManager = yes
MemoryManager = yes
ActExpand = yes
GridBuilding = yes
PlanOracleHarass = no
# List of acts that have on screen debug enabled
PlanZoneAttack = yes
PlanZoneDefense = yes
PlanMultiDefense = yes
PlanWorkerOnlyDefense = yes
GroupCombatManager = no
[debug_log]
# List of tags that should be printed into debug log. If the tag is missing, default is yes/true.
ActUnit = yes
ChronoUnitProduction = yes
GridBuilding = yes
DistributeWorkers = no
WorkerScout = no
DoubleAdeptScout = no
ProtossBuildOrderSelector = yes
PlanHallucination = yes
HallucinatedPhoenixScout = no
ArchonManager = no
EnemyUnitsManager = no
LostUnitsManager = no
LostUnitsContents = yes
BuildingSolver = yes
SupplyBlock = yes
LAG = yes
[build]