nerodash.blogg.se

Sc2 record ai actions
Sc2 record ai actions








sc2 record ai actions
  1. #Sc2 record ai actions how to#
  2. #Sc2 record ai actions full#

Timer -Elapsed time is 24.0 Game Time secondsĪI Advanced -Build 1 units of type Supply Depot in player 2's town -1 with priority 1 using build flags -1ĪI Advanced -Train 1 units of type SCV in player 2's town -1 with priority 0 Here are what two of my triggers look like - first the one-time Action (builds a supply depot and trains 1 SCV): So far, with just a barracks (not even a standard 1-1-1, yet) I'm up to about 10 triggers. so the easiest way that I've found to keep that from happening is to make them time-based triggers. obviously, I don't want that kind of connection to happen. "when a supply depot is built"), the action ("train a marine") will happen once for ever single depot built. This is because they're generally permanently active, meaning that if the condition set is true anew (i.e. Unfortunately, most of the triggers are time-based. I also got it to train up a few marines and drop a new Command Center at another mineral field (marked by a specific point created via the map UI).

#Sc2 record ai actions full#

Via the use of AI Build() and AI Train() I've been able to get the AI to train a full set of SCVs, while constructing several supply depots, a barracks, and two refineries. Thanks for taking the time to help.Įdit: If it's easier to catch up via Discord, I'm on SC2Mapster's discord as CheTranqui #6328. It feels like this is probably a very simple thing once I get my hands on the appropriate commands. Eventually, expand to a 2nd, 3rd, and 4th base.but this should be a simple extension of the rest of the work if I can figure out 1-4. Train specific units to fulfill Attack Wave requirementsĥ. Build out my base building-by-building, just as a player would.ģ. The things that I actually want to accomplish:Ģ. If I am going to use a unit in an Attack Wave that I've already created, do I have to actually create a label/group and add the created unit to the wave, or will the AI automatically pick what's available for the wave whether I specifically set aside each unit one-by-one?Īs you can tell.

#Sc2 record ai actions how to#

I have figured out how to create triggers for when a building or unit is completed. On a more direct note: How do I accomplish this all?

sc2 record ai actions

I've tried it with and without AIEnableStock.Īll I want is to force the AI into specific builds. Yes, these are set for the appropriate Player.

sc2 record ai actions

The very first build command that I enter is AITrain I have also tried AISetStock. I have the Campaign AI initiated, all players are getting resources to start the game, harvesting is initialized, etc, etc. I can't even get the AI to train a single SCV. Did Blizzard not expect us to want to have the AI function via precise build orders and attack us with precise waves? ::sigh:: I've been attempting to make this work for the past three days, now.










Sc2 record ai actions