安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题




-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