安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Thanks!
Actually, in the main menu of the mod, there's a small button at the top center labeled "U/P." Clicking that button switches the list on the left from showing only players to displaying all the units in the mission (though it might not be perfect). This way, you can see a count in the tree view under the "All" section (which includes both players and bots). Clicking the button again switches it back to showing only players.
Hope this helps! Feel free to reach out if you have any ideas or suggestions for features I could add to the mod.
-
Parameters:
[< Selected unit/player (OBJECT) >,< other custom parameters (ARRAY)>]
Example (select and AI unit and execute the code):
_this#0 setdamage 0.8
diag_log name _unit;
but choosing an AI, for example one named "Shawn Kirby"?
I tired this below - but I think it wont work because its really for other players:
MULTIPLAYER SELF-HOSTED GAME:
1. I press F1, and press U/P to show list of other AI units
2. I press F3 to show console. In the bottom list menu, I choose unit "Shawn Kirby" (AI)
3. I put into the console box:
_unit = cursorObject;
diag_log name _unit;
it doesnt work. So I try to remoteExec it with:
_unit = cursorObject;
[name _unit] remoteExec ["diag_log", 2];
alezm
When I go looking for the description.ext I can not find it.
Works great in single player testing tho. I am also set as host and admin for the server using #login password. Any help would be greatly appreciated
Thank you in advance