jncraton / BWMetaAI

A StarCraft Brood War AI designed to follow the modern 1v1 metagame
Other
100 stars 12 forks source link

Where is 'build_start' defined? #43

Closed ajujoa closed 1 year ago

ajujoa commented 1 year ago

I am checking and testing 'build' related commands. but still immature. Where is 'build_start'? Because 'build_start' is used in many pyai. I really want to find it. An additional question is, where is the short command? (Protoss Probe -> Probe, Protoss Cybernetics Core -> Core) Anyone who knows please let me know.

BoneHorror commented 1 year ago

build_start is defined as a macro in tools/macros.js, it's not an ASC3 command by itself. Abbreviations are in tools/abbrevs.json here or in unitdef.txt in PyAI

jncraton commented 1 year ago

@BoneHorror Thanks for sharing that information.

Some of this is also covered at a higher level in CONTRIBUTING.md.