-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbwapi.ini
135 lines (109 loc) · 4.76 KB
/
bwapi.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
[ai]
; Paths and revisions for AI
; - Use commas to specify AI for multiple instances.
; - If there are more instances than the amount of
; DLLs specified, then the last entry is used.
; - Use a colon to forcefully load the revision specified.
; - Example: SomeAI.dll:3400, SecondInstance.dll, ThirdInstance.dll
ai = bwapi-data\AI\Skynet.dll
ai_dbg = bwapi-data\AI\Skynetd.dll
; Used only for tournaments
; Tournaments can only be run in RELEASE mode
tournament =
[auto_menu]
; auto_menu = OFF | SINGLE_PLAYER | LAN | BATTLE_NET
; for replays, just set the map to the path of the replay file
auto_menu = OFF
; pause_dbg = ON | OFF
; This specifies if auto_menu will pause until a debugger is attached to the process.
; Only works in DEBUG mode.
pause_dbg = OFF
; lan_mode = Same as the text that appears in the multiplayer connection list
; Examples: Direct Cable Connection, Local Area Network (UDP), Local PC (UDP)
lan_mode = Local Area Network (UDP)
; auto_restart = ON | OFF
; if ON, BWAPI will automate through the end of match screen and start the next match
; if OFF, BWAPI will pause at the end of match screen until you manually click OK,
; and then BWAPI resume menu automation and start the next match
auto_restart = ON
; map = path to map relative to Starcraft folder, i.e. map = maps\(2)Boxer.scm
; leaving this field blank will join a game instead of creating it
; The filename(NOT the path) can also contain wildcards, example: maps\(?)*.sc?
; A ? is a wildcard for a single character and * is a wildcard for a string of characters
map = maps\BroodWar\*.sc?
; game = name of the game to join
; i.e., game = BWAPI
; will join the game called "BWAPI"
; If the game does not exist and the "map" entry is not blank, then the game will be created instead
; If this entry is blank, then it will follow the rules of the "map" entry
game = BWAPI
; mapiteration = RANDOM | SEQUENCE
; type of iteration that will be done on a map name with a wildcard
mapiteration = SEQUENCE
; race = Terran | Protoss | Zerg | Random
race = Protoss
; enemy_count = 1-7, for 1v1 games, set enemy_count = 1
; only used in single player games
enemy_count = 1
; enemy_race = Terran | Protoss | Zerg | Random | RandomTP | RandomTZ | RandomPZ
; only used in single player games
enemy_race = Protoss
; enemy_race_# = Default
; Values for enemy_race are acceptable, Default will use the value specified in enemy_race
enemy_race_1 = Default
enemy_race_2 = Default
enemy_race_3 = Default
enemy_race_4 = Default
enemy_race_5 = Default
enemy_race_6 = Default
enemy_race_7 = Default
;game_type = TOP_VS_BOTTOM | MELEE | FREE_FOR_ALL | ONE_ON_ONE | USE_MAP_SETTINGS | CAPTURE_THE_FLAG
; | GREED | SLAUGHTER | SUDDEN_DEATH | TEAM_MELEE | TEAM_FREE_FOR_ALL | TEAM_CAPTURE_THE_FLAG
game_type = ONE_ON_ONE
; save_replay = path to save replay to
; Accepts all environment variables including custom variables. See wiki for more info.
save_replay = maps\replays\SkynetICCUP\%BOTRACE%%ALLYRACES%v%ENEMYRACES%\%MAP%\20%YEAR% %MONTH% %DAY%\%ENEMYNAMES%_%HOUR%%MINUTE%%SECOND%.rep
; wait_for_min_players = #
; # of players to wait for in a network game before starting.
; This includes the BWAPI player. The game will start immediately when it is full.
wait_for_min_players = 2
; wait_for_max_players = #
; Start immediately when the game has reached # players.
; This includes the BWAPI player. The game will start immediately when it is full.
wait_for_max_players = 2
; wait_for_time = #
; The time in milliseconds (ms) to wait after the game has met the min_players requirement.
; The game will start immediately when it is full.
wait_for_time = 60000
[config]
; holiday = ON | OFF
; This will apply special easter eggs to the game when it comes time for a holiday.
holiday = OFF
; show_warnings = YES | NO
; Setting this to NO will disable startup Message Boxes, but also disable options that
; assist in revision choice decisions.
show_warnings = NO
; shared_memory = ON | OFF
; This is specifically used to disable shared memory (BWAPI Server) in the Windows Emulator "WINE"
; Setting this to OFF will disable the BWAPI Server, default is ON
shared_memory = OFF
[window]
; These values are saved automatically when you move, resize, or toggle windowed mode
; windowed = ON | OFF
; This causes BWAPI to enter windowed mode when it is injected.
windowed = OFF
; left, top
; Determines the position of the window
left = 0
top = 0
; width, height
; Determines the width and height of the client area and not the window itself
width = 640
height = 480
[starcraft]
; Game sound engine = ON | OFF
sound = OFF
; Screenshot format = gif | pcx | tga | bmp
screenshots = gif
[paths]
log_path = bwapi-data\logs