Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
-Okay one but, could you tell me more about production trigger & set this? c:
But, basically, in Triggers, you make a trigger than enables Production for that House. If you want that from the start of the mission, just use a "Time: 1" trigger; that's the easiest, but for scenario reasons it's possible you want to delay it until something happens later in the mission.
Then, in Teamtypes, you make your team. You make sure it has "Max Allowed" set to "1", so the AI produces it. You fill in some units, give them a path of waypoints to follow, and an order to execute at the end of it. And you're done. If you have no waypoints on the map yet, well, place some down to define a path to guide your units towards the enemy, to make sure they take the route you want without getting stuck.
The existence of the TeamType with an "Max Allowed" set, combined with the Production trigger, is enough to make the AI produce the units in the team. But to send them out to do their stuff, you need one more step:
Again in Triggers, you can add a "Create Team" trigger, again, for the easiest example, just set it as "Time: 40" or something, and tell it to create a team of the teamtype you defined. This will make the AI combine the produced units into a team with orders to execute, and so they'll be sent out to do the things you scripted in the Teamtype.
Note: "Time: 40" will trigger it after a few minutes. The official measurement unit is "1/10th of a minute", which would make each "time unit" 6 seconds, and "40" would be four minutes, but this is only on Moderate game speed, and in RA, it's also somehow affected by the difficulty level, so it's a bit wonky. Also note that each higher game speed setting will double the speed of the game compared to the previous step.
-I play just for Red Alert but, thank you & i try someting like this & ask if i had someting in my mind. :3