Difference between revisions of "Automatic base building"
(Spelling and grammer fixes, description improvements, picture additions and improvements) |
|||
Line 1: | Line 1: | ||
− | Automatic base building is the process of finding, claiming and, building up a claimed room without using the UI and direct user input. For many |
+ | Automatic base building is the process of finding, claiming and, building up a claimed room without using the UI and direct user input. For many, a fully automatic bot is the end-goal, and automatic base building is a large step towards it. |
− | |||
− | |||
== Types == |
== Types == |
||
Line 7: | Line 5: | ||
=== Bunker === |
=== Bunker === |
||
− | The easiest by far is to have a pre-defined 'bunker' containing all structures |
+ | The easiest by far is to have a pre-defined 'bunker' object containing all structures and their locations that you intend to place. An anchor, or the center of the bunker's intended location, can give an offset from where you can place your bunker. So long as an area has enough space, bunkers are a great start with automated basing. |
− | [[File:BunkerExample.png |
+ | [[File:BunkerExample.png|300x300px]] |
⚫ | |||
+ | |||
⚫ | Normally using a core tile/stamp, you can then determine locations for other pre-defined tile-sets/stamps to be placed around your anchor dependent on the terrain in the room. This allows for more flexibility in rooms that do not have large-open spaces that bunkers can not fit in, while still allowing for already designed and known-to-work types of tiles insuring for example, that labs are in-range of other labs for reactions, extensions are in reachable and manageable locations, spawns have open area for creeps to exit, and so on. |
||
− | <br> |
||
− | <br> |
||
⚫ | |||
+ | Stamps, while more difficult to place and manage, can be an optimal improvement to bunkers, as they can better exploit terrain to reduce the need for barricades. Moreover they can allow for more optimal filling, as well as tower placement based around common attack locations or high-damage positions. |
||
⚫ | Normally using a core tile/stamp, you can then determine locations for other pre-defined tile-sets/stamps to be placed around your anchor dependent on the terrain in the room. This allows for |
||
+ | |||
+ | [[File:Stamp Example.png|441x441px]] |
||
+ | |||
Line 23: | Line 24: | ||
<div class="mw-collapsible-content"> |
<div class="mw-collapsible-content"> |
||
==== Extensions ==== |
==== Extensions ==== |
||
− | Extension 'field' or groups come in many different shapes and sizes, and can be one-set, or many smaller tiles.[[File:Plus.png|left|thumb|100x100px|A plus, tile able extension field.]][[File:LargePlus.png|left|thumb|100x100px|A large plus.]] |
+ | Extension 'field' or groups come in many different shapes and sizes, and can be one-set, or many smaller tiles. Roads often surround or weave to allow for haulers with a 2:1 carry to move ratio.[[File:Plus.png|left|thumb|100x100px|A plus, tile able extension field.]][[File:LargePlus.png|left|thumb|100x100px|A large plus.]] |
Line 65: | Line 66: | ||
<div class="mw-collapsible-content"> |
<div class="mw-collapsible-content"> |
||
==== Labs ==== |
==== Labs ==== |
||
− | + | Labs are often placed so every lab is in range of 2 to 2 'source labs' to allow for optimal compound production. When placing labs you should also consider their ability to engage in lab rotation with boost production, alongside ease of boosting and unboosting. Containers are often placed adjacent to labs to allow for unboosting resources to drop into them.[[File:Infinilabs.png|left|thumb|100x100px|Labs in a figure 8 or 'infinity' symbol shape, hallway allows pass-though and 2 position filling of all labs]] |
|
Line 81: | Line 82: | ||
==== Towers ==== |
==== Towers ==== |
||
− | Towers |
+ | Towers can be clustered in a single area to allow for ease of refilling, though consequently they will likely have reduced damage.[[File:TowerA.png|left|thumb|118x118px|A single-tile-to-fill cluster of towers]] |
− | |||
− | [[File:TowerA.png|left|thumb|118x118px|A single-tile-to-fill cluster of towers]] |
||
[[File:TowerB.png|left|thumb|112x112px|A Hallway style tile single-fill tower cluster.]] |
[[File:TowerB.png|left|thumb|112x112px|A Hallway style tile single-fill tower cluster.]] |
||
Line 91: | Line 90: | ||
<div class="toccolours mw-collapsible mw-collapsed" style="color:black;background:#606060; overflow:auto;"> |
<div class="toccolours mw-collapsible mw-collapsed" style="color:black;background:#606060; overflow:auto;"> |
||
− | <div style="font-weight:bold;line-height:1.6;">Expand for examples of |
+ | <div style="font-weight:bold;line-height:1.6;">Expand for examples of Anchor tile sets.</div> |
<div class="mw-collapsible-content"> |
<div class="mw-collapsible-content"> |
||
==== Anchor & central fill clusters ==== |
==== Anchor & central fill clusters ==== |
||
− | + | A 'hub', 'anchor' or 'center' fill location can often take 1~ creeps to manage and can be relatively small. They will likely include the terminal and storage, alongside the factory, power spawn and possibly nuker and spawns, and may have the rest of the base planned around it. |
|
[[File:AnchorExample.png|left|thumb|100x100px|An example of a single-fill-creep position for multiple structures.]] |
[[File:AnchorExample.png|left|thumb|100x100px|An example of a single-fill-creep position for multiple structures.]] |
||
Line 108: | Line 107: | ||
There are several useful algorithms to take into consideration when automatically building your base. |
There are several useful algorithms to take into consideration when automatically building your base. |
||
=== Distance-Transform === |
=== Distance-Transform === |
||
− | + | [https://en.wikipedia.org/wiki/Distance_transform Distance Transformation] can be paired with room terrain data, such walls and non-walls, to score each room position (in something like a CostMatrix) based on their distance from the closest wall. This is great for finding large open locations to place things like bunkers. |
|
+ | [[File:Distance Transform Example.png|451x451px]] |
||
− | [[File:Redcirclegen.png|left|200px|An Example of Distance-Transformation on a room with roomVisuals]]<br><br><br><br><br><br> |
||
− | |||
− | <br> |
||
− | <br> |
||
=== Flood Fill === |
=== Flood Fill === |
||
− | [https://en.wikipedia.org/wiki/Flood_fill Flood Fill] is useful for defining or testing areas to make sure they are secure (like |
+ | [https://en.wikipedia.org/wiki/Flood_fill Flood Fill] is useful for defining or testing areas to make sure they are secure (like if there are barricades all around a base) or sectioning areas into groups. Filling an area and gathering room positions allows you to use these positions later, for whatever purpose you see fit. |
+ | [[File:PrototypeFloodFill.png|334x334px]] |
||
⚫ | |||
− | <br> |
||
+ | [[wikipedia:Minimum_cut|Minimum Cut]] is useful for rampart and wall placement based around weighted graphs, meaning barricades can be placed at terrain chokepoints, for example. |
||
+ | [[File:MincutResult.png|393x393px]][[File:Mincutbase.png|303x303px]] |
||
− | <br> |
||
⚫ | |||
− | [[wikipedia:Minimum_cut|Minimum Cut]] is useful for well sized rampart & wall placment.[[file:MincutResult.png|left|200px|Result of the previous base map after cut]][[file:Mincutbase.png|left|200px|A base map for minCut, yellow is walkable, purple is exit, green is protected (can't cut)]] |
||
[[Category:Strategy]] |
[[Category:Strategy]] |
Revision as of 23:14, 28 January 2022
Automatic base building is the process of finding, claiming and, building up a claimed room without using the UI and direct user input. For many, a fully automatic bot is the end-goal, and automatic base building is a large step towards it.
Types
There's a few types of automatic bases, depending on method used.
Bunker
The easiest by far is to have a pre-defined 'bunker' object containing all structures and their locations that you intend to place. An anchor, or the center of the bunker's intended location, can give an offset from where you can place your bunker. So long as an area has enough space, bunkers are a great start with automated basing.
Stamp/Tile-sets
Normally using a core tile/stamp, you can then determine locations for other pre-defined tile-sets/stamps to be placed around your anchor dependent on the terrain in the room. This allows for more flexibility in rooms that do not have large-open spaces that bunkers can not fit in, while still allowing for already designed and known-to-work types of tiles insuring for example, that labs are in-range of other labs for reactions, extensions are in reachable and manageable locations, spawns have open area for creeps to exit, and so on.
Stamps, while more difficult to place and manage, can be an optimal improvement to bunkers, as they can better exploit terrain to reduce the need for barricades. Moreover they can allow for more optimal filling, as well as tower placement based around common attack locations or high-damage positions.
Labs
Labs are often placed so every lab is in range of 2 to 2 'source labs' to allow for optimal compound production. When placing labs you should also consider their ability to engage in lab rotation with boost production, alongside ease of boosting and unboosting. Containers are often placed adjacent to labs to allow for unboosting resources to drop into them.
Anchor & central fill clusters
A 'hub', 'anchor' or 'center' fill location can often take 1~ creeps to manage and can be relatively small. They will likely include the terminal and storage, alongside the factory, power spawn and possibly nuker and spawns, and may have the rest of the base planned around it.
Dynamic/Pattern Generation
Using a given open area, you can generate a structure or set of structures grouped together based on some basic rules. Some examples would include generating extension fields for one or more fillers to fill, calculating the best position for towers to sit for maximum damage on walls (instead of in a tight fill-group pattern), and so on.
Useful Algorithms
There are several useful algorithms to take into consideration when automatically building your base.
Distance-Transform
Distance Transformation can be paired with room terrain data, such walls and non-walls, to score each room position (in something like a CostMatrix) based on their distance from the closest wall. This is great for finding large open locations to place things like bunkers.
Flood Fill
Flood Fill is useful for defining or testing areas to make sure they are secure (like if there are barricades all around a base) or sectioning areas into groups. Filling an area and gathering room positions allows you to use these positions later, for whatever purpose you see fit.
Minimum Cut
Minimum Cut is useful for rampart and wall placement based around weighted graphs, meaning barricades can be placed at terrain chokepoints, for example.