Difference between revisions of "Main Page"
Line 11: | Line 11: | ||
'''This is a collaborative wiki, so please, if you want to contribute send an email to Alberto Uriarte (admin[at]starcraftai.com) with your desired username. Public registration is disabled to avoid spam bots and vandalism.''' | '''This is a collaborative wiki, so please, if you want to contribute send an email to Alberto Uriarte (admin[at]starcraftai.com) with your desired username. Public registration is disabled to avoid spam bots and vandalism.''' | ||
− | + | {| class="main-wrapper" | |
− | + | | class="main-wrapper-col" | | |
− | + | {| style="width:100%; vertical-align:top;" | |
− | + | ! | |
− | + | == BWAPI == | |
− | + | |- | |
− | | | + | | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* [https://github.com/bwapi/bwapi BWAPI] is a free and open source C++ framework that is used to interact with the popular Real Time Strategy (RTS) game Starcraft: Broodwar. | * [https://github.com/bwapi/bwapi BWAPI] is a free and open source C++ framework that is used to interact with the popular Real Time Strategy (RTS) game Starcraft: Broodwar. | ||
* [https://bitbucket.org/auriarte/bwta2 BWTA2] is a terrain analyzer library for BWAPI. | * [https://bitbucket.org/auriarte/bwta2 BWTA2] is a terrain analyzer library for BWAPI. | ||
Line 48: | Line 30: | ||
* [https://github.com/JDongian/bwapi3to4 Migration scripts for converting BWAPI 3 source to BWAPI 4 source] | * [https://github.com/JDongian/bwapi3to4 Migration scripts for converting BWAPI 3 source to BWAPI 4 source] | ||
* [http://www.teamliquid.net/forum/brood-war/111664-using-bwapi-to-take-spectating-to-the-next-level Replay watching enhancement]. | * [http://www.teamliquid.net/forum/brood-war/111664-using-bwapi-to-take-spectating-to-the-next-level Replay watching enhancement]. | ||
− | + | |- | |
+ | ! | ||
== Tutorials == | == Tutorials == | ||
− | * [ | + | |- |
+ | | | ||
+ | * [[BWAPI and BWMirror (Java)]] | ||
* [http://www.teamliquid.net/blogs/485544-intro-to-scbw-ai-development BWAPI Tutorial (C++)] | * [http://www.teamliquid.net/blogs/485544-intro-to-scbw-ai-development BWAPI Tutorial (C++)] | ||
* [https://bitbucket.org/auriarte/bwta2/wiki/Getting%20Started Getting Started with BWTA2] | * [https://bitbucket.org/auriarte/bwta2/wiki/Getting%20Started Getting Started with BWTA2] | ||
Line 61: | Line 46: | ||
**If you want to compile old bots (VS2008 projects) with VS2013. Install the [http://www.microsoft.com/en-us/download/details.aspx?id=8279 Windows SDK 7.1]. Remember you should uninstall first any version of Visual C++ 2010 redistributable, otherwise Windows SDK setup will fail. | **If you want to compile old bots (VS2008 projects) with VS2013. Install the [http://www.microsoft.com/en-us/download/details.aspx?id=8279 Windows SDK 7.1]. Remember you should uninstall first any version of Visual C++ 2010 redistributable, otherwise Windows SDK setup will fail. | ||
*For running BWAPI Bots on non-development machines (e.g Tournaments clients) you only need the [http://www.microsoft.com/en-us/download/details.aspx?id=40784 VC 2013 Redistributable Package] | *For running BWAPI Bots on non-development machines (e.g Tournaments clients) you only need the [http://www.microsoft.com/en-us/download/details.aspx?id=40784 VC 2013 Redistributable Package] | ||
− | + | |} | |
+ | | style="border:1px solid transparent;" | | ||
+ | | class="main-wrapper-col" | | ||
+ | {| style="width:100%; vertical-align:top;" | ||
+ | ! | ||
+ | == Bots == | ||
+ | |- | ||
+ | | | ||
+ | Currently there are [[List of bots|'''{{#ask: [[Category:Bots]] | format=count}}''' bots listed]]. | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |style="vertical-align:top;"| | ||
+ | * {{#ask: [[Category:Terran_Bots]] | format=count}} Terran bots | ||
+ | * {{#ask: [[Category:Protoss_Bots]] | format=count}} Protoss bots | ||
+ | * {{#ask: [[Category:Zerg_Bots]] | format=count}} Zerg bots | ||
+ | |style="vertical-align:top;"| | ||
+ | * {{#ask: [[Category:Bots]] [[BWAPI version::4.0.1]] | format=count}} using BWAPI 4.0.1 | ||
+ | * {{#ask: [[Category:Bots]] [[BWAPI version::3.7.4]] | format=count}} using BWAPI 3.7.4 | ||
+ | * {{#ask: [[Category:Bots]] [[BWAPI version::3.6.1]] | format=count}} using BWAPI 3.6.1 | ||
+ | * {{#ask: [[Category:Bots]] [[BWAPI version::3.0.3]] | format=count}} using BWAPI 3.0.3 | ||
+ | * {{#ask: [[Category:Bots]] [[BWAPI version::2.8.0]] | format=count}} using BWAPI 2.8.0 | ||
+ | * {{#ask: [[Category:Bots]] [[BWAPI version::2.6.1]] | format=count}} using BWAPI 2.6.1 | ||
+ | |style="vertical-align:top;"| | ||
+ | * {{#ask: [[Category:Bots]] [[Bot programmed in::C++]] | format=count}} using C++ | ||
+ | * {{#ask: [[Category:Bots]] [[Bot programmed in::Java]] | format=count}} using Java | ||
+ | * {{#ask: [[Category:Bots]] [[Bot programmed in::Clojure]] | format=count}} using Clojure | ||
+ | |} | ||
+ | |- | ||
+ | ! | ||
== Tournaments == | == Tournaments == | ||
− | + | |- | |
+ | | | ||
Various venues host remote competitive AI competitions that allow developers from around the world to participate. These venues are often held annually and will sometimes offer prizes to the winners. It is also a great way to test your bot's capabilities. | Various venues host remote competitive AI competitions that allow developers from around the world to participate. These venues are often held annually and will sometimes offer prizes to the winners. It is also a great way to test your bot's capabilities. | ||
Line 71: | Line 85: | ||
* [http://bots-stats.krasi0.com/ BWAPI Bots Ladder] (games played all the time) | * [http://bots-stats.krasi0.com/ BWAPI Bots Ladder] (games played all the time) | ||
* [[BWAPI mini tour 1|BWAPI mini tournament]] on [[liquipedia:iCCup|iCCup]]'s server with a mix of human and bot players. | * [[BWAPI mini tour 1|BWAPI mini tournament]] on [[liquipedia:iCCup|iCCup]]'s server with a mix of human and bot players. | ||
+ | |} | ||
+ | |} | ||
== Temporal links == | == Temporal links == |
Revision as of 18:03, 21 July 2015
This is a collaborative wiki, so please, if you want to contribute send an email to Alberto Uriarte (admin[at]starcraftai.com) with your desired username. Public registration is disabled to avoid spam bots and vandalism.
|
|
Temporal links
Some unsorted references before organize everything
- StarCraft: Brood War Attack Animation Frame Data
- Exactly how do the custom AI scripts work?
- Brood War AI Project v3.1
- Basics of UMS Mapping
- Research Papers
- A Treatise on the Economy of SCII
- Guide Map Making
- StarCraft Brood War Data Mining
- Learning using SARSA
- BroodWar unit images as transparent PNGs
- Funny videos
- Game Theory with Applications to StarCraft
- Game Theory Applied to Starcraft II
Map Editing
- CHK Format
- Unused Unprotector 2 StarCraft Tool and the source code.
- Scmdraft map editor. Under downloads, you will obtain version 0.8.0, but this is not the latest version. Instead, you will want to look at the news page and get ScmDraft 2 (0.8.1), located in the
temp
folder. - Unfortunately, the author did not update the version number in the build, so it incorrectly says 0.8.0, making things quite confusing. You will need this if you want to be able to create Extended Unit Death (EUD) triggers (the
Memory
condition will be enabled when creating a trigger). - The downside of using EUDs is that the memory offsets change with every version of StarCraft; I doubt that will be a problem these days though.
- EUD Database, with EUDTrig to find unit offsets. With EUDTrig, you need to copy comctl32.ocx (alternate location) into the current directory. You need ArtMoney for monitoring the process and finding the hex values in the first place. Then, see this exported wiki article.
- Staredit Network's Wiki, and the StarEdit forums. Be sure to change the theme after login, as I find the default one annoying.
- You have 256 switches that you can use to set/reset game state. Death counters are an alternative, and they trigger at a rate of 1 death count = 84 milliseconds.
- Only Players 1 through 8 can own triggers. Neutral (Player 12) cannot, and such triggers will be ignored.
- How to make 4 players share minerals + gas. Lousy resource, but hard to find anything on this.
- It looks like a lot of the good EUD's are patched. EUDEnable. This post clears up exactly what is being read (4 bytes at a time). Many of the tutorials simply assume that all other bytes are 0, which is often incorrect.
- Using Death Count Timers instead of waiting.
- How damage works, such as for burning buildings.
- And overview of working with MPQ archives. Use MPQDraft to patch MPQ files. For reading and editing the contents, use MPQ Editor.
- StarEdit FAQ. StarCraft Mapmaker's Guide.
- StarCraft unit sizes. You can use DatEdit (
StarEdit
tab) to get the Placement box in pixels. The pixels for a Terran Dropship, for example, are height 37 and width 49. Sincescmdraft
is zero indexed, be sure to enter your locations forbottom
andright
as one less than what it actually is. In this example,bottom
would be 36 andright
would be 48. - Frequently Asked Questions