安装 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(越南语)
Українська(乌克兰语)
报告翻译问题




I especially like the idea of the supply truck.
I have no idea where to even begin, or how the scripting for it would work.
1 and 4 )Map syntax is quite limited in terms of dynamic interactions. You can only spawn or delete things. So you can create variations of same box, say ten variations and spawn one at a time. So it would be possible at least to have some way to get random inventory.
5) Yes, it is possible to remove "supply truck" from map, though you would need to figure out exact mechanism. And then deal with odd cases such as how to remove player units from such truck before deleting it, or player using it as stash.
2) It is technically possible to use Lua to save game data. The only problem is there is virtually no way to obtain information about state of map in Lua. A conundrum of sorts. However, you can build settings into a map that player can choose before starting it (see Neverending Maps for example)
Quite a few crates available. See Cheat Menu ammo crate or small ammo box in Inventory Upgrade mods.
How would the scripting work?
As for removing the supply truck, itd be something that would remove it in the conquest unit menu after a match. Kinda like how I honestly thought the airstrike was....you used it and it went away, you had to buy a new one....not like how it is where it simply resupplies itself, so you basically wind up with near endless air strikes after a long conquest.
See Lua files for conquest. Simple logic there to pick and spawn particular unit after interval. There is no way to use those scripts with normal maps though.
As for removing vehicles, you can script that on map level by deletion of specific tag.